1. 551eaff pktgen: allow faster module unload by Eric Dumazet · 14 years ago
  2. 2491242 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  3. c26aed4 filter: use reciprocal divide by Eric Dumazet · 14 years ago
  4. 8c1592d filter: cleanup codes[] init by Eric Dumazet · 14 years ago
  5. 93aaae2 filter: optimize sk_run_filter by Eric Dumazet · 14 years ago
  6. 0302b86 net: fix kernel-doc for sk_filter_rcu_release by Randy Dunlap · 14 years ago
  7. 4c3710a net: move definitions of BPF_S_* to net/core/filter.c by Changli Gao · 14 years ago
  8. cba328f filter: Optimize instruction revalidation code. by Tetsuo Handa · 14 years ago
  9. 9e50e3a net: add priority field to pktgen by John Fastabend · 14 years ago
  10. 7d8e76b net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  11. 9ea1948 net: zero kobject in rx_queue_release by John Fastabend · 14 years ago
  12. f8ff182 rtnetlink: Link address family API by Thomas Graf · 14 years ago
  13. 6b35308 net: Export netif_get_vlan_features(). by David S. Miller · 14 years ago
  14. fe82224 net: Simplify RX queue allocation by Tom Herbert · 14 years ago
  15. ed9af2e net: Move TX queue allocation to alloc_netdev_mq by Tom Herbert · 14 years ago
  16. 58e998c offloading: Force software GSO for multiple vlan tags. by Jesse Gross · 14 years ago
  17. c8d5bcd offloading: Support multiple vlan tags in GSO. by Jesse Gross · 14 years ago
  18. e1e78db offloading: Make scatter/gather more tolerant of vlans. by Jesse Gross · 14 years ago
  19. c25ecd0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  20. 369cf77 rtnetlink: Fix message size calculation for link messages by Thomas Graf · 14 years ago
  21. 8d987e5 net: avoid limits overflow by Eric Dumazet · 14 years ago
  22. 57fe93b filter: make sure filters dont read uninitialized memory by David S. Miller · 14 years ago
  23. 332dd96 net/dst: dst_dev_event() called after other notifiers by Eric Dumazet · 14 years ago
  24. b194a36 net/core/dev.c: Update WARN uses by Joe Perches · 14 years ago
  25. eb58906 pktgen: correct uninitialized queue_map by Junchang Wang · 14 years ago
  26. 86c2c0a NET: pktgen - fix compile warning by Dmitry Torokhov · 14 years ago
  27. df32cc1 net: check queue_index from sock is valid for device by Tom Herbert · 14 years ago
  28. 448d7b5 pktgen: Limit how much data we copy onto the stack. by Nelson Elhage · 14 years ago
  29. 8acfe46 net: Limit socket I/O iovec total length to INT_MAX. by David S. Miller · 14 years ago
  30. 7a2b03c fib_rules: __rcu annotates ctarget by Eric Dumazet · 14 years ago
  31. 66c68bc net: NETIF_F_HW_CSUM does not imply FCoE CRC offload by Ben Hutchings · 14 years ago
  32. af1905d net: Fix some corner cases in dev_can_checksum() by Ben Hutchings · 14 years ago
  33. ebb9fed fib: fix fib_nl_newrule() by Eric Dumazet · 14 years ago
  34. 0d7da9d net: add __rcu annotation to sk_filter by Eric Dumazet · 14 years ago
  35. 1c87733 net_ns: add __rcu annotations by Eric Dumazet · 14 years ago
  36. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  37. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  38. 11a766c net: Increase xmit RECURSION_LIMIT to 10. by David S. Miller · 14 years ago
  39. d618222 pktgen: clean up handling of local/transient counter vars by Paul Gortmaker · 14 years ago
  40. 5f05647 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  41. 5d70f79 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  42. 888a6f7 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  43. 2198a10 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  44. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  45. a5c30b3 net/neighbour: cancel_delayed_work() + flush_scheduled_work() -> cancel_delayed_work_sync() by Tejun Heo · 14 years ago
  46. d2ed817 net/core: Allow tagged VLAN packets to flow through VETH devices. by Ben Greear · 14 years ago
  47. 8d8a0b1 rtnetlink: remove rtnl_kill_links by stephen hemminger · 14 years ago
  48. d5dbda2 ethtool: Add support for vlan accleration. by Jesse Gross · 14 years ago
  49. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  50. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  51. 27b75c9 net: avoid RCU for NOCACHE dst by Eric Dumazet · 14 years ago
  52. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  53. bd25fa7 net: cleanups in RX queue allocation by Tom Herbert · 14 years ago
  54. 55513fb net: fail alloc_netdev_mq if queue count < 1 by Tom Herbert · 14 years ago
  55. f13d493 netpoll: Revert napi_poll fix for bonding driver by Neil Horman · 14 years ago
  56. 990c3d6 bonding: Fix napi poll for bonding driver by Neil Horman · 14 years ago
  57. c2355e1 bonding: Fix bonding drivers improper modification of netpoll structure by Neil Horman · 14 years ago
  58. a0a4a85 fib: remove a useless synchronize_rcu() call by Eric Dumazet · 14 years ago
  59. 564824b net: allocate skbs on local node by Eric Dumazet · 14 years ago
  60. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  61. fc66f95 net dst: use a percpu_counter to track entries by Eric Dumazet · 14 years ago
  62. 0ed8ddf neigh: Protect neigh->ha[] with a seqlock by Eric Dumazet · 14 years ago
  63. d122179 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  64. b00916b net: clear heap allocations for privileged ethtool actions by Kees Cook · 14 years ago
  65. 34d101d neigh: speedup neigh_hh_init() by Eric Dumazet · 14 years ago
  66. 4315d83 net: Fix rxq ref counting by Tom Herbert · 14 years ago
  67. ae6df5f net: clear heap allocation for ETHTOOL_GRXCLSRLALL by Kees Cook · 14 years ago
  68. 4e7f795 net: Update kernel-doc for netif_set_real_num_rx_queues() by Ben Hutchings · 14 years ago
  69. 7cd2541 Merge commit 'v2.6.36-rc7' into perf/core by Ingo Molnar · 14 years ago
  70. 1144182 net: suppress RCU lockdep false positive in sock_update_classid by Paul E. McKenney · 14 years ago
  71. 3d3211e net: netif_set_real_num_rx_queues may cap num_rx_queues at init time by John Fastabend · 14 years ago
  72. 767e97e neigh: RCU conversion of struct neighbour by Eric Dumazet · 14 years ago
  73. ebc0ffa fib: RCU conversion of fib_lookup() by Eric Dumazet · 14 years ago
  74. d6bf781 net neigh: RCU conversion of neigh hash table by Eric Dumazet · 14 years ago
  75. 110b249 net neigh: neigh_delete() and neigh_add() changes by Eric Dumazet · 14 years ago
  76. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  77. 1df9916 fib: fib_rules_cleanup can be static by stephen hemminger · 14 years ago
  78. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 14 years ago
  79. 21a180c Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  80. c7d4426 net: introduce DST_NOCACHE flag by Eric Dumazet · 14 years ago
  81. 482964e net: Fix the condition passed to sk_wait_event() by Nagendra Tomar · 14 years ago
  82. bfa5ae6 net: rename netdev rx_queue to ingress_queue by Eric Dumazet · 14 years ago
  83. 745e20f net: add a recursion limit in xmit path by Eric Dumazet · 14 years ago
  84. 4465b46 ipv4: Allow configuring subnets as local addresses by Tom Herbert · 14 years ago
  85. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  86. f91ff5b net: sk_{detach|attach}_filter() rcu fixes by Eric Dumazet · 14 years ago
  87. 7fa7cb7 fib: use atomic_inc_not_zero() in fib_rules_lookup by Eric Dumazet · 14 years ago
  88. 01db403 tcp: Fix >4GB writes on 64-bit. by David S. Miller · 14 years ago
  89. e40051d Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  90. 1b4bf46 rps: allocate rx queues in register_netdevice only by Eric Dumazet · 14 years ago
  91. c5256c5 net: propagate NETIF_F_HIGHDMA to vlans by Eric Dumazet · 14 years ago
  92. f064af1 net: fix a lockdep splat by Eric Dumazet · 14 years ago
  93. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  94. 82fd5b5 net: core: use kernel's converter from hex to bin by Andy Shevchenko · 14 years ago
  95. 73da16c ethtool: Fix build due to lack of ethtool.h include. by David S. Miller · 14 years ago
  96. a77f5db ethtool: Allocate register dump buffer with vmalloc() by Ben Hutchings · 14 years ago
  97. 7ed5692 Merge commit 'v2.6.36-rc5' into perf/core by Ingo Molnar · 14 years ago
  98. be2902d ethtool, ixgbe: Move RX n-tuple mask fixup to ethtool by Ben Hutchings · 14 years ago
  99. 3b27e10 netns: keep vlan slaves on master netns move by David Lamparter · 14 years ago
  100. 67c9660 ethtool: change ethtool_set_gro() to use ethtool_op_get_rx_csum by Eric Dumazet · 14 years ago