aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-14Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-1/+1
2009-12-01net: Simplify loopback and improve batching.Eric W. Biederman1-8/+0
2009-11-25net: use net_eq to compare netsOctavian Purdila1-1/+1
2009-10-03this_cpu: Straight transformationsChristoph Lameter1-1/+1
2009-09-01netdev: convert bulk of drivers to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-1/+1
2009-05-18net: release dst entry in dev_hard_start_xmit()Eric Dumazet1-0/+1
2009-04-20loopback: packet drops accountingEric Dumazet1-6/+15
2008-11-20netdev: add more functions to netdevice opsStephen Hemminger1-1/+1
2008-11-19netdev: convert loopback to net_device_opsStephen Hemminger1-4/+8
2008-11-07net: Guaranetee the proper ordering of the loopback device. v2Eric W. Biederman1-11/+2
2008-11-07Revert "net: Guaranetee the proper ordering of the loopback device."David S. Miller1-2/+11
2008-11-05net: Guaranetee the proper ordering of the loopback device.Eric W. Biederman1-11/+2
2008-11-03drivers/net: Kill now superfluous ->last_rx stores.David S. Miller1-2/+0
2008-10-31net: Really remove all of LOOPBACK_TSO code.David S. Miller1-9/+0
2008-08-15loopback: Drop obsolete ip_summed settingHerbert Xu1-3/+0
2008-08-15loopback: Remove rest of LOOPBACK_TSO code.David S. Miller1-62/+0
2008-08-15loopback: Enable TSOHerbert Xu1-2/+0
2008-07-17netdev: netdev_priv() can now be sane again.David S. Miller1-4/+4
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-01-28[NET]: Remove unused define from loopback driver.Pavel Emelyanov1-2/+0
2008-01-12Fixed a small typo in the loopback driverEmil Medve1-1/+1
2007-11-13[NET]: Move unneeded data to initdata section.Denis V. Lunev1-1/+1
2007-10-26[NET]: Marking struct pernet_operations __net_initdata was inappropriateEric W. Biederman1-1/+1
2007-10-15[NETNS]: Don't panic on creating the namespace's loopbackPavel Emelyanov1-6/+5
2007-10-10[NETNS]: Move some code into __init section when CONFIG_NET_NS=nPavel Emelyanov1-3/+3
2007-10-10[NET]: Bring comments in loopback.c uptodate.Eric W. Biederman1-1/+3
2007-10-10[NET]: Proper comment for loopback initialization order.Denis V. Lunev1-0/+3
2007-10-10[NET]: Move hardware header operations out of netdevice.Stephen Hemminger1-6/+2
2007-10-10[NET]: Remove no longer relevant comment in loopback driver.David S. Miller1-1/+0
2007-10-10[NET]: Make the loopback device per network namespace.Eric W. Biederman1-5/+21
2007-10-10[NET]: Dynamically allocate the per cpu counters for the loopback device.Eric W. Biederman1-4/+28
2007-10-10[NET]: Dynamically allocate the loopback device, part 2.Daniel Lezcano1-28/+44
2007-10-10[NET]: Dynamically allocate the loopback device, part 1.Daniel Lezcano1-2/+4
2007-10-10[ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik1-1/+0
2007-10-10[NETNS]: Fix loopback network namespace initialization.Daniel Lezcano1-0/+1
2007-10-10[NET]: Implement network device movement between namespacesEric W. Biederman1-1/+2
2007-07-31[NET] loopback: Panic if registration failsHerbert Xu1-1/+6
2007-04-25[NET]: loopback driver can use loopback_dev integrated net_device_statsEric Dumazet1-4/+1
2007-04-25[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo1-1/+2
2007-04-25[SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo1-3/+3
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo1-3/+4
2007-04-25[SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo1-1/+1
2007-04-25[SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo1-1/+1
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-01-03[NET] drivers/net/loopback.c: convert to module_init()Adrian Bunk1-1/+3
2006-10-20[NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.Eric Dumazet1-3/+3
2006-10-18[NET]: reduce per cpu ram used for loopback statsEric Dumazet1-16/+19
2006-09-28[NET] loopback: minor statistics optimizationStephen Hemminger1-17/+14
2006-09-13drivers/net: const-ify ethtool_ops declarationsJeff Garzik1-1/+1