aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds8-10/+34
2021-07-06ixgbevf: use xso.real_dev instead of xso.dev in callback functions of struct xfrmdev_opsTaehee Yoo1-7/+13
2021-07-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-149/+0
2021-07-01igb: Fix position of assignment to *ringJedrzej Jagielski1-1/+2
2021-07-01igb: Check if num of q_vectors is smaller than max before array accessAleksandr Loktionov1-1/+8
2021-07-01iavf: Fix an error handling path in 'iavf_probe()'Christophe JAILLET1-0/+1
2021-07-01e1000e: Fix an error handling path in 'e1000_probe()'Christophe JAILLET1-0/+1
2021-07-01fm10k: Fix an error handling path in 'fm10k_probe()'Christophe JAILLET1-0/+1
2021-07-01igb: Fix an error handling path in 'igb_probe()'Christophe JAILLET1-0/+1
2021-07-01igc: Fix an error handling path in 'igc_probe()'Christophe JAILLET1-0/+1
2021-07-01ixgbe: Fix an error handling path in 'ixgbe_probe()'Christophe JAILLET1-0/+1
2021-07-01igc: change default return of igc_read_phy_reg()Tom Rix1-1/+1
2021-07-01igb: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-07-01igc: Fix use-after-free error during resetVinicius Costa Gomes1-0/+2
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-19/+33
2021-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller9-27/+3
2021-06-25ice: Fix a memory leak in an error handling path in 'ice_pf_dcb_cfg()'Christophe JAILLET1-2/+4
2021-06-25ice: remove unnecessary VSI assignmentTony Nguyen1-1/+0
2021-06-25ice: remove the VSI info from previous aggVictor Raj1-2/+22
2021-06-25ice: add support for auxiliary input/output pinsMaciej Machnikowski4-0/+366
2021-06-25ice: add tracepointsJesse Brandeburg3-0/+249
2021-06-24e1000e: Check the PCIm stateSasha Neftin1-11/+13