1. dbadbbe i40e/i40evf: always set the CLEARPBA flag when re-enabling interrupts by Jacob Keller · 7 years ago
  2. b48be99 i40e: fix flags declaration by Jacob Keller · 7 years ago
  3. b74f571 i40e/i40evf: organize and re-number feature flags by Jacob Keller · 7 years ago
  4. 9a85817 i40e: Display error message if module does not meet thermal requirements by Filip Sadowski · 7 years ago
  5. 64615b5 i40e: add private flag to control source pruning by Mitch Williams · 7 years ago
  6. ec2f25d i40e: fix a typo in i40e_pf documentation by Rami Rosen · 7 years ago
  7. a3f5aa9 i40e: Enable VF to negotiate number of allocated queues by Alan Brady · 7 years ago
  8. c17401a i40e: use separate state bit for miscellaneous IRQ setup by Jacob Keller · 7 years ago
  9. 28921a0 i40e: remove workaround for Open Firmware MAC address by Jacob Keller · 7 years ago
  10. d36e41d i40e: separate hw_features from runtime changing flags by Jacob Keller · 7 years ago
  11. 5bbb2e2 i40e: Add support for OEM firmware version by Filip Sadowski · 7 years ago
  12. 4fc8c67 i40e: genericize the partition bandwidth control by Shannon Nelson · 7 years ago
  13. 74608d1 i40e: add support for XDP_TX action by Björn Töpel · 7 years ago
  14. 0c8493d i40e: add XDP support for pass and drop actions by Björn Töpel · 7 years ago
  15. 0ddead9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 6964e53 i40e: fix handling of HW ATR eviction by Jacob Keller · 7 years ago
  17. 55cdfd4 i40e: use new unified virtchnl header file by Jesse Brandeburg · 8 years ago
  18. 0bc0706 i40e: check for Tx timestamp timeouts during watchdog by Jacob Keller · 8 years ago
  19. 6118955 i40e: use pf data structure directly in i40e_ptp_rx_hang by Jacob Keller · 8 years ago
  20. 2955fac i40e: add statistic indicating number of skipped Tx timestamps by Jacob Keller · 8 years ago
  21. 47994c1 i40e: remove hw_disabled_flags in favor of using separate flag bits by Jacob Keller · 8 years ago
  22. 0da36b9 i40e: use DECLARE_BITMAP for state fields by Jacob Keller · 8 years ago
  23. d19cb64 i40e: separate PF and VSI state flags by Jacob Keller · 8 years ago
  24. 27826fd i40e: rename index to port to avoid confusion by Jacob Keller · 8 years ago
  25. 3480756 i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED state by Jacob Keller · 8 years ago
  26. e4b433f i40e: reset all VFs in parallel when rebuilding PF by Jacob Keller · 8 years ago
  27. 0e626ff i40e: Fix support for flow director programming status by Alexander Duyck · 8 years ago
  28. 3351219 i40e: clean up historic deprecated flag definitions by Jacob Keller · 8 years ago
  29. 78786d4 i40e: remove I40E_FLAG_NEED_LINK_UPDATE by Alice Michael · 8 years ago
  30. 17daabb i40e: Simplify i40e_detect_recover_hung_queue logic by Alan Brady · 8 years ago
  31. 373149f i40e: Decrease the scope of rtnl lock by Maciej Sosin · 8 years ago
  32. c424d4a i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flow by Alexander Duyck · 8 years ago
  33. 3a104f8 i40e: remove FDIR_REQUIRES_REINIT driver flag by Jacob Keller · 8 years ago
  34. aca955d i40e: Clean up handling of private flags by Alexander Duyck · 8 years ago
  35. c76cb6e i40e: Drop FCoE code that always evaluates to false or 0 by Alexander Duyck · 8 years ago
  36. 9eed69a i40e: Drop FCoE code from core driver files by Alexander Duyck · 8 years ago
  37. f223c87 i40e: add support for SCTPv4 FDir filters by Jacob Keller · 8 years ago
  38. 0e588de i40e: implement support for flexible word payload by Jacob Keller · 8 years ago
  39. e793095 i40e: add parsing of flexible filter fields from userdef by Jacob Keller · 8 years ago
  40. 3bcee1e i40e: restore default input set for each flow type by Jacob Keller · 8 years ago
  41. 36777d9 i40e: check current configured input set when adding ntuple filters by Jacob Keller · 8 years ago
  42. 097dbf5 i40e: add counters for UDP/IPv4 and IPv4 filters by Jacob Keller · 8 years ago
  43. 8ce43dc i40e: don't use arrays for (src|dst)_ip by Jacob Keller · 8 years ago
  44. fe0b0cd i40e: send correct port number to AdminQ when enabling UDP tunnels by Jacob Keller · 8 years ago
  45. b77ac97 i40e: rename auto_disable_flags to hw_disabled_flags by Harshitha Ramamurthy · 8 years ago
  46. 0ef2d5a i40e: KISS the client interface by Mitch Williams · 8 years ago
  47. ae13670 i40e: Error handling for link event by Harshitha Ramamurthy · 8 years ago
  48. 1d68005 i40e: enable mc magic pkt wakeup during power down by Joshua Hay · 8 years ago
  49. 671889e i40e: avoid race condition when sending filters to firmware for addition by Jacob Keller · 8 years ago
  50. 04766b2 i40e: remove unused function by Mitch Williams · 8 years ago
  51. 6de432c i40e: Deprecating unused macro by Bimmy Pujari · 8 years ago
  52. 148141b i40e: avoid O(n^2) loop when deleting all filters by Jacob Keller · 8 years ago
  53. feffdbe i40e: rename i40e_put_mac_in_vlan and i40e_del_mac_all_vlan by Jacob Keller · 8 years ago
  54. f94484b i40e: don't allow i40e_vsi_(add|kill)_vlan to operate when VID<1 by Jacob Keller · 8 years ago
  55. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  56. 9af52f6 i40e: use (add|rm)_vlan_all_mac helper functions when changing PVID by Jacob Keller · 8 years ago
  57. 1e28e86 i40e: defeature support for PTP L4 frame detection on XL710 by Jacob Keller · 8 years ago
  58. 4f9b430 i40e: Blink LED on 1G BaseT boards by Henry Tieman · 8 years ago
  59. 7ec9ba1 i40e: Driver prints log message on link speed change by Filip Sadowski · 8 years ago
  60. 4ad9f4f i40e: Fix for ethtool Supported link modes by Harshitha Ramamurthy · 8 years ago
  61. 3aa7b74 i40e: removed unreachable code by Filip Sadowski · 8 years ago
  62. 4b81644 i40e: Add common function for finding VSI by type by Alexander Duyck · 8 years ago
  63. 1249050 i40e: replace PTP Rx timestamp hang logic by Jacob Keller · 8 years ago
  64. 1955126 i40e: use a mutex instead of spinlock in PTP user entry points by Jacob Keller · 8 years ago
  65. cbebb85 i40e: avoid looping to check whether we're in VLAN mode by Jacob Keller · 8 years ago
  66. 278e7d0 i40e: store MAC/VLAN filters in a hash with the MAC Address as key by Jacob Keller · 8 years ago
  67. 6622f5c i40e: make use of __dev_uc_sync and __dev_mc_sync by Jacob Keller · 8 years ago
  68. 1bc87e8 i40e: drop is_vf and is_netdev fields in struct i40e_mac_filter by Jacob Keller · 8 years ago
  69. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  70. 96db776 i40e/i40evf: fix interrupt affinity bug by Alan Brady · 8 years ago
  71. dc76212 i40e: Remove unused function i40e_vsi_lookup by Alexander Duyck · 8 years ago
  72. ea6acb7 i40e: Fix configure TCs after initial DCB disable by David Ertman · 8 years ago
  73. 1eb846a i40e: Strip out debugfs hook for Flow Director filter programming by Alexander Duyck · 8 years ago
  74. 7ac4b5c i40e: Increase minimum number of allocated VSI by Akeem Abodunrin · 8 years ago
  75. f158235 i40e: fix setting user defined RSS hash key by Alan Brady · 8 years ago
  76. c57c995 i40e/i40evf: Fix indentation by Jeff Kirsher · 8 years ago
  77. 35f5034 i40e: Remove XSTRINGIFY macro definitions and uses by Joe Perches · 8 years ago
  78. eb0dd6e i40e: Allow RSS Hash set with less than four parameters by Carolyn Wyborny · 8 years ago
  79. c3c7ea2 i40e: refactor Rx filter handling by Mitch Williams · 8 years ago
  80. a70e407 i40e: Fix errors resulted while turning off TSO by Tushar Dave · 9 years ago
  81. b556989 i40e: Add vf-true-promisc-support priv flag by Anjali Singhai Jain · 9 years ago
  82. 06c0e39 i40e: Add support for disabling all link and change bits needed for PHY interactions by Kevin Scott · 9 years ago
  83. bec60fc i40e/i40evf: Remove unused hardware receive descriptor code by Jesse Brandeburg · 9 years ago
  84. 1a557afc i40e: Refactor receive routine by Jesse Brandeburg · 9 years ago
  85. b32bfa17 i40e: Drop packet split receive routine by Jesse Brandeburg · 9 years ago
  86. a1b5a24 i40e: Use consistent type for vf_id by Jesse Brandeburg · 9 years ago
  87. c4e1868 i40e: Add support for configuring VF RSS by Mitch Williams · 9 years ago
  88. b7c3593 i40e/i40evf: Remove I40E_MAX_USER_PRIORITY define by Catherine Sullivan · 9 years ago
  89. 08ca387 i40e: call ndo_stop() instead of dev_close() when running offline selftest by Stefan Assmann · 9 years ago
  90. b8ba452 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdma by Linus Torvalds · 9 years ago
  91. e3219ce i40e: Add support for client interface for IWARP driver by Anjali Singhai Jain · 9 years ago
  92. a75e800 i40e: queue-specific settings for interrupt moderation by Kan Liang · 9 years ago
  93. 31b606d i40e: Fix led blink capability for 10GBaseT PHY by Carolyn Wyborny · 9 years ago
  94. 4147e2c i40e: Removal of code which relies on BASE VEB SEID by Kiran Patil · 9 years ago
  95. dd35310 i40e: Add a SW workaround for lost interrupts by Anjali Singhai Jain · 9 years ago
  96. 40d72a5 i40e/i40evf: don't lose interrupts by Jesse Brandeburg · 9 years ago
  97. f1bbad3 i40e: Make the DCB firmware checks for X710/XL710 only by Neerav Parikh · 9 years ago
  98. 72b7486 i40e: add priv flag for automatic rule eviction by Anjali Singhai Jain · 9 years ago
  99. 426bda0 i40e: drop unused function by Jesse Brandeburg · 9 years ago
  100. f551588 Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 9 years ago