summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar2018-08-241-7/+8
* i40e_main: mark expected switch fall-throughGustavo A. R. Silva2018-08-071-0/+1
* i40e: Set fec_config when forcing link stateMariusz Stachura2018-08-071-0/+2
* i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov2018-08-071-6/+0
* xdp: don't make drivers report attachment modeJakub Kicinski2018-07-131-1/+0
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-261-1/+1
* cls_flower: fix error values for commands not supported by driversJiri Pirko2018-06-251-1/+1
* net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer2018-06-051-1/+0
* i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński2018-05-141-2/+19
* i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek2018-05-141-4/+11
* i40e: use %pI4b instead of byte swapping before dev_errJacob Keller2018-04-301-4/+2
* i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy2018-04-301-10/+30
* i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck2018-04-301-12/+54
* i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller2018-04-301-7/+15
* net: intel: Cleanup the copyright/license headersJeff Kirsher2018-04-271-25/+1
* i40e: add support for XDP_REDIRECTBjörn Töpel2018-03-261-0/+2
* i40e: hold the RTNL lock while changing interrupt schemesJacob Keller2018-03-261-2/+17
* i40e: move client flags into state bitsJacob Keller2018-03-261-12/+10
* i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller2018-03-261-4/+3
* i40e: move AUTO_DISABLED flags into the state fieldJacob Keller2018-03-261-14/+9
* i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller2018-03-261-6/+4
* i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller2018-03-261-7/+9
* intel: add SPDX identifiers to all the Intel driversJeff Kirsher2018-03-231-0/+1
* i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem2018-03-191-0/+8
* i40e: restore TCPv4 input set when re-enabling ATRJacob Keller2018-03-141-0/+9
* 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: Cleanup i40e_vlan_rx_registerJacob Keller2018-03-141-17/+4
* i40e: link_down_on_close private flag supportMariusz Stachura2018-02-261-0/+75
* i40e: Add and delete cloud filterAvinash Dayanand2018-02-141-11/+5
* i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman2018-02-131-0/+10
* 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-131-7/+6
* 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-121-9/+6
* i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck2018-02-121-8/+14
* i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski2018-02-121-0/+11
* i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck2018-02-121-7/+7
* i40e: Fix the number of queues available to be mapped for useAmritha Nambiar2018-02-071-13/+14
* i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński2018-01-261-0/+4
* i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck2018-01-261-0/+1
* i40e: program fragmented IPv4 filter input setJacob Keller2018-01-261-0/+3
* i40e: Fix kdump failureAvinash Dayanand2018-01-261-2/+2
* i40e: fix FW_LLDP flag on initAlan Brady2018-01-261-0/+3
* i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman2018-01-261-2/+12
* i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski2018-01-251-5/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-241-0/+2
|\