1. 18543a6 net: Detect and ignore netif_stop_queue() calls before register_netdev() by Guillaume Chazarain · 14 years ago
  2. 6e3f7fa rps: add __rcu annotations by Eric Dumazet · 14 years ago
  3. 3cc77ec net/802: add __rcu annotations by Eric Dumazet · 14 years ago
  4. 198caec ipv6: ip6_ptr rcu annotations by Eric Dumazet · 14 years ago
  5. b616b09 vlan: rcu annotations by Eric Dumazet · 14 years ago
  6. d0c2b0d napi: unexport napi_reuse_skb by stephen hemminger · 14 years ago
  7. 3701e51 vlan: Centralize handling of hardware acceleration. by Jesse Gross · 14 years ago
  8. 65ac6a5 vlan: Avoid hash table lookup to find group. by Jesse Gross · 14 years ago
  9. 7b9c609 vlan: Enable software emulation for vlan accleration. by Jesse Gross · 14 years ago
  10. e648493 net: allocate tx queues in register_netdevice by Tom Herbert · 14 years ago
  11. 29b4433 net: percpu net_device refcount by Eric Dumazet · 14 years ago
  12. 34d101d neigh: speedup neigh_hh_init() by Eric Dumazet · 14 years ago
  13. caf586e net: add a core netdev->rx_dropped counter by Eric Dumazet · 14 years ago
  14. 24824a0 net: dynamic ingress_queue allocation by Eric Dumazet · 14 years ago
  15. bfa5ae6 net: rename netdev rx_queue to ingress_queue by Eric Dumazet · 14 years ago
  16. 6d81f41 dummy: percpu stats and lockless xmit by Eric Dumazet · 14 years ago
  17. 3171d02 net: Add netif_copy_real_num_queues() for use by virtual net drivers by Ben Hutchings · 14 years ago
  18. 62fe0b4 net: Allow changing number of RX queues after device allocation by Ben Hutchings · 14 years ago
  19. 290b895 tunnels: prepare percpu accounting by Eric Dumazet · 14 years ago
  20. a7855c7 net: loopback driver cleanup by Eric Dumazet · 14 years ago
  21. a02cec2 net: return operator cleanup by Eric Dumazet · 14 years ago
  22. 8f8f103 net: reorder struct netdev_hw_addr by Eric Dumazet · 14 years ago
  23. cd13539 net: shrinks struct net_device by Eric Dumazet · 14 years ago
  24. 95ae6b2 ipv4: ip_ptr cleanups by Eric Dumazet · 14 years ago
  25. 86cac58 skge: add GRO support by Eric Dumazet · 14 years ago
  26. 4dc8913 net: add a comment on netdev->last_rx by Eric Dumazet · 14 years ago
  27. e569aa7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 14 years ago
  28. 1726442 net: increase the size of priv_flags and add IFF_OVS_DATAPATH by Simon Horman · 14 years ago
  29. 21dc330 net: Rename skb_has_frags to skb_has_frag_list by David S. Miller · 14 years ago
  30. 0460079 cfg80211: support sysfs namespaces by Johannes Berg · 14 years ago
  31. 3cfc2c4 Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  32. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  33. d790d4d Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  34. c1f7942 sysfs: add attribute to indicate hw address assignment type by Stefan Assmann · 14 years ago
  35. bd27290 net: 64bit stats for netdev_queue by Eric Dumazet · 14 years ago
  36. c1f19b5 net: support time stamping in phy devices. by Richard Cochran · 14 years ago
  37. 82f6825 pm_qos: Get rid of the allocation in pm_qos_add_request() by James Bottomley · 14 years ago
  38. d775351 net: Document that dev_get_stats() returns the given pointer by Ben Hutchings · 14 years ago
  39. 3cfde79 net: Get rid of rtnl_link_stats64 / net_device_stats union by Ben Hutchings · 14 years ago
  40. 597e608 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  41. 2817273 net: fix 64 bit counters on 32 bit arches by Eric Dumazet · 14 years ago
  42. bcfcc45 net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is defined by Ben Hutchings · 14 years ago
  43. f45f432 netdevice.h: Change netif_<level> macros to call netdev_<level> functions by Joe Perches · 14 years ago
  44. 256df2f netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions by Joe Perches · 14 years ago
  45. f0796d5 net: decreasing real_num_tx_queues needs to flush qdisc by John Fastabend · 14 years ago
  46. d29c0c5 udp: Add UFO to NETIF_F_SOFTWARE_GSO by Herbert Xu · 14 years ago
  47. f1bbbb6 Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  48. 82695d9 net: Fix error in comment on net_device_ops::ndo_get_stats by Ben Hutchings · 14 years ago
  49. f350a0a8 bridge: use rx_handler_data pointer to store net_bridge_port pointer by Jiri Pirko · 14 years ago
  50. a35e2c1 macvlan: use rx_handler_data pointer to store macvlan_port pointer V2 by Jiri Pirko · 14 years ago
  51. 93e2c32 net: add rx_handler data pointer by Jiri Pirko · 14 years ago
  52. 4247e16 netpoll: Add ndo_netpoll_setup by Herbert Xu · 14 years ago
  53. be1f3c2 net: Enable 64-bit net device statistics on 32-bit architectures by Ben Hutchings · 14 years ago
  54. bb69ae0 anycast: Some RCU conversions by Eric Dumazet · 14 years ago
  55. 724df61 fix comment typo in netdevice.h by Justin P. Mattock · 14 years ago
  56. ab95bfe net: replace hooks in __netif_receive_skb V5 by Jiri Pirko · 14 years ago
  57. c2d9ba9 net: CONFIG_NET_NS reduction by Eric Dumazet · 14 years ago
  58. 06c4648 arp_notify: allow drivers to explicitly request a notification event. by Ian Campbell · 14 years ago
  59. a4ed89c net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined by Ben Hutchings · 14 years ago
  60. 76cc8b1 net: fix problem in dequeuing from input_pkt_queue by Tom Herbert · 14 years ago
  61. f896546 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  62. 57b6108 net: Add netlink support for virtual port management (was iovnl) by Scott Feldman · 14 years ago
  63. 3b098e2 net: Consistent skb timestamping by Eric Dumazet · 14 years ago
  64. ed77134 PM QOS update by Mark Gross · 14 years ago
  65. 0e34e93 netpoll: add generic support for bridge and bonding devices by WANG Cong · 14 years ago
  66. cd7b539 net: Use explicit "unsigned int" instead of plain "unsigned" in netdevice.h by David S. Miller · 14 years ago
  67. dee4287 net: fix softnet_stat by Changli Gao · 14 years ago
  68. 6e7676c net: batch skb dequeueing from softnet input_pkt_queue by Changli Gao · 14 years ago
  69. a9cbd58 net: reimplement softnet_data.output_queue as a FIFO queue by Changli Gao · 14 years ago
  70. e36fa2f rps: cleanups by Eric Dumazet · 14 years ago
  71. 8875127 rps: shortcut net_rps_action() by Eric Dumazet · 14 years ago
  72. fec5e65 rfs: Receive Flow Steering by Tom Herbert · 14 years ago
  73. fd793d8 net: CONFIG_SMP should be CONFIG_RPS by Changli Gao · 14 years ago
  74. acbbc07 net: uninline skb_bond_should_drop() by Eric Dumazet · 14 years ago
  75. 18e225f net: fix definition of netdev_for_each_mc_addr() by Pavel Roskin · 14 years ago
  76. 22bedad3 net: convert multicast list to list_head by Jiri Pirko · 14 years ago
  77. a748ee2 net: move address list functions to a separate file by Jiri Pirko · 14 years ago
  78. b00fabb netdev: ethtool RXHASH flag by stephen hemminger · 14 years ago
  79. df33454 rps: add CONFIG_RPS by Eric Dumazet · 14 years ago
  80. 32a806c bonding: flush unicast and multicast lists when changing type by Jiri Pirko · 14 years ago
  81. e77c8e8 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  82. 0641e4f net: Potential null skb->dev dereference by Eric Dumazet · 14 years ago
  83. 3ca5b40 bonding: check return value of nofitier when changing type by Jiri Pirko · 14 years ago
  84. 1e94d72 rps: Fixed build with CONFIG_SMP not enabled. by Tom Herbert · 14 years ago
  85. 0a9627f rps: Receive Packet Steering by Tom Herbert · 14 years ago
  86. bd38081 dev: support deferring device flag change notifications by Patrick McHardy · 14 years ago
  87. a283576 rtnetlink: handle rtnl_link netlink notifications manually by Patrick McHardy · 14 years ago
  88. ce300c7 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  89. caf66e5 netdevice.h: check for CONFIG_WLAN instead of CONFIG_WLAN_80211 by John W. Linville · 14 years ago
  90. 95c26df net: Add netdev ops for SR-IOV configuration by Williams, Mitch A · 14 years ago
  91. b3d95c5 include/linux/netdevice.h: Add netif_printk helpers by Joe Perches · 14 years ago
  92. 571ba42 netdevice.h: Add netdev_printk helpers like dev_printk by Joe Perches · 14 years ago
  93. 15682bc ethtool: Introduce n-tuple filter programming support by Peter P Waskiewicz Jr · 14 years ago
  94. 6683ece net: use helpers to access mc list V2 by Jiri Pirko · 14 years ago
  95. 8a83a00 net: maintain namespace isolation between vlan and real device by Arnd Bergmann · 14 years ago
  96. 32e7bfc net: use helpers to access uc list V2 by Jiri Pirko · 14 years ago
  97. a271623 netdev: remove certain HAVE_ macros by Alexey Dobriyan · 15 years ago
  98. 11380a4 net: Unexport napi_gro_flush(). by David S. Miller · 15 years ago
  99. fc4a748 netdevice: provide common routine for macvlan and vlan operstate management by Patrick Mullaney · 15 years ago
  100. dcbccbd4 net: Implement for_each_netdev_reverse. by Eric W. Biederman · 15 years ago