aboutsummaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2021-06-17mt76: mt7915: rework tx rate reportingFelix Fietkau3-84/+61
2021-06-17mt76: dma: use ieee80211_tx_status_ext to free packets when tx failsFelix Fietkau1-6/+12
2021-06-17mt76: improve tx status codepathFelix Fietkau2-27/+55
2021-06-17mt76: intialize tx queue entry wcid to 0xffff by defaultFelix Fietkau3-0/+3
2021-06-17mt76: mt7603: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: avoid use of ieee80211_tx_info_clear_statusFelix Fietkau1-1/+1
2021-06-17mt76: mt7615: fix fixed-rate tx status reportingFelix Fietkau1-6/+4
2021-06-17mt76: mt7915: move mt7915_queue_rx_skb to mac.cFelix Fietkau3-41/+39
2021-06-17mt76: mt7915: disable ASPMFelix Fietkau1-0/+2
2021-06-17mt76: mt7915: add MSI supportFelix Fietkau3-8/+39
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-17soc: ixp4xx: move cpu detection to linux/soc/ixp4xx/cpu.hArnd Bergmann3-2/+3
2021-06-16net/mlx5: Reset mkey index on creationAya Levin1-1/+1
2021-06-16net/mlx5e: Don't create devices during unload flowDmytro Linkin1-0/+4
2021-06-16net/mlx5: DR, Fix STEv1 incorrect L3 decapsulation paddingAlex Vesker1-10/+16
2021-06-16net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-16net/mlx5: E-Switch, Allow setting GUID for host PF vportParav Pandit1-2/+0
2021-06-16net/mlx5: E-Switch, Read PF mac addressParav Pandit1-0/+6
2021-06-16net/mlx5: Check that driver was probed prior attaching the deviceLeon Romanovsky1-0/+15
2021-06-16net/mlx5: Fix error path for set HCA defaultsLeon Romanovsky1-1/+2
2021-06-16r8169: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16sh_eth: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16r8152: Avoid memcpy() over-reading of ETH_SS_STATSKees Cook1-1/+1
2021-06-16Merge tag 'wireless-drivers-next-2021-06-16' of git://git.kernel.org/pub/scm/...David S. Miller80-435/+1328
2021-06-16net: marvell: prestera: Add matchall supportSerhiy Boiko10-1/+367
2021-06-16net: marvell: Implement TC flower offloadSerhiy Boiko11-2/+1404
2021-06-16mlxsw: spectrum_router: remove redundant continue statementColin Ian King1-1/+0
2021-06-16Merge tag 'linux-can-fixes-for-5.13-20210616' of git://git.kernel.org/pub/scm...David S. Miller1-2/+15
2021-06-16nfp: flower-ct: implement action_merge checkLouis Peens1-0/+119
2021-06-16nfp: flower-ct: fill ct metadata check functionLouis Peens1-5/+32
2021-06-16nfp: flower-ct: fill in ct merge check functionLouis Peens2-0/+190
2021-06-16nfp: flower-ct: implement code to save merge of tc and nft flowsLouis Peens1-0/+187
2021-06-16nfp: flower-ct: add nft_merge tableLouis Peens3-0/+49
2021-06-16nfp: flower-ct: make a full copy of the rule when it is a NFT flowYinjun Zhang1-12/+46
2021-06-16nfp: flower-ct: add nft flows to nft listLouis Peens3-1/+77
2021-06-16nfp: flower-ct: add nft callback stubsLouis Peens2-1/+73
2021-06-16nfp: flower-ct: add delete flow handling for ctLouis Peens3-4/+49
2021-06-16net: fec_ptp: fix issue caused by refactor the fec_devtypeJoakim Zhang1-3/+1
2021-06-16net: fec_ptp: add clock rate zero checkFugang Duan1-0/+4
2021-06-16net: usb: fix possible use-after-free in smsc75xx_bindDongliang Mu1-4/+6
2021-06-16net: phy: replace if-else statements with switchWeihang Li1-4/+9
2021-06-16net: phy: remove unnecessary line continuationWenpeng Liang2-6/+6
2021-06-16net: phy: print the function name by __func__ instead of an fixed stringWenpeng Liang1-2/+2