summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-04veth: Fix a typo error in vethChu Guangqing-1/+1
2025-11-04gtp: Fix a typo error for sizeChu Guangqing-1/+1
2025-11-04virtio_net: Fix a typo error in virtio_netChu Guangqing-1/+1
2025-11-04net: stmmac: imx: use ->set_phy_intf_sel()Russell King (Oracle)-28/+10
2025-11-04net: stmmac: imx: cleanup arguments for set_intf_mode() methodRussell King (Oracle)-14/+8
2025-11-04net: stmmac: imx: simplify set_intf_mode() implementationsRussell King (Oracle)-48/+19
2025-11-04net: stmmac: imx: use stmmac_get_phy_intf_sel()Russell King (Oracle)-18/+25
2025-11-04net: stmmac: imx: use FIELD_PREP()/FIELD_GET() for PHY_INTF_SEL_xRussell King (Oracle)-24/+20
2025-11-04net: stmmac: imx: convert to PHY_INTF_SEL_xxxRussell King (Oracle)-8/+15
2025-11-04net: stmmac: add support for configuring the phy_intf_sel inputsRussell King (Oracle)-0/+34
2025-11-04net: stmmac: add stmmac_get_phy_intf_sel()Russell King (Oracle)-0/+21
2025-11-04net: stmmac: add phy_intf_sel and ACTPHYIF definitionsRussell King (Oracle)-0/+10
2025-11-04net: stmmac: s32: move PHY_INTF_SEL_x definitions out of the wayRussell King (Oracle)-5/+5
2025-11-04net: stmmac: imx: use phylink's interface mode for set_clk_tx_rate()Russell King (Oracle)-3/+0
2025-11-03net: phy: dp83td510: add MSE interface support for 10BASE-T1LOleksij Rempel-0/+62
2025-11-03net: phy: micrel: add MSE interface support for KSZ9477 familyOleksij Rempel-0/+102
2025-11-04wifi: rtw88: Add BUFFALO WI-U3-866DHP to the USB ID listHiroaki Yamamoto-0/+2
2025-11-04wifi: rtw88: 8822c: use fixed rate and bandwidth to reply CSI packetsChin-Yen Lee-1/+14
2025-11-04wifi: rtw89: Enable the new rtw89_8852cu moduleBitterblue Smith-0/+14
2025-11-03net: usb: qmi_wwan: initialize MAC header offset in qmimux_rx_fixupQendrim Maxhuni-0/+6
2025-11-04wifi: rtw89: Add rtw8852cu.cBitterblue Smith-0/+69
2025-11-04wifi: rtw89: 8852c: Accept USB devices and load their MAC addressBitterblue Smith-10/+8
2025-11-04wifi: rtw89: Add rtw8852c_hfc_param_ini_usbBitterblue Smith-1/+45
2025-11-04wifi: rtw89: Add rtw8852c_dle_mem_usb{2,3}Bitterblue Smith-1/+60
2025-11-04wifi: rtw89: 8852c: Fix rtw8852c_pwr_{on,off}_func() for USBBitterblue Smith-7/+24
2025-11-04wifi: rtw89: Fix rtw89_mac_dmac_func_pre_en_ax() for USB/SDIOBitterblue Smith-2/+9
2025-11-04wifi: rtw89: usb: Prepare rtw89_usb_ops_mac_post_init() for RTL8852CUBitterblue Smith-3/+13
2025-11-04wifi: rtw89: usb: Prepare rtw89_usb_ops_mac_pre_init() for RTL8852CUBitterblue Smith-5/+19
2025-11-04wifi: rtw89: usb: Move bulk out map to new struct rtw89_usb_infoBitterblue Smith-22/+40
2025-11-04wifi: rtw89: Add rtw89_core_get_ch_dma_v2()Bitterblue Smith-8/+40
2025-11-04wifi: rtw89: 8832cu: turn off TX partial modePing-Ke Shih-1/+2
2025-11-03net: spacemit: Check netif_running() in emac_set_pauseparam()Vivian Wang-0/+3
2025-11-03octeontx2-pf: Fix devm_kcalloc() error checkingDan Carpenter-4/+2
2025-11-03net: ionic: map SKB after pseudo-header checksum prepMohammad Heib-17/+13
2025-11-03net: ionic: add dma_wmb() before ringing TX doorbellMohammad Heib-0/+4
2025-11-03net: stmmac: rename devlink parameter ts_coarse into phc_coarse_adjMaxime Chevallier-1/+1
2025-11-03net: phy: micrel: lan8842 errataHoratiu Vultur-1/+17
2025-11-03net: phy: micrel: lan8842 errataHoratiu Vultur-0/+147
2025-11-03net: dsa: yt921x: Fix spelling mistake "stucked" -> "stuck"Colin Ian King-1/+1
2025-11-03net: phy: realtek: add interrupt support for RTL8221BJianhui Zhao-0/+56
2025-11-03net: dsa: b53: properly bound ARL searches for < 4 ARL bin chipsJonas Gorski-3/+6
2025-11-03net: dsa: b53: stop reading ARL entries if search is doneJonas Gorski-1/+1
2025-11-03net: dsa: b53: fix enabling ip multicastJonas Gorski-4/+3
2025-11-03net: dsa: b53: fix bcm63xx RGMII port link adjustmentJonas Gorski-1/+11
2025-11-03net: dsa: b53: fix resetting speed and pause on forced linkJonas Gorski-0/+9
2025-11-03hinic3: fix misleading error message in hinic3_open_channel()Alok Tiwari-1/+1
2025-11-03net: mdio: Check regmap pointer returned by device_node_to_regmap()Alok Tiwari-0/+2
2025-11-03Merge tag 'iwlwifi-next-2025-10-28' of https://git.kernel.org/pub/scm/linux/k...Johannes Berg-1400/+1865
2025-10-31net: pse-pd: tps23881: Add support for TPS23881BThomas Wismer-15/+54
2025-10-31netconsole: Acquire su_mutex before navigating configs hierarchyGustavo Luiz Duarte-0/+10