1. 8f6617b ixgbevf: Fix secpath usage for IPsec Tx offload by Jeff Kirsher · 5 years ago
  2. f39b683 ixgbe: Fix secpath usage for IPsec TX offload. by Steffen Klassert · 5 years ago
  3. bf280c0 ixgbe: fix double clean of Tx descriptors with xdp by Ilya Maximets · 5 years ago
  4. 377228a ixgbe: Prevent u8 wrapping of ITR value to something less than 10us by Alexander Duyck · 5 years ago
  5. 8b63816 ixgbe: fix possible deadlock in ixgbe_service_task() by Taehee Yoo · 5 years ago
  6. a16f6d3 igc: Prefer pcie_capability_read_word() by Frederick Lawler · 6 years ago
  7. fe34c89 docs: driver-model: move it to the driver-api book by Mauro Carvalho Chehab · 6 years ago
  8. f632a81 Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  9. f9e3008 net: flow_offload: rename tc_cls_flower_offload to flow_cls_offload by Pablo Neira Ayuso · 6 years ago
  10. 955bcb6 drivers: net: use flow block API by Pablo Neira Ayuso · 6 years ago
  11. 4e95bc2 net: flow_offload: add flow_block_cb_setup_simple() by Pablo Neira Ayuso · 6 years ago
  12. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  13. 11697cf Merge branch '10GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  14. def4ec6 e1000e: PCIm function state support by Vitaly Lifshits · 6 years ago
  15. 59653e6 e1000e: Make watchdog use delayed work by Detlev Casanova · 6 years ago
  16. 1d8d80b i40e: Add macvlan support on i40e by Harshitha Ramamurthy · 6 years ago
  17. 1e1b0c6 ixgbevf: Use cached link state instead of re-reading the value for ethtool by Alexander Duyck · 6 years ago
  18. 9fe06a5 iavf: fix dereference of null rx_buffer pointer by Colin Ian King · 6 years ago
  19. cd502a7 igb: add RR2DCDELAY to ethtool registers dump by Artem Bityutskiy · 6 years ago
  20. 9379b39 igb: minor ethool regdump amendment by Artem Bityutskiy · 6 years ago
  21. 75051ce iavf: Fix up debug print macro by Jeff Kirsher · 6 years ago
  22. ab6973a e1000e: Reduce boot time by tightening sleep ranges by Arjan van de Ven · 6 years ago
  23. af07adb iavf: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  24. 583cf7b e1000: Use dma_wmb() instead of wmb() before doorbell writes by Venkatesh Srinivas · 6 years ago
  25. b97c0b5 ixgbe: fix potential u32 overflow on shift by Colin Ian King · 6 years ago
  26. 9292406 ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw by Dann Frazier · 6 years ago
  27. f74dc88 e1000e: Increase pause and refresh time by Miguel Bernal Marin · 8 years ago
  28. 89f6a30 ice: Use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  29. 1e08511 igb: clear out skb->tstamp after reading the txtime by Vedang Patel · 6 years ago
  30. 4bce4e5 xsk: Return the whole xdp_desc from xsk_umem_consume_tx by Maxim Mikityanskiy · 6 years ago
  31. fae6cad i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  32. 559ac25 i40e: update copyright string by Alice Michael · 6 years ago
  33. 15369ac i40e: Fix descriptor count manipulation by Maciej Fijalkowski · 6 years ago
  34. ee02865 i40e: missing priorities for any QoS traffic by Aleksandr Loktionov · 6 years ago
  35. d47186e i40e: Add log entry while creating or deleting TC0 by Piotr Kwapulinski · 6 years ago
  36. 4d607043 i40e: fix incorrect function documentation comment by Jacob Keller · 6 years ago
  37. 6df9f13 i40e: Fix for missing "link modes" info in ethtool by Martyna Szapar · 6 years ago
  38. 4ae4916 i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speeds by Aleksandr Loktionov · 6 years ago
  39. e0f0be7 ixgbevf: fix possible divide by zero in ixgbevf_update_itr by Young Xiao · 6 years ago
  40. 655c914 ixgbe: Check DDM existence in transceiver before access by Mauro S. M. Rodrigues · 6 years ago
  41. 4489f161 docs: driver-model: convert docs to ReST and rename to *.rst by Mauro Carvalho Chehab · 6 years ago
  42. efa14c3 iavf: allow null RX descriptors by Mitch Williams · 6 years ago
  43. 68dfe63 iavf: add call to iavf_[add|del]_cloud_filter by Paul Greenwalt · 6 years ago
  44. b66c7bc iavf: Refactor init state machine by Jakub Pawlak · 6 years ago
  45. bac8486 iavf: Refactor the watchdog state machine by Jan Sokolowski · 6 years ago
  46. fdd4044 iavf: Remove timer for work triggering, use delaying work instead by Jakub Pawlak · 6 years ago
  47. b476b003 iavf: Move commands processing to the separate function by Jakub Pawlak · 6 years ago
  48. 16e00c2 iavf: Fix the math for valid length for ADq enable by Avinash Dayanand · 6 years ago
  49. f0a48fb iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc() by Aleksandr Loktionov · 6 years ago
  50. 88ec730 iavf: wait longer for close to complete by Mitch Williams · 6 years ago
  51. 168d91c iavf: use signed variable by Mitch Williams · 6 years ago
  52. c2417a7 iavf: Create VLAN tag elements starting from the first element by Akeem G Abodunrin · 6 years ago
  53. 514af5f i40e: mark expected switch fall-through by Gustavo A. R. Silva · 6 years ago
  54. c1e212b i40e: Missing response checks in driver when starting/stopping FW LLDP by Aleksandr Loktionov · 6 years ago
  55. 781ee4a i40e: remove duplicate stat calculation for tx_errors by Jacob Keller · 6 years ago
  56. fefa9cf i40e: Check if the BAR size is large enough before writing to registers by Adam Ludkiewicz · 6 years ago
  57. c1041d0 i40e: Missing response checks in driver when starting/stopping FW LLDP by Piotr Marczak · 6 years ago
  58. d510497 i40e: add input validation for virtchnl handlers by Sergey Nemov · 6 years ago
  59. b83ebf50 i40e: Improve AQ log granularity by Doug Dziggel · 6 years ago
  60. f5a2b3f i40e: Add bounds check for ch[] array by Piotr Kwapulinski · 6 years ago
  61. 97e42ef i40e: Use signed variable by Mitch Williams · 6 years ago
  62. f031c72 i40e: add constraints for accessing veb array by Piotr Kwapulinski · 6 years ago
  63. 51110f1 i40e: let untrusted VF to create up to 16 VLANs by Piotr Kwapulinski · 6 years ago
  64. 6a65677 i40e: add functions stubs to support EEE by Aleksandr Loktionov · 6 years ago
  65. 80598e6 i40e: Check and set the PF driver state first in i40e_ndo_set_vf_mac by Lihong Yang · 6 years ago
  66. 745b32c i40e: Do not check VF state in i40e_ndo_get_vf_config by Lihong Yang · 6 years ago
  67. 20d437e net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ack by Kangjie Lu · 6 years ago
  68. cd45832 ixgbe: implement support for SDP/PPS output on X550 hardware by Jacob Keller · 6 years ago
  69. 3aea173 ice: Use LLDP ethertype define ETH_P_LLDP by Jeff Kirsher · 6 years ago
  70. f0843b6 ixgbe: Use LLDP ethertype define ETH_P_LLDP by Anirudh Venkataramanan · 6 years ago
  71. af7364e i40e: Use LLDP ethertype define ETH_P_LLDP by Anirudh Venkataramanan · 6 years ago
  72. c3e9297 ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_config by Jacob Keller · 6 years ago
  73. 8b05795 ixgbe: use 'cc' instead of 'hw_cc' for local variable by Jacob Keller · 6 years ago
  74. 68d9676 ixgbe: fix PTP SDP pin setup on X540 hardware by Jacob Keller · 6 years ago
  75. 8fd7099 ixgbe: reduce PTP Tx timestamp timeout to 1 second by Jacob Keller · 6 years ago
  76. 1bc1ffb ixgbe: fix AF_XDP tx packet count by William Tu · 6 years ago
  77. 30d5703 ixgbe: fix AF_XDP tx byte count by William Tu · 6 years ago
  78. 9ba095a ixgbe: remove umem from adapter by Jan Sokolowski · 6 years ago
  79. d49e286 ixgbe: add tracking of AF_XDP zero-copy state for each queue pair by Jan Sokolowski · 6 years ago
  80. fdad1d5 iavf: update comments and file checks to match iavf by Alice Michael · 6 years ago
  81. 53b7990 iavf: rename i40e_device to iavf_device by Alice Michael · 6 years ago
  82. db95059 iavf: change remaining i40e defines to be iavf by Alice Michael · 6 years ago
  83. cc0ea2d iavf: rename iavf_client.h defines to match driver name by Alice Michael · 6 years ago
  84. 8821b3f iavf: rename iavf_status structure flags by Alice Michael · 6 years ago
  85. 7af36e32 iavf: replace i40e variables with iavf by Alice Michael · 6 years ago
  86. d650fb4 iavf: rename i40e functions to be iavf by Alice Michael · 6 years ago
  87. 80754bb iavf: change iavf_status_code to iavf_status by Sergey Nemov · 6 years ago
  88. 8be454c iavf: Rename i40e_adminq* files to iavf_adminq* by Alice Michael · 6 years ago
  89. 53462f0 iavf: iavf_client: use struct_size() helper by Gustavo A. R. Silva · 6 years ago
  90. 0666561 iavf: use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
  91. 6b6b49b iavf: Limiting RSS queues to CPUs by Aleksandr Loktionov · 6 years ago
  92. 3dc2154 iavf: Use printf instead of gnu_printf for iavf_debug_d by Nathan Chancellor · 6 years ago
  93. 2f2da36 ice: Trivial cosmetic changes by Anirudh Venkataramanan · 6 years ago
  94. 072efdf ice: Recognize higher speeds by Anirudh Venkataramanan · 6 years ago
  95. 4f70daa ice: Use a different ICE_DBG bit for firmware log messages by Jacob Keller · 6 years ago
  96. ed14245 ice: Update function header by Anirudh Venkataramanan · 6 years ago
  97. 49c6e41 ice: Move define for ICE_AQC_DRIVER_UNLOADING by Anirudh Venkataramanan · 6 years ago
  98. 62f4daf ice: Align to updated AQ command formats by Anirudh Venkataramanan · 6 years ago
  99. 91d7a59 ice: Use continue instead of an else block by Anirudh Venkataramanan · 6 years ago
  100. 8be92a7 ice: Change minimum descriptor count value for Tx/Rx rings by Preethi Banala · 6 years ago