aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/loopback.c
AgeCommit message (Expand)Author
2011-05-08net: Allow ethtool to set interface in loopback mode.Mahesh Bandewar
2011-04-17ip6_pol_route panic: Do not allow VLAN on loopbackKrishna Kumar
2011-02-17loopback: convert to hw_featuresMichał Mirosław
2010-10-05net: add a core netdev->rx_dropped counterEric Dumazet
2010-09-26net: loopback driver cleanupEric Dumazet
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet
2010-06-25loopback: use u64_stats_sync infrastructureEric Dumazet
2010-06-14loopback: Implement 64bit stats on 32bit archesEric Dumazet
2010-02-16percpu: add __percpu sparse annotations to net driversTejun Heo
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds
2009-12-01net: Simplify loopback and improve batching.Eric W. Biederman
2009-11-25net: use net_eq to compare netsOctavian Purdila
2009-10-03this_cpu: Straight transformationsChristoph Lameter
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet
2009-04-20loopback: packet drops accountingEric Dumazet
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger
2008-11-19netdev: convert loopback to net_device_opsStephen Hemminger
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller
2008-10-31net: Really remove all of LOOPBACK_TSO code.David S. Miller
2008-08-15loopback: Drop obsolete ip_summed settingHerbert Xu
2008-08-15loopback: Remove rest of LOOPBACK_TSO code.David S. Miller
2008-08-15loopback: Enable TSOHerbert Xu
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki
2008-01-28[NET]: Remove unused define from loopback driver.Pavel Emelyanov
2008-01-12Fixed a small typo in the loopback driverEmil Medve
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman
2007-10-15[NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov
2007-10-10[NET]: Bring comments in loopback.c uptodate.Eric W. Biederman
2007-10-10[NET]: Proper comment for loopback initialization order.Denis V. Lunev
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger
2007-10-10[NET]: Remove no longer relevant comment in loopback driver.David S. Miller
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman
2007-10-10[NET]: Dynamically allocate the per cpu counters for the loopback device.Eric W. Biederman
2007-10-10[NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik
2007-10-10[NETNS]: Fix loopback network namespace initialization.Daniel Lezcano
2007-10-10[NET]: Implement network device movement between namespacesEric W. Biederman
2007-07-31[NET] loopback: Panic if registration failsHerbert Xu
2007-04-25[NET]: loopback driver can use loopback_dev integrated net_device_statsEric Dumazet
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo