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