aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-01-24i40e: flower: check if TC offload is enabled on a netdevJakub Kicinski1-0/+2
2018-01-23i40e: Fix channel addition in reset flowAmritha Nambiar1-0/+11
2018-01-23i40e: Delete an error message for a failed memory allocation in i40e_init_interrupt_scheme()Markus Elfring1-3/+2
2018-01-23i40e: simplify pointer dereferencesMitch Williams1-10/+8
2018-01-23i40e: check for invalid DCB configMitch Williams1-1/+33
2018-01-23i40e/i40evf: Detect and recover hung queue scenarioSudheer Mogilappagari1-99/+1
2018-01-23i40e: avoid divide by zeroMitch Williams1-2/+7
2018-01-23i40e/i40evf: Enable NVMUpdate to retrieve AdminQ and add preservation flags for NVM updatePawel Jablonski1-1/+1
2018-01-10i40e/i40evf: Bump driver versionsAlice Michael1-2/+2
2018-01-03i40e: flower: Fix return value for unsupported offloadJiri Pirko1-1/+1
2018-01-03i40e: don't remove netdev->dev_addr when syncing uc listJacob Keller1-1/+16
2018-01-03i40e: Remove UDP support for big bufferAmritha Nambiar1-9/+9
2017-11-27i40e: Fix reporting incorrect error codesAmritha Nambiar1-1/+0
2017-11-21i40e: Use smp_rmb rather than read_barrier_dependsBrian King1-1/+1
2017-11-21i40e: restore promiscuous after resetAlan Brady1-72/+83
2017-11-21i40e: Remove limit of 64 max queues per channelAmritha Nambiar1-8/+0
2017-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-301/+2457
2017-11-08net_sch: mqprio: Change TC_SETUP_MQPRIO to TC_SETUP_QDISC_MQPRIONogah Frankel1-1/+1
2017-11-05net: bpf: rename ndo_xdp to ndo_bpfJakub Kicinski1-3/+3