1. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  2. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  3. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  4. 5dbe7c1 net: fix kernel deadlock with interface rename and netdev name retrieval. by Nicolas Schichan · 11 years ago
  5. 1d8faf4 net/core: Add VF link state control by Rony Efraim · 11 years ago
  6. 5f121b9 net-rps: fixes for rps flow limit by Willem de Bruijn · 11 years ago
  7. dffebd2 doc:networking: Update comment for dev_id field in netdevice.h by Narendra K · 11 years ago
  8. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  9. af12fa6 net: add napi_id and hash by Eliezer Tamir · 11 years ago
  10. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  11. be9efd3 net: pass changed flags along with NETDEV_CHANGE event by Jiri Pirko · 11 years ago
  12. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  13. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  14. 42e52bf net: add netnotifier event for upper device change by Jiri Pirko · 11 years ago
  15. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  16. 99bbc70 rps: selective flow shedding during softnet overflow by Willem de Bruijn · 11 years ago
  17. b0ce350 bonding: allow TSO being set on bonding master by Eric Dumazet · 11 years ago
  18. 243198d rps_dev_flow_table_release(): no need to delay vfree() by Al Viro · 11 years ago
  19. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  20. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  21. 4cd729b0 net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api by Vlad Yasevich · 11 years ago
  22. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  23. 4543fbe net: count hw_addr syncs so that unsync works properly. by Vlad Yasevich · 11 years ago
  24. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  25. 4c3d5e7 net: reorder some fields of net_device by Eric Dumazet · 11 years ago
  26. f3d4039 tokenring: delete last holdout of CONFIG_TR by Paul Bolle · 11 years ago
  27. 24f11a5 line up comment for ndo_bridge_getlink by Dmitry Kravkov · 11 years ago
  28. 764444f net: clean leftover of COMPAT_NET_DEV_OPS removal by Fernando Luis Vazquez Cao · 11 years ago
  29. 8a7fbfa netxen: write IP address to firmware when using bonding by nikolay@redhat.com · 11 years ago
  30. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 12 years ago
  31. 82dc3c6 net: introduce NAPI_POLL_WEIGHT by Eric Dumazet · 12 years ago
  32. cd06157 net: fix a build failure when !CONFIG_PROC_FS by Cong Wang · 12 years ago
  33. 900ff8c net: move procfs code to net/core/net-procfs.c by Cong Wang · 12 years ago
  34. 05e8ef4 net: factor out skb_mac_gso_segment() from skb_gso_segment() by Pravin B Shelar · 12 years ago
  35. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 12 years ago
  36. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 12 years ago
  37. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 12 years ago
  38. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 12 years ago
  39. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 12 years ago
  40. 5fbee84 netpoll: add RCU annotation to npinfo field by Cong Wang · 12 years ago
  41. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  42. d07d750 net, wireless: overwrite default_ethtool_ops by Stanislaw Gruszka · 12 years ago
  43. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  44. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  45. 416186f net: Split core bits of netdev_pick_tx into __netdev_pick_tx by Alexander Duyck · 12 years ago
  46. 85464ef net: kill dev->master by Jiri Pirko · 12 years ago
  47. 8b98a70 net: remove no longer used netdev_set_bond_master() and netdev_set_master() by Jiri Pirko · 12 years ago
  48. 9ff162a net: introduce upper device lists by Jiri Pirko · 12 years ago
  49. fbdeca2 net: add address assign type "SET" by Jiri Pirko · 12 years ago
  50. 2681128 veth: reduce stat overhead by Eric Dumazet · 12 years ago
  51. 4bf84c3 net: add change_carrier netdev op by Jiri Pirko · 12 years ago
  52. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  53. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  54. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  55. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  56. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  57. bb72882 core: make GRO methods static. by Rami Rosen · 12 years ago
  58. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  59. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago
  60. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  61. 22061d8 net: Switch to using the new packet offload infrustructure by Vlad Yasevich · 12 years ago
  62. 62532da net: Add generic packet offload infrastructure. by Vlad Yasevich · 12 years ago
  63. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  64. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  65. 8634724 ipv6: gro: fix PV6_GRO_CB(skb)->proto problem by Eric Dumazet · 12 years ago
  66. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  67. ca07e43 net: gro: fix a potential crash in skb_gro_reset_offset by Eric Dumazet · 12 years ago
  68. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  69. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  70. 404f7c9 net: struct napi_struct fields reordering by Eric Dumazet · 12 years ago
  71. 8c4c49d netpoll: call ->ndo_select_queue() in tx path by Amerigo Wang · 12 years ago
  72. 6b6e272 netdev: make address const in device address management by stephen hemminger · 12 years ago
  73. b004ff4 netdev_printk/dynamic_netdev_dbg: Directly call printk_emit by Joe Perches · 12 years ago
  74. 23d3b8b net: qdisc busylock needs lockdep annotations by Eric Dumazet · 12 years ago
  75. 8f4cccb net: Set device operstate at registration time by Ben Hutchings · 12 years ago
  76. 0115e8e net: remove delay at device dismantle by Eric Dumazet · 12 years ago
  77. 1304a73 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  78. c0de08d af_packet: don't emit packet on orig fanout group by Eric Leblond · 12 years ago
  79. 47be03a2 netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup() by Amerigo Wang · 12 years ago
  80. b7bc2a5 net: remove netdev_bonding_change() by Amerigo Wang · 12 years ago
  81. ee89bab net: move and rename netif_notify_peers() by Amerigo Wang · 12 years ago
  82. 30b678d net: Allow driver to limit number of GSO segments per skb by Ben Hutchings · 12 years ago
  83. ee6ae1a net: honour netif_set_real_num_tx_queues() retval by Jiri Pirko · 12 years ago
  84. 16917b8 net-next: Add netif_get_num_default_rss_queues by Yuval Mintz · 12 years ago
  85. 95603e2 net-next: add dev_loopback_xmit() to avoid duplicate code by Michel Machado · 12 years ago
  86. 9136461 net: keep name_hlist close to name by Eric Dumazet · 12 years ago
  87. 0053ea9 netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG by Joe Perches · 12 years ago
  88. 4adb9c4 net: napi_frags_skb() is static by Eric Dumazet · 12 years ago
  89. 28e8510 net: Remove netdevice ec_ptr, no longer used. by David S. Miller · 12 years ago
  90. 0289403 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  91. 59b9997 Revert "net: maintain namespace isolation between vlan and real device" by David S. Miller · 12 years ago
  92. d7e8883 net: make GRO aware of skb->head_frag by Eric Dumazet · 12 years ago
  93. 12a9463 net: addr_list: add exclusive dev_uc_add and dev_mc_add by John Fastabend · 12 years ago
  94. 7716202 net: add generic PF_BRIDGE:RTM_ FDB hooks by John Fastabend · 12 years ago
  95. 95c9617 net: cleanup unsigned to unsigned int by Eric Dumazet · 12 years ago
  96. 2def16a net: fix /proc/net/dev regression by Eric Dumazet · 12 years ago
  97. 250f671 Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  98. ed2d265 Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  99. 3b59bf0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  100. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago