aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller4-52/+38
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller8-171/+177
2017-04-30i40e: separate PF and VSI state flagsJacob Keller5-44/+50
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2-3/+1
2017-04-30i40e: amortize wait time when disabling lots of VFsJacob Keller1-2/+14
2017-04-30i40e: Reprogram port offloads after resetAlexander Duyck1-0/+20
2017-04-30i40e: rename index to port to avoid confusionJacob Keller2-6/+6
2017-04-30i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2-3/+8
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller4-58/+58
2017-04-19i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2-11/+7
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller4-6/+129
2017-04-19i40e: split some code in i40e_reset_vf into helpersJacob Keller1-37/+72
2017-04-19i40e: reduce wait time for adminq command completionJacob Keller2-3/+3
2017-04-19i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller1-9/+29
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: new AQ commandsJingjing Wu4-0/+343
2017-04-19i40e/i40evf: Add tracepointsScott Peterson4-0/+247
2017-04-19i40e: dump VF information in debugfsMitch Williams1-0/+51
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck2-27/+38
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck1-0/+47
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck3-4/+90
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck3-14/+28
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller1-3/+0
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2-2/+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 Brady5-64/+15
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin3-45/+101
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck1-4/+2
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller1-4/+5
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: register existing client on probeMitch Williams1-0/+6
2017-04-06i40e: remove client instance on driver unloadMitch Williams1-0/+3
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala3-26/+36
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 Duyck2-15/+15
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2-1/+5
2017-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck1-73/+65
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck1-28/+45
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck1-24/+34
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck1-12/+12
2017-03-29i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller1-1/+0
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-29i40e: use register for XL722 control register read/writePaul M Stillwell Jr1-2/+6
2017-03-29i40e: Clean up handling of private flagsAlexander Duyck2-85/+112
2017-03-27i40e: initialize params before notifying of l2_param_changesJacob Keller1-0/+2