summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: split some code in i40e_reset_vf into helpersJacob Keller2017-04-191-37/+72
* i40e: reduce wait time for adminq command completionJacob Keller2017-04-192-3/+3
* i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller2017-04-191-9/+29
* i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller2017-04-191-50/+89
* i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller2017-04-191-2/+9
* i40e: new AQ commandsJingjing Wu2017-04-194-0/+343
* i40e/i40evf: Add tracepointsScott Peterson2017-04-194-0/+247
* i40e: dump VF information in debugfsMitch Williams2017-04-191-0/+51
* i40e: Fix support for flow director programming statusAlexander Duyck2017-04-192-27/+38
* i40e/i40evf: Use build_skb to build framesAlexander Duyck2017-04-081-0/+47
* i40e/i40evf: Add support for padding start of framesAlexander Duyck2017-04-083-4/+90
* i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck2017-04-083-14/+28
* i40e: clean up historic deprecated flag definitionsJacob Keller2017-04-081-3/+0
* i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael2017-04-082-2/+0
* i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller2017-04-081-7/+3
* i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller2017-04-081-13/+16
* i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady2017-04-085-64/+15
* i40e: Decrease the scope of rtnl lockMaciej Sosin2017-04-083-45/+101
* i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck2017-04-081-4/+2
* i40e: update error message when trying to add invalid filtersJacob Keller2017-04-081-4/+5
* i40e: only register client on iWarp-capable devicesMitch Williams2017-04-081-8/+11
* i40e: close client on remove and shutdownMitch Williams2017-04-061-0/+10
* i40e: register existing client on probeMitch Williams2017-04-061-0/+6
* i40e: remove client instance on driver unloadMitch Williams2017-04-061-0/+3
* i40e/i40evf: Add capability exchange for outer checksumPreethi Banala2017-04-063-26/+36
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-061-4/+12
|\
| * i40e: Do not enable NAPI on q_vectors that have no ringsAlexander Duyck2017-03-241-4/+12
* | i40e: fix for queue timing delaysWyborny, Carolyn2017-03-291-0/+6
* | i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck2017-03-292-15/+15
* | i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck2017-03-292-1/+5
* | i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck2017-03-291-73/+65
* | i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck2017-03-291-28/+45
* | i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck2017-03-291-24/+34
* | i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck2017-03-291-12/+12
* | i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller2017-03-291-1/+0
* | i40e: remove a useless goto statementJacob Keller2017-03-291-4/+0
* | i40e: Check for new arq elements before leaving the adminq subtask loopChristopher N Bednarz2017-03-291-2/+4
* | i40e: use register for XL722 control register read/writePaul M Stillwell Jr2017-03-291-2/+6
* | i40e: Clean up handling of private flagsAlexander Duyck2017-03-292-85/+112
* | i40e: initialize params before notifying of l2_param_changesJacob Keller2017-03-271-0/+2
* | i40e: Drop FCoE code that always evaluates to false or 0Alexander Duyck2017-03-273-18/+3
* | i40e: Drop FCoE code from core driver filesAlexander Duyck2017-03-2711-589/+2
* | i40e/i40evf: Clean-up process_skb_fieldsAlexander Duyck2017-03-271-5/+3
* | i40e: removed no longer needed delaysBimmy Pujari2017-03-271-2/+0
* | i40e: Fixed race conditions in VF resetRobert Konklewski2017-03-271-8/+35
* | i40e/i40evf: Fix use after free in Rx cleanup pathAlexander Duyck2017-03-271-0/+1
* | i40e: fix configuration of RSS table with DCBHarshitha Ramamurthy2017-03-271-5/+10
* | i40e/i40evf: Update code to better handle incrementing page countAlexander Duyck2017-03-272-8/+24
* | i40e: make use of hlist_for_each_entry_continueJacob Keller2017-03-231-11/+4
* | i40e: add support for SCTPv4 FDir filtersJacob Keller2017-03-234-0/+93
OpenPOWER on IntegriCloud