1. 4b28252 net: Fix GSO constants to match NETIF flags by Tom Herbert · 10 years ago
  2. f9da455 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 10 years ago
  3. 776edb5 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  4. 670e5b8 net: Add support for device specific address syncing by Alexander Duyck · 10 years ago
  5. 54e5c4d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  6. ed61668 net-next:v4: Add support to configure SR-IOV VF minimum and maximum Tx rate through ip tool. by Sucheta Chakraborty · 10 years ago
  7. da08143 vlan: more careful checksum features handling by Michal Kubeček · 10 years ago
  8. 44a4085 bonding: Fix stacked device detection in arp monitoring by Vlad Yasevich · 10 years ago
  9. 25175ba net: Allow for more then a single subclass for netif_addr_lock by Vlad Yasevich · 10 years ago
  10. 4085ebe net: Find the nesting level of a given device by type. by Vlad Yasevich · 10 years ago
  11. 7ad24ea net: get rid of SET_ETHTOOL_OPS by Wilfried Klaebe · 10 years ago
  12. 5f013c9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  13. c1e756b Revert "net: core: introduce netif_skb_dev_features" by Florian Westphal · 10 years ago
  14. a0265d2 net: Add __dev_forward_skb by Herbert Xu · 10 years ago
  15. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 10 years ago
  16. 8e2f1a6 packet: fix packet_direct_xmit for BQL enabled drivers by Daniel Borkmann · 10 years ago
  17. a50e233 net-gro: restore frag0 optimization by Eric Dumazet · 10 years ago
  18. 2d3b479 net-sysfs: expose number of carrier on/off changes by david decotigny · 10 years ago
  19. 339e022 net: export NET_ADDR_* values to user-space API by Florian Fainelli · 10 years ago
  20. 1ee481f net: Allow modules to use is_skb_forwardable by Vlad Yasevich · 10 years ago
  21. 64c2723 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  22. 5efeac4 netpoll: Respect NETIF_F_LLTX by Eric W. Biederman · 10 years ago
  23. a8779ec netpoll: Remove gfp parameter from __netpoll_setup by Eric W. Biederman · 10 years ago
  24. 53d6471 net: Account for all vlan headers in skb_mac_gso_segment by Vlad Yasevich · 10 years ago
  25. 015f068 net: net: add a core netdev->tx_dropped counter by Eric Dumazet · 10 years ago
  26. 9c62a68 netpoll: Remove dead packet receive code (CONFIG_NETPOLL_TRAP) by Eric W. Biederman · 10 years ago
  27. 693350c netdev: set __percpu attribute on netdev_alloc_pcpu_stats by stephen hemminger · 10 years ago
  28. 7aa9804 net: move net_device priv_flags out from UAPI by Luis R. Rodriguez · 10 years ago
  29. 3f85944 net: Add sysfs file for port number by Amir Vadai · 10 years ago
  30. 1e8d642 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 10 years ago
  31. f8ff080 bonding: remove useless updating of slave->dev->last_rx by Veaceslav Falico · 10 years ago
  32. b9507bd netdevice: move netdev_cap_txqueue for shared usage to header by Daniel Borkmann · 10 years ago
  33. 99932d4 netdevice: add queue selection fallback handler for ndo_select_queue by Daniel Borkmann · 10 years ago
  34. 1c213bd net: introduce netdev_alloc_pcpu_stats() for drivers by WANG Cong · 10 years ago
  35. d206940 net: core: introduce netif_skb_dev_features by Florian Westphal · 10 years ago
  36. a9517d0 rtnetlink: remove ndo_get_slave by Jiri Pirko · 11 years ago
  37. b582ef0 net: Add GRO support for UDP encapsulating protocols by Or Gerlitz · 11 years ago
  38. 1d3ee88 bonding: add netlink attributes to slave link dev by sfeldma@cumulusnetworks.com · 11 years ago
  39. a953be5 net-sysfs: add support for device-specific rx queue sysfs attributes by Michael Dalton · 11 years ago
  40. 1d486bf net: add NETDEV_PRECHANGEMTU to notify before mtu change happens by Veaceslav Falico · 11 years ago
  41. 5bb025f net: rename sysfs symlinks on device name change by Veaceslav Falico · 11 years ago
  42. 0a379e21 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  43. f663dd9 net: core: explicitly select a txq before doing l2 forwarding by Jason Wang · 11 years ago
  44. bf5a755 net-gre-gro: Add GRE support to the GRO stack by Jerry Chu · 11 years ago
  45. 56a4342 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  46. 855404e Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 11 years ago
  47. 8f84985 net: unify the pcpu_tstats and br_cpu_netstats as one by Li RongQing · 11 years ago
  48. 86f8515 net: netprio: rename config to be more consistent with cgroup configs by Daniel Borkmann · 11 years ago
  49. 7a7ffba ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NIC by Wei-Chun Chao · 11 years ago
  50. 1d143d9 net: core functions cleanup by stephen hemminger · 11 years ago
  51. 2205369 vlan: Fix header ops passthru when doing TX VLAN offload. by David S. Miller · 11 years ago
  52. 143c905 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  53. 477bb93 net: remove dead code for add/del multiple by stephen hemminger · 11 years ago
  54. e001bfa bonding: create bond_first_slave_rcu() by dingtianhong · 11 years ago
  55. a0a9663 net: make neigh_priv_len in struct net_device 16bit instead of 8bit by Sebastian Siewior · 11 years ago
  56. 299603e8 net-gro: Prepare GRO stack for the upcoming tunneling support by Jerry Chu · 11 years ago
  57. 37cb062 tipc: remove TIPC usage of field af_packet_priv in struct net_device by Ying Xue · 11 years ago
  58. e624702 net: introduce dev_consume_skb_any() by Eric Dumazet · 11 years ago
  59. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  60. 42a2d92 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  61. a6cc0cf net: Add layer 2 hardware acceleration operations for macvlan devices by John Fastabend · 11 years ago
  62. df42153 net: make ndev->irq signed for error handling by Dan Carpenter · 11 years ago
  63. 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
  64. 74d332c net: extend net_device allocation to vmalloc() by Eric Dumazet · 11 years ago
  65. 80c33dd net: add might_sleep() call to napi_disable by Jacob Keller · 11 years ago
  66. 7cc7c5e net: Delete trailing semi-colon from definition of netdev_WARN() by Ben Hutchings · 11 years ago
  67. 3f79410 treewide: Fix common typo in "identify" by Maxime Jayat · 11 years ago
  68. 53af53a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  69. 5cde282 net: Separate the close_list and the unreg_list v2 by Eric W. Biederman · 11 years ago
  70. 3573540 netif_set_xps_queue: make cpu mask const by Michael S. Tsirkin · 11 years ago
  71. 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
  72. a528c21 dev: update __dev_notify_flags() to send rtnl msg by Nicolas Dichtel · 11 years ago
  73. f629d20 [networking]device.h: Remove extern from function prototypes by Joe Perches · 11 years ago
  74. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  75. b6ccba4 net: add a possibility to get private from netdev_adjacent->list by Veaceslav Falico · 11 years ago
  76. 31088a1 net: add for_each iterators through neighbour lower link's private by Veaceslav Falico · 11 years ago
  77. 402dae9 net: add netdev_adjacent->private and allow to use it by Veaceslav Falico · 11 years ago
  78. 2f268f1 net: add adj_list to save only neighbours by Veaceslav Falico · 11 years ago
  79. 35e4237 vxlan: Fix sparse warnings by Joseph Gasparakis · 11 years ago
  80. 0042d0c net: add documentation for BQL helpers by Florian Fainelli · 11 years ago
  81. 53cf5275 vxlan: Notify drivers for listening UDP port changes by Joseph Gasparakis · 11 years ago
  82. 8b5be85 net: add netdev_for_each_upper_dev_rcu() by Veaceslav Falico · 11 years ago
  83. 5d26191 net: add lower_dev_list to net_device and make a full mesh by Veaceslav Falico · 11 years ago
  84. 0e76a3a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  85. e0d1095 net: rename CONFIG_NET_LL_RX_POLL to CONFIG_NET_RX_BUSY_POLL by Cong Wang · 11 years ago
  86. 66b52b0 net: add ndo to get id of physical port of the device by Jiri Pirko · 11 years ago
  87. 18afa4b net: Make devnet_rename_seq static by Thomas Gleixner · 11 years ago
  88. 4aa5dee net: convert resend IGMP to notifier event by Jiri Pirko · 11 years ago
  89. 8b80cda net: rename ll methods to busy-poll by Eliezer Tamir · 11 years ago
  90. 0c1072a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 11 years ago
  91. 5dbe7c1 net: fix kernel deadlock with interface rename and netdev name retrieval. by Nicolas Schichan · 11 years ago
  92. 1d8faf4 net/core: Add VF link state control by Rony Efraim · 11 years ago
  93. 5f121b9 net-rps: fixes for rps flow limit by Willem de Bruijn · 11 years ago
  94. dffebd2 doc:networking: Update comment for dev_id field in netdevice.h by Narendra K · 11 years ago
  95. 0602129 net: add low latency socket poll by Eliezer Tamir · 11 years ago
  96. af12fa6 net: add napi_id and hash by Eliezer Tamir · 11 years ago
  97. 75538c2 net: always pass struct netdev_notifier_info to netdevice notifiers by Cong Wang · 11 years ago
  98. be9efd3 net: pass changed flags along with NETDEV_CHANGE event by Jiri Pirko · 11 years ago
  99. 351638e net: pass info struct via netdevice notifier by Jiri Pirko · 11 years ago
  100. 0d89d20 MPLS: Add limited GSO support by Simon Horman · 11 years ago