1. 090ce34 i40e: report correct statistics when XDP is enabled by Björn Töpel · 6 years ago
  2. d657e82 igb: Fix an issue that PME is not enabled during runtime suspend by Kai-Heng Feng · 6 years ago
  3. d01b26e ice: Do not enable NAPI on q_vectors that have no rings by Young Xiao · 6 years ago
  4. 8a35f67 i40e: define proper net_device::neigh_priv_len by Konstantin Khorenko · 6 years ago
  5. aa422af i40e: prevent overlapping tx_timeout recover by Alan Brady · 6 years ago
  6. 88f3bea e1000e: allow non-monotonic SYSTIM readings by Miroslav Lichvar · 6 years ago
  7. 3dc1bc57 ixgbe: allow IPsec Tx offload in VEPA mode by Shannon Nelson · 6 years ago
  8. 27f59f3 ixgbe: Fix race when the VF driver does a reset by Ross Lagerwall · 6 years ago
  9. 3bfed54 i40e: fix mac filter delete when setting mac address by Stefan Assmann · 6 years ago
  10. e3fb9d8 ixgbe: recognize 1000BaseLX SFP modules as 1Gbps by Josh Elsasser · 6 years ago
  11. 4b0f9f8 igb: fix uninitialized variables by Yunjian Wang · 6 years ago
  12. 2cb8d55 i40e: Fix deletion of MAC filters by Lihong Yang · 6 years ago
  13. 1c87c27 i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features by Jacob Keller · 6 years ago
  14. 06f5a1f ice: Change req_speeds to be u16 by Chinh T Cao · 6 years ago
  15. 86927af ice: Fix the bytecount sent to netdev_tx_sent_queue by Brett Creeley · 6 years ago
  16. 9d977cd ice: Fix dead device link issue with flow control by Akeem G Abodunrin · 6 years ago
  17. 23ce028 ixgbe: fix MAC anti-spoofing filter after VFLR by Radoslaw Tyl · 6 years ago
  18. ef172c7 ixgbevf: VF2VF TCP RSS by Sebastian Basierski · 6 years ago
  19. d053028 ixgbe: disallow IPsec Tx offload when in SR-IOV mode by Shannon Nelson · 6 years ago
  20. e5014ac ice: update fw version check logic by Jacob Keller · 6 years ago
  21. 8863fed ice: fix changing of ring descriptor size (ethtool -G) by Bruce Allan · 6 years ago
  22. 4233cfe ixgbe: check return value of napi_complete_done() by Song Liu · 6 years ago
  23. 1aa28fb i40evf: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  24. 158a08a ice: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  25. 0542997 igb: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  26. 2753166 ixgb: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  27. dda9d57 fm10k: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  28. 6f5d941 ixgbevf: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  29. b80e71a ixgbe: remove ndo_poll_controller by Eric Dumazet · 6 years ago
  30. 07f3701 i40e: fix condition of WARN_ONCE for stat strings by Jacob Keller · 6 years ago
  31. fa38e30 i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled by Martyna Szapar · 6 years ago
  32. 939b701 ixgbe: fix driver behaviour after issuing VFLR by Sebastian Basierski · 6 years ago
  33. fabf1bc ixgbe: Prevent unsupported configurations with XDP by Tony Nguyen · 6 years ago
  34. 374f78f ixgbe: Replace GFP_ATOMIC with GFP_KERNEL by Jia-Ju Bai · 6 years ago
  35. 69a6465 igb: Replace mdelay() with msleep() in igb_integrated_phy_loopback() by Jia-Ju Bai · 6 years ago
  36. 1513562 igb: Replace GFP_ATOMIC with GFP_KERNEL in igb_sw_init() by Jia-Ju Bai · 6 years ago
  37. a798fba igb: Use an advanced ctx descriptor for launchtime by Jesus Sanchez-Palencia · 6 years ago
  38. ee400a3 e1000: ensure to free old tx/rx rings in set_ringparam() by Bo Chen · 6 years ago
  39. cf1acec e1000: check on netif_running() before calling e1000_up() by Bo Chen · 6 years ago
  40. a9910c0 ixgb: use dma_zalloc_coherent instead of allocator/memset by YueHaibing · 6 years ago
  41. 3968540 ice: Trivial formatting fixes by Anirudh Venkataramanan · 6 years ago
  42. 43f8b22 ice: Change struct members from bool to u8 by Bruce Allan · 6 years ago
  43. dab0588 ice: Fix potential return of uninitialized value by Jesse Brandeburg · 6 years ago
  44. c7f2c42 ice: Fix a few null pointer dereference issues by Anirudh Venkataramanan · 6 years ago
  45. 3bcd7fa ice: Update to interrupts enabled in OICR by Bruce Allan · 6 years ago
  46. 5d8778d ice: Set VLAN flags correctly by Brett Creeley · 6 years ago
  47. 1eb43fc ice: Use order_base_2 to calculate higher power of 2 by Jacob Keller · 6 years ago
  48. 3d6b640 ice: Fix bugs in control queue processing by Anirudh Venkataramanan · 6 years ago
  49. b29bc22 ice: Clean control queues only when they are initialized by Preethi Banala · 6 years ago
  50. f8ba7db ice: Report stats for allocated queues via ethtool stats by Jacob Keller · 6 years ago
  51. 5ab5224 ice: Cleanup magic number by Anirudh Venkataramanan · 6 years ago
  52. 6efa623 ice: Remove unnecessary node owner check by Bruce Allan · 6 years ago
  53. 4381147 ice: Fix multiple static analyser warnings by Anirudh Venkataramanan · 6 years ago
  54. 244cd96 net_sched: remove list_head from tc_action by Cong Wang · 6 years ago
  55. 4e31843 Merge tag 'pci-v4.19-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 6 years ago
  56. 76df93b igbvf: netdev: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  57. eed05a0 igb: e1000_phy: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  58. b9e0e23 igb: e1000_82575: Mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  59. 7e9660f igb_main: Mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  60. f7c3ca2 i40e_txrx: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  61. 1e84374 i40e_main: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  62. 333e2f2c i40e: fix i40e_add_queue_stats data pointer update by Jacob Keller · 6 years ago
  63. f05798b i40e: Add AQ command for rearrange NVM structure by Piotr Azarewicz · 6 years ago
  64. b2b57b2 i40e: Add additional return code to i40e_asq_send_command by Piotr Azarewicz · 6 years ago
  65. 6e2feaa i40e: fix warning about shadowed ring parameter by Jacob Keller · 6 years ago
  66. 4d97682 i40e: remove unnecessary i variable causing -Wshadow warning by Jacob Keller · 6 years ago
  67. f25848d i40e: convert priority flow control stats to use helpers by Jacob Keller · 6 years ago
  68. 1510ae0 i40e: convert VEB TC stats to use an i40e_stats array by Jacob Keller · 6 years ago
  69. 1ac2ee2 i40e: Set fec_config when forcing link state by Mariusz Stachura · 6 years ago
  70. f303048 i40e: add helper to copy statistic values into ethtool buffer by Jacob Keller · 6 years ago
  71. 91f0654 i40e: add helper function for copying strings from stat arrays by Jacob Keller · 6 years ago
  72. 1b4b6f3 i40e/i40evf: remove redundant functions i40evf_aq_{set/get}_phy_register by YueHaibing · 6 years ago
  73. e661414 i40e: Remove duplicated prepare call in i40e_shutdown by Sergey Nemov · 6 years ago
  74. f5ddcf7 igb: Remove unnecessary include of <linux/pci-aspm.h> by Bjorn Helgaas · 6 years ago
  75. 1918e93 ixgbe: Refactor queue disable logic to take completion time into account by Alexander Duyck · 6 years ago
  76. 3b5f14b ixgbe: Reorder Tx/Rx shutdown to reduce time needed to stop device by Alexander Duyck · 6 years ago
  77. 73017f4 igb: Use dma_wmb() instead of wmb() before doorbell writes by Venkatesh Srinivas · 6 years ago
  78. 2a83fba igb: Remove superfluous reset to PHY and page 0 selection by Christian Grönke · 6 years ago
  79. 7f6cdbd ixgbe: add ipsec security registers into ethtool register dump by Shannon Nelson · 6 years ago
  80. 38b7e7f ixgbe: Do not allow LRO or MTU change with XDP by Tony Nguyen · 6 years ago
  81. c4c5551 Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux by David S. Miller · 6 years ago
  82. 2aa4a33 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  83. 6b86758 xdp: don't make drivers report attachment mode by Jakub Kicinski · 6 years ago
  84. c411104 ixgbe: Off by one in ixgbe_ipsec_tx() by Dan Carpenter · 6 years ago
  85. d14c780 ixgbe: Be more careful when modifying MAC filters by Alexander Duyck · 6 years ago
  86. 8ec56fc net: allow fallback function to pass netdev by Alexander Duyck · 6 years ago
  87. 4f49dec net: allow ndo_select_queue to pass netdev by Alexander Duyck · 6 years ago
  88. eadec877 net: Add support for subordinate traffic classes to netdev_pick_tx by Alexander Duyck · 6 years ago
  89. 58b0b3e ixgbe: Add code to populate and use macvlan TC to Tx queue map by Alexander Duyck · 6 years ago
  90. 3048cf8 igb: Add support for ETF offload by Jesus Sanchez-Palencia · 6 years ago
  91. 1b9231e igb: Only call skb_tx_timestamp after descriptors are ready by Jesus Sanchez-Palencia · 6 years ago
  92. 8080e6a igb: Refactor igb_offload_cbs() by Jesus Sanchez-Palencia · 6 years ago
  93. 0364a0d igb: Only change Tx arbitration when CBS is on by Jesus Sanchez-Palencia · 6 years ago
  94. 91db364 igb: Refactor igb_configure_cbs() by Jesus Sanchez-Palencia · 6 years ago
  95. 5cd3da4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  96. 2e68931 i40e: split XDP_TX tail and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 6 years ago
  97. ad088ec ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing by Jesper Dangaard Brouer · 6 years ago
  98. 60513bd net: sched: pass extack pointer to block binds and cb registration by John Hurley · 6 years ago
  99. 246ab6f cls_flower: fix error values for commands not supported by drivers by Jiri Pirko · 6 years ago
  100. 6c1f0a1 net: drivers/net: Convert random_ether_addr to eth_random_addr by Joe Perches · 6 years ago