summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
Commit message (Expand)AuthorAgeFilesLines
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-264-14/+14
* net: Take common prefetch code structure into a functionTariq Toukan2020-08-271-8/+3
* iavf: use generic power managementVaibhav Gupta2020-07-301-33/+12
* iavf: Fix updating statisticsTony Nguyen2020-07-011-1/+4
* iavf: fix error return code in iavf_init_get_resources()Wei Yongjun2020-07-011-1/+3
* ethernet/intel: Convert fallthrough code commentsJeff Kirsher2020-07-011-1/+1
* net/intel: remove driver versions from Intel driversJeff Kirsher2020-06-264-23/+1
* iavf: increase reset complete wait timePaul Greenwalt2020-06-122-7/+9
* iavf: Fix reporting 2.5 Gb and 5Gb speedsBrett Creeley2020-06-123-6/+24
* iavf: use appropriate enum for comparisonAleksandr Loktionov2020-06-114-29/+24
* iavf: fix speed reporting over virtchnlBrett Creeley2020-06-114-21/+120
* net: iavf: reject unsupported coalescing paramsJakub Kicinski2020-03-121-0/+4
* iavf: Enable support for up to 16 queuesMitch Williams2020-03-104-40/+11
* iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko2020-02-261-3/+5
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-193-4/+18
|\
| * iavf: remove current MAC address filter on VF resetStefan Assmann2020-01-093-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-231-1/+1
|\|
| * treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
* | netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-131-1/+1
|/
* iavf: initialize ITRN registers with correct valuesNicholas Nunley2019-11-091-2/+2
* iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann2019-09-112-1/+7
* iavf: allow permanent MAC address to changeMitch Williams2019-09-092-5/+0
* iavf: remove unused debug function iavf_debug_dYueHaibing2019-09-091-22/+0
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-232-3/+3
* net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso2019-07-091-11/+11
* drivers: net: use flow block APIPablo Neira Ayuso2019-07-091-1/+4
* net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso2019-07-091-30/+5
* iavf: fix dereference of null rx_buffer pointerColin Ian King2019-06-291-2/+4
* iavf: Fix up debug print macroJeff Kirsher2019-06-291-3/+7
* iavf: use struct_size() helperGustavo A. R. Silva2019-06-291-21/+16
* iavf: allow null RX descriptorsMitch Williams2019-06-181-3/+18
* iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-181-1/+8
* iavf: Refactor init state machineJakub Pawlak2019-06-181-190/+261
* iavf: Refactor the watchdog state machineJan Sokolowski2019-06-182-30/+44
* iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-184-45/+31
* iavf: Move commands processing to the separate functionJakub Pawlak2019-06-181-92/+105
* iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-181-1/+1
* iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-181-1/+1
* iavf: wait longer for close to completeMitch Williams2019-06-181-1/+1
* iavf: use signed variableMitch Williams2019-06-181-1/+1
* iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-181-2/+1
* iavf: update comments and file checks to match iavfAlice Michael2019-05-314-7/+7
* iavf: rename i40e_device to iavf_deviceAlice Michael2019-05-312-12/+12
* iavf: change remaining i40e defines to be iavfAlice Michael2019-05-313-51/+51
* iavf: rename iavf_client.h defines to match driver nameAlice Michael2019-05-313-95/+95
* iavf: rename iavf_status structure flagsAlice Michael2019-05-317-245/+245
* iavf: replace i40e variables with iavfAlice Michael2019-05-3110-533/+531
* iavf: rename i40e functions to be iavfAlice Michael2019-05-312-5/+5
* iavf: change iavf_status_code to iavf_statusSergey Nemov2019-05-3110-113/+121