aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-24i40e: Fix for Tx timeouts when interface is brought up if DCB is enabledMartyna Szapar1-7/+8
2018-08-07i40e_main: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2018-08-07i40e: Set fec_config when forcing link stateMariusz Stachura1-0/+2
2018-08-07i40e: Remove duplicated prepare call in i40e_shutdownSergey Nemov1-6/+0
2018-07-13xdp: don't make drivers report attachment modeJakub Kicinski1-1/+0
2018-06-26net: sched: pass extack pointer to block binds and cb registrationJohn Hurley1-1/+1
2018-06-25cls_flower: fix error values for commands not supported by driversJiri Pirko1-1/+1
2018-06-23net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches1-1/+1
2018-06-05i40e: remove ndo_xdp_flush call i40e_xdp_flushJesper Dangaard Brouer1-1/+0
2018-05-14i40evf: Fix a hardware reset support in VF driverPaweł Jabłoński1-2/+19
2018-05-14i40e: Fix recalculation of MSI-X vectors for VMDqPatryk Małek1-4/+11
2018-04-30i40e: use %pI4b instead of byte swapping before dev_errJacob Keller1-4/+2
2018-04-30i40e/i40evf: take into account queue map from vf when handling queuesHarshitha Ramamurthy1-10/+30
2018-04-30i40e: Fix multiple issues with UDP tunnel offload filter configurationAlexander Duyck1-12/+54
2018-04-30i40e/i40evf: cleanup incorrect function doxygen commentsJacob Keller1-7/+15
2018-04-27net: intel: Cleanup the copyright/license headersJeff Kirsher1-25/+1
2018-03-26i40e: add support for XDP_REDIRECTBjörn Töpel1-0/+2
2018-03-26i40e: hold the RTNL lock while changing interrupt schemesJacob Keller1-2/+17
2018-03-26i40e: move client flags into state bitsJacob Keller1-12/+10
2018-03-26i40e: move I40E_FLAG_TEMP_LINK_POLLING to state fieldJacob Keller1-4/+3
2018-03-26i40e: move AUTO_DISABLED flags into the state fieldJacob Keller1-14/+9
2018-03-26i40e: move I40E_FLAG_UDP_FILTER_SYNC to the state fieldJacob Keller1-6/+4
2018-03-26i40e: move I40E_FLAG_FILTER_SYNC to a state bitJacob Keller1-7/+9
2018-03-23intel: add SPDX identifiers to all the Intel driversJeff Kirsher1-0/+1
2018-03-19i40e: Close client on suspend and restore client MSIx on resumeShiraz Saleem1-0/+8
2018-03-14i40e: restore TCPv4 input set when re-enabling ATRJacob Keller1-0/+9
2018-03-14i40e: factor out re-enable functions for ATR and SBJacob Keller1-16/+32
2018-03-14i40e: track filter type statistics when deleting invalid filtersJacob Keller1-8/+48
2018-03-14i40e: Cleanup i40e_vlan_rx_registerJacob Keller1-17/+4
2018-02-26i40e: link_down_on_close private flag supportMariusz Stachura1-0/+75
2018-02-14i40e: Add and delete cloud filterAvinash Dayanand1-11/+5
2018-02-13i40e: i40e: Change ethtool check from MAC to HW flagDave Ertman1-0/+10
2018-02-13i40e: do not force filter failure in overflow promiscuousAlan Brady1-14/+1
2018-02-13i40e: refactor promisc_changed in i40e_sync_vsi_filtersAlan Brady1-22/+20
2018-02-13i40e: broadcast filters can trigger overflow promiscuousAlan Brady1-2/+4
2018-02-13i40e: don't leak memory addressesMitch Williams1-7/+6
2018-02-13i40e: Make local function i40e_get_link_speed staticWei Yongjun1-1/+1
2018-02-12i40e/i40evf: Add support for new mechanism of updating adaptive ITRAlexander Duyck1-9/+6
2018-02-12i40e/i40evf: Split container ITR into current_itr and target_itrAlexander Duyck1-8/+14
2018-02-12i40e: Add delay after EMP reset for firmware to recoverFilip Sadowski1-0/+11
2018-02-12i40e/i40evf: Only track one ITR setting per ring instead of Tx/RxAlexander Duyck1-7/+7
2018-02-07i40e: Fix the number of queues available to be mapped for useAmritha Nambiar1-13/+14
2018-01-26i40e: Do not allow use more TC queue pairs than MSI-X vectors existPaweł Jabłoński1-0/+4
2018-01-26i40e/i40evf: Record ITR register location in the q_vectorAlexander Duyck1-0/+1
2018-01-26i40e: program fragmented IPv4 filter input setJacob Keller1-0/+3
2018-01-26i40e: Fix kdump failureAvinash Dayanand1-2/+2
2018-01-26i40e: fix FW_LLDP flag on initAlan Brady1-0/+3
2018-01-26i40e: Implement an ethtool private flag to stop LLDP in FWDave Ertman1-2/+12
2018-01-25i40e: use tc_cls_can_offload_and_chain0()Jakub Kicinski1-5/+3
2018-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+2