aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-07-26i40e: remove WQ_UNBOUND and the task limit of our workqueueJacob Keller1-5/+7
2017-07-26i40e: Fix for trace found with S4 stateCarolyn Wyborny1-1/+13
2017-06-20i40e: don't hold RTNL lock for the entire resetJacob Keller1-20/+7
2017-06-20i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan1-2/+2
2017-06-20i40e: clear only cause_ena bitShannon Nelson1-2/+12
2017-06-20i40e: fix disabling overflow promiscuous modeAlan Brady1-3/+2
2017-06-20i40e: Add support for OEM firmware versionFilip Sadowski1-0/+47
2017-06-20i40e: genericize the partition bandwidth controlShannon Nelson1-21/+20
2017-06-20i40e: add support for XDP_TX actionBjörn Töpel1-73/+226
2017-06-20i40e: add XDP support for pass and drop actionsBjörn Töpel1-0/+87
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller1-3/+4
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-18/+18
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues1-18/+18
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller1-0/+1
2017-05-31i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller1-1/+1
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller1-27/+26
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller1-117/+116
2017-04-30i40e: separate PF and VSI state flagsJacob Keller1-34/+32
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller1-1/+1
2017-04-30i40e: Reprogram port offloads after resetAlexander Duyck1-0/+20
2017-04-30i40e: rename index to port to avoid confusionJacob Keller1-5/+5
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller1-1/+1
2017-04-19i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller1-10/+6
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller1-6/+26
2017-04-19i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller1-50/+89
2017-04-19i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller1-2/+9
2017-04-19i40e/i40evf: Add tracepointsScott Peterson1-0/+6
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck1-1/+8
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck1-1/+2
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael1-1/+0
2017-04-08i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller1-7/+3
2017-04-08i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller1-13/+16
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady1-48/+11
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin1-41/+97
2017-04-08i40e: only register client on iWarp-capable devicesMitch Williams1-8/+11
2017-04-06i40e: close client on remove and shutdownMitch Williams1-0/+10
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala1-25/+27
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+12
2017-03-29i40e: fix for queue timing delaysWyborny, Carolyn1-0/+6
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck1-12/+14
2017-03-29i40e: remove a useless goto statementJacob Keller1-4/+0
2017-03-29i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz1-2/+4
2017-03-27i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck1-14/+3
2017-03-27i40e: Drop FCoE code from core driver filesAlexander Duyck1-260/+1
2017-03-27i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-27i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-24i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-23i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4