summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2017-08-02i40e: Initialize 64-bit statistics TX ring seqcountFlorian Fainelli1-0/+2
2017-06-21i40e: don't hold RTNL lock for the entire resetJacob Keller1-20/+7
2017-06-21i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan1-2/+2
2017-06-21i40e: clear only cause_ena bitShannon Nelson1-2/+12
2017-06-21i40e: fix disabling overflow promiscuous modeAlan Brady1-3/+2
2017-06-21i40e: Add support for OEM firmware versionFilip Sadowski2-14/+81
2017-06-21i40e: genericize the partition bandwidth controlShannon Nelson2-28/+26
2017-06-21i40e: Add message for unsupported MFP modeCarolyn Wyborny1-0/+6
2017-06-21i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers1-4/+7
2017-06-21i40e: Fix potential out of bound array accessSudheer Mogilappagari1-1/+3
2017-06-21i40e: comment that udp_port must be in host byte orderJacob Keller1-1/+5
2017-06-21i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller1-3/+3
2017-06-21i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael1-2/+2
2017-06-21i40e: add support for XDP_TX actionBjörn Töpel5-87/+384
2017-06-21i40e: add XDP support for pass and drop actionsBjörn Töpel4-31/+194
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-7/+11
2017-06-15i40e: Fix a sleep-in-atomic bugJia-Ju Bai1-0/+2
2017-06-13i40e: 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-07Merge 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-02i40e/virtchnl: move function to virtchnlJesse Brandeburg1-149/+1
2017-06-02virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg1-8/+10
2017-06-02i40evf/virtchnl: whitespace cleanupsJesse Brandeburg1-8/+4
2017-06-02i40e/virtchnl: refactor code for validate checksJesse Brandeburg1-16/+20
2017-06-02virtchnl: convert to new macrosJesse Brandeburg2-6/+3
2017-06-02virtchnl: move some code to core driverJesse Brandeburg1-12/+18
2017-06-02virtchnl: rename i40e to generic virtchnlJesse Brandeburg4-191/+191
2017-06-02i40e: 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-20i40e: use i40e_stop_rings_no_wait to implement PORT_SUSPENDED stateJacob Keller2-11/+7
2017-04-20i40e: reset all VFs in parallel when rebuilding PFJacob Keller4-6/+129
2017-04-20i40e: split some code in i40e_reset_vf into helpersJacob Keller1-37/+72