mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
![]() Core & protocols ---------------- - Wrap datapath globals into net_aligned_data, to avoid false sharing. - Preserve MSG_ZEROCOPY in forwarding (e.g. out of a container). - Add SO_INQ and SCM_INQ support to AF_UNIX. - Add SIOCINQ support to AF_VSOCK. - Add TCP_MAXSEG sockopt to MPTCP. - Add IPv6 force_forwarding sysctl to enable forwarding per interface. - Make TCP validation of whether packet fully fits in the receive window and the rcv_buf more strict. With increased use of HW aggregation a single "packet" can be multiple 100s of kB. - Add MSG_MORE flag to optimize large TCP transmissions via sockmap, improves latency up to 33% for sockmap users. - Convert TCP send queue handling from tasklet to BH workque. - Improve BPF iteration over TCP sockets to see each socket exactly once. - Remove obsolete and unused TCP RFC3517/RFC6675 loss recovery code. - Support enabling kernel threads for NAPI processing on per-NAPI instance basis rather than a whole device. Fully stop the kernel NAPI thread when threaded NAPI gets disabled. Previously thread would stick around until ifdown due to tricky synchronization. - Allow multicast routing to take effect on locally-generated packets. - Add output interface argument for End.X in segment routing. - MCTP: add support for gateway routing, improve bind() handling. - Don't require rtnl_lock when fetching an IPv6 neighbor over Netlink. - Add a new neighbor flag ("extern_valid"), which cedes refresh responsibilities to userspace. This is needed for EVPN multi-homing where a neighbor entry for a multi-homed host needs to be synced across all the VTEPs among which the host is multi-homed. - Support NUD_PERMANENT for proxy neighbor entries. - Add a new queuing discipline for IETF RFC9332 DualQ Coupled AQM. - Add sequence numbers to netconsole messages. Unregister netconsole's console when all net targets are removed. Code refactoring. Add a number of selftests. - Align IPSec inbound SA lookup to RFC 4301. Only SPI and protocol should be used for an inbound SA lookup. - Support inspecting ref_tracker state via DebugFS. - Don't force bonding advertisement frames tx to ~333 ms boundaries. Add broadcast_neighbor option to send ARP/ND on all bonded links. - Allow providing upcall pid for the 'execute' command in openvswitch. - Remove DCCP support from Netfilter's conntrack. - Disallow multiple packet duplications in the queuing layer. - Prevent use of deprecated iptables code on PREEMPT_RT. Driver API ---------- - Support RSS and hashing configuration over ethtool Netlink. - Add dedicated ethtool callbacks for getting and setting hashing fields. - Add support for power budget evaluation strategy in PSE / Power-over-Ethernet. Generate Netlink events for overcurrent etc. - Support DPLL phase offset monitoring across all device inputs. Support providing clock reference and SYNC over separate DPLL inputs. - Support traffic classes in devlink rate API for bandwidth management. - Remove rtnl_lock dependency from UDP tunnel port configuration. Device drivers -------------- - Add a new Broadcom driver for 800G Ethernet (bnge). - Add a standalone driver for Microchip ZL3073x DPLL. - Remove IBM's NETIUCV device driver. - Ethernet high-speed NICs: - Broadcom (bnxt): - support zero-copy Tx of DMABUF memory - take page size into account for page pool recycling rings - Intel (100G, ice, idpf): - idpf: XDP and AF_XDP support preparations - idpf: add flow steering - add link_down_events statistic - clean up the TSPLL code - preparations for live VM migration - nVidia/Mellanox: - support zero-copy Rx/Tx interfaces (DMABUF and io_uring) - optimize context memory usage for matchers - expose serial numbers in devlink info - support PCIe congestion metrics - Meta (fbnic): - add 25G, 50G, and 100G link modes to phylink - support dumping FW logs - Marvell/Cavium: - support for CN20K generation of the Octeon chips - Amazon: - add HW clock (without timestamping, just hypervisor time access) - Ethernet virtual: - VirtIO net: - support segmentation of UDP-tunnel-encapsulated packets - Google (gve): - support packet timestamping and clock synchronization - Microsoft vNIC: - add handler for device-originated servicing events - allow dynamic MSI-X vector allocation - support Tx bandwidth clamping - Ethernet NICs consumer, and embedded: - AMD: - amd-xgbe: hardware timestamping and PTP clock support - Broadcom integrated MACs (bcmgenet, bcmasp): - use napi_complete_done() return value to support NAPI polling - add support for re-starting auto-negotiation - Broadcom switches (b53): - support BCM5325 switches - add bcm63xx EPHY power control - Synopsys (stmmac): - lots of code refactoring and cleanups - TI: - icssg-prueth: read firmware-names from device tree - icssg: PRP offload support - Microchip: - lan78xx: convert to PHYLINK for improved PHY and MAC management - ksz: add KSZ8463 switch support - Intel: - support similar queue priority scheme in multi-queue and time-sensitive networking (taprio) - support packet pre-emption in both - RealTek (r8169): - enable EEE at 5Gbps on RTL8126 - Airoha: - add PPPoE offload support - MDIO bus controller for Airoha AN7583 - Ethernet PHYs: - support for the IPQ5018 internal GE PHY - micrel KSZ9477 switch-integrated PHYs: - add MDI/MDI-X control support - add RX error counters - add cable test support - add Signal Quality Indicator (SQI) reporting - dp83tg720: improve reset handling and reduce link recovery time - support bcm54811 (and its MII-Lite interface type) - air_en8811h: support resume/suspend - support PHY counters for QCA807x and QCA808x - support WoL for QCA807x - CAN drivers: - rcar_canfd: support for Transceiver Delay Compensation - kvaser: report FW versions via devlink dev info - WiFi: - extended regulatory info support (6 GHz) - add statistics and beacon monitor for Multi-Link Operation (MLO) - support S1G aggregation, improve S1G support - add Radio Measurement action fields - support per-radio RTS threshold - some work around how FIPS affects wifi, which was wrong (RC4 is used by TKIP, not only WEP) - improvements for unsolicited probe response handling - WiFi drivers: - RealTek (rtw88): - IBSS mode for SDIO devices - RealTek (rtw89): - BT coexistence for MLO/WiFi7 - concurrent station + P2P support - support for USB devices RTL8851BU/RTL8852BU - Intel (iwlwifi): - use embedded PNVM in (to be released) FW images to fix compatibility issues - many cleanups (unused FW APIs, PCIe code, WoWLAN) - some FIPS interoperability - MediaTek (mt76): - firmware recovery improvements - more MLO work - Qualcomm/Atheros (ath12k): - fix scan on multi-radio devices - more EHT/Wi-Fi 7 features - encapsulation/decapsulation offload - Broadcom (brcm80211): - support SDIO 43751 device - Bluetooth: - hci_event: add support for handling LE BIG Sync Lost event - ISO: add socket option to report packet seqnum via CMSG - ISO: support SCM_TIMESTAMPING for ISO TS - Bluetooth drivers: - intel_pcie: support Function Level Reset - nxpuart: add support for 4M baudrate - nxpuart: implement powerup sequence, reset, FW dump, and FW loading Signed-off-by: Jakub Kicinski <kuba@kernel.org> -----BEGIN PGP SIGNATURE----- iQIzBAABCgAdFiEE6jPA+I1ugmIBA4hXMUZtbf5SIrsFAmiFgLgACgkQMUZtbf5S IrvafxAAnQRwYBoIG+piCILx6z5pRvBGHkmEQ4AQgSCFuq2eO3ubwMFIqEybfma1 5+QFjUZAV3OgGgKRBS2KGWxtSzdiF+/JGV1VOIN67sX3Mm0a2QgjA4n5CgKL0FPr o6BEzjX5XwG1zvGcBNQ5BZ19xUUKjoZQgTtnea8sZ57Fsp5RtRgmYRqoewNvNk/n uImh0NFsDVb0UeOpSzC34VD9l1dJvLGdui4zJAjno/vpvmT1DkXjoK419J/r52SS X+5WgsfJ6DkjHqVN1tIhhK34yWqBOcwGFZJgEnWHMkFIl2FqRfFKMHyqtfLlVnLA mnIpSyz8Sq2AHtx0TlgZ3At/Ri8p5+yYJgHOXcDKyABa8y8Zf4wrycmr6cV9JLuL z54nLEVnJuvfDVDVJjsLYdJXyhMpZFq6+uAItdxKaw8Ugp/QqG4QtoRj+XIHz4ZW z6OohkCiCzTwEISFK+pSTxPS30eOxq43kCspcvuLiwCCStJBRkRb5GdZA4dm7LA+ 1Od4ADAkHjyrFtBqTyyC2scX8UJ33DlAIpAYyIeS6w9Cj9EXxtp1z33IAAAZ03MW jJwIaJuc8bK2fWKMmiG7ucIXjPo4t//KiWlpkwwqLhPbjZgfDAcxq1AC2TLoqHBL y4EOgKpHDCMAghSyiFIAn2JprGcEt8dp+11B0JRXIn4Pm/eYDH8= =lqbe -----END PGP SIGNATURE----- Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next Pull networking updates from Jakub Kicinski: "Core & protocols: - Wrap datapath globals into net_aligned_data, to avoid false sharing - Preserve MSG_ZEROCOPY in forwarding (e.g. out of a container) - Add SO_INQ and SCM_INQ support to AF_UNIX - Add SIOCINQ support to AF_VSOCK - Add TCP_MAXSEG sockopt to MPTCP - Add IPv6 force_forwarding sysctl to enable forwarding per interface - Make TCP validation of whether packet fully fits in the receive window and the rcv_buf more strict. With increased use of HW aggregation a single "packet" can be multiple 100s of kB - Add MSG_MORE flag to optimize large TCP transmissions via sockmap, improves latency up to 33% for sockmap users - Convert TCP send queue handling from tasklet to BH workque - Improve BPF iteration over TCP sockets to see each socket exactly once - Remove obsolete and unused TCP RFC3517/RFC6675 loss recovery code - Support enabling kernel threads for NAPI processing on per-NAPI instance basis rather than a whole device. Fully stop the kernel NAPI thread when threaded NAPI gets disabled. Previously thread would stick around until ifdown due to tricky synchronization - Allow multicast routing to take effect on locally-generated packets - Add output interface argument for End.X in segment routing - MCTP: add support for gateway routing, improve bind() handling - Don't require rtnl_lock when fetching an IPv6 neighbor over Netlink - Add a new neighbor flag ("extern_valid"), which cedes refresh responsibilities to userspace. This is needed for EVPN multi-homing where a neighbor entry for a multi-homed host needs to be synced across all the VTEPs among which the host is multi-homed - Support NUD_PERMANENT for proxy neighbor entries - Add a new queuing discipline for IETF RFC9332 DualQ Coupled AQM - Add sequence numbers to netconsole messages. Unregister netconsole's console when all net targets are removed. Code refactoring. Add a number of selftests - Align IPSec inbound SA lookup to RFC 4301. Only SPI and protocol should be used for an inbound SA lookup - Support inspecting ref_tracker state via DebugFS - Don't force bonding advertisement frames tx to ~333 ms boundaries. Add broadcast_neighbor option to send ARP/ND on all bonded links - Allow providing upcall pid for the 'execute' command in openvswitch - Remove DCCP support from Netfilter's conntrack - Disallow multiple packet duplications in the queuing layer - Prevent use of deprecated iptables code on PREEMPT_RT Driver API: - Support RSS and hashing configuration over ethtool Netlink - Add dedicated ethtool callbacks for getting and setting hashing fields - Add support for power budget evaluation strategy in PSE / Power-over-Ethernet. Generate Netlink events for overcurrent etc - Support DPLL phase offset monitoring across all device inputs. Support providing clock reference and SYNC over separate DPLL inputs - Support traffic classes in devlink rate API for bandwidth management - Remove rtnl_lock dependency from UDP tunnel port configuration Device drivers: - Add a new Broadcom driver for 800G Ethernet (bnge) - Add a standalone driver for Microchip ZL3073x DPLL - Remove IBM's NETIUCV device driver - Ethernet high-speed NICs: - Broadcom (bnxt): - support zero-copy Tx of DMABUF memory - take page size into account for page pool recycling rings - Intel (100G, ice, idpf): - idpf: XDP and AF_XDP support preparations - idpf: add flow steering - add link_down_events statistic - clean up the TSPLL code - preparations for live VM migration - nVidia/Mellanox: - support zero-copy Rx/Tx interfaces (DMABUF and io_uring) - optimize context memory usage for matchers - expose serial numbers in devlink info - support PCIe congestion metrics - Meta (fbnic): - add 25G, 50G, and 100G link modes to phylink - support dumping FW logs - Marvell/Cavium: - support for CN20K generation of the Octeon chips - Amazon: - add HW clock (without timestamping, just hypervisor time access) - Ethernet virtual: - VirtIO net: - support segmentation of UDP-tunnel-encapsulated packets - Google (gve): - support packet timestamping and clock synchronization - Microsoft vNIC: - add handler for device-originated servicing events - allow dynamic MSI-X vector allocation - support Tx bandwidth clamping - Ethernet NICs consumer, and embedded: - AMD: - amd-xgbe: hardware timestamping and PTP clock support - Broadcom integrated MACs (bcmgenet, bcmasp): - use napi_complete_done() return value to support NAPI polling - add support for re-starting auto-negotiation - Broadcom switches (b53): - support BCM5325 switches - add bcm63xx EPHY power control - Synopsys (stmmac): - lots of code refactoring and cleanups - TI: - icssg-prueth: read firmware-names from device tree - icssg: PRP offload support - Microchip: - lan78xx: convert to PHYLINK for improved PHY and MAC management - ksz: add KSZ8463 switch support - Intel: - support similar queue priority scheme in multi-queue and time-sensitive networking (taprio) - support packet pre-emption in both - RealTek (r8169): - enable EEE at 5Gbps on RTL8126 - Airoha: - add PPPoE offload support - MDIO bus controller for Airoha AN7583 - Ethernet PHYs: - support for the IPQ5018 internal GE PHY - micrel KSZ9477 switch-integrated PHYs: - add MDI/MDI-X control support - add RX error counters - add cable test support - add Signal Quality Indicator (SQI) reporting - dp83tg720: improve reset handling and reduce link recovery time - support bcm54811 (and its MII-Lite interface type) - air_en8811h: support resume/suspend - support PHY counters for QCA807x and QCA808x - support WoL for QCA807x - CAN drivers: - rcar_canfd: support for Transceiver Delay Compensation - kvaser: report FW versions via devlink dev info - WiFi: - extended regulatory info support (6 GHz) - add statistics and beacon monitor for Multi-Link Operation (MLO) - support S1G aggregation, improve S1G support - add Radio Measurement action fields - support per-radio RTS threshold - some work around how FIPS affects wifi, which was wrong (RC4 is used by TKIP, not only WEP) - improvements for unsolicited probe response handling - WiFi drivers: - RealTek (rtw88): - IBSS mode for SDIO devices - RealTek (rtw89): - BT coexistence for MLO/WiFi7 - concurrent station + P2P support - support for USB devices RTL8851BU/RTL8852BU - Intel (iwlwifi): - use embedded PNVM in (to be released) FW images to fix compatibility issues - many cleanups (unused FW APIs, PCIe code, WoWLAN) - some FIPS interoperability - MediaTek (mt76): - firmware recovery improvements - more MLO work - Qualcomm/Atheros (ath12k): - fix scan on multi-radio devices - more EHT/Wi-Fi 7 features - encapsulation/decapsulation offload - Broadcom (brcm80211): - support SDIO 43751 device - Bluetooth: - hci_event: add support for handling LE BIG Sync Lost event - ISO: add socket option to report packet seqnum via CMSG - ISO: support SCM_TIMESTAMPING for ISO TS - Bluetooth drivers: - intel_pcie: support Function Level Reset - nxpuart: add support for 4M baudrate - nxpuart: implement powerup sequence, reset, FW dump, and FW loading" * tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1742 commits) dpll: zl3073x: Fix build failure selftests: bpf: fix legacy netfilter options ipv6: annotate data-races around rt->fib6_nsiblings ipv6: fix possible infinite loop in fib6_info_uses_dev() ipv6: prevent infinite loop in rt6_nlmsg_size() ipv6: add a retry logic in net6_rt_notify() vrf: Drop existing dst reference in vrf_ip6_input_dst net/sched: taprio: align entry index attr validation with mqprio net: fsl_pq_mdio: use dev_err_probe selftests: rtnetlink.sh: remove esp4_offload after test vsock: remove unnecessary null check in vsock_getname() igb: xsk: solve negative overflow of nb_pkts in zerocopy mode stmmac: xsk: fix negative overflow of budget in zerocopy mode dt-bindings: ieee802154: Convert at86rf230.txt yaml format net: dsa: microchip: Disable PTP function of KSZ8463 net: dsa: microchip: Setup fiber ports for KSZ8463 net: dsa: microchip: Write switch MAC address differently for KSZ8463 net: dsa: microchip: Use different registers for KSZ8463 net: dsa: microchip: Add KSZ8463 switch support to KSZ DSA driver dt-bindings: net: dsa: microchip: Add KSZ8463 switch support ... |
||
---|---|---|
.. | ||
bluetooth | ||
can | ||
dsa | ||
ieee802154 | ||
nfc | ||
pcs | ||
pse-pd | ||
wireless | ||
actions,owl-emac.yaml | ||
adi,adin.yaml | ||
adi,adin1110.yaml | ||
aeonsemi,as21xxx.yaml | ||
airoha,an7583-mdio.yaml | ||
airoha,en7581-eth.yaml | ||
airoha,en7581-npu.yaml | ||
airoha,en8811h.yaml | ||
allwinner,sun4i-a10-emac.yaml | ||
allwinner,sun4i-a10-mdio.yaml | ||
allwinner,sun7i-a20-gmac.yaml | ||
allwinner,sun8i-a83t-emac.yaml | ||
altr,gmii-to-sgmii-2.0.yaml | ||
altr,socfpga-stmmac.yaml | ||
altr,tse.yaml | ||
amd-xgbe.txt | ||
amlogic,g12a-mdio-mux.yaml | ||
amlogic,gxl-mdio-mux.yaml | ||
amlogic,meson-dwmac.yaml | ||
anarion-gmac.txt | ||
apm-xgene-enet.txt | ||
apm-xgene-mdio.txt | ||
asix,ax88178.yaml | ||
asix,ax88796c.yaml | ||
aspeed,ast2600-mdio.yaml | ||
brcm,amac.yaml | ||
brcm,asp-v2.0.yaml | ||
brcm,bcm4908-enet.yaml | ||
brcm,bcm6368-mdio-mux.yaml | ||
brcm,bcm7445-switch-v4.0.txt | ||
brcm,bcmgenet.yaml | ||
brcm,iproc-mdio.yaml | ||
brcm,mdio-mux-iproc.yaml | ||
brcm,systemport.yaml | ||
brcm,unimac-mdio.yaml | ||
broadcom-bcm87xx.txt | ||
btusb.txt | ||
calxeda-xgmac.yaml | ||
cavium-mdio.txt | ||
cavium-mix.txt | ||
cavium-pip.txt | ||
cdns,macb.yaml | ||
cirrus,cs89x0.txt | ||
cirrus,ep9301-eth.yaml | ||
cortina,gemini-ethernet.yaml | ||
cortina.txt | ||
cpsw-phy-sel.txt | ||
cpsw.txt | ||
davicom,dm9000.yaml | ||
davicom,dm9051.yaml | ||
davinci_emac.txt | ||
engleder,tsnep.yaml | ||
ethernet-controller.yaml | ||
ethernet-phy-package.yaml | ||
ethernet-phy.yaml | ||
ethernet-switch-port.yaml | ||
ethernet-switch.yaml | ||
ethernet.txt | ||
ezchip_enet.txt | ||
faraday,ftgmac100.yaml | ||
faraday,ftmac.txt | ||
fixed-link.txt | ||
fsl,cpm-enet.yaml | ||
fsl,cpm-mdio.yaml | ||
fsl,enetc-ierb.yaml | ||
fsl,enetc-mdio.yaml | ||
fsl,enetc.yaml | ||
fsl,fec.yaml | ||
fsl,fman-dtsec.yaml | ||
fsl,fman-mdio.yaml | ||
fsl,fman-muram.yaml | ||
fsl,fman-port.yaml | ||
fsl,fman.yaml | ||
fsl,gianfar-mdio.yaml | ||
fsl,gianfar.yaml | ||
fsl,qoriq-mc-dpmac.yaml | ||
fsl-tsec-phy.txt | ||
hisilicon-femac-mdio.txt | ||
hisilicon-femac.txt | ||
hisilicon-hip04-net.txt | ||
hisilicon-hix5hd2-gmac.txt | ||
hisilicon-hns-dsaf.txt | ||
hisilicon-hns-mdio.txt | ||
hisilicon-hns-nic.txt | ||
ibm,emac.txt | ||
icplus-ip101ag.txt | ||
idt,3243x-emac.yaml | ||
ingenic,mac.yaml | ||
intel,dwmac-plat.yaml | ||
intel,ixp4xx-ethernet.yaml | ||
intel,ixp4xx-hss.yaml | ||
intel,ixp46x-ptp-timer.yaml | ||
ipq806x-dwmac.txt | ||
keystone-netcp.txt | ||
lantiq,etop-xway.yaml | ||
lantiq,pef2256.yaml | ||
lantiq,xrx200-net.yaml | ||
litex,liteeth.yaml | ||
loongson,ls1b-gmac.yaml | ||
loongson,ls1c-emac.yaml | ||
marvell,aquantia.yaml | ||
marvell,armada-370-neta.yaml | ||
marvell,armada-380-neta-bm.yaml | ||
marvell,dfx-server.yaml | ||
marvell,mvusb.yaml | ||
marvell,orion-mdio.yaml | ||
marvell,pp2.yaml | ||
marvell,prestera.yaml | ||
marvell-bt-8xxx.txt | ||
marvell-orion-net.txt | ||
marvell-pxa168.txt | ||
maxim,ds26522.yaml | ||
maxlinear,gpy2xx.yaml | ||
mctp-i2c-controller.yaml | ||
mdio-gpio.yaml | ||
mdio-mux-gpio.yaml | ||
mdio-mux-mmioreg.yaml | ||
mdio-mux-multiplexer.yaml | ||
mdio-mux.yaml | ||
mdio.txt | ||
mdio.yaml | ||
mediatek,net.yaml | ||
mediatek,star-emac.yaml | ||
mediatek-dwmac.yaml | ||
micrel,ks8851.yaml | ||
micrel-ksz90x1.txt | ||
micrel.txt | ||
microchip,enc28j60.txt | ||
microchip,lan78xx.txt | ||
microchip,lan95xx.yaml | ||
microchip,lan966x-switch.yaml | ||
microchip,lan8650.yaml | ||
microchip,sparx5-switch.yaml | ||
motorcomm,yt8xxx.yaml | ||
mscc,miim.yaml | ||
mscc,vsc7514-switch.yaml | ||
mscc-phy-vsc8531.txt | ||
network-class.yaml | ||
nixge.txt | ||
nvidia,tegra234-mgbe.yaml | ||
nxp,dwmac-imx.yaml | ||
nxp,lpc-eth.yaml | ||
nxp,lpc1850-dwmac.yaml | ||
nxp,netc-blk-ctrl.yaml | ||
nxp,s32-dwmac.yaml | ||
nxp,tja11xx.yaml | ||
opencores-ethoc.txt | ||
phy.txt | ||
qca,ar71xx.yaml | ||
qca,ar803x.yaml | ||
qca,qca808x.yaml | ||
qca,qca7000.yaml | ||
qcom,bam-dmux.yaml | ||
qcom,ethqos.yaml | ||
qcom,ipa.yaml | ||
qcom,ipq4019-mdio.yaml | ||
qcom,ipq8064-mdio.yaml | ||
qcom,qca807x.yaml | ||
qcom-emac.txt | ||
realtek,rtl82xx.yaml | ||
realtek,rtl9301-mdio.yaml | ||
realtek,rtl9301-switch.yaml | ||
renesas,ether.yaml | ||
renesas,etheravb.yaml | ||
renesas,ethertsn.yaml | ||
renesas,r8a779f0-ether-switch.yaml | ||
renesas,rzn1-gmac.yaml | ||
renesas,rzv2h-gbeth.yaml | ||
rfkill-gpio.yaml | ||
rockchip,emac.yaml | ||
rockchip-dwmac.yaml | ||
samsung-sxgbe.txt | ||
sff,sfp.yaml | ||
smsc,lan91c111.yaml | ||
smsc,lan9115.yaml | ||
smsc-lan87xx.txt | ||
snps,dwc-qos-ethernet.txt | ||
snps,dwmac.yaml | ||
socionext,synquacer-netsec.yaml | ||
socionext,uniphier-ave4.yaml | ||
sophgo,cv1800b-dwmac.yaml | ||
sophgo,sg2044-dwmac.yaml | ||
starfive,jh7110-dwmac.yaml | ||
sti-dwmac.txt | ||
stm32-dwmac.yaml | ||
stmmac.txt | ||
sunplus,sp7021-emac.yaml | ||
tesla,fsd-ethqos.yaml | ||
thead,th1520-gmac.yaml | ||
ti,cc1352p7.yaml | ||
ti,cpsw-switch.yaml | ||
ti,davinci-mdio.yaml | ||
ti,dp83822.yaml | ||
ti,dp83867.yaml | ||
ti,dp83869.yaml | ||
ti,icss-iep.yaml | ||
ti,icssg-prueth.yaml | ||
ti,k3-am654-cpsw-nuss.yaml | ||
ti,k3-am654-cpts.yaml | ||
toshiba,visconti-dwmac.yaml | ||
vertexcom-mse102x.yaml | ||
via,vt8500-rhine.yaml | ||
via-velocity.txt | ||
wiznet,w5x00.txt | ||
xlnx,axi-ethernet.yaml | ||
xlnx,emaclite.yaml | ||
xlnx,gmii-to-rgmii.yaml |