summaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctlsJeff Garzik2007-10-111-1/+0Star
* [NETNS]: Fix loopback network namespace initialization.Daniel Lezcano2007-10-111-0/+1
* [NET]: Implement network device movement between namespacesEric W. Biederman2007-10-111-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-261-4/+1Star
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-1/+2
* [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iphArnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-3/+4
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_set_mac_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [NET] drivers/net/loopback.c: convert to module_init()Adrian Bunk2007-01-041-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-191-16/+19
* [NET] loopback: minor statistics optimizationStephen Hemminger2006-09-291-17/+14Star
* 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/+1Star
* Merge /spare/repo/linux-2.6/Jeff Garzik2005-08-191-1/+1
|\
| * [NET]: Fix comment in loopback driver.Ralf Baechle2005-08-181-1/+1
* | [PATCH] loopback: whitespace cleanupChuck Ebbert2005-07-311-6/+6
* | [PATCH] loopback: optimize statsChuck Ebbert2005-07-311-2/+2
* | [PATCH] loopback: #ifdef the TSO codeChuck Ebbert2005-07-311-1/+7
|/