summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-2517-101/+156
|\
| * igb: check timestamp validityJesse Brandeburg2021-03-193-14/+32
| * igb: Fix duplicate include guardTom Seewald2021-03-191-3/+3
| * e1000e: Fix duplicate include guardTom Seewald2021-03-191-3/+3
| * igb: avoid premature Rx buffer reuseLi RongQing2021-03-121-7/+15
| * ixgbe: move headroom initialization to ixgbe_configure_rx_ringMaciej Fijalkowski2021-03-121-1/+2
| * ice: move headroom initialization to ice_setup_rx_ctxMaciej Fijalkowski2021-03-122-17/+18
| * i40e: move headroom initialization to i40e_configure_rx_ringMaciej Fijalkowski2021-03-122-12/+13
| * ice: fix napi work done reporting in xsk pathMagnus Karlsson2021-03-122-7/+9
| * e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu2021-03-111-0/+2
| * e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits2021-03-111-1/+5
| * igc: Fix igc_ptp_rx_pktstamp()Andre Guedes2021-03-112-33/+41
| * igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli2021-03-111-0/+3
| * igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli2021-03-111-3/+1
| * igc: reinit_locked() should be called with rtnl_lockSasha Neftin2021-03-111-0/+9
* | e1000: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* | ixgbevf: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* | igb: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-233-0/+3
* | ixgbe: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-234-0/+5
* | fm10k: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+2
* | ice: Fix fall-through warnings for ClangGustavo A. R. Silva2021-03-231-0/+1
* | intel: clean up mismatched header commentsJesse Brandeburg2021-03-2329-53/+61
* | e1000e: Fix prototype warningSasha Neftin2021-03-234-7/+7
* | igc: Fix prototype warningSasha Neftin2021-03-231-1/+1
* | ice: Fix prototype warningsTony Nguyen2021-03-236-8/+8
* | iavf: Enable flex-bytes supportHaiyue Wang2021-03-223-2/+327
* | iavf: Support Ethernet Type Flow Director filtersHaiyue Wang2021-03-223-1/+42
* | iavf: Support IPv6 Flow Director filtersHaiyue Wang2021-03-223-0/+246
* | iavf: Support IPv4 Flow Director filtersHaiyue Wang2021-03-225-1/+881
* | iavf: Add framework to enable ethtool ntuple filtersHaiyue Wang2021-03-224-1/+257
* | ice: Check FDIR program status for AVFQi Zhang2021-03-227-16/+541
* | ice: Add more FDIR filter type for AVFQi Zhang2021-03-224-18/+545
* | ice: Add GTPU FDIR filter for AVFQi Zhang2021-03-224-0/+218
* | ice: Add non-IP Layer2 protocol FDIR filter for AVFQi Zhang2021-03-226-4/+73
* | ice: Add new actions support for VF FDIRQi Zhang2021-03-223-1/+25
* | ice: Add FDIR pattern action parser for VFQi Zhang2021-03-221-2/+345
* | ice: Enable FDIR Configure for AVFQi Zhang2021-03-229-6/+1094
* | ice: Add support for per VF ctrl VSI enablingQi Zhang2021-03-225-11/+129
* | ice: Enhanced IPv4 and IPv6 flow filterQi Zhang2021-03-222-5/+53
* | ice: Support to separate GTP-U uplink and downlinkQi Zhang2021-03-224-15/+241
* | ice: Add more advanced protocol support in flow filterQi Zhang2021-03-223-6/+397
* | ice: Support non word aligned input set fieldQi Zhang2021-03-228-36/+623
* | ice: Add more basic protocol support for flow filterQi Zhang2021-03-225-6/+220
* | e1000e: Mark e1000e_pm_prepare() as __maybe_unusedWei Yongjun2021-03-191-1/+1
* | igc: Assign boolean values to a bool variableJiapeng Zhong2021-03-191-8/+8
* | igc: Remove unused MII_CR_LOOPBACKSasha Neftin2021-03-191-1/+0
* | igc: Remove unused MII_CR_SPEEDSasha Neftin2021-03-191-3/+0
* | igc: Remove unused MII_CR_RESETSasha Neftin2021-03-191-1/+0
* | intel: Update drivers to use ethtool_sprintfAlexander Duyck2021-03-174-101/+50
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2021-03-163-12/+22
|\ \