summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: ti: am65-cpsw: Enable QSGMII for J784S4 CPSW9GSiddharth Vadapalli2023-04-071-0/+8
* net: ethernet: ti: am65-cpsw: Move mode specific config to mac_config()Siddharth Vadapalli2023-04-071-4/+18
* net: ethernet: mtk_eth_soc: mtk_ppe: prefer newly added l2 flowsFelix Fietkau2023-04-071-2/+12
* net: ethernet: mtk_eth_soc: add code for offloading flows from wlan devicesFelix Fietkau2023-04-073-14/+130
* Merge tag 'mlx5-updates-2023-04-05' of git://git.kernel.org/pub/scm/linux/ker...Jakub Kicinski2023-04-0621-574/+159
|\
| * net/mlx5e: Fix SQ SW state layout in SQ devlink health diagnosticsAdham Faris2023-04-051-9/+1
| * net/mlx5e: Fix RQ SW state layout in RQ devlink health diagnosticsAdham Faris2023-04-051-9/+1
| * net/mlx5e: Rename misleading skb_pc/cc references in ptp codeGal Pressman2023-04-051-11/+11
| * net/mlx5: Update cyclecounter shift value to improve ptp free running mode pr...Rahul Rameshbabu2023-04-051-1/+1
| * net/mlx5e: Remove redundant macsec codeEmeel Hakim2023-04-051-4/+1
| * net/mlx5e: TC, Remove sample and ct limitationPaul Blakey2023-04-052-26/+5
| * net/mlx5e: TC, Remove mirror and ct limitationPaul Blakey2023-04-051-13/+0
| * net/mlx5e: TC, Remove tuple rewrite and ct limitationPaul Blakey2023-04-051-109/+33
| * net/mlx5e: TC, Remove multiple ct actions limitationPaul Blakey2023-04-052-19/+0
| * net/mlx5e: TC, Remove special handling of CT actionPaul Blakey2023-04-055-213/+58
| * net/mlx5e: TC, Remove CT action reorderingPaul Blakey2023-04-053-47/+9
| * net/mlx5e: CT: Use per action statsPaul Blakey2023-04-053-3/+27
| * net/mlx5e: TC, Move main flow attribute cleanup to helper funcPaul Blakey2023-04-051-18/+9
| * net/mlx5e: TC, Remove unused vf_tun variablePaul Blakey2023-04-051-12/+3
| * net/mlx5e: Set default can_offload actionPaul Blakey2023-04-059-81/+1
* | net: sunhme: move asm includes to below linux includesSimon Horman2023-04-061-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-04-0688-419/+697
|\ \
| * \ Merge tag 'net-6.3-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2023-04-0628-141/+220
| |\ \
| | * | net: stmmac: check fwnode for phy device before scanning for phyMichael Sit Wei Hong2023-04-061-4/+11
| | * | net: stmmac: Add queue reset into stmmac_xdp_open() functionSong Yoong Siang2023-04-051-0/+2
| | * | net: fec: make use of MDIO C45 quirkGreg Ungerer2023-04-052-12/+25
| | * | Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski2023-04-0513-110/+97
| | |\ \
| | | * | wifi: mt76: ignore key disable commandsFelix Fietkau2023-04-038-96/+62
| | | * | wifi: ath11k: reduce the MHI timeout to 20sKalle Valo2023-04-031-1/+1
| | | * | wifi: mt76: mt7921: fix fw used for offload check for mt7922Lorenzo Bianconi2023-03-311-1/+1
| | | * | wifi: mt76: mt7921: Fix use-after-free in fw features query.Ben Greear2023-03-311-2/+5
| | | * | wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2023-03-312-10/+28
| | * | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-04-051-3/+20
| | |\ \ \
| | | * | | ice: Reset FDIR counter in FDIR init stageLingyu Liu2023-04-041-0/+16
| | | * | | ice: fix wrong fallback logic for FDIRSimei Su2023-04-041-3/+4
| | * | | | gve: Secure enough bytes in the first TX desc for all TCP pktsShailend Chand2023-04-042-7/+7
| | |/ / /
| | * | | net: stmmac: fix up RX flow hash indirection table when setting channelsCorinna Vinschen2023-04-041-1/+5
| | * | | net: ethernet: ti: am65-cpsw: Fix mdio cleanup in probeSiddharth Vadapalli2023-04-041-2/+4
| | * | | net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle2023-04-031-0/+4
| | * | | net: ethernet: mtk_eth_soc: fix remaining throughput regressionFelix Fietkau2023-04-021-0/+4
| | * | | net: dsa: mv88e6xxx: Reset mv88e6393x force WD event bitGustav Ekelund2023-04-023-1/+22
| | * | | Revert "net: netcp: MAX_SKB_FRAGS is now 'int'"Jakub Kicinski2023-03-311-1/+1
| | * | | net: wwan: t7xx: do not compile with -WerrorJiri Slaby (SUSE)2023-03-311-2/+0
| | * | | net: netcp: MAX_SKB_FRAGS is now 'int'Arnd Bergmann2023-03-311-1/+1
| | * | | net: stmmac: remove redundant fixup to support fixed-link modeMichael Sit Wei Hong2023-03-311-1/+0
| | * | | net: stmmac: check if MAC needs to attach to a PHYMichael Sit Wei Hong2023-03-311-1/+3
| | * | | net: phylink: add phylink_expects_phy() methodMichael Sit Wei Hong2023-03-311-0/+19
| * | | | Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-04-061-2/+14
| |\ \ \ \
| | * | | | iommufd: Do not corrupt the pfn list when doing batch carryJason Gunthorpe2023-04-041-1/+1
| | * | | | iommufd: Fix unpinning of pages when an access is presentJason Gunthorpe2023-04-041-1/+9