summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+11
2017-06-14i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-12i40e: fix handling of HW ATR evictionJacob Keller4-7/+9
2017-06-08net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko1-1/+2
2017-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+20
2017-06-06i40e/i40evf: proper update of the page_offset fieldBjörn Töpel1-1/+2
2017-06-06i40e: Fix state flags for bit set and clean operations of PFMauro S. M. Rodrigues1-18/+18
2017-06-01i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1
2017-06-01virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-8/+10
2017-06-01i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-8/+4
2017-06-01i40e/virtchnl: refactor code for validate checksJesse Brandeburg1-16/+20
2017-06-01virtchnl: convert to new macrosJesse Brandeburg2-6/+3
2017-06-01virtchnl: move some code to core driverJesse Brandeburg1-12/+18
2017-06-01virtchnl: rename i40e to generic virtchnlJesse Brandeburg4-191/+191
2017-06-01i40e: use new unified virtchnl header fileJesse Brandeburg4-452/+3
2017-05-31i40e: Check for memory allocation failureChristophe Jaillet1-0/+2
2017-05-31i40e: check for Tx timestamp timeouts during watchdogJacob Keller4-0/+34
2017-05-31i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller3-4/+4
2017-05-31i40e: add statistic indicating number of skipped Tx timestampsJacob Keller3-0/+3
2017-05-31i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller1-6/+20
2017-05-31i40e: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller1-3/+11
2017-05-21net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar1-0/+1
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