summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
* | i40e: remove duplicate stat calculation for tx_errorsJacob Keller2019-06-141-3/+0Star
* | 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/+31Star
* | 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/+2Star
* | net: ixgbevf: fix a missing check of ixgbevf_write_msg_read_ackKangjie Lu2019-06-051-3/+2Star
* | 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/+1Star
* | ixgbe: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-3/+1Star
* | i40e: Use LLDP ethertype define ETH_P_LLDPAnirudh Venkataramanan2019-06-052-4/+2Star
* | 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/+0Star
* | ixgbe: remove umem from adapterJan Sokolowski2019-06-052-71/+19Star
* | 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/+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
* | ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53Star
* | ice: Recognize higher speedsAnirudh Venkataramanan2019-05-302-1/+7
* | ice: Use a different ICE_DBG bit for firmware log messagesJacob Keller2019-05-302-3/+4
* | ice: Update function headerAnirudh Venkataramanan2019-05-301-0/+4
* | ice: Move define for ICE_AQC_DRIVER_UNLOADINGAnirudh Venkataramanan2019-05-301-1/+1
* | ice: Align to updated AQ command formatsAnirudh Venkataramanan2019-05-301-7/+8
* | ice: Use continue instead of an else blockAnirudh Venkataramanan2019-05-301-3/+5
* | ice: Change minimum descriptor count value for Tx/Rx ringsPreethi Banala2019-05-301-1/+1
* | ice: Add switch rules to handle LLDP packetsDave Ertman2019-05-305-6/+89
* | ice: Cleanup ice_update_link_infoBruce Allan2019-05-301-17/+18
* | ice: Use right type for ice_cfg_vsi_lan returnAkeem G Abodunrin2019-05-301-8/+10
* | ice: Add support for Forward Error Correction (FEC)Paul Greenwalt2019-05-306-3/+349