aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAge
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-07
* loopback: use u64_stats_sync infrastructureEric Dumazet2010-06-26
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-15
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-17
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-14
|\
| * this_cpu: Straight transformationsChristoph Lameter2009-10-03
* | net: Simplify loopback and improve batching.Eric W. Biederman2009-12-01
* | net: use net_eq to compare netsOctavian Purdila2009-11-25
|/
* netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger2009-09-01
* net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy2009-07-05
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-19
* loopback: packet drops accountingEric Dumazet2009-04-20
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-20
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-20
* net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman2008-11-08
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-08
* net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-05
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-04
* net: Really remove all of LOOPBACK_TSO code.David S. Miller2008-10-31
* loopback: Drop obsolete ip_summed settingHerbert Xu2008-08-15
* loopback: Remove rest of LOOPBACK_TSO code.David S. Miller2008-08-15
* loopback: Enable TSOHerbert Xu2008-08-15
* netdev: netdev_priv() can now be sane again.David S. Miller2008-07-17
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-25
* [NET]: Remove unused define from loopback driver.Pavel Emelyanov2008-01-28
* Fixed a small typo in the loopback driverEmil Medve2008-01-12
* [NET]: Move unneeded data to initdata section.Denis V. Lunev2007-11-13
* [NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman2007-10-27
* [NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov2007-10-15
* [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-10
* [NET]: Bring comments in loopback.c uptodate.Eric W. Biederman2007-10-10
* [NET]: Proper comment for loopback initialization order.Denis V. Lunev2007-10-10
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-10
* [NET]: Remove no longer relevant comment in loopback driver.David S. Miller2007-10-10
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-10
* [NET]: Dynamically allocate the per cpu counters for the loopback device.Eric W. Biederman2007-10-10
* [NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano2007-10-10
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-10
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-10
* [NETNS]: Fix loopback network namespace initialization.Daniel Lezcano2007-10-10
* [NET]: Implement network device movement between namespacesEric W. Biederman2007-10-10
* [NET] loopback: Panic if registration failsHerbert Xu2007-07-31
* [NET]: loopback driver can use loopback_dev integrated net_device_statsEric Dumazet2007-04-26
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-26
* [SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo2007-04-26
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-26
* [NET] drivers/net/loopback.c: convert to module_init()Adrian Bunk2007-01-03