summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-10-27ionic: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27mlx4: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27octeontx2: convert to ndo_hwtstamp APIVadim Fedorenko
2025-10-27net: airoha: Fix a copy and paste bug in probe()Dan Carpenter
2025-10-27Merge tag 'batadv-next-pullrequest-20251024' of https://git.open-mesh.org/lin...Jakub Kicinski
2025-10-27Merge branch 'phy-mscc-fix-ptp-for-vsc8574-and-vsc8572'Jakub Kicinski
2025-10-27phy: mscc: Fix PTP for VSC8574 and VSC8572Horatiu Vultur
2025-10-27phy: mscc: Use PHY_ID_MATCH_EXACT for VSC8584, VSC8582, VSC8575, VSC856XHoratiu Vultur
2025-10-27selftests: bridge_mdb: Add a test for MDB flush on snooping disablePetr Machata
2025-10-27net: bridge: Flush multicast groups when snooping is disabledPetr Machata
2025-10-27selftests: tls: add tls record_size_limit testWilfred Mallawa
2025-10-27net/tls: support setting the maximum payload sizeWilfred Mallawa
2025-10-24Merge branch 'dwmac-support-for-rockchip-rk3506'Jakub Kicinski
2025-10-24MAINTAINERS: add dwmac-rk glue driver to the main Rockchip entryHeiko Stuebner
2025-10-24ethernet: stmmac: dwmac-rk: Add RK3506 GMAC supportDavid Wu
2025-10-24dt-bindings: net: rockchip-dwmac: Add compatible string for RK3506Heiko Stuebner
2025-10-24dt-bindings: net: snps,dwmac: Sync list of Rockchip compatiblesHeiko Stuebner
2025-10-24dt-bindings: net: snps,dwmac: move rk3399 line to its correct positionHeiko Stuebner
2025-10-24Merge branch 'net-ravb-soc-specific-configuration'Jakub Kicinski
2025-10-24net: ravb: Allocate correct number of queues based on SoC supportLad Prabhakar
2025-10-24net: ravb: Make DBAT entry count configurable per-SoCLad Prabhakar
2025-10-24net: usb: usbnet: coding style for functionsOliver Neukum
2025-10-24Merge branch 'net-stmmac-pcs-support-part-2'Jakub Kicinski
2025-10-24net: stmmac: add support for controlling PCS interruptsRussell King (Oracle)
2025-10-24net: stmmac: add stmmac_mac_irq_modify()Russell King (Oracle)
2025-10-24Merge branch 'net-add-phylink-managed-wol-and-convert-stmmac'Jakub Kicinski
2025-10-24net: stmmac: convert to phylink managed WoL PHY speedRussell King (Oracle)
2025-10-24net: stmmac: convert to phylink-managed Wake-on-LanRussell King (Oracle)
2025-10-24net: phylink: add phylink managed wake-on-lan PHY speed controlRussell King (Oracle)
2025-10-24net: phylink: add phylink managed MAC Wake-on-Lan supportRussell King (Oracle)
2025-10-24net: phy: add phy_may_wakeup()Russell King (Oracle)
2025-10-24net: phy: add phy_can_wakeup()Russell King (Oracle)
2025-10-24smc: rename smc_find_ism_store_rc to reflect broader usageDust Li
2025-10-24strparser: fix typo in commentJulia Lawall
2025-10-24selftest: net: prevent use of uninitialized variableAlessandro Zanni
2025-10-24Merge branch 'neighbour-convert-rtm_getneightbl-and-rtm_setneightbl-to-rcu'Jakub Kicinski
2025-10-24neighbour: Convert rwlock of struct neigh_table to spinlock.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_SETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Convert RTM_GETNEIGHTBL to RCU.Kuniyuki Iwashima
2025-10-24neighbour: Annotate access to neigh_parms fields.Kuniyuki Iwashima
2025-10-24neighbour: Use RCU list helpers for neigh_parms.list writers.Kuniyuki Iwashima
2025-10-23Merge branch 'net-dsa-lantiq_gswip-use-regmap-for-register-access'Jakub Kicinski
2025-10-23net: dsa: lantiq_gswip: harmonize gswip_mii_mask_*() parametersDaniel Golle
2025-10-23net: dsa: lantiq_gswip: optimize regmap_write_bits() statementsDaniel Golle
2025-10-23net: dsa: lantiq_gswip: replace *_mask() functions with regmap APIDaniel Golle
2025-10-23net: dsa: lantiq_gswip: manually convert remaining uses of read accessorsDaniel Golle
2025-10-23net: dsa: lantiq_gswip: convert trivial accessor uses to regmapDaniel Golle
2025-10-23net: dsa: lantiq_gswip: convert accessors to use regmapDaniel Golle
2025-10-23net: dsa: lantiq_gswip: clarify GSWIP 2.2 VLAN mode in commentDaniel Golle
2025-10-23tcp: Remove unnecessary null check in tcp_inbound_md5_hash()Eric Biggers