aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/iavf (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-08iavf: initialize ITRN registers with correct valuesNicholas Nunley1-2/+2
2019-09-11iavf: fix MAC address setting for VFs when filter is rejectedStefan Assmann2-1/+7
2019-09-09iavf: allow permanent MAC address to changeMitch Williams2-5/+0
2019-09-09iavf: remove unused debug function iavf_debug_dYueHaibing1-22/+0
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon1-1/+1
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)2-3/+3
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-11/+11
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-30/+5
2019-06-28iavf: fix dereference of null rx_buffer pointerColin Ian King1-2/+4
2019-06-28iavf: Fix up debug print macroJeff Kirsher1-3/+7
2019-06-28iavf: use struct_size() helperGustavo A. R. Silva1-21/+16
2019-06-17iavf: allow null RX descriptorsMitch Williams1-3/+18
2019-06-17iavf: add call to iavf_[add|del]_cloud_filterPaul Greenwalt1-1/+8
2019-06-17iavf: Refactor init state machineJakub Pawlak1-190/+261
2019-06-17iavf: Refactor the watchdog state machineJan Sokolowski2-30/+44
2019-06-17iavf: Remove timer for work triggering, use delaying work insteadJakub Pawlak4-45/+31
2019-06-17iavf: Move commands processing to the separate functionJakub Pawlak1-92/+105
2019-06-17iavf: Fix the math for valid length for ADq enableAvinash Dayanand1-1/+1
2019-06-17iavf: Change GFP_KERNEL to GFP_ATOMIC in kzalloc()Aleksandr Loktionov1-1/+1
2019-06-17iavf: wait longer for close to completeMitch Williams1-1/+1
2019-06-17iavf: use signed variableMitch Williams1-1/+1
2019-06-17iavf: Create VLAN tag elements starting from the first elementAkeem G Abodunrin1-2/+1
2019-05-31iavf: update comments and file checks to match iavfAlice Michael4-7/+7
2019-05-31iavf: rename i40e_device to iavf_deviceAlice Michael2-12/+12
2019-05-31iavf: change remaining i40e defines to be iavfAlice Michael3-51/+51
2019-05-31iavf: rename iavf_client.h defines to match driver nameAlice Michael3-95/+95
2019-05-31iavf: rename iavf_status structure flagsAlice Michael7-245/+245
2019-05-31iavf: replace i40e variables with iavfAlice Michael10-533/+531
2019-05-31iavf: rename i40e functions to be iavfAlice Michael2-5/+5
2019-05-31iavf: change iavf_status_code to iavf_statusSergey Nemov10-113/+121
2019-05-31iavf: Rename i40e_adminq* files to iavf_adminq*Alice Michael6-5/+5
2019-05-31iavf: iavf_client: use struct_size() helperGustavo A. R. Silva1-4/+3
2019-05-31iavf: use struct_size() in kzalloc()Gustavo A. R. Silva1-5/+4
2019-05-31iavf: Limiting RSS queues to CPUsAleksandr Loktionov1-1/+1
2019-05-30iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor1-1/+1
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-3/+3
2019-04-23net: pass net_device argument to the eth_get_headlenStanislav Fomichev1-1/+1
2019-04-16i40e: Changed maximum supported FW API version to 1.8Adam Ludkiewicz1-1/+1
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon1-5/+0
2019-04-01net: move skb->xmit_more hint to softnet dataFlorian Westphal1-1/+1
2019-02-06flow_offload: add flow_rule and flow_match structures and use themPablo Neira Ayuso1-115/+80
2018-11-21ethernet/intel: consolidate NAPI and NAPI exitJesse Brandeburg1-4/+5
2018-11-07intel-ethernet: software timestamp skbs as late as possibleJacob Keller1-2/+2
2018-10-25drivers: net: remove <net/busy_poll.h> inclusion when not neededEric Dumazet1-1/+0
2018-10-03iavf: fix a typoRami Rosen1-1/+1
2018-09-25Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+0
2018-09-18intel-ethernet: use correct module licenseJesse Brandeburg1-2/+2
2018-09-18iavf: finish renaming files to iavfJesse Brandeburg16-21/+21
2018-09-18iavf: rename most of i40e stringsJesse Brandeburg17-1407/+1366