summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* i40e/i40e_virtchnl_pf: Use struct_size() in kzalloc()Gustavo A. R. Silva2019-06-261-9/+6
* i40e: update copyright stringAlice Michael2019-06-261-1/+1
* i40e: Fix descriptor count manipulationMaciej Fijalkowski2019-06-264-14/+34
* i40e: missing priorities for any QoS trafficAleksandr Loktionov2019-06-261-3/+54
* i40e: Add log entry while creating or deleting TC0Piotr Kwapulinski2019-06-261-0/+4
* i40e: fix incorrect function documentation commentJacob Keller2019-06-261-2/+1
* i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar2019-06-261-2/+1
* i40e: fix 'Unknown bps' in dmesg for 2.5Gb/5Gb speedsAleksandr Loktionov2019-06-261-0/+4
* ixgbevf: fix possible divide by zero in ixgbevf_update_itrYoung Xiao2019-06-261-0/+3
* ixgbe: Check DDM existence in transceiver before accessMauro S. M. Rodrigues2019-06-262-1/+3
* 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
* 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-051-5/+5
* i40e: Do not check VF state in i40e_ndo_get_vf_configLihong Yang2019-06-051-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