summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_main.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-13i40e: fix handling of HW ATR evictionJacob Keller1-3/+4
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues1-18/+18
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-20i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller1-10/+6
2017-04-20i40e: reset all VFs in parallel when rebuilding PFJacob Keller1-6/+26
2017-04-20i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller1-50/+89
2017-04-20i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller1-2/+9
2017-04-20i40e/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-07i40e: close client on remove and shutdownMitch Williams1-0/+10
2017-04-07i40e/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-28i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck1-14/+3
2017-03-28i40e: Drop FCoE code from core driver filesAlexander Duyck1-260/+1
2017-03-28i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-28i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-25i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck1-4/+12
2017-03-24i40e: make use of hlist_for_each_entry_continueJacob Keller1-11/+4
2017-03-24i40e: add support for SCTPv4 FDir filtersJacob Keller1-0/+2
2017-03-24i40e: implement support for flexible word payloadJacob Keller1-0/+16
2017-03-24i40e: restore default input set for each flow typeJacob Keller1-0/+19
2017-03-21i40e: add counters for UDP/IPv4 and IPv4 filtersJacob Keller1-6/+13
2017-03-21i40e: don't re-enable ATR when flushing filters if SB has TCP4/IPv4 rulesJacob Keller1-1/+1
2017-03-21i40e: reset fd_tcp_rule count when restoring filtersJacob Keller1-0/+3
2017-03-21i40e: remove redundant check for fd_tcp_rule when restoring filtersJacob Keller1-6/+0
2017-03-21i40e: send correct port number to AdminQ when enabling UDP tunnelsJacob Keller1-9/+8
2017-03-16mqprio: Modify mqprio to pass user parameters via ndo_setup_tc.Amritha Nambiar1-2/+5
2017-03-15i40e: rename auto_disable_flags to hw_disabled_flagsHarshitha Ramamurthy1-14/+14
2017-03-15i40e/i40evf: Change version from 1.6.27 to 2.1.7Bimmy Pujari1-3/+3
2017-03-15i40e: Clarify steps in MAC/VLAN filters initialization routineFilip Sadowski1-4/+4
2017-03-15i40e: fix RSS queues only operating on PF0Lihong Yang1-8/+3
2017-03-15i40e: don't add more vectors to num_lan_msix than number of CPUsJacob Keller1-3/+27
2017-03-15i40e: KISS the client interfaceMitch Williams1-11/+21