summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/iavf
Commit message (Expand)AuthorAgeFilesLines
* net: Use skb_frag_off accessorsJonathan Lemon2019-07-301-1/+1
* net: Use skb accessors in network driversMatthew Wilcox (Oracle)2019-07-222-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-281-2/+4
* iavf: Fix up debug print macroJeff Kirsher2019-06-281-3/+7
* iavf: use struct_size() helperGustavo A. R. Silva2019-06-281-21/+16
* iavf: allow null RX descriptorsMitch Williams2019-06-171-3/+18
* iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt2019-06-171-1/+8
* iavf: Refactor init state machineJakub Pawlak2019-06-171-190/+261
* iavf: Refactor the watchdog state machineJan Sokolowski2019-06-172-30/+44
* iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak2019-06-174-45/+31
* iavf: Move commands processing to the separate functionJakub Pawlak2019-06-171-92/+105
* iavf: Fix the math for valid length for ADq enableAvinash Dayanand2019-06-171-1/+1
* iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov2019-06-171-1/+1
* iavf: wait longer for close to completeMitch Williams2019-06-171-1/+1
* iavf: use signed variableMitch Williams2019-06-171-1/+1
* iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin2019-06-171-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
* 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/+3
* iavf: use struct_size() in kzalloc()Gustavo A. R. Silva2019-05-311-5/+4
* iavf: Limiting RSS queues to CPUsAleksandr Loktionov2019-05-311-1/+1
* iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-301-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-072-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-161-1/+1
| * net: move skb->xmit_more hint to softnet dataFlorian Westphal2019-04-011-1/+1
* | drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-5/+0
|/
* flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso2019-02-061-115/+80
* 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-251-1/+0
* 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/+0
* intel-ethernet: use correct module licenseJesse Brandeburg2018-09-181-2/+2
* iavf: finish renaming files to iavfJesse Brandeburg2018-09-1816-21/+21
* iavf: rename most of i40e stringsJesse Brandeburg2018-09-1817-1407/+1366
* iavf: tracing infrastructure renameJesse Brandeburg2018-09-183-22/+22
* iavf: replace i40e_debug with iavf versionJesse Brandeburg2018-09-185-23/+23
* iavf: rename i40e_hw to iavf_hwJesse Brandeburg2018-09-189-99/+98
* iavf: rename I40E_ADMINQ_DESCJesse Brandeburg2018-09-182-11/+11