aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-20ixgbe: Fix packet corruption due to missing DMA syncMarkus Boehme1-1/+2
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
2021-06-24i40e: Fix missing rtnl locking when setting up pf switchJan Sokolowski1-4/+11
2021-06-24i40e: fix PTP on 5Gb linksJesse Brandeburg1-2/+6
2021-06-24intel: Remove rcu_read_lock() around XDP program invocationToke Høiland-Jørgensen9-27/+3
2021-06-24i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski1-2/+1
2021-06-24i40e: Fix error handling in i40e_vsi_openDinghao Liu1-0/+2
2021-06-22Merge tag 'v5.13-rc7' into rdma.git for-nextJason Gunthorpe18-137/+170
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+25
2021-06-18iavf: clean up packet type lookup tableJesse Brandeburg2-119/+6
2021-06-18i40e: clean up packet type lookup tableJesse Brandeburg2-119/+6
2021-06-18ice: report hash type such as L2/L3/L4Jesse Brandeburg5-126/+50
2021-06-17ice: remove redundant continue statement in a for-loopColin Ian King1-6/+4
2021-06-17net: ice: ptp: fix compilation warning if PTP_1588_CLOCK is disabledLorenzo Bianconi1-1/+1
2021-06-17ice: remove unnecessary NULL checks before ptp_read_system_*Jacob Keller1-8/+4
2021-06-17ice: Remove the repeated declarationShaokun Zhang1-1/+0
2021-06-17ice: remove local variablePaul M Stillwell Jr1-2/+1
2021-06-17ice: reduce scope of variablesPaul M Stillwell Jr2-6/+6
2021-06-17ice: mark PTYPE 2 as reservedJacob Keller1-1/+1
2021-06-17ice: fix incorrect payload indicator on PTYPEJacob Keller1-1/+1
2021-06-11ice: enable transmit timestamps for E810 devicesJacob Keller9-4/+518
2021-06-11ice: enable receive hardware timestampingJacob Keller9-6/+410
2021-06-11ice: report the PTP clock index in ethtool .get_ts_infoJacob Keller3-1/+155
2021-06-11ice: register 1588 PTP clock device object for E810 devicesJacob Keller8-0/+513