summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-07-19wifi: ath12k: Fix TX status reporting to mac80211 when offload is enabledNithyanantham Paramasivam-4/+60
2025-07-19wifi: ath12k: Fix the handling of TX packets in Ethernet modeNithyanantham Paramasivam-7/+32
2025-07-18net/mlx5: E-Switch, Fix peer miss rules to use peer eswitchShahar Shitrit-54/+54
2025-07-18net/mlx5: Fix memory leak in cmd_exec()Chiara Meiohas-2/+2
2025-07-18be2net: Use correct byte order and format string for TCP seq and ack_seqAlok Tiwari-4/+4
2025-07-18net: bcmasp: Add support for re-starting auto-negotiationFlorian Fainelli-0/+1
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev-1/+2
2025-07-18net: s/dev_set_threaded/netif_set_threaded/Stanislav Fomichev-5/+5
2025-07-18net: s/__dev_set_mtu/__netif_set_mtu/Stanislav Fomichev-1/+1
2025-07-18net: s/dev_pre_changeaddr_notify/netif_pre_changeaddr_notify/Stanislav Fomichev-4/+6
2025-07-18net: s/dev_get_mac_address/netif_get_mac_address/Stanislav Fomichev-3/+5
2025-07-18net: s/dev_get_port_parent_id/netif_get_port_parent_id/Stanislav Fomichev-1/+1
2025-07-18net: ti: icssg-prueth: Fix buffer allocation for ICSSGHimanshu Mittal-73/+190
2025-07-18dpaa2-switch: Fix device reference count leak in MAC endpoint handlingMa Ke-3/+12
2025-07-18dpaa2-eth: Fix device reference count leak in MAC endpoint handlingMa Ke-3/+12
2025-07-18net: track pfmemalloc drops via SKB_DROP_REASON_PFMEMALLOCJesper Dangaard Brouer-4/+2
2025-07-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc6Alexei Starovoitov-499/+986
2025-07-18ixgbevf: remove unused fields from struct ixgbevf_adapterYuto Ohnuki-3/+0
2025-07-18igbvf: remove unused fields from struct igbvf_adapterYuto Ohnuki-32/+0
2025-07-18igc: Add wildcard rule support to ethtool NFC using Default QueueSong Yoong Siang-3/+49
2025-07-18igc: Relocate RSS field definitions to igc_defines.hSong Yoong Siang-4/+3
2025-07-18ice: breakout common LAG code into helpersDave Ertman-35/+51
2025-07-18ice: convert ice_add_prof() to bitmapJesse Brandeburg-55/+34
2025-07-18ice: add E835 device IDsDawid Osuchowski-0/+36
2025-07-18ice: add 40G speed to Admin Command GET PORT OPTIONAleksandr Loktionov-2/+6
2025-07-18idpf: preserve coalescing settings across resetsAhmed Zaki-13/+74
2025-07-18idpf: add cross timestampingMilena Olech-1/+207
2025-07-18idpf: add flow steering supportAhmed Zaki-5/+425
2025-07-18virtchnl2: add flow steering supportSudheer Mogilappagari-7/+202
2025-07-18virtchnl2: rename enum virtchnl2_cap_rssAhmed Zaki-35/+35
2025-07-18wifi: ath12k: Add support to parse max ext2 wmi service bitTamizh Chelvam Raja-7/+6
2025-07-18wifi: ath12k: fix endianness handling while accessing wmi service bitTamizh Chelvam Raja-5/+7
2025-07-18wifi: plfxlc: Fix error handling in usb driver probeMurad Masimov-21/+21
2025-07-18wifi: brcmfmac: Add support for the SDIO 43751 deviceFabio Estevam-1/+8
2025-07-18wifi: wilc1000: Use min() to improve codeQianfeng Rong-4/+1
2025-07-18wifi: mwifiex: Use max_t() to improve codeQianfeng Rong-4/+3
2025-07-18wifi: brcm80211: Use min() to improve codeQianfeng Rong-8/+3
2025-07-18wifi: brcmfmac: Fix typo "notifer"WangYuli-1/+1
2025-07-18wifi: brcmsmac: Remove const from tbl_ptr parameter in wlc_lcnphy_common_read...Nathan Chancellor-1/+1
2025-07-18Merge tag 'rtw-next-2025-07-18' of https://github.com/pkshih/rtwJohannes Berg-675/+3487
2025-07-18wifi: rtlwifi: Use min()/max() to improve codeQianfeng Rong-54/+12
2025-07-18wifi: rtw89: wow: Add Basic Rate IE to probe request in scheduled scan modeChin-Yen Lee-1/+4
2025-07-18wifi: rtw89: Lower the timeout in rtw89_fwdl_check_path_ready_ax() for USBBitterblue Smith-1/+8
2025-07-18wifi: rtw89: Lower the timeout in rtw89_fw_read_c2h_reg() for USBBitterblue Smith-2/+9
2025-07-18wifi: rtw89: check path range before using in rtw89_fw_h2c_rf_ps_info()Ping-Ke Shih-1/+1
2025-07-18wifi: rtw89: purge obsoleted scan events with software sequence numberPing-Ke Shih-2/+68
2025-07-18wifi: rtw89: dynamically update EHT preamble puncturingKuan-Chung Chen-0/+115
2025-07-18wifi: rtw89: mac: reduce PPDU status length for WiFi 6 chipsChia-Yuan Li-1/+1
2025-07-18wifi: rtw89: trigger TX stuck if FIFO fullChia-Yuan Li-0/+4
2025-07-17et131x: Add missing check after DMA mapThomas Fourier-0/+36