summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf
Commit message (Expand)AuthorAgeFilesLines
* 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/+5Star
* 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/+16Star
* 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/+31Star
* 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/+1Star
* 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/+531Star
* 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
* iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael2019-05-316-5/+5
* iavf: iavf_client: use struct_size() helperGustavo A. R. Silva2019-05-311-4/+3Star
* iavf: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-311-5/+4Star
* iavf: Limiting RSS queues to CPUsAleksandr Loktionov2019-05-311-1/+1
* iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-311-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-082-3/+3
|\
| * net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz2019-04-171-1/+1
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-021-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0Star
|/
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-115/+80Star
* ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg2018-11-211-4/+5
* intel-ethernet: software timestamp skbs as late as possibleJacob Keller2018-11-071-2/+2
* drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet2018-10-261-1/+0Star
* iavf: fix a typoRami Rosen2018-10-031-1/+1
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-251-26/+0Star
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-191-2/+2
* iavf: finish renaming files to iavfJesse Brandeburg2018-09-1916-21/+21
* iavf: rename most of i40e stringsJesse Brandeburg2018-09-1917-1407/+1366Star
* iavf: tracing infrastructure renameJesse Brandeburg2018-09-193-22/+22
* iavf: replace i40e_debug with iavf versionJesse Brandeburg2018-09-195-23/+23
* iavf: rename i40e_hw to iavf_hwJesse Brandeburg2018-09-199-99/+98Star
* iavf: rename I40E_ADMINQ_DESCJesse Brandeburg2018-09-192-11/+11
* iavf: rename device ID definesJesse Brandeburg2018-09-195-78/+27Star
* iavf: remove references to old namesJesse Brandeburg2018-09-199-273/+269Star