1. 8c52d50 rps: optimize rps_get_cpu() by Changli Gao · 14 years ago
  2. 40eaf96 net: Socket filter ancilliary data access for skb->dev->type by Paul LeoNerd Evans · 14 years ago
  3. 9ccb897 net: Orphan and de-dst skbs earlier in xmit path. by David S. Miller · 14 years ago
  4. e326bed rps: immediate send IPI in process_backlog() by Eric Dumazet · 14 years ago
  5. 9a20e31 net: Introduce skb_orphan_try() by Eric Dumazet · 14 years ago
  6. 87eb367 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  7. 05d1760 net: Fix an RCU warning in dev_pick_tx() by David Howells · 14 years ago
  8. ccb7c77 net: Remove two unnecessary exports (skbuff). by Rami Rosen · 14 years ago
  9. aa39514 net: sk_sleep() helper by Eric Dumazet · 14 years ago
  10. ab93047 net: emphasize rtnl lock required in call_netdevice_notifiers by Jiri Pirko · 14 years ago
  11. b249dcb rps: consistent rxhash by Eric Dumazet · 14 years ago
  12. e36fa2f rps: cleanups by Eric Dumazet · 14 years ago
  13. f5acb90 rps: static functions by Eric Dumazet · 14 years ago
  14. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 14 years ago
  15. fc6055a net: Introduce skb_orphan_try() by Eric Dumazet · 14 years ago
  16. 9958da0 net: remove time limit in process_backlog() by Eric Dumazet · 14 years ago
  17. 8770acf rps: rps_sock_flow_table is mostly read by Eric Dumazet · 14 years ago
  18. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  19. 8728c54 net: dev_pick_tx() fix by Eric Dumazet · 14 years ago
  20. b0e28f1 net: netif_rx() must disable preemption by Eric Dumazet · 14 years ago
  21. 0f87b1d net: fib_rules: decouple address families from real address families by Patrick McHardy · 14 years ago
  22. 28bb172 net: fib_rules: set family in fib_rule_hdr centrally by Patrick McHardy · 14 years ago
  23. d8a566b net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. by Patrick McHardy · 14 years ago
  24. 5611551 dst: don't inline dst_ifdown by stephen hemminger · 14 years ago
  25. acbbc07 net: uninline skb_bond_should_drop() by Eric Dumazet · 14 years ago
  26. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  27. 7a161ea net: Dont use netdev_warn() by Eric Dumazet · 14 years ago
  28. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 97f8aef net: fix ethtool coding style errors and warnings by chavey · 14 years ago
  30. 298b9e4 net: include linux/proc_fs.h in dev_addr_lists.c by Eric Dumazet · 14 years ago
  31. 8e479560 flow: delayed deletion of flow cache entries by Timo Teräs · 14 years ago
  32. fe1a5f0 flow: virtualize flow cache entry methods by Timo Teräs · 14 years ago
  33. 4a35ecf Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  34. e400827 net: Add a missing local_irq_enable() by Eric Dumazet · 14 years ago
  35. 5a6d234 rps: fixed missed rps_unlock by Tom Herbert · 14 years ago
  36. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  37. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  38. 9092c65 net: illegal_highdma() fix by Eric Dumazet · 14 years ago
  39. 5acbbd4 net: change illegal_highdma to use dma_mask by FUJITA Tomonori · 14 years ago
  40. d7997fe flow: structurize flow cache by Timo Teräs · 14 years ago
  41. 152102c rps: keep the old behavior on SMP without rps by Changli Gao · 14 years ago
  42. 598ed93 fix net/core/dst.c coding style error and warnings by laurent chavey · 14 years ago
  43. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 14 years ago
  44. 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
  45. 30bde1f rps: fix net-sysfs build for !CONFIG_RPS by Stephen Rothwell · 14 years ago
  46. 10f744d net: __netif_receive_skb should be static by Eric Dumazet · 14 years ago
  47. adcfe19 net: increase preallocated size of nlmsg to accomodate for IFLA_STATS64 by Jan Engelhardt · 14 years ago
  48. 14a4b42 net: fix unaligned access in IFLA_STATS64 by Jan Engelhardt · 14 years ago
  49. df33454 rps: add CONFIG_RPS by Eric Dumazet · 14 years ago
  50. e51d739a net: Fix locking in flush_backlog by Tom Herbert · 14 years ago
  51. 5fc05f8 netpoll: warn when there are spaces in parameters by Amerigo Wang · 14 years ago
  52. e880eb6 rps: Fix build with CONFIG_SYSFS enabled by Tom Herbert · 14 years ago
  53. e99b99b pktgen node allocation by Robert Olsson · 14 years ago
  54. 99fe3c3 net: dev_getfirstbyhwtype() optimization by Eric Dumazet · 14 years ago
  55. 283f2fe net: speedup netdev_set_master() by Eric Dumazet · 14 years ago
  56. 32a806c bonding: flush unicast and multicast lists when changing type by Jiri Pirko · 14 years ago
  57. 755d0e7 net: rtnetlink: ignore NETDEV_PRE_TYPE_CHANGE in rtnetlink_event() by Patrick McHardy · 14 years ago
  58. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  59. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 14 years ago
  60. 3ca5b40 bonding: check return value of nofitier when changing type by Jiri Pirko · 15 years ago
  61. 1e94d72 rps: Fixed build with CONFIG_SMP not enabled. by Tom Herbert · 14 years ago
  62. 10708f3 net: core: add IFLA_STATS64 support by Jan Engelhardt · 15 years ago
  63. 2fb3573 net: remove rcu locking from fib_rules_event() by Eric Dumazet · 15 years ago
  64. 0a9627f rps: Receive Packet Steering by Tom Herbert · 15 years ago
  65. 21edbb2 NET: netpoll, fix potential NULL ptr dereference by Jiri Slaby · 15 years ago
  66. 3041f51 net: Fix dev_mc_add() by Eric Dumazet · 15 years ago
  67. 0a14150 net: Annotates neigh_invalidate() by Eric Dumazet · 15 years ago
  68. f5c445e ethtool: Use noinline_for_stack by Eric Dumazet · 15 years ago
  69. 72150e9 sock.c: potential null dereference by Dan Carpenter · 15 years ago
  70. d17792e ethtool: Add direct access to ops->get_sset_count by Jeff Garzik · 15 years ago
  71. 723b2f5 ethtool: Add direct access to ops->get_sset_count by Jeff Garzik · 15 years ago
  72. a3a858f net: backlog functions rename by Zhu Yi · 15 years ago
  73. 8eae939 net: add limit for socket backlog by Zhu Yi · 15 years ago
  74. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  75. 76dadd76 scm: Only support SCM_RIGHTS on unix domain sockets. by Eric W. Biederman · 15 years ago
  76. 9675478 ethtool: do not set some flags, if others failed by Jeff Garzik · 15 years ago
  77. 3729d50 rtnetlink: support specifying device flags on device creation by Patrick McHardy · 15 years ago
  78. bd38081 dev: support deferring device flag change notifications by Patrick McHardy · 15 years ago
  79. a283576 rtnetlink: handle rtnl_link netlink notifications manually by Patrick McHardy · 15 years ago
  80. 10de05a rtnetlink: ignore NETDEV_PRE_UP notifier in rtnetlink_event() by Patrick McHardy · 15 years ago
  81. 738b034 Revert "ethtool: Add n-tuple string length to drvinfo and return it" by David S. Miller · 15 years ago
  82. 6e17d45 net: add addr len check to dev_mc_add by Jiri Pirko · 15 years ago
  83. c79c5ff ethtool: Add n-tuple string length to drvinfo and return it by Peter Waskiewicz · 15 years ago
  84. e5e26d7 netdev: use list_first_entry macro by stephen hemminger · 15 years ago
  85. 4edb246 rtnetlink: clean up SR-IOV config interface by Williams, Mitch A · 15 years ago
  86. 0448873 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  87. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 15 years ago
  88. c4d4979 net: bug fix for vlan + gro issue by Ajit Khaparde · 15 years ago
  89. bd55775 xfrm: SA lookups signature with mark by Jamal Hadi Salim · 15 years ago
  90. b8afe64 net-sysfs: Use rtnl_trylock in wireless sysfs methods. by Eric W. Biederman · 15 years ago
  91. 5ff3f07 net: export attach/detach filter routines by Michael S. Tsirkin · 15 years ago
  92. e76b69c net: bug fix for vlan + gro issue by Ajit Khaparde · 15 years ago
  93. 7af3351 ethtool: Don't flush n-tuple list from ethtool_reset() by Ben Hutchings · 15 years ago
  94. faf2342 net: use kasprintf() for socket cache names by Alexey Dobriyan · 15 years ago
  95. dc4c2c3 net: remove INIT_RCU_HEAD() usage by Alexey Dobriyan · 15 years ago
  96. 2bb4646 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  97. 54716e3 net neigh: Decouple per interface neighbour table controls from binary sysctls by Eric W. Biederman · 15 years ago
  98. 1cab819 ethtool: allow non-admin user to read GRO settings. by stephen hemminger · 15 years ago
  99. 339c6e9 ethtool: reduce stack usage by Eric Dumazet · 15 years ago
  100. 0d643e1 ethtool: Move n-tuple capability check into set_flags by Peter Waskiewicz · 15 years ago