summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
Commit message (Expand)AuthorAgeFilesLines
* iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski2022-06-091-1/+1
* Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski2022-04-081-5/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-171-1/+14
|\
| * iavf: Fix hang during reboot/shutdownIvan Vecera2022-03-171-0/+7
| * iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski2022-03-151-1/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-103-4/+50
|\|
| * iavf: Fix adopting new combined settingMichal Maloszewski2022-03-082-4/+10
| * iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski2022-03-081-0/+40
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-033-75/+114
|\|
| * iavf: Fix __IAVF_RESETTING state usageSlawomir Laba2022-02-251-7/+6
| * iavf: Fix missing check for running netdevSlawomir Laba2022-02-251-2/+5
| * iavf: Fix deadlock in iavf_reset_taskSlawomir Laba2022-02-251-0/+1
| * iavf: Fix race in init stateSlawomir Laba2022-02-251-1/+2
| * iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba2022-02-253-24/+23
| * iavf: Fix init state closure on removeSlawomir Laba2022-02-252-1/+27
| * iavf: Add waiting so the port is initialized in removeSlawomir Laba2022-02-251-11/+16
| * iavf: Rework mutexes for better synchronisationSlawomir Laba2022-02-252-31/+36
* | iavf: Remove non-inclusive languageMateusz Palczewski2022-03-013-4/+4
* | iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski2022-03-011-92/+68
* | iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski2022-03-013-39/+157
* | iavf: remove redundant ret variableMinghao Chi2022-03-011-7/+2
* | iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2022-03-012-3/+25
* | iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2022-03-012-30/+95
* | iavf: Add support for 50G/100G in AIM algorithmMateusz Palczewski2022-03-011-15/+47
* | iavf: Remove useless DMA-32 fallback configurationChristophe JAILLET2022-01-271-6/+3
|/
* Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-131-4/+4
|\
| * Merge branch 'linus' into irq/core, to fix conflictIngo Molnar2022-01-082-15/+39
| |\
| * | iavf: Use irq_update_affinity_hint()Nitesh Narayan Lal2021-12-101-4/+4
* | | iavf: remove an unneeded variableJason Wang2022-01-071-3/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-051-1/+4
|\ \ \ | | |/ | |/|
| * | iavf: Fix limit of total number of queues to active queues of VFKaren Sornek2022-01-041-1/+4
* | | iavf: switch to napi_build_skb()Alexander Lobakin2021-12-281-1/+1
* | | iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley2021-12-171-0/+50
* | | iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley2021-12-173-51/+383
* | | iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley2021-12-175-51/+135
* | | iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley2021-12-173-94/+453
* | | iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley2021-12-173-52/+240
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-12-161-3/+2
|\| |
| * | iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann2021-12-131-1/+0
| * | iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter2021-12-131-2/+2
* | | 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