1. 6f93b9c [NET]: Unexport dev_ethtool by Adrian Bunk · 17 years ago
  2. 7f353bf [NET]: Share correct feature code between bridging and bonding by Herbert Xu · 17 years ago
  3. 14ae856 [NET] net/core/utils: fix sparse warning by Johannes Berg · 17 years ago
  4. 8072f08 [RTNETLINK]: Fix warning for !CONFIG_KMOD by Thomas Graf · 17 years ago
  5. 313674a [NET]: ethtool_perm_addr only has one implementation by Matthew Wilcox · 17 years ago
  6. 61a44b9 [NET]: ethtool ops are the only way by Matthew Wilcox · 17 years ago
  7. fea1ab0 [PKTGEN]: make get_ipsec_sa() static and non-inline by Adrian Bunk · 17 years ago
  8. fcc5a03 [NET]: Allow netdev REGISTER/CHANGENAME events to fail by Herbert Xu · 17 years ago
  9. 7f988ea [NET]: Take dev_base_lock when moving device name hash list entry by Herbert Xu · 17 years ago
  10. 7ce1b0e [NET]: Call uninit if necessary in register_netdevice by Herbert Xu · 17 years ago
  11. 25a8b25 [PKTGEN]: Add missing KERN_* tags to printk()s. by David S. Miller · 17 years ago
  12. 0ed72ec [NET]: kernel-doc fixes by Randy Dunlap · 17 years ago
  13. e51f802 [NET]: Add missing entries to family name tables by David Howells · 17 years ago
  14. 31ce72a [NET]: Fix loopback crashes when multiqueue is enabled. by Patrick McHardy · 17 years ago
  15. 20c2df8 mm: Remove slab destructors from kmem_cache_create(). by Paul Mundt · 17 years ago
  16. ce8c229 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 17 years ago
  17. 443aef0 lockdep: fixup sk_callback_lock annotation by Peter Zijlstra · 17 years ago
  18. 40b77c9 [NET] CORE: Fix whitespace errors. by YOSHIFUJI Hideaki · 17 years ago
  19. 1297262 [NET]: move __dev_addr_discard adjacent to dev_addr_discard for readability by Denis Cheng · 17 years ago
  20. 26cc252 [NET]: merge dev_unicast_discard and dev_mc_discard into one by Denis Cheng · 17 years ago
  21. 456ad75 [NET]: move dev_mc_discard from dev_mcast.c to dev.c by Denis Cheng · 17 years ago
  22. 0929c2d [NET]: gen_estimator deadlock fix by Ranko Zivojnovic · 17 years ago
  23. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  24. 2e27afb Revert "[NET]: Fix races in net_rx_action vs netpoll." by Linus Torvalds · 17 years ago
  25. 4a19542 O_CLOEXEC for SCM_RIGHTS by Ulrich Drepper · 17 years ago
  26. 6460d94 [NET]: Add ethtool support for NETIF_F_IPV6_CSUM devices. by Michael Chan · 17 years ago
  27. b863ceb [NET]: Add macvlan driver by Patrick McHardy · 17 years ago
  28. a0a400d [NET]: dev_mcast: add multicast list synchronization helpers by Patrick McHardy · 17 years ago
  29. 2402345 [NET]: Add net_device change_rx_mode callback by Patrick McHardy · 17 years ago
  30. e030dbf Merge branch 'ioat-md-accel-for-linus' of git://lost.foo-projects.org/~dwillia2/git/iop by Linus Torvalds · 17 years ago
  31. d379b01 dmaengine: make clients responsible for managing channels by Dan Williams · 17 years ago
  32. 0e06877 [RTNETLINK]: rtnl_link: allow specifying initial device address by Patrick McHardy · 17 years ago
  33. 2d85cba [RTNETLINK]: rtnl_link API simplification by Patrick McHardy · 17 years ago
  34. 2957862 [NET]: Fix races in net_rx_action vs netpoll. by Olaf Kirch · 17 years ago
  35. 6b25d30 [NET]: Fix gen_estimator timer removal race by Patrick McHardy · 17 years ago
  36. 1498b3f [NETPOLL]: Fix a leak-n-bug in netpoll_cleanup() by Satyam Sharma · 17 years ago
  37. 6f11df8 [NET]: "wrong timeout value in sk_wait_data()": cleanups by Andrew Morton · 17 years ago
  38. 60f0438 [NET]: Make some network-related proc files use seq_list_xxx helpers by Pavel Emelianov · 17 years ago
  39. ba9dda3 [NETFILTER]: x_tables: add TRACE target by Jozsef Kadlecsik · 17 years ago
  40. a553e4a [PKTGEN]: IPSEC support by Jamal Hadi Salim · 17 years ago
  41. 007a531 [PKTGEN]: Introduce sequential flows by Jamal Hadi Salim · 17 years ago
  42. 16dab72 [PKTGEN]: Centralize packet overhead tracking by Jamal Hadi Salim · 17 years ago
  43. 61cbc2f [NET]: Fix secondary unicast/multicast address count maintenance by Patrick McHardy · 17 years ago
  44. f25f4e4 [CORE] Stack changes to add multiqueue hardware support API by Peter P Waskiewicz Jr · 17 years ago
  45. a298830 [NET]: Fix TX checksum feature check by Herbert Xu · 17 years ago
  46. 4417da6 [NET]: dev: secondary unicast address support by Patrick McHardy · 17 years ago
  47. 3fba5a8 [NET]: dev_mcast: switch to generic net_device address lists by Patrick McHardy · 17 years ago
  48. bf74248 [NET]: dev: introduce generic net_device address lists by Patrick McHardy · 17 years ago
  49. 75ebe8f [NET]: dev_mcast: unexport dev_mc_upload by Patrick McHardy · 17 years ago
  50. d212f87 [NET]: IPV6 checksum offloading in network devices by Stephen Hemminger · 17 years ago
  51. 2371baa [RTNETLINK]: Fix rtnetlink compat attribute patch by Patrick McHardy · 17 years ago
  52. afdc323 [RTNETLINK]: Add nested compat attribute by Patrick McHardy · 17 years ago
  53. 334a813 [SKBUFF]: Keep track of writable header len of headerless clones by Patrick McHardy · 17 years ago
  54. 38f7b87 [RTNETLINK]: Link creation API by Patrick McHardy · 17 years ago
  55. 0157f60 [RTNETLINK]: Split up rtnl_setlink by Patrick McHardy · 17 years ago
  56. 25442ca [NETPOLL]: Fixups for 'fix soft lockup when removing module' by Jarek Poplawski · 17 years ago
  57. 94b8341 [NET]: net/core/netevent.c should #include <net/netevent.h> by Adrian Bunk · 17 years ago
  58. 2cd052e [NET] skbuff: remove export of static symbol by Johannes Berg · 17 years ago
  59. 1720081 [NETPOLL] netconsole: fix soft lockup when removing module by Jarek Poplawski · 17 years ago
  60. 0db3dc7 [NETPOLL]: tx lock deadlock fix by Stephen Hemminger · 17 years ago
  61. 5b5a60d [NET]: Make skb_seq_read unmap the last fragment by Olaf Kirch · 17 years ago
  62. 515e06c [NET]: Re-enable irqs before pushing pending DMA requests by Shannon Nelson · 17 years ago
  63. dbbeb2f [SKBUFF]: Fix incorrect config #ifdef around skb_copy_secmark by Patrick McHardy · 17 years ago
  64. 7c355f5 [NET]: Avoid duplicate netlink notification when changing link state by Thomas Graf · 17 years ago
  65. 51055be [RTNETLINK]: ifindex 0 does not exist by Patrick McHardy · 17 years ago
  66. ef7c79e [NETLINK]: Mark netlink policies const by Patrick McHardy · 17 years ago
  67. c4b1010 [NET]: Merge dst_discard_in and dst_discard_out. by Denis Cheng · 17 years ago
  68. 4fcd6b9 [NET] gso: Fix GSO feature mask in sk_setup_caps by Herbert Xu · 17 years ago
  69. 83f03fa [NET]: parse ip:port strings correctly in in4_pton by Jerome Borsboom · 17 years ago
  70. 01e67d0 [XFRM]: Allow XFRM_ACQ_EXPIRES to be tunable via sysctl. by David S. Miller · 17 years ago
  71. 14e50e5 [XFRM]: Allow packet drops during larval state resolution. by David S. Miller · 17 years ago
  72. ba78073 [NET]: "wrong timeout value" in sk_wait_data() v2 by Vasily Averin · 17 years ago
  73. 575c3e2 [RTNETLINK]: Remove remains of wireless extensions over rtnetlink by Patrick McHardy · 17 years ago
  74. 83b496e [RTNETLINK]: Allow changing of subsets of netdevice flags in rtnl_setlink by Patrick McHardy · 17 years ago
  75. 9093bbb [NET]: Fix race condition about network device name allocation. by Stephen Hemminger · 17 years ago
  76. b6ccc67 [NET]: Fix net/core/skbuff.c gcc-3.2.3 compilation error by Mikael Pettersson · 17 years ago
  77. 723e98b [NET]: lockdep classes in register_netdevice by Jarek Poplawski · 17 years ago
  78. d9568ba [NET] link_watch: Always schedule urgent events by Herbert Xu · 17 years ago
  79. db0ccff [NET] link_watch: Eliminate potential delay on wrap-around by Herbert Xu · 17 years ago
  80. 294cc44 [NET]: Remove link_watch delay for up even when we're down by Herbert Xu · 17 years ago
  81. 572a103 [NET] link_watch: Move link watch list into net_device by Herbert Xu · 17 years ago
  82. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  83. e63340a header cleaning: don't include smp_lock.h when not used by Randy Dunlap · 17 years ago
  84. 2396a22 [NET] net/core: Fix error handling by Josef 'Jeff' Sipek · 17 years ago
  85. 7562f87 [NET]: Rework dev_base via list_head (v3) by Pavel Emelianov · 17 years ago
  86. 4e9cac2 [NET]: Add __dev_getfirstbyhwtype by Patrick McHardy · 17 years ago
  87. 5a1b589 [NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats. by Rusty Russell · 17 years ago
  88. 1a028e5 [NET]: Revert sk_buff walker cleanups. by David S. Miller · 17 years ago
  89. bf62456 uevent: use add_uevent_var() instead of open coding it by Eric Rannaud · 17 years ago
  90. ca2f37d Driver core: notify userspace of network device renames by Jean Tourrilhes · 17 years ago
  91. 295f4a1 [WEXT]: Clean up how wext is called. by Johannes Berg · 17 years ago
  92. 11433ee [WEXT]: Move to net/wireless by Johannes Berg · 17 years ago
  93. 17926a7 [AF_RXRPC]: Provide secure RxRPC sockets for use by userspace and kernel both by David Howells · 17 years ago
  94. 42bad1d [NETLINK]: Possible cleanups. by Adrian Bunk · 17 years ago
  95. eefa390 [NET]: Clean up sk_buff walkers. by Jean Delvare · 17 years ago
  96. f9d106a [NET]: Warn about GSO/checksum abuse by Herbert Xu · 17 years ago
  97. 9e101ea [WIRELESS]: Remove wext over netlink. by Johannes Berg · 17 years ago
  98. 372cc74 [NET]: Prevent much sadness in qdisc_lock_tree(). by Andrew Morton · 17 years ago
  99. 38b4da3 [NET]: Fix comments for register_netdev(). by Borislav Petkov · 17 years ago
  100. 9958089 [NET]: Move sk_setup_caps() out of line. by Andi Kleen · 17 years ago