summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAgeFilesLines
* net loopback: Set loopback_dev to NULL when freedEric W. Biederman2013-09-181-0/+1
* net: loopback: fix a dst refcounting issueEric Dumazet2013-01-271-0/+5
* net: loopback: set default mtu to 64KEric Dumazet2012-09-241-1/+1
* net: Loopback ifindex is constant nowPavel Emelyanov2012-08-101-0/+1
* net: fix race condition in several drivers when reading statsKevin Groeneveld2012-07-221-2/+2
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* net: remove NETIF_F_NO_CSUM feature bitMichał Mirosław2011-11-161-1/+1
* net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar2011-05-091-1/+2
* ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar2011-04-181-1/+2
* loopback: convert to hw_featuresMichał Mirosław2011-02-171-5/+4Star
* net: add a core netdev->rx_dropped counterEric Dumazet2010-10-051-7/+1Star
* net: loopback driver cleanupEric Dumazet2010-09-271-15/+5Star
* net: fix 64 bit counters on 32 bit archesEric Dumazet2010-07-071-2/+2
* loopback: use u64_stats_sync infrastructureEric Dumazet2010-06-261-46/+16Star
* loopback: Implement 64bit stats on 32bit archesEric Dumazet2010-06-151-10/+51
* percpu: add __percpu sparse annotations to net driversTejun Heo2010-02-171-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-021-8/+0Star
* | net: use net_eq to compare netsOctavian Purdila2009-11-261-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-061-1/+1
* net: release dst entry in dev_hard_start_xmit()Eric Dumazet2009-05-191-0/+1
* loopback: packet drops accountingEric Dumazet2009-04-201-6/+15
* netdev: add more functions to netdevice opsStephen Hemminger2008-11-211-1/+1
* netdev: convert loopback to net_device_opsStephen Hemminger2008-11-201-4/+8
* net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman2008-11-081-11/+2Star
* Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller2008-11-081-2/+11
* net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman2008-11-061-11/+2Star
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-041-2/+0Star
* net: Really remove all of LOOPBACK_TSO code.David S. Miller2008-10-311-9/+0Star
* loopback: Drop obsolete ip_summed settingHerbert Xu2008-08-161-3/+0Star
* loopback: Remove rest of LOOPBACK_TSO code.David S. Miller2008-08-161-62/+0Star
* loopback: Enable TSOHerbert Xu2008-08-161-2/+0Star
* netdev: netdev_priv() can now be sane again.David S. Miller2008-07-181-4/+4
* [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki2008-03-251-1/+1
* [NET]: Remove unused define from loopback driver.Pavel Emelyanov2008-01-281-2/+0Star
* 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-271-1/+1
* [NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov2007-10-151-6/+5Star
* [NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov2007-10-111-3/+3
* [NET]: Bring comments in loopback.c uptodate.Eric W. Biederman2007-10-111-1/+3
* [NET]: Proper comment for loopback initialization order.Denis V. Lunev2007-10-111-0/+3
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-6/+2Star
* [NET]: Remove no longer relevant comment in loopback driver.David S. Miller2007-10-111-1/+0Star
* [NET]: Make the loopback device per network namespace.Eric W. Biederman2007-10-111-5/+21
* [NET]: Dynamically allocate the per cpu counters for the loopback device.Eric W. Biederman2007-10-111-4/+28
* [NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano2007-10-111-28/+44
* [NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano2007-10-111-2/+4