summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [NET] drivers/net/loopback.c: convert to module_init()Adrian Bunk2007-01-031-1/+3
* [NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver.Eric Dumazet2006-10-201-3/+3
* [NET]: reduce per cpu ram used for loopback statsEric Dumazet2006-10-181-16/+19
* [NET] loopback: minor statistics optimizationStephen Hemminger2006-09-281-17/+14
* drivers/net: const-ify ethtool_ops declarationsJeff Garzik2006-09-131-1/+1
* drivers/net: Trim trailing whitespaceJeff Garzik2006-09-131-2/+2
* [NET] gso: Add skb_is_gsoHerbert Xu2006-07-081-1/+1
* [NET]: Merge TSO/UFO fields in sk_buffHerbert Xu2006-06-231-2/+2
* [PATCH] for_each_possible_cpu: loopback device.KAMEZAWA Hiroyuki2006-03-281-1/+1
* [PATCH] more for_each_cpu() conversionsAndrew Morton2006-03-231-3/+1
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-181-1/+1
|\
| * [NET]: Fix comment in loopback driver.Ralf Baechle2005-08-181-1/+1
* | [PATCH] loopback: whitespace cleanupChuck Ebbert2005-07-311-6/+6