summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2025-11-17net: stmmac: move initialisation of queues_to_use to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of unicast_filter_entries to stmmac_plat_dat...Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of multicast_filter_bins to stmmac_plat_dat_...Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of maxmtu to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of clk_csr to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: move initialisation of phy_addr to stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17net: stmmac: add stmmac_plat_dat_alloc()Russell King (Oracle)
2025-11-17qede: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-17bnx2x: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-18wifi: rtw89: Add default ID 0bda:b831 for RTL8831BUZenm Chen
2025-11-18wifi: rtl818x: Fix potential memory leaks in rtl8180_init_rx_ring()Abdun Nihaal
2025-11-18wifi: rtw89: use separated function to set RX filterPing-Ke Shih
2025-11-18wifi: rtw89: correct user macid mask of RX info for RTL8922DChih-Kang Chang
2025-11-18wifi: rtw89: update format of addr cam H2C commandChih-Kang Chang
2025-11-18wifi: rtw89: add addr cam H2C command v1Ping-Ke Shih
2025-11-18wifi: rtw89: fill addr cam H2C command by structPing-Ke Shih
2025-11-18wifi: rtw89: align RA H2C format v1 for RTL8922APing-Ke Shih
2025-11-18wifi: rtw89: fw: print band and port where beacon update onPing-Ke Shih
2025-11-18wifi: rtw89: phy: ignore DCFO if not defined in chip_infoPing-Ke Shih
2025-11-18wifi: rtw89: phy: consider type 15 in BB gain tablePing-Ke Shih
2025-11-18wifi: rtw89: mac: update wcpu_on to download firmware for RTL8922DPing-Ke Shih
2025-11-18wifi: rtw89: mac: remove undefined bit B_BE_PPDU_MAC_INFOPing-Ke Shih
2025-11-18wifi: rtw89: phy: calling BB pre-init by chips with/without BB MCUPing-Ke Shih
2025-11-18wifi: rtw89: mac: separate pre-init code before downloading firmwarePing-Ke Shih
2025-11-18wifi: rtw89: fw: part size to download firmware by header infoPing-Ke Shih
2025-11-18wifi: rtw89: flush TX queue before deleting keyChih-Kang Chang
2025-11-17net: phy: fixed_phy: remove setting supported/advertised modes from fixed_phy...Heiner Kallweit
2025-11-17eth: fbnic: Configure RDE settings for pause frameMohsin Bashir
2025-11-17mlx5: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-17mlx4: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-17can: sun4i_can: sun4i_can_interrupt(): fix max irq loop handlingMarc Kleine-Budde
2025-11-17can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde
2025-11-16can: gs_usb: gs_usb_receive_bulk_callback(): check actual_length before acces...Marc Kleine-Budde
2025-11-16can: gs_usb: gs_usb_xmit_callback(): fix handling of failed transmitted URBsMarc Kleine-Budde
2025-11-16can: sja1000: fix max irq loop handlingThomas Mühlbacher
2025-11-16can: kvaser_usb: leaf: Fix potential infinite loop in command parsersSeungjin Bae
2025-11-14Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski
2025-11-14net: stmmac: rk: use PHY_INTF_SEL_x in functionsRussell King (Oracle)
2025-11-14net: stmmac: rk: use PHY_INTF_SEL_x constantsRussell King (Oracle)
2025-11-14net: stmmac: rk: convert all bitfields to GRF_FIELD*()Russell King (Oracle)
2025-11-14net: stmmac: rk: replace HIWORD_UPDATE() with GRF_FIELD()Russell King (Oracle)
2025-11-14veth: more robust handing of race to avoid txq getting stuckJesper Dangaard Brouer
2025-11-14net: bnx2x: convert to use get_rx_ring_countBreno Leitao
2025-11-14net: ixgbe: convert to use .get_rx_ring_countBreno Leitao
2025-11-14net: mlxsw: linecards: fix missing error check in mlxsw_linecard_devlink_info...Pavel Zhigulin
2025-11-14net: dsa: hellcreek: fix missing error handling in LED registrationPavel Zhigulin
2025-11-13net: phy: mscc: Handle devm_phy_package_join() failure in vsc85xx_probe_common()Lad Prabhakar
2025-11-13net: phy: mscc: Add support for PHY LED controlLad Prabhakar
2025-11-13net: phy: mscc: Consolidate probe functions into a common helperLad Prabhakar
2025-11-13net: phy: mscc: Simplify LED mode update using phy_modify()Lad Prabhakar