summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-092-11/+33
|\
| * iavf: Fix reporting when setting descriptor countMichal Maloszewski2021-12-061-11/+32
| * iavf: restore MSI state on resetMitch Williams2021-12-011-0/+1
* | iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski2021-11-301-11/+19
* | iavf: Refactor string format to avoid static analysis warningsKaren Sornek2021-11-302-4/+4
* | iavf: Refactor text of informational messageKaren Sornek2021-11-301-1/+1
* | iavf: Fix static code analysis warningKaren Sornek2021-11-301-1/+1
* | iavf: Refactor iavf_mac_filter struct memory usageJedrzej Jagielski2021-11-301-3/+7
* | iavf: Enable setting RSS hash keyTony Nguyen2021-11-301-8/+10
* | iavf: Add trace while removing deviceJedrzej Jagielski2021-11-301-0/+1
* | iavf: return errno code instead of status codeJacob Keller2021-11-301-10/+10
* | iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek2021-11-301-6/+14
* | iavf: Add change MTU messagePatryk Małek2021-11-301-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-264-29/+112
|\|
| * iavf: Fix VLAN feature flags after VFRBrett Creeley2021-11-193-23/+56
| * iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski2021-11-194-0/+25
| * iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski2021-11-191-2/+5
| * iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh2021-11-191-4/+26
* | ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen2021-11-221-2/+10
|/
* iavf: Restore VLAN filters after link downAkeem G Abodunrin2021-11-162-5/+31
* iavf: Fix for setting queues to 0Grzegorz Szczurek2021-11-161-1/+1
* iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob2021-11-161-1/+1
* iavf: validate pointersMitch Williams2021-11-161-7/+6
* iavf: prevent accidental free of filter structureJacob Keller2021-11-161-2/+2
* iavf: Fix failure to exit out from last all-multicast modePiotr Marczak2021-11-161-2/+1
* iavf: don't clear a lock we don't holdNicholas Nunley2021-11-161-2/+4
* iavf: free q_vectors before queues in iavf_disable_vfNicholas Nunley2021-11-161-1/+1
* iavf: check for null in iavf_fix_featuresNicholas Nunley2021-11-161-1/+2
* iavf: Fix return of set the new channel countMateusz Palczewski2021-11-161-0/+15
* iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2021-10-292-0/+56
* iavf: Add helper function to go from pci_dev to adapterKaren Sornek2021-10-291-7/+17
* iavf: Combine init and watchdog state machinesMateusz Palczewski2021-10-182-80/+57
* iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2021-10-182-15/+21
* iavf: Refactor iavf state machine trackingMateusz Palczewski2021-10-183-18/+31
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-081-1/+0
|\
| * iavf: fix double unlock of crit_lockStefan Assmann2021-10-061-1/+0
* | ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-022-3/+3
|/
* ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo2021-08-241-2/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-203-2/+47
|\
| * iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch2021-08-193-2/+47
* | iavf: use mutexes for locking of critical sectionsStefan Assmann2021-08-173-63/+56
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-5/+8
|\|
| * iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash2021-08-091-5/+8
* | iavf: fix locking of critical sectionsStefan Assmann2021-07-191-7/+50
* | iavf: do not override the adapter state in the watchdog taskStefan Assmann2021-07-191-1/+0
|/
* iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET2021-07-011-0/+1
* iavf: clean up packet type lookup tableJesse Brandeburg2021-06-182-119/+6
* iavf: redefine the magic number for FDIR GTP-U header fieldsHaiyue Wang2021-04-231-3/+12
* iavf: enhance the duplicated FDIR list scan handlingHaiyue Wang2021-04-231-6/+3
* iavf: change the flex-byte support number to macro definitionHaiyue Wang2021-04-232-3/+8