1. dfb5b89 bnxt_en: Store irq coalescing timer values in micro seconds. by Michael Chan · 9 years ago
  2. 1924136 bnxt_en: Send PF driver unload notification to all VFs. by Jeffrey Huang · 9 years ago
  3. 3874d6a bnxt_en: Improve bnxt_vf_update_mac(). by Jeffrey Huang · 9 years ago
  4. f12d33f 3c59x: Ensure to apply the expires time by Stafford Horne · 9 years ago
  5. f73e0c2 rocker: fix an error code by Dan Carpenter · 9 years ago
  6. e1bae75 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  7. 3d8f7cc net: mlx4: use new ETHTOOL_G/SSETTINGS API by David Decotigny · 9 years ago
  8. 5abd7e92 qed, qede: rebrand module description by Yuval Mintz · 9 years ago
  9. 0dfaba6 qed: Prevent probe on previous error by Yuval Mintz · 9 years ago
  10. d43d3f0 qed: add MODULE_FIRMWARE() by Yuval Mintz · 9 years ago
  11. 8e025ae qede: Don't report link change needlessly by Yuval Mintz · 9 years ago
  12. b1199b1 qede: Linearize SKBs when needed by Yuval Mintz · 9 years ago
  13. 0e7441d qede: Change pci DID for 10g device by Yuval Mintz · 9 years ago
  14. 016c0bb netxen: Use kobj_to_dev() by Amitoj Kaur Chawla · 9 years ago
  15. 5b6490d 3c59x: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
  16. de55558 forcedeth: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
  17. 5327ef9 net: tulip: Use setup_timer() by Amitoj Kaur Chawla · 9 years ago
  18. f54af12 gianfar: fix endianness for hardware timestamp by Yangbo Lu · 9 years ago
  19. c35ec77 gianfar_ptp: replace get_of_u32 with of_property_read_u32 by Yangbo Lu · 9 years ago
  20. 4fee7da bnx2x: add a separate GENEVE Kconfig symbol by Arnd Bergmann · 9 years ago
  21. 46eafa5 igb: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  22. 030f9f5 igb: Fix VLAN tag stripping on Intel i350 by Corinna Vinschen · 9 years ago
  23. cc54a59 igbvf: remove "link is Up" message when registering mcast address by Jon Maxwell · 9 years ago
  24. ea6ce60 igbvf: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  25. 6e03370 igb: Add support for generic Tx checksums by Alexander Duyck · 9 years ago
  26. c883de9 igb: rename igb define to be more generic by Todd Fujinaka · 9 years ago
  27. 569f3b3 igb: add conditions for I210 to generate periodic clock output by Roland Hii · 9 years ago
  28. 5e350b9 igb: enable WoL for OEM devices regardless of EEPROM setting by Todd Fujinaka · 9 years ago
  29. 5b70e4a igb: constify e1000_phy_operations structure by Julia Lawall · 9 years ago
  30. b72f3f7 igb: When GbE link up, wait for Remote receiver status condition by Takuma Ueba · 9 years ago
  31. 9cd34b3 e1000e: Initial support for KabeLake by Raanan Avargil · 9 years ago
  32. c5c6d077 e1000e: Clear ULP configuration register on ULP exit by Raanan Avargil · 9 years ago
  33. c26f40d e1000e: Set HW FIFO minimum pointer gap for non-gig speeds by Raanan Avargil · 9 years ago
  34. 74f3129 e1000e: Increase PHY PLL clock gate timing by Raanan Avargil · 9 years ago
  35. 6721e9d e1000e: Increase ULP timer by Raanan Avargil · 9 years ago
  36. 48963b4 gianfar: Remove redundant ops for do_tstamp from xmit() by Claudiu Manoil · 9 years ago
  37. 42f397a gianfar: Use skb_frag_t pointers inside xmit() by Claudiu Manoil · 9 years ago
  38. e19d083 gianfar: Map head TxBD first by Claudiu Manoil · 9 years ago
  39. 9e4e620 bgmac: support Ethernet device on BCM47094 SoC by Rafał Miłecki · 9 years ago
  40. 127bfce be2net: Fix a UE caused by passing large frames to the ASIC by ajit.khaparde@broadcom.com · 9 years ago
  41. b0fd2eb be2net: Declare some u16 fields as u32 to improve performance by ajit.khaparde@broadcom.com · 9 years ago
  42. 89db09e net/mlx5e: Add TX inner packet counters by Matthew Finlay · 9 years ago
  43. 9879515 net/mlx5e: Add TX stateless offloads for tunneling by Matthew Finlay · 9 years ago
  44. b3f63c3 net/mlx5e: Add netdev support for VXLAN tunneling by Matthew Finlay · 9 years ago
  45. 1afff42 net/mlx5e: Protect en header file from redefinitions by Matthew Finlay · 9 years ago
  46. 5f6d12d net/mlx5e: Move to checksum complete by Matthew Finlay · 9 years ago
  47. 928cfe8 net/mlx5e: Wake On LAN support by Tariq Toukan · 9 years ago
  48. d888079 net/mlx5e: Implement DCBNL IEEE max rate by Tariq Toukan · 9 years ago
  49. ef91843 net/mlx5e: Support DCBNL IEEE PFC by Achiad Shochat · 9 years ago
  50. 08fb1da net/mlx5e: Support DCBNL IEEE ETS by Saeed Mahameed · 9 years ago
  51. 4f3961e net/mlx5: Introduce physical port TC/prio access functions by Saeed Mahameed · 9 years ago
  52. ad909eb net/mlx5: Introduce physical port PFC access functions by Achiad Shochat · 9 years ago
  53. ada68c3 net/mlx5: Introduce a new header file for physical port functions by Achiad Shochat · 9 years ago
  54. a30a9ea rocker: fix rocker_world_port_obj_vlan_add() by Dan Carpenter · 9 years ago
  55. b633353 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 9 years ago
  56. dea08e6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 9 years ago
  57. 0c71de6 netcp: use pointer to fix build fail by Sudip Mukherjee · 9 years ago
  58. 4ec0b6d bnx2x: Fix 84833 phy command handler by Yuval Mintz · 9 years ago
  59. bb1187a bnx2x: Fix led setting for 84858 phy. by Yuval Mintz · 9 years ago
  60. 27ba2d2 bnx2x: Correct 84858 PHY fw version by Yuval Mintz · 9 years ago
  61. 512ab9a bnx2x: Fix 84833 RX CRC by Yuval Mintz · 9 years ago
  62. 1e411f0 bnx2x: Fix link-forcing for KR2 by Yuval Mintz · 9 years ago
  63. d4ee528 qed,qede: Bump driver versions to 8.7.0.0 by Yuval Mintz · 9 years ago
  64. 9449459 qed: Introduce DMA_REGPAIR_LE by Yuval Mintz · 9 years ago
  65. 06f56b8 qed: Change metadata needed for SPQ entries by Yuval Mintz · 9 years ago
  66. 0a0c5d3 qed: Handle possible race in SB config by Yuval Mintz · 9 years ago
  67. 60fffb3 qed: Turn most GFP_ATOMIC into GFP_KERNEL by Yuval Mintz · 9 years ago
  68. b5a099c net: ethernet: davicom: fix devicetree irq resource by Robert Jarzmik · 9 years ago
  69. 1ad5466 fmvj18x_cs: fix incorrect indexing of dev->dev_addr[] when copying the MAC address by Ken Kawasaki · 9 years ago
  70. 0632448 net: netcp: rework the code for get/set sw_data in dma desc by Karicheri, Muralidharan · 9 years ago
  71. b1cb86a soc: ti: knav_dma: rename pad in struct knav_dma_desc to sw_data by Karicheri, Muralidharan · 9 years ago
  72. 9ecfe87 net: ti: netcp: restore get/set_pad_info() functionality by Karicheri, Muralidharan · 9 years ago
  73. d07c027 net: bcmgenet: Fix internal PHY link state by Jaedon Shin · 9 years ago
  74. ba41d46 bnxt_en: Failure to update PHY is not fatal condition. by Michael Chan · 9 years ago
  75. de73018 bnxt_en: Remove unnecessary call to update PHY settings. by Michael Chan · 9 years ago
  76. 035a153 bnxt_en: Poll link at the end of __bnxt_open_nic(). by Michael Chan · 9 years ago
  77. f3757a4 i40e/ethtool: support coalesce setting by queue by Kan Liang · 9 years ago
  78. be280ba i40e/ethtool: support coalesce getting by queue by Kan Liang · 9 years ago
  79. a75e800 i40e: queue-specific settings for interrupt moderation by Kan Liang · 9 years ago
  80. 1003e19 cxgb3: fix up vpd strings for kstrto*() by Steve Wise · 9 years ago
  81. 68f2279 be2net: Fix pcie error recovery in case of NIC+RoCE adapters by Padmanabh Ratnakar · 9 years ago
  82. 7c4a1d0 net: macb: make magic-packet property generic by Sergio Prado · 9 years ago
  83. b8f1343 i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15 by Jesse Brandeburg · 9 years ago
  84. 35f3472 i40e: let go of the past by Mitch Williams · 9 years ago
  85. a4618ec i40e: suspend scheduling during driver unload by Pandi Kumar Maharajan · 9 years ago
  86. 272cdaf2 i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw. by Shannon Nelson · 9 years ago
  87. f658137 i40e: implement and use Rx CTL helper functions by Shannon Nelson · 9 years ago
  88. 3336514 i40e: add adminq commands for Rx CTL registers by Shannon Nelson · 9 years ago
  89. f534039 i40e: add check for null VSI by John Underwood · 9 years ago
  90. fe72608 i40e: Expose some registers to program parser, FD and RSS logic by Anjali Singhai Jain · 9 years ago
  91. 730a8f8 i40e: Fix for unexpected messaging by Carolyn Wyborny · 9 years ago
  92. 3fe06f4 i40e: Do not wait for Rx queue disable in DCB reconfig by Neerav Parikh · 9 years ago
  93. 4d7cec0 i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit by Kevin Scott · 9 years ago
  94. 31b606d i40e: Fix led blink capability for 10GBaseT PHY by Carolyn Wyborny · 9 years ago
  95. fd077cd i40e: Add functions to blink led on 10GBaseT PHY by Carolyn Wyborny · 9 years ago
  96. 3bc6797 i40e/i40evf: Move Tx checksum closer to TSO by Alexander Duyck · 9 years ago
  97. 2d37490 i40e/i40evf: Rewrite logic for 8 descriptor per packet check by Alexander Duyck · 9 years ago
  98. 4ec441d i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx by Alexander Duyck · 9 years ago
  99. d289cbe Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago
  100. 376471a bnx2x: Add missing HSI for big-endian machines by Yuval Mintz · 9 years ago