summaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorLines
2025-08-26wifi: iwlwifi: make ppag versioning clearMiri Korenblit-19/+19
2025-08-26Reapply "wifi: iwlwifi: remove support of several iwl_ppag_table_cmd versions"Miri Korenblit-30/+10
2025-08-26wifi: iwlwifi: bump MIN API in HR/GF/BZ/SC/DRMiri Korenblit-5/+5
2025-08-26wifi: iwlwifi: mvm: remove a function declarationMiri Korenblit-3/+0
2025-08-26wifi: iwlwifi: mld/mvm: set beacon protection capability in wowlan configMiri Korenblit-2/+26
2025-08-26wifi: iwlwifi: mvm/mld: correctly retrieve the keyidx from the beaconMiri Korenblit-7/+15
2025-08-26wifi: iwlwifi: mld: track BIGTK per linkMiri Korenblit-18/+49
2025-08-26wifi: iwlwifi: mld: support MLO rekey on resumeMiri Korenblit-8/+118
2025-08-26wifi: iwlwifi: mvm: cleanup cipher lookup in resumeMiri Korenblit-151/+14
2025-08-26wifi: iwlwifi: mld: cleanup cipher lookup in resumeMiri Korenblit-74/+7
2025-08-26wifi: iwlwifi: mvm: remove MLO codePagadala Yesu Anjaneyulu-2330/+18
2025-08-26wifi: brcmfmac: fix use-after-free when rescheduling brcmf_btcoex_info workDuoming Zhou-4/+2
2025-08-26wifi: rt2x00: fix CRC_CCITT dependencyArnd Bergmann-2/+1
2025-08-26wifi: rt2800: select CONFIG_RT2X00_LIB as neededArnd Bergmann-0/+1
2025-08-26ibmvnic: Increase max subcrq indirect entries with fallbackMingming Cao-9/+56
2025-08-26virtio_net: adjust the execution order of function `virtnet_close` during freezeJunnan Wu-3/+4
2025-08-26octeontx2-af: Remove unused declarationsYue Haibing-4/+0
2025-08-26wifi: rtw88: Use led->brightness_set_blocking for PCI tooBitterblue Smith-12/+3
2025-08-26wifi: rtw89: coex: Limit Wi-Fi scan slot cost to avoid A2DP glitchChing-Te Ku-1/+4
2025-08-26wifi: rtw89: 8852c: update firmware crash trigger type for newer firmwarePing-Ke Shih-0/+1
2025-08-26wifi: rtw89: 8852a: report average RSSI to avoid unnecessary scanningPo-Hao Huang-3/+10
2025-08-26wifi: rtw89: 8852a: report per-channel noise level by get_survey opsPo-Hao Huang-4/+482
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima-10/+8
2025-08-25net: dlink: fix multicast stats being counted incorrectlyYeounsu Moon-1/+1
2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi-18/+18
2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi-7/+69
2025-08-25net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi-12/+8
2025-08-25net: phy: mxl-86110: add basic support for MxL86111 PHYDaniel Golle-12/+309
2025-08-25net: phy: mxl-86110: fix indentation in struct phy_driverDaniel Golle-2/+2
2025-08-25net: phy: mxl-86110: add basic support for led_brightness_set opDaniel Golle-1/+66
2025-08-25Octeontx2-af: Fix NIX X2P calibration failuresHariprasad Kelam-0/+21
2025-08-25ppp: remove rwlock usageQingfang Deng-57/+63
2025-08-25net: usb: lan78xx: add support for generic net selftests via ethtoolOleksij Rempel-0/+7
2025-08-25net: dsa: lantiq_gswip: store switch API version in privDaniel Golle-4/+22
2025-08-25net: dsa: lantiq_gswip: make DSA tag protocol model-specificDaniel Golle-1/+6
2025-08-25net: dsa: lantiq_gswip: load model-specific microcodeDaniel Golle-12/+20
2025-08-25net: dsa: lantiq_gswip: introduce bitmap for MII portsDaniel Golle-3/+12
2025-08-25net: dsa: lantiq_gswip: move definitions to headerDaniel Golle-247/+255
2025-08-25net: dsa: lantiq_gswip: prepare for more CPU port optionsDaniel Golle-29/+50
2025-08-25net: dsa: lantiq_gswip: deduplicate dsa_switch_opsDaniel Golle-29/+15
2025-08-25net: phy: aquantia: add support for AQR115Camelia Groza-0/+27
2025-08-25net: phy: aquantia: promote AQR813 and AQR114C to aqr_gen4_config_init()Vladimir Oltean-2/+2
2025-08-25net: phy: aquantia: rename aqr113c_config_init() to aqr_gen4_config_init()Vladimir Oltean-5/+5
2025-08-25net: phy: aquantia: reimplement aqcs109_config_init() as aqr_gen2_config_init()Vladimir Oltean-11/+1
2025-08-25net: phy: aquantia: call aqr_gen3_config_init() for AQR112 and AQR412(C)Vladimir Oltean-2/+10
2025-08-25net: phy: aquantia: call aqr_gen2_fill_interface_modes() for AQCS109Vladimir Oltean-1/+5
2025-08-25net: phy: aquantia: merge and rename aqr105_read_status() and aqr107_read_sta...Vladimir Oltean-110/+21
2025-08-25net: phy: aquantia: use cached GLOBAL_CFG registers in aqr107_read_rate()Vladimir Oltean-16/+13
2025-08-25net: phy: aquantia: remove handling for get_rate_matching(PHY_INTERFACE_MODE_NA)Vladimir Oltean-2/+1
2025-08-25net: phy: aquantia: save a local shadow of GLOBAL_CFG register valuesVladimir Oltean-31/+87