1. ab93047 net: emphasize rtnl lock required in call_netdevice_notifiers by Jiri Pirko · 14 years ago
  2. b249dcb rps: consistent rxhash by Eric Dumazet · 14 years ago
  3. e36fa2f rps: cleanups by Eric Dumazet · 14 years ago
  4. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 14 years ago
  5. fc6055a net: Introduce skb_orphan_try() by Eric Dumazet · 14 years ago
  6. 9958da0 net: remove time limit in process_backlog() by Eric Dumazet · 14 years ago
  7. 8770acf rps: rps_sock_flow_table is mostly read by Eric Dumazet · 14 years ago
  8. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  9. b0e28f1 net: netif_rx() must disable preemption by Eric Dumazet · 14 years ago
  10. acbbc07 net: uninline skb_bond_should_drop() by Eric Dumazet · 14 years ago
  11. b6c6712 net: sk_dst_cache RCUification by Eric Dumazet · 14 years ago
  12. 7a161ea net: Dont use netdev_warn() by Eric Dumazet · 14 years ago
  13. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  14. e400827 net: Add a missing local_irq_enable() by Eric Dumazet · 14 years ago
  15. 5a6d234 rps: fixed missed rps_unlock by Tom Herbert · 14 years ago
  16. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  17. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  18. 9092c65 net: illegal_highdma() fix by Eric Dumazet · 14 years ago
  19. 5acbbd4 net: change illegal_highdma to use dma_mask by FUJITA Tomonori · 14 years ago
  20. 152102c rps: keep the old behavior on SMP without rps by Changli Gao · 14 years ago
  21. 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
  22. 10f744d net: __netif_receive_skb should be static by Eric Dumazet · 14 years ago
  23. df33454 rps: add CONFIG_RPS by Eric Dumazet · 14 years ago
  24. e51d739a net: Fix locking in flush_backlog by Tom Herbert · 14 years ago
  25. 99fe3c3 net: dev_getfirstbyhwtype() optimization by Eric Dumazet · 14 years ago
  26. 283f2fe net: speedup netdev_set_master() by Eric Dumazet · 14 years ago
  27. 32a806c bonding: flush unicast and multicast lists when changing type by Jiri Pirko · 14 years ago
  28. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  29. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 14 years ago
  30. 3ca5b40 bonding: check return value of nofitier when changing type by Jiri Pirko · 14 years ago
  31. 1e94d72 rps: Fixed build with CONFIG_SMP not enabled. by Tom Herbert · 14 years ago
  32. 0a9627f rps: Receive Packet Steering by Tom Herbert · 14 years ago
  33. 4787188 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 14 years ago
  34. bd38081 dev: support deferring device flag change notifications by Patrick McHardy · 14 years ago
  35. a283576 rtnetlink: handle rtnl_link netlink notifications manually by Patrick McHardy · 14 years ago
  36. e5e26d7 netdev: use list_first_entry macro by stephen hemminger · 14 years ago
  37. a898def net: Add checking to rcu_dereference() primitives by Paul E. McKenney · 14 years ago
  38. c4d4979 net: bug fix for vlan + gro issue by Ajit Khaparde · 14 years ago
  39. e76b69c net: bug fix for vlan + gro issue by Ajit Khaparde · 14 years ago
  40. 4cd24ea net: use netdev_mc_count and netdev_mc_empty when appropriate by Jiri Pirko · 15 years ago
  41. 15682bc ethtool: Introduce n-tuple filter programming support by Peter P Waskiewicz Jr · 15 years ago
  42. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 15 years ago
  43. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 15 years ago
  44. 4b25846 net: Optimize non-gso test checks by Krishna Kumar · 15 years ago
  45. 11380a4 net: Unexport napi_gro_flush(). by David S. Miller · 15 years ago
  46. 2d13baf net: Make it easier to parse /proc/net/dev contents. by Jesper Dangaard Brouer · 15 years ago
  47. ca8d9ea fix bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 15 years ago
  48. 1f3c880 bonding: allow arp_ip_targets on separate vlans to use arp validation by Andy Gospodarek · 15 years ago
  49. 068a2de net: release dst entry while cache-hot for GSO case too by Krishna Kumar · 15 years ago
  50. d90a909 net: Fix userspace RTM_NEWLINK notifications. by Eric W. Biederman · 15 years ago
  51. e93737b net: Handle NETREG_UNINITIALIZED devices correctly by Krishna Kumar · 15 years ago
  52. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  53. 04dc7f6b net: Move network device exit batching by Eric W. Biederman · 15 years ago
  54. e008b5f net: Simplfy default_device_exit and improve batching. by Eric W. Biederman · 15 years ago
  55. a5ee155 net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH by Eric W. Biederman · 15 years ago
  56. f64f9e7 net: Move && and || to end of previous line by Joe Perches · 15 years ago
  57. 4454096 veth: move loopback logic to common location by Arnd Bergmann · 15 years ago
  58. 09ad9bc net: use net_eq to compare nets by Octavian Purdila · 15 years ago
  59. 6ebfbc0 net: Fix missing kernel-doc notation by Jaswinder Singh Rajput · 15 years ago
  60. 8964be4 net: rename skb->iif to skb->skb_iif by Eric Dumazet · 15 years ago
  61. d903102 net: device name allocation cleanups by Octavian Purdila · 15 years ago
  62. e014deb linkwatch: linkwatch_forget_dev() to speedup device dismantle by Eric Dumazet · 15 years ago
  63. 395264d net: introduce NETDEV_UNREGISTER_PERNET by Octavian Purdila · 15 years ago
  64. d83345a net: add dev_txq_stats_fold() helper by Eric Dumazet · 15 years ago
  65. a2bfbc0 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. 91e9c07b net: Fix the rollback test in dev_change_name() by Eric Dumazet · 15 years ago
  67. 9a1654b net: Optimize hard_start_xmit() return checking by Jarek Poplawski · 15 years ago
  68. ed04642 net: check the return value of ndo_select_queue() by Eric Dumazet · 15 years ago
  69. 572a9d7 net: allow to propagate errors through ->ndo_hard_start_xmit() by Patrick McHardy · 15 years ago
  70. 08e9897 netdev: fold name hash properly (v3) by stephen hemminger · 15 years ago
  71. c6d14c8 net: Introduce for_each_netdev_rcu() iterator by Eric Dumazet · 15 years ago
  72. 3710bec net: RCU locking for simple ioctl() by Eric Dumazet · 15 years ago
  73. 9fdce09 veth: Fix unregister_netdevice_queue for veth by Eric W. Biederman · 15 years ago
  74. 72c9528 net: Introduce dev_get_by_name_rcu() by Eric Dumazet · 15 years ago
  75. 0bd8d53 net: use hlist_for_each_entry() by Eric Dumazet · 15 years ago
  76. c7c4b3b gro: Change all receive functions to return GRO result codes by Ben Hutchings · 15 years ago
  77. 5b252f0 gro: Name the GRO result enumeration type by Ben Hutchings · 15 years ago
  78. fb699dfd net: Introduce dev_get_by_index_rcu() by Eric Dumazet · 15 years ago
  79. 63c8099 vlan: Optimize multiple unregistration by Eric Dumazet · 15 years ago
  80. 23289a3 net: add a list_head parameter to dellink() method by Eric Dumazet · 15 years ago
  81. 9b5e383 net: Introduce unregister_netdevice_many() by Eric Dumazet · 15 years ago
  82. 44a0873 net: Introduce unregister_netdevice_queue() by Eric Dumazet · 15 years ago
  83. 05423b2 vlan: allow null VLAN ID to be used by Eric Dumazet · 15 years ago
  84. 7c28bd0 rtnetlink: speedup rtnl_dump_ifinfo() by Eric Dumazet · 15 years ago
  85. a4ee3ce net: Use sk_tx_queue_mapping for connected sockets by Krishna Kumar · 15 years ago
  86. 89d71a6 net: Use netdev_alloc_skb_ip_align() by Eric Dumazet · 15 years ago
  87. d9f5950 net: Make UFO on master device independent of attached devices by Sridhar Samudrala · 15 years ago
  88. 7ffbe3f net: introduce NETDEV_POST_INIT notifier by Johannes Berg · 15 years ago
  89. 81bbb3d net: restore tx timestamping for accelerated vlans by Eric Dumazet · 15 years ago
  90. 75c7850 bonding: remap muticast addresses without using dev_close() and dev_open() by Moni Shoua · 15 years ago
  91. d7e9660 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 15 years ago
  92. 4fb019a net: force bridge module(s) to be GPL by Stephen Hemminger · 15 years ago
  93. 55f9d67 net: Remove debugging code by Eric Dumazet · 15 years ago
  94. d1b19df net: net/core/dev.c cleanups by Eric Dumazet · 15 years ago
  95. 03a9a44 net: convert remaining non-symbolic return values in dev_queue_xmit by Krishna Kumar · 15 years ago
  96. 929122cd Drop ARPHRD_IEEE802154_PHY by Dmitry Eremin-Solenikov · 15 years ago
  97. a8f80e8 Networking: use CAP_NET_ADMIN when deciding to call request_module by Eric Paris · 15 years ago
  98. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  99. bbd8a0d net: Avoid enqueuing skb for default qdiscs by Krishna Kumar · 15 years ago
  100. 36cbd3d net: mark read-only arrays as const by Jan Engelhardt · 15 years ago