summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* 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 'net-6.3-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-03-3044-229/+329
|\ \
| * | net: ethernet: mtk_eth_soc: add missing ppe cache flush when deleting a flowFelix Fietkau2023-03-301-0/+1
| * | net: ethernet: mtk_eth_soc: fix L2 offloading with DSA untag offloadFelix Fietkau2023-03-302-4/+7
| * | net: ethernet: mtk_eth_soc: fix flow block refcounting logicFelix Fietkau2023-03-301-1/+2
| * | net: mvneta: fix potential double-frees in mvneta_txq_sw_deinit()Russell King (Oracle)2023-03-301-0/+2
| * | net: dsa: mv88e6xxx: Enable IGMP snooping on user ports onlySteffen Bätz2023-03-301-2/+7
| * | xen/netback: use same error messages for same errorsJuergen Gross2023-03-301-4/+2
| * | bnxt_en: Add missing 200G link speed reportingMichael Chan2023-03-292-0/+3
| * | bnxt_en: Fix typo in PCI id to device description string mappingKalesh AP2023-03-291-4/+4
| * | bnxt_en: Fix reporting of test result in ethtool selftestKalesh AP2023-03-291-0/+1
| * | i40e: fix registers dump after run ethtool adapter self testRadoslaw Tyl2023-03-292-6/+7
| * | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski2023-03-295-8/+102
| |\ \
| | * | ice: fix invalid check for empty list in ice_sched_assoc_vsi_to_agg()Jakob Koschel2023-03-281-3/+5
| | * | ice: add profile conflict check for AVF FDIRJunfeng Guo2023-03-281-0/+73
| | * | ice: Fix ice_cfg_rdma_fltr() to only update relevant fieldsBrett Creeley2023-03-281-4/+22
| | * | ice: fix W=1 headers mismatchJesse Brandeburg2023-03-282-1/+2
| * | | Merge tag 'ieee802154-for-net-2023-03-29' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski2023-03-291-2/+1
| |\ \ \
| | * | | ca8210: Fix unsigned mac_len comparison with zero in ca8210_skb_tx()Harshit Mogalapalli2023-03-161-2/+1
| * | | | bnx2x: use the right build_skb() helperJakub Kicinski2023-03-291-2/+14
| * | | | net: ipa: compute DMA pool size properlyAlex Elder2023-03-291-1/+1
| * | | | net: wwan: iosm: fixes 7560 modem crashM Chetan Kumar2023-03-291-0/+7
| * | | | net: ethernet: mtk_eth_soc: fix tx throughput regression with direct 1G linksFelix Fietkau2023-03-281-2/+0
| | |/ / | |/| |
| * | | xen/netback: remove not needed test in xenvif_tx_build_gops()Juergen Gross2023-03-281-4/+0
| * | | xen/netback: don't do grant copy across page boundaryJuergen Gross2023-03-282-3/+24
| * | | smsc911x: avoid PHY being resumed when interface is not upWolfram Sang2023-03-281-2/+5
| * | | net: mvpp2: parser fix PPPoESven Auhagen2023-03-281-48/+34
| * | | net: mvpp2: parser fix QinQSven Auhagen2023-03-281-2/+2