summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-17intel: Update drivers to use ethtool_sprintfAlexander Duyck4-101/+50
2021-03-17Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller3-12/+22
2021-03-17Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller1-2/+10
2021-03-16e1000e: Remove the runtime suspend restriction on CNP+Chen Yu1-1/+1
2021-03-16e1000e: 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-10net: add a helper to avoid issues with HW TX timestamping and SO_TXTIMEVladimir Oltean2-2/+2
2021-03-05net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-04ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-04ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2-0/+10
2021-02-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski4-13/+64
2021-02-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-54/+39
2021-02-22ice: update the number of available RSS queuesHenry Tieman1-8/+19
2021-02-22ice: Fix state bits on LLDP mode switchDave Ertman3-2/+11