1. 6ebde31 net: introduce device min_header_len by Willem de Bruijn · 7 years ago
  2. f6c382f loopback: make use of NETIF_F_GSO_SOFTWARE by Marcelo Ricardo Leitner · 8 years ago
  3. 53692b1 sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC by Tom Herbert · 8 years ago
  4. e65db2b net: loopback: convert to using IFF_NO_QUEUE by Phil Sutter · 9 years ago
  5. 0287587 net: better IFF_XMIT_DST_RELEASE support by Eric Dumazet · 10 years ago
  6. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  7. 57a7744 net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irq by Eric W. Biederman · 10 years ago
  8. b17c706 loopback: sctp: add NETIF_F_SCTP_CSUM to device features by Daniel Borkmann · 10 years ago
  9. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  10. 25f929f net: allow setting mac address of loopback device by WANG Cong · 10 years ago
  11. a81ab36 drivers/net: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 10 years ago
  12. 827da44 net: Explicitly initialize u64_stats_sync structures for lockdep by John Stultz · 11 years ago
  13. e05e907 net loopback: Set loopback_dev to NULL when freed by Eric W. Biederman · 11 years ago
  14. 794ed39 net: loopback: fix a dst refcounting issue by Eric Dumazet · 11 years ago
  15. 0cf833a net: loopback: set default mtu to 64K by Eric Dumazet · 12 years ago
  16. 1fb9489 net: Loopback ifindex is constant now by Pavel Emelyanov · 12 years ago
  17. e390648 net: fix race condition in several drivers when reading stats by Kevin Groeneveld · 12 years ago
  18. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  19. 34324dc net: remove NETIF_F_NO_CSUM feature bit by Michał Mirosław · 13 years ago
  20. eed2a12 net: Allow ethtool to set interface in loopback mode. by Mahesh Bandewar · 13 years ago
  21. 0553c89 ip6_pol_route panic: Do not allow VLAN on loopback by Krishna Kumar · 13 years ago
  22. cf0bdef loopback: convert to hw_features by Michał Mirosław · 13 years ago
  23. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  24. a7855c7 net: loopback driver cleanup by Eric Dumazet · 14 years ago
  25. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  26. 5eaa0bd loopback: use u64_stats_sync infrastructure by Eric Dumazet · 14 years ago
  27. 6b10de3 loopback: Implement 64bit stats on 32bit arches by Eric Dumazet · 14 years ago
  28. 47d7427 percpu: add __percpu sparse annotations to net drivers by Tejun Heo · 14 years ago
  29. d031655 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu by Linus Torvalds · 14 years ago
  30. 999b6d3 net: Simplify loopback and improve batching. by Eric W. Biederman · 14 years ago
  31. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 14 years ago
  32. ca0c958 this_cpu: Straight transformations by Christoph Lameter · 15 years ago
  33. 61357325 netdev: convert bulk of drivers to netdev_tx_t by Stephen Hemminger · 15 years ago
  34. 6ed1065 net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions by Patrick McHardy · 15 years ago
  35. 93f154b net: release dst entry in dev_hard_start_xmit() by Eric Dumazet · 15 years ago
  36. 7eebb0b loopback: packet drops accounting by Eric Dumazet · 15 years ago
  37. 0082982 netdev: add more functions to netdevice ops by Stephen Hemminger · 16 years ago
  38. c02373b netdev: convert loopback to net_device_ops by Stephen Hemminger · 16 years ago
  39. 505d4f7 net: Guaranetee the proper ordering of the loopback device. v2 by Eric W. Biederman · 16 years ago
  40. 3d8160b Revert "net: Guaranetee the proper ordering of the loopback device." by David S. Miller · 16 years ago
  41. ae33bc4 net: Guaranetee the proper ordering of the loopback device. by Eric W. Biederman · 16 years ago
  42. babcda7 drivers/net: Kill now superfluous ->last_rx stores. by David S. Miller · 16 years ago
  43. 3a8af72 net: Really remove all of LOOPBACK_TSO code. by David S. Miller · 16 years ago
  44. 04a0551 loopback: Drop obsolete ip_summed setting by Herbert Xu · 16 years ago
  45. 7447ef6 loopback: Remove rest of LOOPBACK_TSO code. by David S. Miller · 16 years ago
  46. f22f856 loopback: Enable TSO by Herbert Xu · 16 years ago
  47. e3c50d5 netdev: netdev_priv() can now be sane again. by David S. Miller · 16 years ago
  48. c346dca [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. by YOSHIFUJI Hideaki · 16 years ago
  49. 6a7657f [NET]: Remove unused define from loopback driver. by Pavel Emelyanov · 16 years ago
  50. 2d2c54e Fixed a small typo in the loopback driver by Emil Medve · 16 years ago
  51. 022cbae [NET]: Move unneeded data to initdata section. by Denis V. Lunev · 17 years ago
  52. 2b008b0a [NET]: Marking struct pernet_operations __net_initdata was inappropriate by Eric W. Biederman · 17 years ago
  53. 9d6dda32 [NETNS]: Don't panic on creating the namespace's loopback by Pavel Emelyanov · 17 years ago
  54. 4665079 [NETNS]: Move some code into __init section when CONFIG_NET_NS=n by Pavel Emelyanov · 17 years ago
  55. 9e0db4b [NET]: Bring comments in loopback.c uptodate. by Eric W. Biederman · 17 years ago
  56. 070ac3a [NET]: Proper comment for loopback initialization order. by Denis V. Lunev · 17 years ago
  57. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  58. 4c94f8c [NET]: Remove no longer relevant comment in loopback driver. by David S. Miller · 17 years ago
  59. 2774c7a [NET]: Make the loopback device per network namespace. by Eric W. Biederman · 17 years ago
  60. 5f6d88b [NET]: Dynamically allocate the per cpu counters for the loopback device. by Eric W. Biederman · 17 years ago
  61. 854d836 [NET]: Dynamically allocate the loopback device, part 2. by Daniel Lezcano · 17 years ago
  62. de3cb74 [NET]: Dynamically allocate the loopback device, part 1. by Daniel Lezcano · 17 years ago
  63. 88d3aaf [ETHTOOL] Provide default behaviors for a few ethtool sub-ioctls by Jeff Garzik · 17 years ago
  64. abf07ac [NETNS]: Fix loopback network namespace initialization. by Daniel Lezcano · 17 years ago
  65. ce286d3 [NET]: Implement network device movement between namespaces by Eric W. Biederman · 17 years ago
  66. aeed9e8 [NET] loopback: Panic if registration fails by Herbert Xu · 17 years ago
  67. 3303680 [NET]: loopback driver can use loopback_dev integrated net_device_stats by Eric Dumazet · 17 years ago
  68. 27d7ff4 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} by Arnaldo Carvalho de Melo · 17 years ago
  69. eddc9ec [SK_BUFF]: Introduce ip_hdr(), remove skb->nh.iph by Arnaldo Carvalho de Melo · 17 years ago
  70. d56f90a [SK_BUFF]: Introduce skb_network_header() by Arnaldo Carvalho de Melo · 17 years ago
  71. c1d2bbe [SK_BUFF]: Introduce skb_reset_network_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  72. 48d49d0c [SK_BUFF]: Introduce skb_set_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  73. 4c13eb6 [ETH]: Make eth_type_trans set skb->dev like the other *_type_trans by Arnaldo Carvalho de Melo · 17 years ago
  74. 60903f2 [NET] drivers/net/loopback.c: convert to module_init() by Adrian Bunk · 17 years ago
  75. 58f5397 [NET]: Can use __get_cpu_var() instead of per_cpu() in loopback driver. by Eric Dumazet · 18 years ago
  76. 5175c37 [NET]: reduce per cpu ram used for loopback stats by Eric Dumazet · 18 years ago
  77. 7fa6b06 [NET] loopback: minor statistics optimization by Stephen Hemminger · 18 years ago
  78. 7282d49 drivers/net: const-ify ethtool_ops declarations by Jeff Garzik · 18 years ago
  79. 6aa20a2 drivers/net: Trim trailing whitespace by Jeff Garzik · 18 years ago
  80. 89114af [NET] gso: Add skb_is_gso by Herbert Xu · 18 years ago
  81. 7967168 [NET]: Merge TSO/UFO fields in sk_buff by Herbert Xu · 18 years ago
  82. 0fed484 [PATCH] for_each_possible_cpu: loopback device. by KAMEZAWA Hiroyuki · 18 years ago
  83. 394e390 [PATCH] more for_each_cpu() conversions by Andrew Morton · 18 years ago
  84. a3bc068 Merge /spare/repo/linux-2.6/ by Jeff Garzik · 19 years ago
  85. 2278364 [NET]: Fix comment in loopback driver. by Ralf Baechle · 19 years ago
  86. 0e920bf [PATCH] loopback: whitespace cleanup by Chuck Ebbert · 19 years ago
  87. 18c16c6 [PATCH] loopback: optimize stats by Chuck Ebbert · 19 years ago
  88. d2ae1d2 [PATCH] loopback: #ifdef the TSO code by Chuck Ebbert · 19 years ago
  89. 02c30a8 [PATCH] update Ross Biro bouncing email address by Jesper Juhl · 19 years ago
  90. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago