summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-11-06wifi: rtw89: process TX wait skbs for USB via C2H handlerFedor Pchelkin-7/+20
2025-11-06wifi: rtw89: provide TX reports for management framesFedor Pchelkin-1/+3
2025-11-06wifi: rtw89: handle IEEE80211_TX_CTL_REQ_TX_STATUS frames for USBFedor Pchelkin-0/+149
2025-11-06wifi: rtw89: usb: anchor TX URBsFedor Pchelkin-4/+21
2025-11-06wifi: rtw89: fill TX descriptor of FWCMD in shortcutPing-Ke Shih-12/+14
2025-11-06wifi: rtw89: implement C2H TX report handlerFedor Pchelkin-6/+126
2025-11-06wifi: rtw89: refine rtw89_core_tx_wait_complete()Fedor Pchelkin-15/+11
2025-11-06wifi: rtw89: usb: use ieee80211_free_txskb() where appropriateFedor Pchelkin-2/+11
2025-11-06wifi: rtw89: usb: fix leak in rtw89_usb_write_port()Fedor Pchelkin-3/+4
2025-11-06wifi: rtw89: usb: use common error path for skbs in rtw89_usb_rx_handler()Fedor Pchelkin-3/+3
2025-11-05net: stmmac: socfpga: Add hardware supported cross-timestampRohan G Thomas-0/+125
2025-11-05net: stmmac: socfpga: Enable TSO for Agilex5 platformRohan G Thomas-0/+3
2025-11-05net: stmmac: socfpga: Enable TBS support for Agilex5Rohan G Thomas-0/+13
2025-11-05net: stmmac: socfpga: Agilex5 EMAC platform configurationRohan G Thomas-3/+27
2025-11-05Merge tag 'wireless-next-2025-11-05' of https://git.kernel.org/pub/scm/linux/...Jakub Kicinski-1957/+3419
2025-11-05Merge tag 'wireless-2025-11-05' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-70/+59
2025-11-05net: wan: framer: pef2256: Switch to devm_mfd_add_devices()Haotian Zhang-3/+4
2025-11-05net: dsa: microchip: Fix a link check in ksz9477_pcs_read()Dan Carpenter-1/+1
2025-11-05net: libwx: fix device bus LAN IDJiawen Wu-3/+4
2025-11-05net/mlx5e: SHAMPO, Fix header formulas for higher MTUs and 64K pagesDragos Tatulea-19/+41
2025-11-05net/mlx5e: SHAMPO, Fix skb size check for 64K pagesDragos Tatulea-1/+4
2025-11-05net/mlx5e: SHAMPO, Fix header mapping for 64K pagesDragos Tatulea-19/+17
2025-11-05net: ti: icssg-prueth: Fix fdb hash size configurationMeghana Malladi-0/+7
2025-11-05net/mlx5e: Fix return value in case of module EEPROM read errorGal Pressman-3/+1
2025-11-05libie: depend on DEBUG_FS when building LIBIE_FWLOGMichal Swiatkowski-4/+2
2025-11-05Merge tag 'ath-next-20251103' of git://git.kernel.org/pub/scm/linux/kernel/gi...Johannes Berg-557/+1554
2025-11-05Merge tag 'ath-current-20251103' of git://git.kernel.org/pub/scm/linux/kernel...Johannes Berg-67/+55
2025-11-05wifi: mac80211_hwsim: Limit destroy_on_close radio removal to netgroupMartin Willi-3/+4
2025-11-05wifi: ath12k: Replace lock/unlock with guard()Ripan Deuri-30/+13
2025-11-05wifi: ath12k: Use dp objects in performance critical pathsPavankumar Nandeshwar-270/+262
2025-11-05wifi: ath12k: Build all the files in wifi7 directory into ath12k_wifi7.koPavankumar Nandeshwar-18/+51
2025-11-05wifi: ath12k: Remove arch-specific HAL dependencies from common DPPavankumar Nandeshwar-7/+8
2025-11-05wifi: ath12k: Move ath12k_dp_rx_get_peer_id API to Wi-Fi 7Pavankumar Nandeshwar-30/+27
2025-11-05wifi: ath12k: Move ath12k_dp_rx_frags_cleanup API to Wi-Fi 7Pavankumar Nandeshwar-31/+42
2025-11-05wifi: ath12k: Remove the wifi7 header inclusions in common codePavankumar Nandeshwar-98/+129
2025-11-05wifi: ath12k: Move ieee80211_ops callback to the arch specific moduleRipan Deuri-220/+237
2025-11-05wifi: ath12k: Add helper to free DP link peerPavankumar Nandeshwar-15/+13
2025-11-05wifi: ath12k: Move DP specific link stats to DP link peerHarsh Kumar Bijlani-208/+281
2025-11-05wifi: ath12k: Move DP device stats to ath12k_dpPavankumar Nandeshwar-54/+60
2025-11-05wifi: ath12k: Add callbacks in arch_ops for rx APIsPavankumar Nandeshwar-37/+141
2025-11-04net: ethernet: ti: netcp: Standardize knav_dma_open_channel to return NULL on...Nishanth Menon-5/+5
2025-11-04net: Convert proto_ops connect() callbacks to use sockaddr_unsizedKees Cook-7/+7
2025-11-04net: Convert proto_ops bind() callbacks to use sockaddr_unsizedKees Cook-2/+2
2025-11-04virtio-net: fix received length check in big packetsBui Quang Minh-13/+12
2025-11-04net: phy: fixed_phy: remove fixed_phy_addHeiner Kallweit-6/+0
2025-11-04net: b44: register a fixed phy using fixed_phy_register_100fd if neededHeiner Kallweit-17/+21
2025-11-04net: fec: register a fixed phy using fixed_phy_register_100fd if neededHeiner Kallweit-26/+27
2025-11-04net: phy: fixed_phy: add helper fixed_phy_register_100fdHeiner Kallweit-0/+12
2025-11-04net: altera-tse: Init PCS and phylink before registering netdevMaxime Chevallier-20/+20
2025-11-04net: altera-tse: Don't use netdev name for the PCS mdio busMaxime Chevallier-1/+1