1. 926f273 drivers: net: use NETDEV_TX_OK instead of NETDEV_TX_LOCKED by Florian Westphal · 9 years ago
  2. 4acff37 atle1: remove LLTX support and TX_UNLOCKED by Florian Westphal · 9 years ago
  3. 353e3bd atl1c: remove private tx lock by Florian Westphal · 9 years ago
  4. fb1116a xgene: get_phy_device() doesn't return NULL anymore by Sergei Shtylyov · 9 years ago
  5. f796721 sh_eth: get rid of the 2nd parameter to sh_eth_dev_init() by Sergei Shtylyov · 9 years ago
  6. a64b02d qed: Add PF min bandwidth configuration support by Manish Chopra · 9 years ago
  7. 4b01e51 qed: Add PF max bandwidth configuration support by Manish Chopra · 9 years ago
  8. bcd197c qed: Add vport WFQ configuration APIs by Manish Chopra · 9 years ago
  9. ddc7740 cxgb4: Decode link down reason code obtained from firmware by Hariprasad Shenai · 9 years ago
  10. 23853a0 cxgb4: Don't assume FW_PORT_CMD reply is always port info msg by Hariprasad Shenai · 9 years ago
  11. 134491f cxgb4: DCB message handler needs to use correct portid to netdev mapping by Hariprasad Shenai · 9 years ago
  12. c3e324e cxgb4: Refactor t4_port_init function by Hariprasad Shenai · 9 years ago
  13. be81a2d cxgb4: Properly decode port module type by Hariprasad Shenai · 9 years ago
  14. fbe8077 cxgb4: Avoids race and deadlock while freeing tx descriptor by Hariprasad Shenai · 9 years ago
  15. ed98c85 cxgb4: Add llseek operation for flash debugfs entry by Hariprasad Shenai · 9 years ago
  16. 0de7273 cxgb4: add new routine to get adapter info by Hariprasad Shenai · 9 years ago
  17. a843311 net: tsi108: use NULL for pointer-typed argument by Julia Lawall · 9 years ago
  18. 0d768fc6 net: hns: add attribute port-mode-offset for dsaf port node by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  19. 850bfa3 net: hns: add attribute port-rst-offset for dsaf port node by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  20. 31d4446 net: hns: add attribute cpld_ctrl for dsaf port node by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  21. 831d828 net: hns: separate debug dsaf device from service dsaf device by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  22. 2e2591b net: hns: sort the header file by alphabetical order by Daode Huang · 9 years ago
  23. 86897c9 net: hns: add syscon operation for dsaf by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  24. 422c310 net: hns: add attribute reset-field-offset for dsaf node by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  25. 406adee net: hns: add attribute port-idx-in-ae in enet node. by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  26. a542458 net: hns: set debug port irq index to 0 by Daode Huang · 9 years ago
  27. 89a4409 net: hns: add a new dsaf mode for debug port by Yisen.Zhuang\(Zhuangyuzeng\) · 9 years ago
  28. a43f235 qed: add support for link pause configuration. by Sudarsana Reddy Kalluru · 9 years ago
  29. fe7cd2b qed*: Conditions for changing link by Yuval Mintz · 9 years ago
  30. f3e7210 qede: Add support for ethtool private flags by Yuval Mintz · 9 years ago
  31. d4967cf qed*: Align statistics names by Yuval Mintz · 9 years ago
  32. d4f90d9 ixgbe: use msleep for long delays by Arnd Bergmann · 9 years ago
  33. 7921f4d ixgbevf: Move API negotiation function into mac_ops by Alexander Duyck · 9 years ago
  34. b83e301 ixgbe/ixgbevf: Add support for GSO partial by Alexander Duyck · 9 years ago
  35. 8d055cc ixgbevf: make use of BIT() macro to avoid shift of signed values by Jacob Keller · 9 years ago
  36. 3e973dc ixgbe: resolve shift of negative value warning by Jacob Keller · 9 years ago
  37. b4f47a4 ixgbe: use BIT() macro by Jacob Keller · 9 years ago
  38. 4319a79 ixgbe: Add work around for empty SFP+ cage crosstalk by Don Skidmore · 9 years ago
  39. a0254a7 ixgbe: Use correct FC setup function for x550em_a by Mark Rustad · 9 years ago
  40. a02a5a5 ixgbevf: add support for per-queue ethtool stats by Emil Tantilov · 9 years ago
  41. d72d6c1 ixgbevf: refactor ethtool stats handling by Emil Tantilov · 9 years ago
  42. 2f2219b ixgbe: Add register wait for slow links by Mark Rustad · 9 years ago
  43. 2a9ed5d ixgbe: make 'action' field in struct ixgbe_fdir_filter a u64 value by Sridhar Samudrala · 9 years ago
  44. 4695886 ixgbe: fix default mac->ops.setup_link for X550EM by Emil Tantilov · 9 years ago
  45. d3dec7c ixgbe: set VLAN spoof checking unconditionally by Emil Tantilov · 9 years ago
  46. 77f192a ixgbe: consolidate the configuration of spoof checking by Emil Tantilov · 9 years ago
  47. 1602f49 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  48. c5edde3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  49. 50d65d7 qlcnic: protect qlicnic_attach_func with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  50. b1f99a7 ixgbe: protect vxlan_get_rx_port in ixgbe_service_task with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  51. 0c5c325 mlx4: protect mlx4_en_start_port in mlx4_en_restart with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  52. 41419b9 fm10k: protect fm10k_open in fm10k_io_resume with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  53. 08d9910 benet: be_resume needs to protect be_open with rtnl_lock by Hannes Frederic Sowa · 9 years ago
  54. f43bfae atl2: Disable unimplemented scatter/gather feature by Ben Hutchings · 9 years ago
  55. 5498440 net/mlx5e: Add ethtool counter for RX buffer allocation failures by Tariq Toukan · 9 years ago
  56. e20a0db net/mlx5e: Delay skb->data access by Saeed Mahameed · 9 years ago
  57. 1bfec31 net/mlx5e: Remove redundant barrier by Tariq Toukan · 9 years ago
  58. c5adb96 net/mlx5e: Use napi_alloc_skb for RX SKB allocations by Tariq Toukan · 9 years ago
  59. bc77b24 net/mlx5e: Add fragmented memory support for RX multi packet WQE by Tariq Toukan · 9 years ago
  60. d3c9bc2 net/mlx5e: Added ICO SQs by Tariq Toukan · 9 years ago
  61. 461017c net/mlx5e: Support RX multi-packet WQE (Striding RQ) by Tariq Toukan · 9 years ago
  62. 2f48af1 net/mlx5e: Use function pointers for RX data path handling by Tariq Toukan · 9 years ago
  63. d8c9660 net/mlx5e: Use only close NUMA node for default RSS by Tariq Toukan · 9 years ago
  64. 593cf33 net/mlx5e: Allocate set of queue counters per netdev by Rana Shahout · 9 years ago
  65. 237cd21 net/mlx5: Introduce device queue counters by Tariq Toukan · 9 years ago
  66. c82f47e net: bcmsysport: use napi_complete_done() by Florian Fainelli · 9 years ago
  67. ba90950 net: bcmsysport: use __napi_schedule_irqoff() by Florian Fainelli · 9 years ago
  68. d21ed3a net/mlx4_en: Split SW RX dropped counter per RX ring by Eran Ben Elisha · 9 years ago
  69. 2a50009 net/mlx4_core: Don't allow to VF change global pause settings by Eugenia Emantayev · 9 years ago
  70. 4bfd2e6 net/mlx4_core: Avoid repeated calls to pci enable/disable by Daniel Jurgens · 9 years ago
  71. c12833a net/mlx4_core: Implement pci_resume callback by Daniel Jurgens · 9 years ago
  72. 210990b net: ethernet: davinci_emac: Fix platform_data overwrite by Neil Armstrong · 9 years ago
  73. 99164f9 net: ethernet: davinci_emac: Fix Unbalanced pm_runtime_enable by Neil Armstrong · 9 years ago
  74. ee2fa8e qede: Fix single MTU sized packet from firmware GRO flow by Manish Chopra · 9 years ago
  75. aad94c0 qede: Fix setting Skb network header by Manish Chopra · 9 years ago
  76. f86af2d qede: Fix various memory allocation error flows for fastpath by Manish Chopra · 9 years ago
  77. 3fa88c5 drivers: net: cpsw: fix wrong regs access in cpsw_ndo_open by Grygorii Strashko · 9 years ago
  78. dc1b4c2 fm10k: fix incorrect IPv6 extended header checksum by Jacob Keller · 9 years ago
  79. 8664109 fm10k: consistently use Intel(R) for driver names by Jacob Keller · 9 years ago
  80. 540a5d8 fm10k: fix possible null pointer deref after kcalloc by Jacob Keller · 9 years ago
  81. 11ec36a fm10k: Reset multicast mode when deleting lport by Ngai-Mint Kwan · 9 years ago
  82. fb6515c fm10k: update comment regarding reserved bits check by Jacob Keller · 9 years ago
  83. 5c69df8 fm10k: use different name than FM10K_VLAN_CLEAR for override bit by Jacob Keller · 9 years ago
  84. d057d9a fm10k: use 8bit notation instead of 10bit notation for diagram by Jacob Keller · 9 years ago
  85. 4e160f2 fm10k: fix documentation of fm10k_tlv_parse_attr by Jacob Keller · 9 years ago
  86. 3417415 fm10k: do not disable PCI device in fm10k_io_error_detected by Jacob Keller · 9 years ago
  87. a7a7783 fm10k: correctly handle LPORT_MAP error by Jacob Keller · 9 years ago
  88. 8998763 fm10k: Fix multicast mode sync issues by Ngai-Mint Kwan · 9 years ago
  89. 9de6a1a fm10k: drop 1588 support by Jacob Keller · 9 years ago
  90. 1e4c32f fm10k: prevent RCU issues during AER events by Jacob Keller · 9 years ago
  91. 2d0f76b fm10k: use DRV_SUMMARY to reduce code duplication by Jacob Keller · 9 years ago
  92. 144d830 fm10k: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  93. 3ef2f56 fm10k: remove debug-statistics support by Jacob Keller · 9 years ago
  94. 09401ae fm10k: add helper functions to set strings and data for ethtool stats by Jacob Keller · 9 years ago
  95. df63719 Revert "Prevent NUll pointer dereference with two PHYs on cpsw" by Andrew Goodbody · 9 years ago
  96. 851b10d net/mlx4_en: do batched put_page using atomic_sub by Konstantin Khlebnikov · 9 years ago
  97. 04aeb56 net/mlx4_en: allocate non 0-order pages for RX ring with __GFP_NOMEMALLOC by Konstantin Khlebnikov · 9 years ago
  98. b67d1df net: w5100: don't build spi driver without w5100 by Arnd Bergmann · 9 years ago
  99. 12566cc3 Merge tag 'pci-v4.6-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 9 years ago
  100. e760044 enic: set netdev->vlan_features by Govindarajulu Varadarajan · 9 years ago