1. ae95d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  2. 498cd8e ibmvnic: Enable use of multiple tx/rx scrqs by John Allen · 9 years ago
  3. 9efc8f6 mlxsw: reg: Fix SBPM register name by Jiri Pirko · 9 years ago
  4. 497e859 mlxsw: reg: Share direction enum between SBPR, SBCM, SBPM by Jiri Pirko · 9 years ago
  5. b2f1057 mlxsw: Do not pass around driver_priv directly by Jiri Pirko · 9 years ago
  6. 307c243 mlxsw: Pass mlxsw_core as a param of mlxsw_core_skb_transmit* by Jiri Pirko · 9 years ago
  7. 932762b mlxsw: Move devlink port registration into common core code by Jiri Pirko · 9 years ago
  8. cc7c033 nfp: allow ring size reconfiguration at runtime by Jakub Kicinski · 9 years ago
  9. a98cb25 nfp: pass ring count as function parameter by Jakub Kicinski · 9 years ago
  10. 36a857e nfp: convert .ndo_change_mtu() to prepare/commit paradigm by Jakub Kicinski · 9 years ago
  11. 30d2117 nfp: propagate list buffer size in struct rx_ring by Jakub Kicinski · 9 years ago
  12. aba52df nfp: sync ring state during FW reconfiguration by Jakub Kicinski · 9 years ago
  13. 1cd0cfc nfp: slice .ndo_open() and .ndo_stop() up by Jakub Kicinski · 9 years ago
  14. ca40fea nfp: move filling ring information to FW config by Jakub Kicinski · 9 years ago
  15. 114bdef nfp: preallocate RX buffers early in .ndo_open by Jakub Kicinski · 9 years ago
  16. 1934680 nfp: reorganize initial filling of RX rings by Jakub Kicinski · 9 years ago
  17. 827deea nfp: cleanup tx ring flush and rename to reset by Jakub Kicinski · 9 years ago
  18. 73725d9 nfp: allocate ring SW structs dynamically by Jakub Kicinski · 9 years ago
  19. d79737c nfp: make *x_ring_init do all the init by Jakub Kicinski · 9 years ago
  20. 0afbfb1 nfp: break up nfp_net_{alloc|free}_rings by Jakub Kicinski · 9 years ago
  21. 0ba40af nfp: move link state interrupt request/free calls by Jakub Kicinski · 9 years ago
  22. ff1b68a nfp: correct RX buffer length calculation by Jakub Kicinski · 9 years ago
  23. 10ef00f ixgbe: Bump version number by Mark Rustad · 9 years ago
  24. f572b2c ixgbe: Add KR backplane support for x550em_a by Mark Rustad · 9 years ago
  25. 200157c ixgbe: Add support for SGMII backplane interface by Mark Rustad · 9 years ago
  26. 2d40cd1 ixgbe: Add support for SFPs with retimer by Mark Rustad · 9 years ago
  27. e84db72 ixgbe: Introduce function to control MDIO speed by Mark Rustad · 9 years ago
  28. 537cc5d ixgbe: Read and parse NW_MNG_IF_SEL register by Mark Rustad · 9 years ago
  29. c898fe2 ixgbe: Read and set instance id by Mark Rustad · 9 years ago
  30. d31afc8 ixgbe: Use new methods for PHY access by Mark Rustad · 9 years ago
  31. 49425df ixgbe: Add support for x550em_a 10G MAC type by Mark Rustad · 9 years ago
  32. 9a5c27e ixgbe: Use method pointer to access IOSF devices by Mark Rustad · 9 years ago
  33. 207969b ixgbe: Add definitions for x550em_a 10G MAC by Mark Rustad · 9 years ago
  34. a711ad8 ixgbe: Add support for single-port X550 device by Mark Rustad · 9 years ago
  35. 8220bbc ixgbe/ixgbevf: Add support for bulk free in Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  36. af74190 ixgbe: Take manageability semaphore for firmware commands by Mark Rustad · 9 years ago
  37. 5cffde3 ixgbe: Clean up interface for firmware commands by Mark Rustad · 9 years ago
  38. 7345716 ixgbe: Correct length check for round up by Mark Rustad · 9 years ago
  39. 3775b81 ixgbe: Change the lan_id and func fields to a u8 to avoid casts by Mark Rustad · 9 years ago
  40. 832ac59 ixgbe: Delete some unused register definitions by Mark Rustad · 9 years ago
  41. 94ab1ea Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  42. d99e366 Revert "igb: Fix a deadlock in igb_sriov_reinit" by Arika Chen · 9 years ago
  43. 5bd0c02 net: intel: remove dead links by Jiri Benc · 9 years ago
  44. ba6cc7f i40evf: properly handle VLAN features by Mitch Williams · 9 years ago
  45. 47c4677 i40e/i40evf: Bump patch from 1.5.2 to 1.5.5 by Harshitha Ramamurthy · 9 years ago
  46. 17a035b i40e: Input set mask constants for RSS, flow director, and flex bytes by Kiran Patil · 9 years ago
  47. bab2fb6 i40e: Move NVM event wait check to NVM code by Shannon Nelson · 9 years ago
  48. 585954f i40e: Add RSS configuration to virtual channel by Mitch Williams · 9 years ago
  49. 437f82a i40e: Move NVM variable out of AQ struct by Shannon Nelson · 9 years ago
  50. 14c5f5d i40e: Restrict VF poll mode to only single function mode devices by Shannon Nelson · 9 years ago
  51. c3bbbd2 i40e: Patch to support trusted VF by Anjali Singhai Jain · 9 years ago
  52. 1f15d66 i40e/i40evf: Faster RX via avoiding FCoE by Jesse Brandeburg · 9 years ago
  53. 84b0799 i40e/i40evf: Drop unused tx_ring argument by Jesse Brandeburg · 9 years ago
  54. d1bd743 i40e/i40evf: Move stack var deeper by Jesse Brandeburg · 9 years ago
  55. 30728c5 i40e: Move HW flush by Akeem G Abodunrin · 9 years ago
  56. 89dd055 i40e: Leave debug_mask cleared at init by Shannon Nelson · 9 years ago
  57. 453e16e i40e: Inserting a HW capability display info by Deepthi Kavalur · 9 years ago
  58. 1f2f83f e1000: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  59. d81a6bd mlxsw: spectrum: Add IEEE 802.1Qbb PFC support by Ido Schimmel · 9 years ago
  60. 34dba0a mlxsw: reg: Introduce per priority counters by Ido Schimmel · 9 years ago
  61. 9f7ec05 mlxsw: spectrum: Add support for PAUSE frames by Ido Schimmel · 9 years ago
  62. 155f9de mlxsw: reg: Add lossless settings for PBMC register by Ido Schimmel · 9 years ago
  63. 6f253d8 mlxsw: reg: Add Port Flow Control Configuration register by Ido Schimmel · 9 years ago
  64. cc7cf51 mlxsw: spectrum: Allow setting maximum rate for a TC by Ido Schimmel · 9 years ago
  65. 8e8dfe9 mlxsw: spectrum: Add IEEE 802.1Qaz ETS support by Ido Schimmel · 9 years ago
  66. f00817d mlxsw: spectrum: Introduce support for Data Center Bridging (DCB) by Ido Schimmel · 9 years ago
  67. 90183b9 mlxsw: spectrum: Initialize egress scheduling by Ido Schimmel · 9 years ago
  68. 2c63a55 mlxsw: reg: Add QoS Switch Traffic Class Table register by Ido Schimmel · 9 years ago
  69. b9b7cee mlxsw: reg: Add QoS ETS Element Configuration register by Ido Schimmel · 9 years ago
  70. d6b7c13 mlxsw: spectrum: Set port's shared buffer size to 0 by Ido Schimmel · 9 years ago
  71. 7ad7cd6 mlxsw: reg: Use correct PBMC register length by Ido Schimmel · 9 years ago
  72. ff6551e mlxsw: spectrum: Correctly configure headroom size by Ido Schimmel · 9 years ago
  73. 1a19844 mlxsw: spectrum: Add bytes to cells helper by Ido Schimmel · 9 years ago
  74. dd6cb0f mlxsw: spectrum: Map all switch priorities to priority group 0 by Ido Schimmel · 9 years ago
  75. b98ff15 mlxsw: reg: Add Port Prio To Buffer register by Ido Schimmel · 9 years ago
  76. d5ea45d e1000e: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  77. 92b6d35 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  78. 52f95bb stmmac: fix adjust link call in case of a switch is attached by Giuseppe CAVALLARO · 9 years ago
  79. efea95d igb: Garbled output for "ethtool -m" by Doron Shikmoni · 9 years ago
  80. 8a21ec4 cxgb4/cxgb4vf: Deprecate module parameter dflt_msg_enable by Hariprasad Shenai · 9 years ago
  81. 806ffb1 igb: allow setting MAC address on i211 using a device tree blob by John Holland · 9 years ago
  82. 7f0ba84 igb: Add support for bulk Tx cleanup & cleanup boolean logic by Alexander Duyck · 9 years ago
  83. 415cd2a igb: Fix sparse warning about passing __beXX into leXX_to_cpup by Alexander Duyck · 9 years ago
  84. 529927f cxgb4: Add pci device id for chelsio t520-cr adapter by Hariprasad Shenai · 9 years ago
  85. 24d41e5 i40e/i40evf: Fix TSO checksum pseudo-header adjustment by Alexander Duyck · 9 years ago
  86. 066439c i40e/i40evf: Bump patch from 1.5.1 to 1.5.2 by Avinash Dayanand · 9 years ago
  87. 867a79e i40e: Request PHY media event at reset time by Shannon Nelson · 9 years ago
  88. 18b7af5 i40e: Lower some message levels by Mitch Williams · 9 years ago
  89. 16badc3 i40e: Fix for supported link modes in 10GBaseT PHY's by Avinash Dayanand · 9 years ago
  90. 539a379 i40evf: Fix get_rss_aq by Catherine Sullivan · 9 years ago
  91. 8c806b6 i40e: Disable link polling by Shannon Nelson · 9 years ago
  92. 22ead37 i40evf: Add longer wait after remove module by Mitch Williams · 9 years ago
  93. 7369ca8 i40e: Make VF resets more reliable by Mitch Williams · 9 years ago
  94. d6bf58c i40e: Add new device ID for X722 by Catherine Sullivan · 9 years ago
  95. c4445ae i40evf: Fix VLAN features by Mitch Williams · 9 years ago
  96. 442b25e i40e: Remove unused variable by Mitch Williams · 9 years ago
  97. 3845cce i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices by Anjali Singhai Jain · 9 years ago
  98. afb8ece i40e: remove redundant check on vsi->active_vlans by Colin King · 9 years ago
  99. 9be02cd ibmvnic: enable RX checksum offload by Thomas Falcon · 9 years ago
  100. ad7775d ibmvnic: map L2/L3/L4 header descriptors to firmware by Thomas Falcon · 9 years ago