summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-08-13Merge tag 'net-20260813' of https://git.u-boot-project.org/u-boot/custodians/...Tom Rini
2026-08-04net: rtl8169: add support for RTL8126A and RTL8127AJaven Xu
2026-07-27net: dwc_eth_qos: add support for sun55i platformJunhui Liu
2026-07-23net: dwc_eth_xgmac: Return -ENODEV when phy_connect() failsBoon Khai Ng
2026-07-23net: Drop unnecessary device_set_namePeng Fan
2026-07-23net: phy: fix duplicate eth_phy bindingPranav Tilak
2026-07-23net: phy: dp83867: enable extended read / write for driverMarkus Niebel
2026-07-10treewide: Kconfig: use bool instead of tristateAnshul Dalal
2026-07-08Merge patch series "pinctrl: add support of Airoha SoCs"Tom Rini
2026-07-08net: hifemac: Convert to common field_{get, prep}() helpersMikhail Kshevetskiy
2026-07-08net: hifemac: #undef field_{get, prep}() before definitionMikhail Kshevetskiy
2026-07-06Merge branch 'next'Tom Rini
2026-06-25Kconfig: net: restyleJohan Jonker
2026-06-24treewide: move bi_dram[] from bd to gdIlias Apalodimas
2026-06-24net: mtk_eth: select LMB_LIMIT_DMA_BELOW_RAM_TOPDavid Lechner
2026-06-23net: airoha_eth: fix mt7531 mdio related initialization bugMikhail Kshevetskiy
2026-06-11Merge tag 'mediatek-for-next-2026-06-10' of https://source.denx.de/u-boot/cus...Tom Rini
2026-06-10treewide: prefer __func__ over __FUNCTION__ and __PRETTY_FUNCTION__Aristo Chen
2026-06-10net: dwc_eth_qos: Add mediatek supportJulien Stephan
2026-06-10net: phy: Add airoha AN8801 ethernet phy driverJulien Stephan
2026-06-10net: phy: air_phy_lib: Factorize BuckPBus registerJulien Stephan
2026-06-10net: Fix alphabetical ordering in drivers/net/KconfigJulien Stephan
2026-06-10net: Fix alphabetical ordering in drivers/net/MakefileJulien Stephan
2026-06-10net: mvpp2: fix NULL pointer dereference in mvpp2_phy_connectVincent Jardin
2026-06-08Merge tag 'v2026.07-rc4' into nextTom Rini
2026-06-03net: ti: icssg: Fix portname buffer overflowFrancois Berder
2026-06-03net: mvpp2: convert FDT access to ofnode APIPeng Fan
2026-06-03net: mvpp2: Use dev_read_addr_index_ptr()Peng Fan
2026-06-03net: dc2114x: Use dev_remap_addr()Peng Fan
2026-06-03net: calxedaxgmac: Use dev_read_addr()Peng Fan
2026-06-03net: qe: dm_qe_uec: Use dev_read_addr()Peng Fan
2026-06-03net: ethoc: Use dev_read_addr_index()Peng Fan
2026-06-03net: tsec: make tsec_private a private structureQuentin Schulz
2026-05-15net: fsl_enetc: Add support for i.MX952Ye Li
2026-05-15net: fsl_enetc: fix the duplex setting on the iMX platformClark Wang
2026-05-15net: phy: nxp-c45-tja11xx: Fix incorrect usage of devm_kzallocYe Li
2026-05-06net: phy: mscc: add support for the VSC8572Charles Perry
2026-05-06net: macb: add gigabit implementation for fixed-linkChristian DREHER
2026-05-06net: macb: do not set user_io when it does not existChristian DREHER
2026-05-06net: macb: use SA1 for MAC filtering on GEMChristian DREHER
2026-05-06net: macb: include arch/clk.h only when necessaryChristian DREHER
2026-05-06net: phy: adin: add support for the ADIN1200 phyRasmus Villemoes
2026-05-06net: phy: airoha: air_en8811: use standard rx-polarity/tx-polarity propertiesLucien.Jheng
2026-05-06net: cpsw: Support new cpsw-switch DT bindingsMarkus Schneider-Pargmann (TI)
2026-05-06net: cpsw: Use driver data for phy_selMarkus Schneider-Pargmann (TI)
2026-05-06net: cpsw: Remove compat string argumentMarkus Schneider-Pargmann (TI)
2026-05-06net: cpsw: Fix error messageMarkus Schneider-Pargmann (TI)
2026-05-06net: phy: dp83867: default to 2ns delay if unspecified in device-treeSiddharth Vadapalli
2026-04-27Merge patch series "net: migrate NO_NET out of the networking stack choice"Tom Rini
2026-04-27simplify NET_LEGACY || NET_LWIP condition with NET conditionQuentin Schulz