1. a0a9663 net: make neigh_priv_len in struct net_device 16bit instead of 8bit by Sebastian Siewior · 11 years ago
  2. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  3. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  4. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  5. df42153 net: make ndev->irq signed for error handling by Dan Carpenter · 11 years ago
  6. 0324e74 Merge tag 'driver-core-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  7. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  8. 80c33dd net: add might_sleep() call to napi_disable by Jacob Keller · 11 years ago
  9. 7cc7c5e net: Delete trailing semi-colon from definition of netdev_WARN() by Ben Hutchings · 11 years ago
  10. 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 11 years ago
  11. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  12. 5cde282 net: Separate the close_list and the unreg_list v2 by Eric W. Biederman · 11 years ago
  13. 3573540 netif_set_xps_queue: make cpu mask const by Michael S. Tsirkin · 11 years ago
  14. cb17819 Merge branch '20130926_include_linux_networking_externs' of git://repo.or.cz/linux-2.6/trivial-mods by David S. Miller · 11 years ago
  15. a528c21 dev: update __dev_notify_flags() to send rtnl msg by Nicolas Dichtel · 11 years ago
  16. f629d20 [networking]device.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  17. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  18. b6ccba4 net: add a possibility to get private from netdev_adjacent->list by Veaceslav Falico · 11 years ago
  19. 31088a1 net: add for_each iterators through neighbour lower link's private by Veaceslav Falico · 11 years ago
  20. 402dae9 net: add netdev_adjacent->private and allow to use it by Veaceslav Falico · 11 years ago
  21. 2f268f1 net: add adj_list to save only neighbours by Veaceslav Falico · 11 years ago
  22. 35e4237 vxlan: Fix sparse warnings by Joseph Gasparakis · 11 years ago
  23. 0042d0c net: add documentation for BQL helpers by Florian Fainelli · 11 years ago
  24. 53cf5275 vxlan: Notify drivers for listening UDP port changes by Joseph Gasparakis · 11 years ago
  25. 8b5be85 net: add netdev_for_each_upper_dev_rcu() by Veaceslav Falico · 11 years ago
  26. 5d26191 net: add lower_dev_list to net_device and make a full mesh by Veaceslav Falico · 11 years ago
  27. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  28. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  29. 66b52b0 net: add ndo to get id of physical port of the device by Jiri Pirko · 11 years ago
  30. 18afa4b net: Make devnet_rename_seq static by Thomas Gleixner · 11 years ago
  31. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  32. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  33. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  34. 5dbe7c1 net: fix kernel deadlock with interface rename and netdev name retrieval. by Nicolas Schichan · 11 years ago
  35. 1d8faf4 net/core: Add VF link state control by Rony Efraim · 11 years ago
  36. 5f121b9 net-rps: fixes for rps flow limit by Willem de Bruijn · 11 years ago
  37. dffebd2 doc:networking: Update comment for dev_id field in netdevice.h by Narendra K · 11 years ago
  38. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  39. af12fa6 net: add napi_id and hash by Eliezer Tamir · 11 years ago
  40. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  41. be9efd3 net: pass changed flags along with NETDEV_CHANGE event by Jiri Pirko · 11 years ago
  42. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  43. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago
  44. 42e52bf net: add netnotifier event for upper device change by Jiri Pirko · 11 years ago
  45. e6ff4c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 99bbc70 rps: selective flow shedding during softnet overflow by Willem de Bruijn · 11 years ago
  47. b0ce350 bonding: allow TSO being set on bonding master by Eric Dumazet · 11 years ago
  48. 243198d rps_dev_flow_table_release(): no need to delay vfree() by Al Viro · 11 years ago
  49. 80d5c36 net: vlan: prepare for 802.1ad VLAN filtering offload by Patrick McHardy · 11 years ago
  50. f646968 net: vlan: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_* by Patrick McHardy · 11 years ago
  51. 4cd729b0 net: add dev_uc_sync_multiple() and dev_mc_sync_multiple() api by Vlad Yasevich · 11 years ago
  52. d978a63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 4543fbe net: count hw_addr syncs so that unsync works properly. by Vlad Yasevich · 11 years ago
  54. a210576 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  55. 4c3d5e7 net: reorder some fields of net_device by Eric Dumazet · 11 years ago
  56. f3d4039 tokenring: delete last holdout of CONFIG_TR by Paul Bolle · 11 years ago
  57. 24f11a5 line up comment for ndo_bridge_getlink by Dmitry Kravkov · 11 years ago
  58. 764444f net: clean leftover of COMPAT_NET_DEV_OPS removal by Fernando Luis Vazquez Cao · 11 years ago
  59. 8a7fbfa netxen: write IP address to firmware when using bonding by nikolay@redhat.com · 11 years ago
  60. ec5f061 net: Kill link between CSUM and SG features. by Pravin B Shelar · 11 years ago
  61. 82dc3c6 net: introduce NAPI_POLL_WEIGHT by Eric Dumazet · 11 years ago
  62. cd06157 net: fix a build failure when !CONFIG_PROC_FS by Cong Wang · 11 years ago
  63. 900ff8c net: move procfs code to net/core/net-procfs.c by Cong Wang · 11 years ago
  64. 05e8ef4 net: factor out skb_mac_gso_segment() from skb_gso_segment() by Pravin B Shelar · 11 years ago
  65. 1690be6 bridge: Add vlan support to static neighbors by Vlad Yasevich · 11 years ago
  66. 6cbdcee bridge: Dump vlan information from a bridge port by Vlad Yasevich · 11 years ago
  67. 407af32 bridge: Add netlink interface to configure vlans on bridge ports by Vlad Yasevich · 11 years ago
  68. febf018 net/802: Implement Multiple Registration Protocol (MRP) by David Ward · 11 years ago
  69. 12b0004 net: adjust skb_gso_segment() for calling in rx path by Cong Wang · 11 years ago
  70. 5fbee84 netpoll: add RCU annotation to npinfo field by Cong Wang · 12 years ago
  71. 4b87f92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 12 years ago
  72. d07d750 net, wireless: overwrite default_ethtool_ops by Stanislaw Gruszka · 12 years ago
  73. 024e967 net: Add support for XPS without sysfs being defined by Alexander Duyck · 12 years ago
  74. 537c00d net: Add functions netif_reset_xps_queue and netif_set_xps_queue by Alexander Duyck · 12 years ago
  75. 416186f net: Split core bits of netdev_pick_tx into __netdev_pick_tx by Alexander Duyck · 12 years ago
  76. 85464ef net: kill dev->master by Jiri Pirko · 12 years ago
  77. 8b98a70 net: remove no longer used netdev_set_bond_master() and netdev_set_master() by Jiri Pirko · 12 years ago
  78. 9ff162a net: introduce upper device lists by Jiri Pirko · 12 years ago
  79. fbdeca2 net: add address assign type "SET" by Jiri Pirko · 12 years ago
  80. 2681128 veth: reduce stat overhead by Eric Dumazet · 12 years ago
  81. 4bf84c3 net: add change_carrier netdev op by Jiri Pirko · 12 years ago
  82. 30e6c9f net: devnet_rename_seq should be a seqcount by Eric Dumazet · 12 years ago
  83. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  84. 6be35c7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  85. 6a674e9 net: Add support for hardware-offloaded encapsulation by Joseph Gasparakis · 12 years ago
  86. c3c7c25 net: gro: fix possible panic in skb_gro_receive() by Eric Dumazet · 12 years ago
  87. bb72882 core: make GRO methods static. by Rami Rosen · 12 years ago
  88. c91f6df sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name by Brian Haley · 12 years ago
  89. d93cf06 various: Fix spelling of "registered" in comments. by Adam Buchbinder · 12 years ago
  90. f191a1d net: Remove code duplication between offload structures by Vlad Yasevich · 12 years ago
  91. 22061d8 net: Switch to using the new packet offload infrustructure by Vlad Yasevich · 12 years ago
  92. 62532da net: Add generic packet offload infrastructure. by Vlad Yasevich · 12 years ago
  93. e5a55a8 net: create generic bridge ops by John Fastabend · 12 years ago
  94. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  95. 8634724 ipv6: gro: fix PV6_GRO_CB(skb)->proto problem by Eric Dumazet · 12 years ago
  96. 2e71a6f net: gro: selective flush of packets by Eric Dumazet · 12 years ago
  97. ca07e43 net: gro: fix a potential crash in skb_gro_reset_offset by Eric Dumazet · 12 years ago
  98. aecdc33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 12 years ago
  99. edc7d57 netlink: add attributes to fdb interface by stephen hemminger · 12 years ago
  100. 404f7c9 net: struct napi_struct fields reordering by Eric Dumazet · 12 years ago