1. 16bf834 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 8 years ago
  2. 27896c8 r8169: default to 64-bit DMA on recent PCIe chips by Ard Biesheuvel · 8 years ago
  3. da4ed55 switchdev: pass pointer to fib_info instead of copy by Jiri Pirko · 8 years ago
  4. 3274940 drivers: net: Don't print unpopulated net_device name by Harvey Hunt · 8 years ago
  5. 39651ab qed: add support for dcbx. by Sudarsana Reddy Kalluru · 8 years ago
  6. ccf9282 ravb: Add missing free_irq() calls to ravb_close() by Geert Uytterhoeven · 8 years ago
  7. f82731b qed: Remove a stray tab by Dan Carpenter · 8 years ago
  8. 2cc632d Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  9. b172542 net: ethernet: fec-mpc52xx: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  10. a54d20f net: ethernet: fec-mpc52xx: use phydev from struct net_device by Philippe Reynes · 8 years ago
  11. a8df35d stmmac: hardware TX COE doesn't work when force_thresh_dma_mode is set by Ezequiel Garcia · 8 years ago
  12. 73d9011c net: ethernet: fs-enet: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  13. c1c511a net: ethernet: fs-enet: use phydev from struct net_device by Philippe Reynes · 8 years ago
  14. fd24d72 net: ethernet: ftgmac100: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  15. b3c40ad net: ethernet: ftgmac100: use phydev from struct net_device by Philippe Reynes · 8 years ago
  16. cd5f9bb net: ethernet: gianfar: use phy_ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  17. 4c4a6b0 net: ethernet: gianfar: use phydev from struct net_device by Philippe Reynes · 8 years ago
  18. 5eee87c ixgbe: Fix VLAN features error by Alexander Duyck · 9 years ago
  19. 11f2b49 ixgbe: use correct mask when enabling sriov by Emil Tantilov · 9 years ago
  20. 416cdf0 qed: VFs gracefully accept lack of PM by Yuval Mintz · 8 years ago
  21. 83f34bd qed: Allow more than 16 VFs by Yuval Mintz · 8 years ago
  22. 079d20a qed: Reset link on IOV disable by Manish Chopra · 8 years ago
  23. b2b897e qed: Improve VF interrupt reset by Yuval Mintz · 8 years ago
  24. b0409fa qed: Correct PF-sanity check by Yuval Mintz · 8 years ago
  25. 2bb07e1 net/mlx4_core: Fix access to uninitialized index by Tariq Toukan · 8 years ago
  26. c3875ca net: w5100-spi: add support to specify MAC address by device tree by Akinobu Mita · 9 years ago
  27. 7d6da45 net: w5100: increase TX timeout period by Akinobu Mita · 9 years ago
  28. d41cd5f net: w5100: fix MAC filtering for W5500 by Akinobu Mita · 9 years ago
  29. e9f0cd9 net: w5100: remove unused is_w5200() by Akinobu Mita · 9 years ago
  30. aad7e08 net/mlx5e: Hardware offloaded flower filter statistics support by Amir Vadai · 9 years ago
  31. 43a335e net/mlx5_core: Flow counters infrastructure by Amir Vadai · 9 years ago
  32. bd5251db net/mlx5_core: Introduce flow steering destination of type counter by Amir Vadai · 9 years ago
  33. 9dc0b28 net/mlx5_core: Firmware commands to support flow counters by Amir Vadai · 9 years ago
  34. 42ca502 net/mlx5_core: Use a macro in mlx5_command_str() by Amir Vadai · 9 years ago
  35. b17d155 net: pxa168_eth: Use dma_wmb/rmb where appropriate by Jisheng Zhang · 9 years ago
  36. 3ed6878 net: pxa168_eth: use {readl|writel}_relaxed instead of readl/writel by Jisheng Zhang · 9 years ago
  37. f23e0f6 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  38. b67daab bnxt_en: Use dma_rmb() instead of rmb(). by Michael Chan · 8 years ago
  39. 5049e33 bnxt_en: Add BCM57314 device ID. by Michael Chan · 8 years ago
  40. 10289be bnxt_en: Simplify and improve unsupported SFP+ module reporting. by Michael Chan · 8 years ago
  41. 8578d6c bnxt_en: Fix length value in dmesg log firmware error message. by Michael Chan · 8 years ago
  42. a11fa2b bnxt_en: Improve the delay logic for firmware response. by Michael Chan · 8 years ago
  43. d0a42d6 bnxt_en: Reduce maximum ring pages if page size is 64K. by Michael Chan · 8 years ago
  44. 90c4f78 bnxt_en: Report PCIe link speed and width during driver load by Ajit Khaparde · 8 years ago
  45. 42ee18f bnxt_en: Add Support for ETHTOOL_GMODULEINFO and ETHTOOL_GMODULEEEPRO by Ajit Khaparde · 8 years ago
  46. 18d6e4e bnxt_en: Fix invalid max channel parameter in ethtool -l. by Satish Baddipadige · 8 years ago
  47. 909b27f7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  48. 1c306f7 i40e: fix an uninitialized variable bug by Dan Carpenter · 9 years ago
  49. c74dff1 i40e: Bump version from 1.5.10 to 1.5.16 by Bimmy Pujari · 9 years ago
  50. d96a83d i40e: don't add broadcast filter for VFs by Mitch Williams · 9 years ago
  51. a876c3b i40e/i40evf: properly report Rx packet hash by Mitch Williams · 9 years ago
  52. 4b28cdb i40e: set context to use VSI RSS LUT for SR-IOV by Ashish Shah · 9 years ago
  53. 73df8c9 i40e: Correct UDP packet header for non_tunnel-ipv6 by Akeem G Abodunrin · 9 years ago
  54. c420815 i40e: change Rx hang message into a WARN_ONCE by Jacob Keller · 9 years ago
  55. 06566e5 i40e: Refactor ethtool get_settings by Catherine Sullivan · 9 years ago
  56. eee4172 i40e: lie to the VF by Mitch Williams · 9 years ago
  57. b556989 i40e: Add vf-true-promisc-support priv flag by Anjali Singhai Jain · 9 years ago
  58. f3d5849 i40e: Implement the API function for aq_set_switch_config by Shannon Nelson · 9 years ago
  59. f42a5c7 i40e: Add allmulti support for the VF by Anjali Singhai Jain · 9 years ago
  60. 06c0e39 i40e: Add support for disabling all link and change bits needed for PHY interactions by Kevin Scott · 9 years ago
  61. e2f2d9a drivers: net: xgene: fix register offset by Iyappan Subramanian · 9 years ago
  62. 3bb502f drivers: net: xgene: fix statistics counters race condition by Iyappan Subramanian · 9 years ago
  63. 1b090a4 drivers: net: xgene: fix ununiform latency across queues by Iyappan Subramanian · 9 years ago
  64. 46a22d2 drivers: net: xgene: fix sharing of irqs by Iyappan Subramanian · 9 years ago
  65. b30cfd2 drivers: net: xgene: fix IPv4 forward crash by Iyappan Subramanian · 9 years ago
  66. aa524b6 e1000e: don't modify SYSTIM registers during SIOCSHWTSTAMP ioctl by Jacob Keller · 9 years ago
  67. e10715d igb/igbvf: Add support for GSO partial by Alexander Duyck · 9 years ago
  68. 942c711 e1000e: mark shifted values as unsigned by Jacob Keller · 9 years ago
  69. 18dd239 e1000e: use BIT() macro for bit defines by Jacob Keller · 9 years ago
  70. 0ed2dbf igbvf: use BIT() macro instead of shifts by Jacob Keller · 9 years ago
  71. 12b28b4 igbvf: remove unused variable and dead code by Jacob Keller · 9 years ago
  72. 3f544d2 igb: adjust PTP timestamps for Tx/Rx latency by Nathan Sullivan · 9 years ago
  73. ab507c9 e1000e: e1000e_cyclecounter_read(): do overflow check only if needed by Denys Vlasenko · 9 years ago
  74. a07fd74d e1000e: e1000e_cyclecounter_read(): fix er32(SYSTIML) overflow check by Denys Vlasenko · 9 years ago
  75. fb5277f e1000e: e1000e_cyclecounter_read(): incvalue is 32 bits, not 64 by Denys Vlasenko · 9 years ago
  76. 8008f68 igb: make igb_update_pf_vlvf static by Jacob Keller · 9 years ago
  77. a51d8c2 igb: use BIT() macro or unsigned prefix by Jacob Keller · 9 years ago
  78. 847042a e1000e: Cleanup consistency in ret_val variable usage by Brian Walsh · 9 years ago
  79. e11f303 e1000e: fix ethtool autoneg off for non-copper by Steve Shih · 9 years ago
  80. 2073dba net: mvneta: bm: fix dependencies again by Arnd Bergmann · 9 years ago
  81. 831bfb0e qed*: Tx-switching configuration by Yuval Mintz · 9 years ago
  82. 73390ac qed*: support ndo_get_vf_config by Yuval Mintz · 9 years ago
  83. 6ddc760 qed*: IOV support spoof-checking by Yuval Mintz · 9 years ago
  84. 733def6 qed*: IOV link control by Yuval Mintz · 9 years ago
  85. eff1696 qed*: Support forced MAC by Yuval Mintz · 9 years ago
  86. 08feecd qed*: Support PVID configuration by Yuval Mintz · 9 years ago
  87. fefb020 qede: Add VF support by Yuval Mintz · 9 years ago
  88. 17b235c qed: Align TLVs by Yuval Mintz · 9 years ago
  89. 36558c3 qed: Bulletin and Link by Yuval Mintz · 9 years ago
  90. dacd88d qed: IOV l2 functionality by Yuval Mintz · 9 years ago
  91. 0b55e27 qed: IOV configure and FLR by Yuval Mintz · 9 years ago
  92. 1408cc1f qed: Introduce VFs by Yuval Mintz · 9 years ago
  93. 37bff2b qed: Add VF->PF channel infrastructure by Yuval Mintz · 9 years ago
  94. 32a47e7 qed: Add CONFIG_QED_SRIOV by Yuval Mintz · 9 years ago
  95. fa7e281 bnxt_en: Add workaround to detect bad opaque in rx completion (part 2) by Michael Chan · 9 years ago
  96. 376a5b8 bnxt_en: Add workaround to detect bad opaque in rx completion (part 1) by Michael Chan · 9 years ago
  97. 5f46fea qlcnic: potential NULL dereference in qlcnic_83xx_get_minidump_template() by Dan Carpenter · 9 years ago
  98. b797a68 net/mlx5e: Enable CQE compression when PCI is slower than link by Saeed Mahameed · 9 years ago
  99. d9d9f15 net/mlx5e: Expand WQE stride when CQE compression is enabled by Tariq Toukan · 9 years ago
  100. 7219ab3 net/mlx5e: CQE compression by Tariq Toukan · 9 years ago