aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2025-08-26wifi: rtw89: 8852a: report average RSSI to avoid unnecessary scanningPo-Hao Huang1-3/+10
2025-08-26wifi: rtw89: 8852a: report per-channel noise level by get_survey opsPo-Hao Huang13-4/+482
2025-08-25tcp: Don't pass hashinfo to socket lookup helpers.Kuniyuki Iwashima2-10/+8
2025-08-25net: dlink: fix multicast stats being counted incorrectlyYeounsu Moon1-1/+1
2025-08-25net: airoha: Introduce check_skb callback in ppe_dev opsLorenzo Bianconi3-18/+18
2025-08-25net: airoha: Add airoha_ppe_dev struct definitionLorenzo Bianconi4-7/+69
2025-08-25net: airoha: Rely on airoha_eth struct in airoha_ppe_flow_offload_cmd signatureLorenzo Bianconi1-12/+8
2025-08-25net: phy: mxl-86110: add basic support for MxL86111 PHYDaniel Golle1-12/+309
2025-08-25net: phy: mxl-86110: fix indentation in struct phy_driverDaniel Golle1-2/+2
2025-08-25net: phy: mxl-86110: add basic support for led_brightness_set opDaniel Golle1-1/+66
2025-08-25Octeontx2-af: Fix NIX X2P calibration failuresHariprasad Kelam2-0/+21
2025-08-25ppp: remove rwlock usageQingfang Deng1-57/+63
2025-08-25net: usb: lan78xx: add support for generic net selftests via ethtoolOleksij Rempel2-0/+7
2025-08-25net: dsa: lantiq_gswip: store switch API version in privDaniel Golle2-4/+22
2025-08-25net: dsa: lantiq_gswip: make DSA tag protocol model-specificDaniel Golle2-1/+6
2025-08-25net: dsa: lantiq_gswip: load model-specific microcodeDaniel Golle3-12/+20
2025-08-25net: dsa: lantiq_gswip: introduce bitmap for MII portsDaniel Golle2-3/+12
2025-08-25net: dsa: lantiq_gswip: move definitions to headerDaniel Golle2-247/+255
2025-08-25net: dsa: lantiq_gswip: prepare for more CPU port optionsDaniel Golle1-29/+50
2025-08-25net: dsa: lantiq_gswip: deduplicate dsa_switch_opsDaniel Golle1-29/+15
2025-08-25net: phy: aquantia: add support for AQR115Camelia Groza1-0/+27
2025-08-25net: phy: aquantia: promote AQR813 and AQR114C to aqr_gen4_config_init()Vladimir Oltean1-2/+2
2025-08-25net: phy: aquantia: rename aqr113c_config_init() to aqr_gen4_config_init()Vladimir Oltean1-5/+5
2025-08-25net: phy: aquantia: reimplement aqcs109_config_init() as aqr_gen2_config_init()Vladimir Oltean1-11/+1
2025-08-25net: phy: aquantia: call aqr_gen3_config_init() for AQR112 and AQR412(C)Vladimir Oltean1-2/+10
2025-08-25net: phy: aquantia: call aqr_gen2_fill_interface_modes() for AQCS109Vladimir Oltean1-1/+5
2025-08-25net: phy: aquantia: merge and rename aqr105_read_status() and aqr107_read_status()Vladimir Oltean1-110/+21
2025-08-25net: phy: aquantia: use cached GLOBAL_CFG registers in aqr107_read_rate()Vladimir Oltean1-16/+13
2025-08-25net: phy: aquantia: remove handling for get_rate_matching(PHY_INTERFACE_MODE_NA)Vladimir Oltean1-2/+1
2025-08-25net: phy: aquantia: save a local shadow of GLOBAL_CFG register valuesVladimir Oltean2-31/+87
2025-08-25net: phy: aquantia: fill supported_interfaces for all aqr_gen2_config_init() callersVladimir Oltean1-83/+85
2025-08-25net: phy: aquantia: rename some aqr107 functions according to generationVladimir Oltean1-56/+61
2025-08-25net: phy: aquantia: reorder AQR113C PMD Global Transmit Disable bit clearing with supported_interfacesVladimir Oltean1-4/+4
2025-08-25net: phy: aquantia: merge aqr113c_fill_interface_modes() into aqr107_fill_interface_modes()Vladimir Oltean2-21/+21
2025-08-25net: phy: aquantia: rename AQR412 to AQR412C and add real AQR412Vladimir Oltean1-1/+21
2025-08-25ixgbe: fix ixgbe_orom_civd_info struct layoutJedrzej Jagielski2-2/+2
2025-08-25ice: fix incorrect counter for buffer allocation failuresMichal Kubiak1-1/+1
2025-08-25ice: use fixed adapter index for E825C embedded devicesJacob Keller2-13/+40
2025-08-25ice: don't leave device non-functional if Tx scheduler config failsJacob Keller2-17/+43
2025-08-25ice: fix NULL pointer dereference in ice_unplug_aux_dev() on resetEmil Tantilov2-4/+7
2025-08-25ice: add virt/ and move ice_virtchnl* files therePrzemek Kitszel11-11/+11
2025-08-22net: wangxun: support to use adaptive RX/TX coalescingJiawen Wu12-7/+141
2025-08-22net: wangxun: cleanup the code in wx_set_coalesce()Jiawen Wu1-20/+8
2025-08-22net: wangxun: limit tx_max_coalesced_frames_irqJiawen Wu1-2/+5
2025-08-22net: ngbe: change the default ITR settingJiawen Wu2-7/+10
2025-08-22hinic3: Interrupt request configurationFan Gong4-6/+178
2025-08-22hinic3: Mailbox management interfacesFan Gong2-2/+460
2025-08-22hinic3: Mailbox frameworkFan Gong4-0/+535
2025-08-22hinic3: TX & RX Queue coalesce interfacesFan Gong2-5/+66
2025-08-22hinic3: Command Queue interfacesFan Gong3-0/+522