summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* i40e: mark expected switch fall-throughGustavo A. R. Silva2019-06-141-0/+1
* i40e: Missing response checks in driver when starting/stopping FW LLDPAleksandr Loktionov2019-06-141-21/+24
* i40e: remove duplicate stat calculation for tx_errorsJacob Keller2019-06-141-3/+0
* i40e: Check if the BAR size is large enough before writing to registersAdam Ludkiewicz2019-06-141-1/+11
* i40e: Missing response checks in driver when starting/stopping FW LLDPPiotr Marczak2019-06-141-2/+25
* i40e: add input validation for virtchnl handlersSergey Nemov2019-06-141-43/+31
* i40e: Improve AQ log granularityDoug Dziggel2019-06-142-23/+25
* i40e: Add bounds check for ch[] arrayPiotr Kwapulinski2019-06-141-1/+10
* i40e: Use signed variableMitch Williams2019-06-141-1/+1
* i40e: add constraints for accessing veb arrayPiotr Kwapulinski2019-06-141-5/+7
* i40e: let untrusted VF to create up to 16 VLANsPiotr Kwapulinski2019-06-141-1/+1
* i40e: add functions stubs to support EEEAleksandr Loktionov2019-06-141-0/+12
* i40e: Check and set the PF driver state first in i40e_ndo_set_vf_macLihong Yang2019-06-061-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-061-4/+2
* net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu2019-06-051-3/+2
* ixgbe: implement support for SDP/PPS output on X550 hardwareJacob Keller2019-06-052-5/+108
* ice: Use LLDP ethertype define ETH_P_LLDPJeff Kirsher2019-06-051-3/+1
* ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1
* i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-4/+2
* ixgbe: add a kernel documentation comment for ixgbe_ptp_get_ts_configJacob Keller2019-06-051-0/+9
* ixgbe: use 'cc' instead of 'hw_cc' for local variableJacob Keller2019-06-051-3/+3
* ixgbe: fix PTP SDP pin setup on X540 hardwareJacob Keller2019-06-051-29/+42
* ixgbe: reduce PTP Tx timestamp timeout to 1 secondJacob Keller2019-06-051-1/+1
* ixgbe: fix AF_XDP tx packet countWilliam Tu2019-06-051-0/+1
* ixgbe: fix AF_XDP tx byte countWilliam Tu2019-06-051-1/+0
* ixgbe: remove umem from adapterJan Sokolowski2019-06-052-71/+19
* ixgbe: add tracking of AF_XDP zero-copy state for each queue pairJan Sokolowski2019-06-053-1/+11
* 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