summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-263-10/+68
* i40e: tweak page counting for XDP_REDIRECTBjörn Töpel2018-03-261-5/+4
* i40e: re-number feature flags to remove gapsJacob Keller2018-03-261-31/+26
* i40e: stop using cmpxchg flow in i40e_set_priv_flags()Jacob Keller2018-03-261-14/+5
* i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
* i40e: move client flags into state bitsJacob Keller2018-03-263-19/+17
* i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-262-5/+5
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-264-26/+27
* i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-262-7/+6
* i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-262-8/+11
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-2334-0/+34
* i40e: Fix the polling mechanism of GLGEN_RSTAT.DEVSTATEPaweł Jabłoński2018-03-191-6/+29
* i40e: Prevent setting link speed on I40E_DEV_ID_25G_BPatryk Małek2018-03-191-0/+1
* i40e: Fix incorrect return typesDoug Dziggel2018-03-192-4/+4
* i40e: add doxygen comment for new mode parameterJacob Keller2018-03-191-0/+1
* i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem2018-03-193-3/+22
* i40e: Prevent setting link speed on KX_X722Patryk Małek2018-03-191-1/+2
* i40e: Properly check allowed advertisement capabilitiesJan Sokolowski2018-03-191-9/+7
* i40e: restore TCPv4 input set when re-enabling ATRJacob Keller2018-03-141-0/+9
* i40e: fix for wrong partition id calculation on OCP mezz cardsMariusz Stachura2018-03-142-1/+25
* i40e: factor out re-enable functions for ATR and SBJacob Keller2018-03-141-16/+32
* i40e: track filter type statistics when deleting invalid filtersJacob Keller2018-03-141-8/+48
* i40e: Fix permission check for VF MAC filtersFilip Sadowski2018-03-141-28/+51
* i40e: Cleanup i40e_vlan_rx_registerJacob Keller2018-03-141-17/+4
* i40e: Fix attach VF to VM issuePaweł Jabłoński2018-03-141-0/+11
* i40e: remove i40e_fcoe filesCorentin Labbe2018-03-142-1698/+0
* i40e: remove some stray indentingDan Carpenter2018-02-261-2/+2
* i40e: check that pointer VSI is not null before dereferencing itColin Ian King2018-02-261-1/+1
* i40e/i40evf: use SW variables for hang detectionAlan Brady2018-02-262-6/+12
* i40e: link_down_on_close private flag supportMariusz Stachura2018-02-263-0/+114
* i40e: Add and delete cloud filterAvinash Dayanand2018-02-144-12/+470
* i40e: Service request to configure bandwidth for ADq on a VFAvinash Dayanand2018-02-142-3/+54
* i40e: Delete queue channel for ADq on VFAvinash Dayanand2018-02-141-0/+63
* i40e: Enable ADq and create queue channel/s on VFAvinash Dayanand2018-02-143-69/+379
* i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman2018-02-133-10/+13
* i40e: do not force filter failure in overflow promiscuousAlan Brady2018-02-131-14/+1
* i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady2018-02-131-22/+20
* i40e: broadcast filters can trigger overflow promiscuousAlan Brady2018-02-131-2/+4
* i40e: don't leak memory addressesMitch Williams2018-02-132-41/+12
* i40e: Make local function i40e_get_link_speed staticWei Yongjun2018-02-131-1/+1
* i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck2018-02-124-131/+266
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-124-44/+62
* i40e/i40evf: Use usec value instead of reg value for ITR definesAlexander Duyck2018-02-123-28/+40
* i40e/i40evf: Don't bother setting the CLEARPBA bitAlexander Duyck2018-02-121-1/+10
* i40e/i40evf: Clean-up of bits related to using q_vector->reg_idxAlexander Duyck2018-02-121-6/+6
* i40e: use changed_flags to check I40E_FLAG_DISABLE_FW_LLDPAlan Brady2018-02-121-7/+15
* i40e: Warn when setting link-down-on-close while in MFPPaweł Jabłoński2018-02-121-0/+6
* i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski2018-02-121-0/+11
* i40e/i40evf: Clean up logic for adaptive ITRAlexander Duyck2018-02-121-41/+14
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-125-34/+33
OpenPOWER on IntegriCloud