summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-03-23fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23ice: Fix fall-through warnings for ClangGustavo A. R. Silva
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg
2021-03-23e1000e: Fix prototype warningSasha Neftin
2021-03-23igc: Fix prototype warningSasha Neftin
2021-03-23ice: Fix prototype warningsTony Nguyen
2021-03-22iavf: Enable flex-bytes supportHaiyue Wang
2021-03-22iavf: Support Ethernet Type Flow Director filtersHaiyue Wang
2021-03-22iavf: Support IPv6 Flow Director filtersHaiyue Wang
2021-03-22iavf: Support IPv4 Flow Director filtersHaiyue Wang
2021-03-22iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang
2021-03-22ice: Check FDIR program status for AVFQi Zhang
2021-03-22ice: Add more FDIR filter type for AVFQi Zhang
2021-03-22ice: Add GTPU FDIR filter for AVFQi Zhang
2021-03-22ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang
2021-03-22ice: Add new actions support for VF FDIRQi Zhang
2021-03-22ice: Add FDIR pattern action parser for VFQi Zhang
2021-03-22ice: Enable FDIR Configure for AVFQi Zhang
2021-03-22ice: Add support for per VF ctrl VSI enablingQi Zhang
2021-03-22ice: Enhanced IPv4 and IPv6 flow filterQi Zhang
2021-03-22ice: Support to separate GTP-U uplink and downlinkQi Zhang
2021-03-22ice: Add more advanced protocol support in flow filterQi Zhang
2021-03-22ice: Support non word aligned input set fieldQi Zhang
2021-03-22ice: Add more basic protocol support for flow filterQi Zhang
2021-03-19e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun
2021-03-19igc: Assign boolean values to a bool variableJiapeng Zhong
2021-03-19igc: Remove unused MII_CR_LOOPBACKSasha Neftin
2021-03-19igc: Remove unused MII_CR_SPEEDSasha Neftin
2021-03-19igc: Remove unused MII_CR_RESETSasha Neftin
2021-03-19igb: check timestamp validityJesse Brandeburg
2021-03-19igb: Fix duplicate include guardTom Seewald
2021-03-19e1000e: Fix duplicate include guardTom Seewald
2021-03-18bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck
2021-03-16Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller
2021-03-16Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2021-03-15e1000e: Remove the runtime suspend restriction on CNP+Chen Yu
2021-03-15e1000e: Leverage direct_complete to speed up s2ramChen Yu
2021-03-15net: ethernet: intel: igb: Typo fix in the file igb_main.cBhaskar Chowdhury
2021-03-15ice: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-15ixgbe: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-03-12igb: avoid premature Rx buffer reuseLi RongQing
2021-03-12ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski
2021-03-12ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski
2021-03-12i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski
2021-03-12ice: fix napi work done reporting in xsk pathMagnus Karlsson
2021-03-11e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu
2021-03-11e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits
2021-03-11igc: Fix igc_ptp_rx_pktstamp()Andre Guedes