summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e
Commit message (Expand)AuthorAgeFilesLines
* i40e: don't hold RTNL lock for the entire resetJacob Keller2017-06-211-20/+7Star
* i40e: Handle PE_CRITERR properly with IWARP enabledCatherine Sullivan2017-06-211-2/+2
* i40e: clear only cause_ena bitShannon Nelson2017-06-211-2/+12
* i40e: fix disabling overflow promiscuous modeAlan Brady2017-06-211-3/+2Star
* i40e: Add support for OEM firmware versionFilip Sadowski2017-06-212-14/+81
* i40e: genericize the partition bandwidth controlShannon Nelson2017-06-212-28/+26Star
* i40e: Add message for unsupported MFP modeCarolyn Wyborny2017-06-211-0/+6
* i40e: Support firmware CEE DCB UP to TC map re-definitionGreg Bowers2017-06-211-4/+7
* i40e: Fix potential out of bound array accessSudheer Mogilappagari2017-06-211-1/+3
* i40e: comment that udp_port must be in host byte orderJacob Keller2017-06-211-1/+5
* i40e: use dev_dbg instead of dev_info when warning about missing routineJacob Keller2017-06-211-3/+3
* i40e/i40evf: update WOL and I40E_AQC_ADDR_VALID_MASK flagsAlice Michael2017-06-211-2/+2
* i40e: add support for XDP_TX actionBjörn Töpel2017-06-215-87/+384
* i40e: add XDP support for pass and drop actionsBjörn Töpel2017-06-214-31/+194
* networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-155-7/+11
|\
| * i40e: Fix a sleep-in-atomic bugJia-Ju Bai2017-06-151-0/+2
| * i40e: fix handling of HW ATR evictionJacob Keller2017-06-134-7/+9
* | net: propagate tc filter chain index down the ndo_setup_tc callJiri Pirko2017-06-081-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-072-19/+20
|\|
| * 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/virtchnl: move function to virtchnlJesse Brandeburg2017-06-011-149/+1Star
* | virtchnl: finish conversion to virtchnl interfaceJesse Brandeburg2017-06-011-8/+10
* | i40evf/virtchnl: whitespace cleanupsJesse Brandeburg2017-06-011-8/+4Star
* | i40e/virtchnl: refactor code for validate checksJesse Brandeburg2017-06-011-16/+20
* | virtchnl: convert to new macrosJesse Brandeburg2017-06-012-6/+3Star
* | virtchnl: move some code to core driverJesse Brandeburg2017-06-011-12/+18
* | virtchnl: rename i40e to generic virtchnlJesse Brandeburg2017-06-014-191/+191
* | i40e: use new unified virtchnl header fileJesse Brandeburg2017-06-014-452/+3Star
* | i40e: Check for memory allocation failureChristophe Jaillet2017-05-311-0/+2
* | i40e: check for Tx timestamp timeouts during watchdogJacob Keller2017-05-314-0/+34
* | i40e: use pf data structure directly in i40e_ptp_rx_hangJacob Keller2017-05-313-4/+4
* | i40e: add statistic indicating number of skipped Tx timestampsJacob Keller2017-05-313-0/+3
* | i40e: avoid permanent lock of *_PTP_TX_IN_PROGRESSJacob Keller2017-05-311-6/+20
* | i40e: fix race condition with PTP_TX_IN_PROGRESS bitsJacob Keller2017-05-311-3/+11
* | net: ethernet: update drivers to handle HWTSTAMP_FILTER_NTP_ALLMiroslav Lichvar2017-05-211-0/+1
|/
* i40e: remove hw_disabled_flags in favor of using separate flag bitsJacob Keller2017-04-304-52/+38Star
* 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/+1Star
* 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-202-11/+7Star
* i40e: reset all VFs in parallel when rebuilding PFJacob Keller2017-04-204-6/+129
* i40e: split some code in i40e_reset_vf into helpersJacob Keller2017-04-201-37/+72
* i40e: reduce wait time for adminq command completionJacob Keller2017-04-202-3/+3