summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues
2017-04-30i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller
2017-04-30i40e: use DECLARE_BITMAP for state fieldsJacob Keller
2017-04-30i40e: separate PF and VSI state flagsJacob Keller
2017-04-30i40e: remove unnecessary msleep() delay in i40e_free_vfsJacob Keller
2017-04-30i40e: amortize wait time when disabling lots of VFsJacob Keller
2017-04-30i40e: Reprogram port offloads after resetAlexander Duyck
2017-04-30i40e: rename index to port to avoid confusionJacob Keller
2017-04-30i40e: make use of i40e_reset_all_vfs when initializing new VFsJacob Keller
2017-04-30i40e: properly spell I40E_VF_STATE_* flagsJacob Keller
2017-04-19i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller
2017-04-19i40e: reset all VFs in parallel when rebuilding PFJacob Keller
2017-04-19i40e: split some code in i40e_reset_vf into helpersJacob Keller
2017-04-19i40e: reduce wait time for adminq command completionJacob Keller
2017-04-19i40e: fix CONFIG_BUSY checks in i40e_set_settings functionJacob Keller
2017-04-19i40e: factor out queue control from i40e_vsi_control_(tx|rx)Jacob Keller
2017-04-19i40e: don't hold RTNL lock while waiting for VF reset to finishJacob Keller
2017-04-19i40e: new AQ commandsJingjing Wu
2017-04-19i40e/i40evf: Add tracepointsScott Peterson
2017-04-19i40e: dump VF information in debugfsMitch Williams
2017-04-19i40e: Fix support for flow director programming statusAlexander Duyck
2017-04-08i40e/i40evf: Use build_skb to build framesAlexander Duyck
2017-04-08i40e/i40evf: Add support for padding start of framesAlexander Duyck
2017-04-08i40e/i40evf: Add support for using order 1 pages with a 3K bufferAlexander Duyck
2017-04-08i40e: clean up historic deprecated flag definitionsJacob Keller
2017-04-08i40e: remove I40E_FLAG_NEED_LINK_UPDATEAlice Michael
2017-04-08i40e: remove extraneous loop in i40e_vsi_wait_queues_disabledJacob Keller
2017-04-08i40e: allow look-up of MAC address from Open Firmware or IDPROMJacob Keller
2017-04-08i40e: Simplify i40e_detect_recover_hung_queue logicAlan Brady
2017-04-08i40e: Decrease the scope of rtnl lockMaciej Sosin
2017-04-08i40e: Swap use of pf->flags and pf->hw_disabled_flags for ATR EvictionAlexander Duyck
2017-04-08i40e: update error message when trying to add invalid filtersJacob Keller
2017-04-08i40e: only register client on iWarp-capable devicesMitch Williams
2017-04-06i40e: close client on remove and shutdownMitch Williams
2017-04-06i40e: register existing client on probeMitch Williams
2017-04-06i40e: remove client instance on driver unloadMitch Williams
2017-04-06i40e/i40evf: Add capability exchange for outer checksumPreethi Banala
2017-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-03-29i40e: fix for queue timing delaysWyborny, Carolyn
2017-03-29i40e/i40evf: Change the way we limit the maximum frame size for RxAlexander Duyck
2017-03-29i40e/i40evf: Add legacy-rx private flag to allow fallback to old Rx flowAlexander Duyck
2017-03-29i40e/i40evf: Break i40e_fetch_rx_buffer up to allow for reuse of frag codeAlexander Duyck
2017-03-29i40e/i40evf: Pull out code for cleaning up Rx buffersAlexander Duyck
2017-03-29i40e/i40evf: Pull code for grabbing and syncing rx_buffer from fetch_bufferAlexander Duyck
2017-03-29i40e/i40evf: Use length to determine if descriptor is doneAlexander Duyck
2017-03-29i40e: remove FDIR_REQUIRES_REINIT driver flagJacob Keller
2017-03-29i40e: remove a useless goto statementJacob Keller