summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-101/+156
2021-03-23e1000: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23igb: Fix fall-through warnings for ClangGustavo A. R. Silva3-0/+3
2021-03-23ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva4-0/+5
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+2
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg29-53/+61
2021-03-23e1000e: Fix prototype warningSasha Neftin4-7/+7
2021-03-23igc: Fix prototype warningSasha Neftin1-1/+1
2021-03-23ice: Fix prototype warningsTony Nguyen6-8/+8
2021-03-22iavf: Enable flex-bytes supportHaiyue Wang3-2/+327
2021-03-22iavf: Support Ethernet Type Flow Director filtersHaiyue Wang3-1/+42
2021-03-22iavf: Support IPv6 Flow Director filtersHaiyue Wang3-0/+246
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang5-1/+881
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang4-1/+257
2021-03-22ice: Check FDIR program status for AVFQi Zhang7-16/+541
2021-03-22ice: Add more FDIR filter type for AVFQi Zhang4-18/+545
2021-03-22ice: Add GTPU FDIR filter for AVFQi Zhang4-0/+218
2021-03-22ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang6-4/+73
2021-03-22ice: Add new actions support for VF FDIRQi Zhang3-1/+25
2021-03-22ice: Add FDIR pattern action parser for VFQi Zhang1-2/+345
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang9-6/+1094
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang5-11/+129
2021-03-22ice: Enhanced IPv4 and IPv6 flow filterQi Zhang2-5/+53
2021-03-22ice: Support to separate GTP-U uplink and downlinkQi Zhang4-15/+241
2021-03-22ice: Add more advanced protocol support in flow filterQi Zhang3-6/+397
2021-03-22ice: Support non word aligned input set fieldQi Zhang8-36/+623
2021-03-22ice: Add more basic protocol support for flow filterQi Zhang5-6/+220
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun1-1/+1
2021-03-19igc: Assign boolean values to a bool variableJiapeng Zhong1-8/+8
2021-03-19igc: Remove unused MII_CR_LOOPBACKSasha Neftin1-1/+0
2021-03-19igc: Remove unused MII_CR_SPEEDSasha Neftin1-3/+0
2021-03-19igc: Remove unused MII_CR_RESETSasha Neftin1-1/+0
2021-03-19igb: check timestamp validityJesse Brandeburg3-14/+32
2021-03-19igb: Fix duplicate include guardTom Seewald1-3/+3
2021-03-19e1000e: Fix duplicate include guardTom Seewald1-3/+3
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck4-101/+50
2021-03-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-12/+22
2021-03-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-2/+10
2021-03-15e1000e: Remove the runtime suspend restriction on CNP+Chen Yu1-1/+1
2021-03-15e1000e: Leverage direct_complete to speed up s2ramChen Yu1-1/+9
2021-03-15net: ethernet: intel: igb: Typo fix in the file igb_main.cBhaskar Chowdhury1-1/+1
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+8
2021-03-15ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing1-7/+15
2021-03-12ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski1-1/+2
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2-17/+18
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2-12/+13