summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-141-0/+2
* i40e: fix handling of HW ATR evictionJacob Keller2017-06-124-7/+9
* i40e/i40evf: proper update of the page_offset fieldBjörn Töpel2017-06-061-1/+2
* i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues2017-06-061-18/+18
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38
* i40e: use DECLARE_BITMAP for state fieldsJacob Keller2017-04-308-171/+177
* i40e: separate PF and VSI state flagsJacob Keller2017-04-305-44/+50
* i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller2017-04-302-3/+1
* i40e: amortize wait time when disabling lots of VFsJacob Keller2017-04-301-2/+14
* i40e: Reprogram port offloads after resetAlexander Duyck2017-04-301-0/+20
* i40e: rename index to port to avoid confusionJacob Keller2017-04-302-6/+6
* i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller2017-04-302-3/+8
* i40e: properly spell I40E_VF_STATE_* flagsJacob Keller2017-04-304-58/+58
* i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2017-04-192-11/+7
* i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-194-6/+129
* 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
OpenPOWER on IntegriCloud