summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* iavf: Use printf instead of gnu_printf for iavf_debug_dNathan Chancellor2019-05-311-1/+1
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-3012-54/+53
* 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
* ice: Add support for virtchnl_vector_map.[rxq|txq]_mapAnirudh Venkataramanan2019-05-303-44/+115
* ice: Introduce ice_init_mac_fltr and move ice_napi_delTony Nguyen2019-05-303-44/+79
* ice: Use GLINT_DYN_CTL to disable VF's interruptsBrett Creeley2019-05-301-28/+13
* ice: Add a helper to trigger software interruptBrett Creeley2019-05-293-15/+25
* ice: Configure RSS LUT key only if RSS is enabledMd Fahad Iqbal Polash2019-05-291-0/+7
* ice: Add ice_get_fw_log_cfg to init FW loggingDan Nowlin2019-05-292-0/+49
* ice: Minor cleanup in ice_switch.hAnirudh Venkataramanan2019-05-291-4/+3
* ice: Remove redundant and premature event configDave Ertman2019-05-291-6/+0
* ice: Change message levelMitch Williams2019-05-291-1/+1
* ice: Check all VFs for MDD activity, don't disableMitch Williams2019-05-291-12/+11