summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
2023-01-20iavf: schedule watchdog immediately when changing primary MACStefan Assmann1-1/+1
2023-01-20iavf: Move netdev_update_features() into watchdog taskMarcin Szycik1-18/+9
2023-01-20iavf: fix temporary deadlock and failure to set MAC addressMichal Schmidt1-44/+42
2023-01-10iavf/iavf_main: actually log ->src mask when talking about itDaniil Tatianin1-1/+1
2022-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-19/+31
2022-11-23iavf: Fix error handling in iavf_init_module()Yuan Can1-1/+8
2022-11-18iavf: Fix race condition between iavf_shutdown and iavf_removeSlawomir Laba1-9/+7
2022-11-18iavf: remove INITIAL_MAC_SET to allow gARP to work properlyStefan Assmann1-8/+0
2022-11-18iavf: Do not restart Tx queues after reset task failureIvan Vecera1-1/+15
2022-11-18iavf: Fix a crash during reset taskIvan Vecera1-0/+1
2022-11-02iavf: Change information about device removal in dmesgBartosz Staszewski1-1/+1
2022-11-02iavf: Replace __FUNCTION__ with __func__ye xingchen1-1/+1
2022-09-28net: drop the weight argument from netif_napi_addJakub Kicinski1-1/+1
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+3
2022-09-08iavf: Fix change VF's mac addressSylwester Dziedziuch1-6/+3
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-3/+11
2022-09-06iavf: Fix race between iavf_close and iavf_reset_taskMichal Jaron1-36/+141
2022-09-02iavf: Detach device during reset taskIvan Vecera1-3/+11
2022-08-12iavf: Fix deadlock in initializationIvan Vecera1-1/+10
2022-08-12iavf: Fix reset error handlingPrzemyslaw Patynowski1-3/+6
2022-08-12iavf: Fix NULL pointer dereference in iavf_get_link_ksettingsPrzemyslaw Patynowski1-1/+1
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-2/+44
2022-07-29iavf: Fix 'tc qdisc show' listing too many queuesPrzemyslaw Patynowski1-0/+21
2022-07-29iavf: Fix max_rate limitingPrzemyslaw Patynowski1-2/+23
2022-07-22iavf: Check for duplicate TC flower filter before parsingAvinash Dayanand1-22/+33
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+4
2022-07-18iavf: Disallow changing rx/tx-frames and rx/tx-frames-irqPrzemyslaw Patynowski1-1/+0
2022-07-18iavf: Fix VLAN_V2 addition/rejectionPrzemyslaw Patynowski1-6/+4
2022-06-30intel/iavf:fix repeated words in commentsJilin Yuan1-1/+1
2022-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-09iavf: Fix issue with MAC address of VF shown as zeroMichal Wilczynski1-1/+1
2022-06-07iavf: Add waiting for response from PF in set macMateusz Palczewski1-18/+109
2022-04-08Revert "iavf: Fix deadlock occurrence during resetting VF interface"Mateusz Palczewski1-5/+2
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+14
2022-03-17iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-15iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+9
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski1-4/+9
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-51/+108
2022-03-01iavf: Remove non-inclusive languageMateusz Palczewski1-1/+1
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski1-30/+143
2022-03-01iavf: remove redundant ret variableMinghao Chi1-7/+2
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski1-3/+9
2022-03-01iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski1-29/+79
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-02-25iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba1-1/+21
2022-02-25iavf: Fix init state closure on removeSlawomir Laba1-1/+23