summaryrefslogtreecommitdiffstats
path: root/drivers/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | net: dsa: mt7530: disable LEDs before resetJustin Swartz2024-03-111-0/+6
* | | | | | | | net: mdio_bus: Remove unused of_gpio.hAndy Shevchenko2024-03-111-2/+0
* | | | | | | | net: wan: fsl_qmc_hdlc: Add framer supportHerve Codina2024-03-111-5/+234
* | | | | | | | net: wan: fsl_qmc_hdlc: Add runtime timeslots changes supportHerve Codina2024-03-111-1/+150
* | | | | | | | net: wan: Add support for QMC HDLCHerve Codina2024-03-113-0/+432
* | | | | | | | Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-113-5/+145
|\ \ \ \ \ \ \ \
| * | | | | | | | ice: Implement RSS settings for GTP using ethtoolTakeru Hayasaka2024-03-063-5/+145
* | | | | | | | | Merge tag 'mlx5-socket-direct-v3' of git://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski2024-03-0830-172/+989
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | net/mlx5: Enable SD featureTariq Toukan2024-03-071-1/+2
| * | | | | | | | | net/mlx5e: Block TLS device offload on combined SD netdevTariq Toukan2024-03-072-2/+4
| * | | | | | | | | net/mlx5e: Support per-mdev queue counterTariq Toukan2024-03-0710-69/+111
| * | | | | | | | | net/mlx5e: Support cross-vhca RSSTariq Toukan2024-03-0710-57/+179
| * | | | | | | | | net/mlx5e: Let channels be SD-awareTariq Toukan2024-03-078-27/+35
| * | | | | | | | | net/mlx5e: Create EN core HW resources for all secondary devicesTariq Toukan2024-03-072-10/+23
| * | | | | | | | | net/mlx5e: Create single netdev per SD groupTariq Toukan2024-03-071-7/+62
| * | | | | | | | | net/mlx5: SD, Add debugfsTariq Toukan2024-03-071-0/+34
| * | | | | | | | | net/mlx5: SD, Add informative prints in kernel logTariq Toukan2024-03-071-0/+21
| * | | | | | | | | net/mlx5: SD, Implement steering for primary and secondariesTariq Toukan2024-03-071-1/+184
| * | | | | | | | | net/mlx5: SD, Implement devcom communication and primary electionTariq Toukan2024-03-072-2/+121
| * | | | | | | | | net/mlx5: SD, Implement basic query and instantiationTariq Toukan2024-03-071-1/+109
| * | | | | | | | | net/mlx5: SD, Introduce SD libTariq Toukan2024-03-074-1/+110
* | | | | | | | | | Merge tag 'ieee802154-for-net-next-2024-03-07' of git://git.kernel.org/pub/sc...Jakub Kicinski2024-03-084-16/+8
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | ieee802154: mcr20a: Remove unused of_gpio.hAndy Shevchenko2024-03-061-1/+0
| * | | | | | | | | | ieee802154: at86rf230: Replace of_gpio.h by proper oneAndy Shevchenko2024-03-061-2/+1
| * | | | | | | | | | ieee802154: ca8210: Drop spurious WQ_UNBOUND from alloc_ordered_workqueue() callTejun Heo2024-02-261-8/+2
| * | | | | | | | | | net: ieee802154: mrf24j40: convert to use maple tree register cacheBo Liu2024-02-261-2/+2
| * | | | | | | | | | net: ieee802154: mcr20a: convert to use maple tree register cacheBo Liu2024-02-261-2/+2
| * | | | | | | | | | net: ieee802154: at86rf230: convert to use maple tree register cacheBo Liu2024-02-261-1/+1
* | | | | | | | | | | Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-03-08102-998/+2580
|\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge tag 'ath-next-20240305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Kalle Valo2024-03-058-72/+26
| |\ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | wifi: ath12k: fix license in p2p.c and p2p.hKalle Valo2024-02-282-2/+2
| | * | | | | | | | | | | wifi: ath11k: constify MHI channel and controller configsJeff Johnson2024-02-281-5/+5
| | * | | | | | | | | | | wifi: ath12k: add rcu lock for ath12k_wmi_p2p_noa_event()Kang Yang2024-02-281-1/+4
| | * | | | | | | | | | | wifi: ath11k: decrease MHI channel buffer length to 8KBBaochen Qiang2024-02-281-1/+1
| | * | | | | | | | | | | wifi: ath11k: thermal: don't try to register multiple timesKalle Valo2024-02-231-1/+4
| | * | | | | | | | | | | wifi: ath11k: fix warning on DMA ring capabilities eventBaochen Qiang2024-02-231-1/+2
| | * | | | | | | | | | | wifi: ath11k: do not dump SRNG statistics during resumeBaochen Qiang2024-02-231-2/+3
| | * | | | | | | | | | | wifi: ath11k: remove MHI LOOPBACK channelsBaochen Qiang2024-02-231-56/+0
| | * | | | | | | | | | | wifi: ath11k: rearrange IRQ enable/disable in reset pathBaochen Qiang2024-02-231-3/+5
| * | | | | | | | | | | | wifi: rtw89: wow: move release offload packet earlier for WoWLAN modeChin-Yen Lee2024-03-051-2/+2
| * | | | | | | | | | | | wifi: rtw89: wow: set security engine options for 802.11ax chips onlyChin-Yen Lee2024-03-051-0/+3
| * | | | | | | | | | | | wifi: rtw89: update suspend/resume for different generationChin-Yen Lee2024-03-054-1/+57
| * | | | | | | | | | | | wifi: rtw89: wow: update config mac function with different generationChin-Yen Lee2024-03-056-29/+117
| * | | | | | | | | | | | wifi: rtw89: update DMA function with different generationChin-Yen Lee2024-03-055-24/+68
| * | | | | | | | | | | | wifi: rtw89: wow: update WoWLAN status register for different generationChin-Yen Lee2024-03-055-1/+11
| * | | | | | | | | | | | wifi: rtw89: wow: update WoWLAN reason register for different chipsChin-Yen Lee2024-03-057-8/+7
| * | | | | | | | | | | | wifi: brcm80211: handle pmk_op allocation failureDuoming Zhou2024-03-051-0/+3
| * | | | | | | | | | | | wifi: rtw89: coex: Add coexistence policy to decrease WiFi packet CRC-ERRChing-Te Ku2024-03-052-7/+38
| * | | | | | | | | | | | wifi: rtw89: coex: When Bluetooth not available don't set power/gainChing-Te Ku2024-03-051-0/+6
| * | | | | | | | | | | | wifi: rtw89: coex: add return value to ensure H2C command is success or notChing-Te Ku2024-03-052-20/+34