summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-10-20net: stmmac: do not require snps,ps-speed for SGMIIRussell King (Oracle)
2025-10-20net: stmmac: hw->ps becomes hw->reverse_sgmii_enableRussell King (Oracle)
2025-10-20net: stmmac: simplify stmmac_check_pcs_mode()Russell King (Oracle)
2025-10-20net: stmmac: move reverse-"pcs" mode setup to stmmac_check_pcs_mode()Russell King (Oracle)
2025-10-20net: stmmac: remove RGMII "pcs" modeRussell King (Oracle)
2025-10-20net: stmmac: remove hw->ps xxx_core_init() hardware setupRussell King (Oracle)
2025-10-20net: stmmac: remove unused PCS loopback supportRussell King (Oracle)
2025-10-20net: stmmac: remove PCS "mode" pause handlingRussell King (Oracle)
2025-10-20net: stmmac: remove SGMII/RGMII/SMII interrupt handlingRussell King (Oracle)
2025-10-20net: stmmac: remove xstats.pcs_* membersRussell King (Oracle)
2025-10-20net: stmmac: remove broken PCS codeRussell King (Oracle)
2025-10-20net: phy: micrel: fix typos in commentsAlok Tiwari
2025-10-20net: phy: micrel: simplify return in ksz9477_phy_errata()Alok Tiwari
2025-10-20can: netlink: can_changelink(): allow disabling of automatic restartMarc Kleine-Budde
2025-10-20can: rockchip-canfd: rkcanfd_start_xmit(): use can_dev_dropped_skb() instead ...Marc Kleine-Budde
2025-10-20can: esd: acc_start_xmit(): use can_dev_dropped_skb() instead of can_dropped_...Marc Kleine-Budde
2025-10-20can: bxcan: bxcan_start_xmit(): use can_dev_dropped_skb() instead of can_drop...Marc Kleine-Budde
2025-10-20Merge tag 'iwlwifi-fixes-2025-10-19' of https://git.kernel.org/pub/scm/linux/...Johannes Berg
2025-10-20wifi: brcmfmac: fix crash while sending Action Frames in standalone AP ModeGokul Sivakumar
2025-10-20Merge tag 'ath-current-20251006' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg
2025-10-19wifi: iwlwifi: fix potential use after free in iwl_mld_remove_link()Dan Carpenter
2025-10-18wifi: ath12k: Add MODULE_FIRMWARE() entriesTakashi Iwai
2025-10-17net: dsa: lantiq_gswip: treat VID 0 like the PVIDVladimir Oltean
2025-10-17net: dsa: lantiq_gswip: drop untagged on VLAN-aware bridge ports with no PVIDVladimir Oltean
2025-10-17net: dsa: lantiq_gswip: put a more descriptive error print in gswip_vlan_remo...Vladimir Oltean
2025-10-17net: dsa: lantiq_gswip: remove vlan_aware and pvid arguments from gswip_vlan_...Vladimir Oltean
2025-10-17net: dsa: lantiq_gswip: disallow changes to privately set up VID 0Vladimir Oltean
2025-10-17net: dsa: lantiq_gswip: permit dynamic changes to VLAN filtering stateVladimir Oltean
2025-10-17net: dsa: lantiq_gswip: remove legacy configure_vlan_while_not_filtering optionVladimir Oltean
2025-10-17net: dsa: lantiq_gswip: merge gswip_vlan_add_unaware() and gswip_vlan_add_awa...Vladimir Oltean
2025-10-17net: dsa: lantiq_gswip: remove duplicate assignment to vlan_mapping.val[0]Vladimir Oltean
2025-10-17net: dsa: lantiq_gswip: define VLAN ID 0 constantVladimir Oltean
2025-10-17net: dsa: lantiq_gswip: support bridge FDB entries on the CPU portVladimir Oltean
2025-10-17r8169: reconfigure rx unconditionally before chip reset when resumingHeiner Kallweit
2025-10-17net: phy: realtek: fix rtl8221b-vm-cg nameAleksander Jan Bajkowski
2025-10-17dpaa2-eth: fix the pointer passed to PTR_ALIGN on Tx pathIoana Ciornei
2025-10-17net: bonding: update the slave array for broadcast modeTonghao Zhang
2025-10-17net: enetc: correct the value of ENETC_RXB_TRUESIZEWei Fang
2025-10-17net: enetc: fix the deadlock of enetc_mdio_lockJianpeng Chang
2025-10-17ipv6: Move ipv6_fl_list from ipv6_pinfo to inet_sock.Kuniyuki Iwashima
2025-10-17net: hibmcge: support pci_driver.shutdown()Jijie Shao
2025-10-17can: m_can: m_can_get_berr_counter(): don't wake up controller if interface i...Marc Kleine-Budde
2025-10-17can: m_can: m_can_tx_submit(): remove unneeded sanity checksMarc Kleine-Budde
2025-10-17can: m_can: m_can_class_register(): remove error message in case devm_kzalloc...Marc Kleine-Budde
2025-10-17can: m_can: m_can_interrupt_enable(): use m_can_write() instead of open codin...Marc Kleine-Budde
2025-10-17net: m_can: convert dev_{dbg,info,err} -> netdev_{dbg,info,err}Marc Kleine-Budde
2025-10-17can: m_can: hrtimer_callback(): rename to m_can_polling_timer()Marc Kleine-Budde
2025-10-17can: m_can: m_can_init_ram(): make staticMarc Kleine-Budde
2025-10-17can: m_can: Support pinctrl wakeup stateMarkus Schneider-Pargmann (TI.com)
2025-10-17can: m_can: Return ERR_PTR on error in allocationMarkus Schneider-Pargmann (TI.com)