aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo11-24/+76
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-6/+53
2021-08-19iavf: Fix ping is lost after untrusted VF had tried to change MACSylwester Dziedziuch3-2/+47
2021-08-19i40e: Fix ATR queue selectionArkadiusz Kubalewski1-2/+1
2021-08-17ixgbe, xsk: clean up the resources in ixgbe_xsk_pool_enable error pathWang Hai1-1/+4
2021-08-17i40e: Fix spelling mistake "dissable" -> "disable"Colin Ian King1-1/+1
2021-08-17iavf: use mutexes for locking of critical sectionsStefan Assmann3-63/+56
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann1-6/+6
2021-08-13ice: Fix perout start time roundingMaciej Machnikowski1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-13/+36
2021-08-09iavf: Set RSS LUT and key in reset handle pathMd Fahad Iqbal Polash1-5/+8
2021-08-09ice: don't remove netdev->dev_addr from uc sync listBrett Creeley1-8/+15
2021-08-09ice: Stop processing VF messages during teardownAnirudh Venkataramanan2-0/+8
2021-08-09ice: Prevent probing virtual functionsAnirudh Venkataramanan1-0/+5
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-2/+2
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-25/+94
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann9-11/+11
2021-07-23e100: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+2
2021-07-23igb: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-2/+1
2021-07-23igb: Add counter to i21x doublecheckGrzegorz Siwik1-1/+5
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2021-07-23i40e: Fix log TC creation failure when max num of queues is exceededJedrzej Jagielski1-0/+2
2021-07-23i40e: Fix queue-to-TC mapping on TxJedrzej Jagielski3-0/+53
2021-07-23i40e: Add additional info to PHY type errorLukasz Cieplicki1-1/+1
2021-07-23i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski1-0/+4
2021-07-23i40e: Fix logic of disabling queuesArkadiusz Kubalewski1-24/+34
2021-07-21i40e: add support for PTP external synchronization clockPiotr Kwapulinski4-20/+871
2021-07-20ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
2021-07-20igc: Increase timeout value for Speed 100/1000/2500Muhammad Husaini Zulkifli1-1/+3
2021-07-20igc: Set QBVCYCLET_S to 0 for TSN Basic SchedulingMuhammad Husaini Zulkifli1-1/+1
2021-07-20igc: Remove phy->type checkingSasha Neftin1-11/+4
2021-07-20igc: Remove _I_PHY_ID checkingSasha Neftin3-15/+4
2021-07-20igc: Check if num of q_vectors is smaller than max before array accessSasha Neftin1-1/+8
2021-07-20net/e1000e: Fix spelling mistake "The" -> "This"Tree Davies1-1/+1
2021-07-20e1000e: Add space to the debug printSasha Neftin1-2/+4
2021-07-20e1000e: Add support for the next LOM generationSasha Neftin2-0/+8
2021-07-20e1000e: Add support for Lunar LakeSasha Neftin5-0/+21
2021-07-20e1000e: Additional PHY power saving in S0ixSasha Neftin1-0/+6
2021-07-20e1000e: Add polling mechanism to indicate CSME DPG exitSasha Neftin3-0/+26
2021-07-20e1000e: Add handshake with the CSME to support S0ixSasha Neftin2-154/+176
2021-07-20Merge branch 's390-next'David S. Miller2-11/+70
2021-07-20Revert "igc: Export LEDs"Kurt Kanzenbach5-155/+0
2021-07-19iavf: fix locking of critical sectionsStefan Assmann1-7/+50
2021-07-19iavf: do not override the adapter state in the watchdog taskStefan Assmann1-1/+0
2021-07-19i40e: improve locking of mac_filter_hashStefan Assmann1-3/+20
2021-07-16igc: Export LEDsKurt Kanzenbach5-0/+155
2021-07-16igc: Make flex filter more flexibleKurt Kanzenbach3-20/+22
2021-07-16igc: Allow for Flex Filters to be installedVinicius Costa Gomes1-6/+0
2021-07-16igc: Integrate flex filter into ethtool opsKurt Kanzenbach4-10/+228
2021-07-16igc: Add possibility to add flex filterKurt Kanzenbach4-5/+207