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