aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/loopback.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2006-09-13drivers/net: Trim trailing whitespaceJeff Garzik1-2/+2
2006-07-08[NET] gso: Add skb_is_gsoHerbert Xu1-1/+1
2006-06-23[NET]: Merge TSO/UFO fields in sk_buffHerbert Xu1-2/+2
2006-03-28[PATCH] for_each_possible_cpu: loopback device.KAMEZAWA Hiroyuki1-1/+1
2006-03-23[PATCH] more for_each_cpu() conversionsAndrew Morton1-3/+1
2005-08-18Merge /spare/repo/linux-2.6/Jeff Garzik1-1/+1
2005-08-18[NET]: Fix comment in loopback driver.Ralf Baechle1-1/+1
2005-07-31[PATCH] loopback: whitespace cleanupChuck Ebbert1-6/+6
2005-07-31[PATCH] loopback: optimize statsChuck Ebbert1-2/+2
2005-07-31[PATCH] loopback: #ifdef the TSO codeChuck Ebbert1-1/+7
2005-05-05[PATCH] update Ross Biro bouncing email addressJesper Juhl1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+233