summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf/iavf_main.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-01iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-04-23iavf: remove duplicate free resources callsStefan Assmann1-2/+0
2021-04-22iavf: Add framework to enable ethtool RSS configHaiyue Wang1-0/+27
2021-04-22iavf: add support for UDP Segmentation OffloadBrett Creeley1-0/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang1-1/+28
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2020-12-18iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2020-09-26intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-10/+10
2020-09-25iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-07-30iavf: use generic power managementVaibhav Gupta1-33/+12
2020-07-02iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-07-02iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-13/+1
2020-06-12iavf: increase reset complete wait timePaul Greenwalt1-7/+5
2020-06-12iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley1-6/+12
2020-06-12iavf: use appropriate enum for comparisonAleksandr Loktionov1-6/+6
2020-06-12iavf: fix speed reporting over virtchnlBrett Creeley1-7/+18
2020-03-10iavf: Enable support for up to 16 queuesMitch Williams1-1/+1
2020-02-26iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+13
2020-01-09iavf: remove current MAC address filter on VF resetStefan Assmann1-4/+13
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-11-09iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann1-1/+0
2019-09-09iavf: allow permanent MAC address to changeMitch Williams1-4/+0
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0
2019-07-10net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-07-10drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-10net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-30/+5
2019-06-18iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8
2019-06-18iavf: Refactor init state machineJakub Pawlak1-190/+261
2019-06-18iavf: Refactor the watchdog state machineJan Sokolowski1-30/+43
2019-06-18iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak1-40/+26
2019-06-18iavf: Move commands processing to the separate functionJakub Pawlak1-92/+105
2019-06-18iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov1-1/+1
2019-06-18iavf: wait longer for close to completeMitch Williams1-1/+1
2019-06-18iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin1-2/+1
2019-05-31iavf: rename iavf_status structure flagsAlice Michael1-19/+19
2019-05-31iavf: replace i40e variables with iavfAlice Michael1-9/+9
2019-05-31iavf: change iavf_status_code to iavf_statusSergey Nemov1-9/+11
2019-05-31iavf: use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+4
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-115/+80
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+0
2018-09-19intel-ethernet: use correct module licenseJesse Brandeburg1-2/+2
2018-09-19iavf: finish renaming files to iavfJesse Brandeburg1-1/+1
2018-09-19iavf: rename most of i40e stringsJesse Brandeburg1-53/+52
2018-09-19iavf: tracing infrastructure renameJesse Brandeburg1-1/+1
2018-09-19iavf: rename i40e_hw to iavf_hwJesse Brandeburg1-26/+26