1. d476059 net: Kill dev_rebuild_header by Eric W. Biederman · 9 years ago
  2. c835a67 net: set name_assign_type in alloc_netdev() by Tom Gundersen · 10 years ago
  3. 89740ca neigh: use NEIGH_VAR_INIT in ndo_neigh_setup functions. by Jiri Pirko · 10 years ago
  4. 63862b5 net: replace macros net_random and net_srandom with direct calls to prandom by Aruna-Hewapathirane · 10 years ago
  5. 1f9248e5 neigh: convert parms to an array by Jiri Pirko · 10 years ago
  6. 9fe34f5 mrp: add periodictimer to allow retries when packets get lost by Noel Burton-Krahn · 11 years ago
  7. faff57a net/802/mrp: fix lockdep splat by Eric Dumazet · 11 years ago
  8. 6e0895c Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  9. fb745e9 net/802/mrp: fix possible race condition when calling mrp_pdu_queue() by David Ward · 11 years ago
  10. cfbe800 802: fix a possible race condition by Cong Wang · 11 years ago
  11. 7e307c6 mrp: make mrp_rcv static by Stephen Hemminger · 11 years ago
  12. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 11 years ago
  13. ee446fd tokenring: delete all remaining driver support by Paul Gortmaker · 12 years ago
  14. 211ed86 net: delete all instances of special processing for token ring by Paul Gortmaker · 12 years ago
  15. 28b2980 802: Convert compare_ether_addr to ether_addr_equal by Joe Perches · 12 years ago
  16. ec8f23c net: Convert all sysctl registrations to register_net_sysctl by Eric W. Biederman · 12 years ago
  17. 5dd3df1 net: Move all of the network sysctls without a namespace into init_net. by Eric W. Biederman · 12 years ago
  18. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  19. 6f66cdc net/garp: fix GID rbtree ordering by David Ward · 12 years ago
  20. ed359a3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
  21. 6737856 net/garp: avoid infinite loop if attribute already exists by David Ward · 12 years ago
  22. 9ffc93f Remove all #inclusions of asm/system.h by David Howells · 12 years ago
  23. bc3b2d7 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules by Paul Gortmaker · 13 years ago
  24. 3a9a231 net: Fix files explicitly needing to include module.h by Paul Gortmaker · 13 years ago
  25. a9b3cd7 rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTER by Stephen Hemminger · 13 years ago
  26. 418f275 snap: remove one synchronize_net() by Eric Dumazet · 13 years ago
  27. 0a384b2 garp: use kfree_rcu() by Eric Dumazet · 13 years ago
  28. f607a15 garp: remove last synchronize_rcu() call by Eric Dumazet · 13 years ago
  29. da37e36 garp: remove one synchronize_rcu() call by Eric Dumazet · 13 years ago
  30. 3cc77ec net/802: add __rcu annotations by Eric Dumazet · 14 years ago
  31. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  32. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  33. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  34. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  35. f8572d8 sysctl net: Remove unused binary sysctl code by Eric W. Biederman · 14 years ago
  36. e3804cb net: remove COMPAT_NET_DEV_OPS by Alexander Beregalov · 15 years ago
  37. 3384901 tr: fix leakage of device in net/802/tr.c by Wei Yongjun · 15 years ago
  38. d9677a4 net/802/fddi.c: add MODULE_LICENSE by Adrian Bunk · 15 years ago
  39. 7ca98fa snap: use const for descriptor by Stephen Hemminger · 15 years ago
  40. 508827f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  41. 4222474 net: fix tokenring license by Meelis Roos · 15 years ago
  42. 81c5532 net/802: fix sparse warnings: context imbalance by Hannes Eder · 15 years ago
  43. 0117cfa snap: handle registration error and compile warning by Stephen Hemminger · 15 years ago
  44. 09640e6 net: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  45. 748ff68 hippi: convert driver to net_device_ops by Stephen Hemminger · 15 years ago
  46. 145186a fddi: convert to new network device ops by Stephen Hemminger · 15 years ago
  47. 6d9f239 net: '&' redux by Alexey Dobriyan · 16 years ago
  48. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  49. deb28d9 net/802/fc.c: Fix compilation warnings by Manish Katiyar · 16 years ago
  50. 113aa83 net: Rationalise email address: Network Specific Parts by Alan Cox · 16 years ago
  51. 696adfe list_for_each_rcu must die: networking by Paul E. McKenney · 16 years ago
  52. 49997d7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David S. Miller · 16 years ago
  53. 51ce7ec garp: retry sending JoinIn messages after allocation failures by Patrick McHardy · 16 years ago
  54. eca9eba net: Add GARP applicant-only participant by Patrick McHardy · 16 years ago
  55. a19800d net: Add STP demux layer by Patrick McHardy · 16 years ago
  56. 8252474 rcu: split list.h and move rcu-protected lists into rculist.h by Franck Bui-Huu · 16 years ago
  57. 81a21eb [TR] net/802/tr.c: sysctl_tr_rif_timeout static by Adrian Bunk · 16 years ago
  58. 36f0beb [TR]: Use ctl paths to register net/token-ring/ table by Pavel Emelyanov · 16 years ago
  59. b24b8a2 [NET]: Convert init_timer into setup_timer by Pavel Emelyanov · 16 years ago
  60. 1b310fc [TOKENRING]: rif_timer not initialized properly by Eric Dumazet · 16 years ago
  61. 3b04ddd [NET]: Move hardware header operations out of netdevice. by Stephen Hemminger · 17 years ago
  62. 0c4e858 [NET]: Wrap netdevice hardware header creation. by Stephen Hemminger · 17 years ago
  63. 0795af5 [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF() by Joe Perches · 17 years ago
  64. 881d966 [NET]: Make the device list and device lookups per namespace. by Eric W. Biederman · 17 years ago
  65. 457c4cb [NET]: Make /proc/net per network namespace by Eric W. Biederman · 17 years ago
  66. d92a7db [SNAP]: Check packet length before reading by Herbert Xu · 17 years ago
  67. 56b3d97 [NET]: Make all initialized struct seq_operations const. by Philippe De Muyter · 17 years ago
  68. 3ff50b7 [NET]: cleanup extra semicolons by Stephen Hemminger · 17 years ago
  69. b0e380b [SK_BUFF]: unions of just one member don't get anything done, kill them by Arnaldo Carvalho de Melo · 17 years ago
  70. 9c70220 [SK_BUFF]: Introduce skb_transport_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  71. 98e399f [SK_BUFF]: Introduce skb_mac_header() by Arnaldo Carvalho de Melo · 17 years ago
  72. 459a98e [SK_BUFF]: Introduce skb_reset_mac_header(skb) by Arnaldo Carvalho de Melo · 17 years ago
  73. 0a4f23f [HIPPI/FDDI]: Make {hippi,fddi}_type_trans set skb->dev by Arnaldo Carvalho de Melo · 17 years ago
  74. c8fb794 [TR]: Make tr_type_trans set skb->dev by Arnaldo Carvalho de Melo · 17 years ago
  75. c1a4b86 [TR]: Use tr_hdr() were appropriate by Arnaldo Carvalho de Melo · 17 years ago
  76. 2953fd2 [NET] 802: Use hton{s,l}() where appropriate. by YOSHIFUJI Hideaki · 17 years ago
  77. cd354f1 [PATCH] remove many unneeded #includes of sched.h by Tim Schmielau · 17 years ago
  78. 9a32144 [PATCH] mark struct file_operations const 7 by Arjan van de Ven · 17 years ago
  79. 9afa094 [NET] 802: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  80. 3277c39 [NET]: Kill direct includes of asm/checksum.h by Al Viro · 17 years ago
  81. 0ac0760 [TR]: endiannness annotations by Al Viro · 18 years ago
  82. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  83. 6599519 [TR]: Remove an unused export. by Adrian Bunk · 18 years ago
  84. d1d47be [SNAP]: Remove leftover unused hdr variable by Arnaldo Carvalho de Melo · 18 years ago
  85. cbb042f [NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum by Herbert Xu · 18 years ago
  86. 99e382a [P8023]: Fix tainting of kernel. by Dave Jones · 18 years ago
  87. 42c5e15 [NET] snap: needs hardware checksum fix by Stephen Hemminger · 18 years ago
  88. 18e92b1 [PATCH] tiny: Trim non-IPX builds by Matt Mackall · 18 years ago
  89. a51482b [NET]: kfree cleanup by Jesper Juhl · 18 years ago
  90. 5ac660e [TR]: Preserve RIF flag even for 2 byte RIF fields. by Jochen Friedrich · 19 years ago
  91. 0519d8f [TR]: Set correct frame type for SNAP packets by Jochen Friedrich · 19 years ago
  92. 6e2144b [LLC]: Use refcounting with struct llc_sap by Arnaldo Carvalho de Melo · 19 years ago
  93. 57bf145 [NET]: net/802: more endian annotations by Alexey Dobriyan · 19 years ago
  94. 2038073 [NET]: Fix sparse warnings by Arnaldo Carvalho de Melo · 19 years ago
  95. f2ccd8f [NET]: Kill skb->real_dev by David S. Miller · 19 years ago
  96. 6f1cf16 [NET]: Remove HIPPI private from skbuff.h by Stephen Hemminger · 19 years ago
  97. 001dd25 [TOKENRING]: Use interrupt-safe locking with rif_lock. by Jay Vosburgh · 19 years ago
  98. ab61148 [NET]: __be'ify *_type_trans() by Alexey Dobriyan · 19 years ago
  99. c8b35d2 [TOKENRING]: net/802/tr.c: s/struct rif_cache_s/struct rif_cache/ by Alexey Dobriyan · 19 years ago
  100. c6b3365 [TOKENRING]: be'ify trh_hdr, trllc, rif_cache_s by Alexey Dobriyan · 19 years ago