summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
AgeCommit message (Expand)Author
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba
2022-02-25iavf: Fix race in init stateSlawomir Laba
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba
2022-02-25iavf: Fix init state closure on removeSlawomir Laba
2022-02-25iavf: Add waiting so the port is initialized in removeSlawomir Laba
2022-02-25iavf: Rework mutexes for better synchronisationSlawomir Laba
2022-01-13Merge tag 'irq-core-2022-01-13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-08Merge branch 'linus' into irq/core, to fix conflictIngo Molnar
2022-01-07iavf: remove an unneeded variableJason Wang
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-04iavf: Fix limit of total number of queues to active queues of VFKaren Sornek
2021-12-28iavf: switch to napi_build_skb()Alexander Lobakin
2021-12-17iavf: Restrict maximum VLAN filters for VIRTCHNL_VF_OFFLOAD_VLAN_V2Brett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 offload enable/disableBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 hotpathBrett Creeley
2021-12-17iavf: Add support VIRTCHNL_VF_OFFLOAD_VLAN_V2 during netdev configBrett Creeley
2021-12-17iavf: Add support for VIRTCHNL_VF_OFFLOAD_VLAN_V2 negotiationBrett Creeley
2021-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-13iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann
2021-12-13iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter
2021-12-10iavf: Use irq_update_affinity_hint()Nitesh Narayan Lal
2021-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-12-06iavf: Fix reporting when setting descriptor countMichal Maloszewski
2021-12-01iavf: restore MSI state on resetMitch Williams
2021-11-30iavf: Fix displaying queue statistics shown by ethtoolJedrzej Jagielski
2021-11-30iavf: Refactor string format to avoid static analysis warningsKaren Sornek
2021-11-30iavf: Refactor text of informational messageKaren Sornek
2021-11-30iavf: Fix static code analysis warningKaren Sornek
2021-11-30iavf: Refactor iavf_mac_filter struct memory usageJedrzej Jagielski
2021-11-30iavf: Enable setting RSS hash keyTony Nguyen
2021-11-30iavf: Add trace while removing deviceJedrzej Jagielski
2021-11-30iavf: return errno code instead of status codeJacob Keller
2021-11-30iavf: Log info when VF is entering and leaving Allmulti modeGrzegorz Szczurek
2021-11-30iavf: Add change MTU messagePatryk Małek
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen
2021-11-19iavf: Fix VLAN feature flags after VFRBrett Creeley
2021-11-19iavf: Fix refreshing iavf adapter stats on ethtool requestJedrzej Jagielski
2021-11-19iavf: Fix deadlock occurrence during resetting VF interfaceJedrzej Jagielski
2021-11-19iavf: Prevent changing static ITR values if adaptive moderation is onNitesh B Venkatesh
2021-11-15iavf: Restore VLAN filters after link downAkeem G Abodunrin
2021-11-15iavf: Fix for setting queues to 0Grzegorz Szczurek
2021-11-15iavf: Fix for the false positive ASQ/ARQ errors while issuing VF resetSurabhi Boob
2021-11-15iavf: validate pointersMitch Williams