summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-01-15Merge tag 'ath-next-20250114' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo
2025-01-15wifi: wilc1000: unregister wiphy only after netdev registrationAlexis Lothoré
2025-01-15Merge tag 'mt76-for-kvalo-2025-01-14' of https://github.com/nbd168/wirelessKalle Valo
2025-01-15Merge tag 'rtw-next-2025-01-12' of https://github.com/pkshih/rtwKalle Valo
2025-01-15saner replacement for debugfs_rename()Al Viro
2025-01-15octeontx2: don't mess with ->d_parent or ->d_parent->d_nameAl Viro
2025-01-15netdevsim: don't embed file_operations into your structsAl Viro
2025-01-15b43legacy: make use of debugfs_get_aux()Al Viro
2025-01-15b43: stop embedding struct file_operations into their objectsAl Viro
2025-01-15carl9170: stop embedding file_operations into their objectsAl Viro
2025-01-14net: fec: handle page_pool_dev_alloc_pages errorKevin Groeneveld
2025-01-14net: stmmac: restart LPI timer after cleaning transmit descriptorsRussell King (Oracle)
2025-01-14net: stmmac: combine stmmac_enable_eee_mode()Russell King (Oracle)
2025-01-14net: stmmac: provide function for restarting sw LPI timerRussell King (Oracle)
2025-01-14net: stmmac: provide stmmac_eee_tx_busy()Russell King (Oracle)
2025-01-14net: stmmac: add stmmac_try_to_start_sw_lpi()Russell King (Oracle)
2025-01-14net: stmmac: check priv->eee_sw_timer_en in suspend pathRussell King (Oracle)
2025-01-14net: stmmac: simplify TX cleanup decision for ending sw LPI modeRussell King (Oracle)
2025-01-14net: stmmac: correct priv->eee_sw_timer_en settingRussell King (Oracle)
2025-01-14net: stmmac: rename stmmac_disable_sw_eee_mode()Russell King (Oracle)
2025-01-14net: ethernet: sunplus: Switch to ndo_eth_ioctl谢致邦 (XIE Zhibang)
2025-01-14net: stmmac: stm32: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: stmmac: sti: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: stmmac: imx: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: ti: am65-cpsw-nuss: Use syscon_regmap_lookup_by_phandle_argsKrzysztof Kozlowski
2025-01-14net: ti: icssg-prueth: Do not print physical memory addressesKrzysztof Kozlowski
2025-01-14net: xilinx: axienet: Fix IRQ coalescing packet count overflowSean Anderson
2025-01-14net: phy: Constify struct mdio_device_idChristophe JAILLET
2025-01-14nfp: bpf: prevent integer overflow in nfp_bpf_event_output()Dan Carpenter
2025-01-14net: phy: realtek: add hwmon support for temp sensor on RTL822xHeiner Kallweit
2025-01-14net: phy: move realtek PHY driver to its own subdirectoryHeiner Kallweit
2025-01-14net: phy: realtek: add support for reading MDIO_MMD_VEND2 regs on RTL8125/RTL...Heiner Kallweit
2025-01-14net: airoha: Enforce ETS Qdisc priomapLorenzo Bianconi
2025-01-14net: ethernet: ti: am65-cpsw: VLAN-aware CPSW only if !DSAAlexander Sverdlin
2025-01-14tsnep: Link queues to NAPIsGerhard Engleder
2025-01-14ice: Add in/out PTP pin delaysKarol Kolacinski
2025-01-14ice: implement low latency PHY timer updatesJacob Keller
2025-01-14ice: check low latency PHY timer update firmware capabilityJacob Keller
2025-01-14ice: add lock to protect low latency interfaceJacob Keller
2025-01-14ice: rename TS_LL_READ* macros to REG_LL_PROXY_H_*Jacob Keller
2025-01-14ice: use read_poll_timeout_atomic in ice_read_phy_tstamp_ll_e810Jacob Keller
2025-01-14ice: use string choice helpersR Sundar
2025-01-14ice: add fw and port health reportersKonrad Knitter
2025-01-14ice: add recipe priority check in searchMichal Swiatkowski
2025-01-14ice: ice_probe: init ice_adapter after HW initPrzemek Kitszel
2025-01-14ice: minor: rename goto labels from err to unrollPrzemek Kitszel
2025-01-14ice: split ice_init_hw() out from ice_init_dev()Przemek Kitszel
2025-01-14ice: c827: move wait for FW to ice_init_hw()Przemek Kitszel
2025-01-14Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Jakub Kicinski
2025-01-14net: phy: dp83822: Fix typo "outout" -> "output"Colin Ian King