summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
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-07i40e: close client on remove and shutdownMitch Williams1-0/+10
2017-04-07i40e: register existing client on probeMitch Williams1-0/+6
2017-04-07i40e: remove client instance on driver unloadMitch Williams1-0/+3
2017-04-07i40e/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-28i40e: initialize params before notifying of l2_param_changesJacob Keller1-0/+2
2017-03-28i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck3-18/+3
2017-03-28i40e: Drop FCoE code from core driver filesAlexander Duyck11-589/+2
2017-03-28i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck1-5/+3
2017-03-28i40e: removed no longer needed delaysBimmy Pujari1-2/+0
2017-03-28i40e: Fixed race conditions in VF resetRobert Konklewski1-8/+35
2017-03-28i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck1-0/+1
2017-03-28i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy1-5/+10
2017-03-28i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck2-8/+24
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 Keller4-0/+93
2017-03-24i40e: implement support for flexible word payloadJacob Keller4-12/+613
2017-03-24i40e: add parsing of flexible filter fields from userdefJacob Keller2-1/+118
2017-03-24i40e: partition the ring_cookie to get VF indexJacob Keller1-34/+40
2017-03-24i40e: allow changing input set for ntuple filtersJacob Keller1-3/+145
2017-03-24i40e: restore default input set for each flow typeJacob Keller2-0/+37
2017-03-24i40e: check current configured input set when adding ntuple filtersJacob Keller2-15/+121
2017-03-24i40e: correctly honor the mask fields for ETHTOOL_SRXCLSRLINSJacob Keller1-0/+83
2017-03-21i40e: always remove old filter when adding new FDir filterJacob Keller1-25/+7
2017-03-21i40e: explicitly fail on extended MAC field for ethtool_rx_flow_specJacob Keller1-0/+4