summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: return a beacon for a specific linkShaul Triebitz2022-06-2041-53/+55
* wifi: mac80211: pass the link id in start/stop apShaul Triebitz2022-06-205-13/+48
* wifi: mac80211_hwsim: split bss_info_changed to vif/link info_changedShaul Triebitz2022-06-201-10/+24
* wifi: mac80211: make some SMPS code MLD-awareJohannes Berg2022-06-203-5/+5
* wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg2022-06-201-1/+1
* wifi: mac80211: make channel context code MLO-awareJohannes Berg2022-06-208-0/+16
* wifi: mac80211: split bss_info_changed methodJohannes Berg2022-06-2048-58/+58
* wifi: mac80211: move interface config to new structJohannes Berg2022-06-2065-273/+288
* wifi: mac80211: move some future per-link data to bss_confJohannes Berg2022-06-2024-60/+64
* wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg2022-06-2011-36/+51
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2022-06-1524-86/+298
|\
| * ath10k: fix recently introduced checkpatch warningKalle Valo2022-06-082-3/+3
| * ath11k: Fix warnings reported by checkpatchManikanta Pubbisetty2022-06-064-6/+6
| * ath11k: Fix LDPC config in set_bitrate_mask hookManikanta Pubbisetty2022-06-062-3/+3
| * ath11k: Avoid REO CMD failed prints during firmware recoveryManikanta Pubbisetty2022-06-061-2/+3
| * ath11k: Fix incorrect debug_mask mappingsManikanta Pubbisetty2022-06-061-2/+2
| * ath11k: fix missing skb drop on htc_tx_completion errorChristian 'Ansuel' Marangi2022-06-061-1/+3
| * ath10k: fix regdomain info of iw reg set/getWen Gong2022-05-301-1/+2
| * ath11k: support avg signal in station dumpThiraviyam Mariyappan2022-05-303-0/+12
| * ath11k: fix IRQ affinity warning on shutdownJohan Hovold2022-05-301-0/+2
| * ath6kl: fix typo in commentJulia Lawall2022-05-301-1/+1
| * ath11k: fix netdev open raceJohan Hovold2022-05-301-8/+8
| * ath9k: replace ternary operator with max()Guo Zhengkui2022-05-221-1/+1
| * ath11k: Init hw_params before setting up AHB resourcesManikanta Pubbisetty2022-05-221-2/+2
| * ath5k: replace ternary operator with min()Guo Zhengkui2022-05-221-1/+1
| * ath11k: Fix warning on variable 'sar' dereference before checkBaochen Qiang2022-05-221-7/+6
| * ath10k: fix misreported tx bandwidth for 160MhzMaxime Bizon2022-05-221-0/+4
| * ath10k: add encapsulation offloading supportSergey Ryazanov2022-05-222-14/+55
| * ath10k: turn rawmode into frame_modeSergey Ryazanov2022-05-222-4/+8
| * ath10k: htt_tx: do not interpret Eth frames as WiFiSergey Ryazanov2022-05-221-26/+35
| * ath10k: improve tx status reportingSergey Ryazanov2022-05-221-1/+14
| * ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski2022-05-221-3/+2
| * ath11k: update missing MU-MIMO and OFDMA statsSriram R2022-05-182-1/+126
* | net: sparx5: Allow mdb entries to both CPU and portsCasper Andersson2022-06-151-20/+35
* | bcm63xx_enet: switch to napi_build_skb() to reuse skbuff_headsSieng Piaw Liew2022-06-151-2/+2
* | i40e: add xdp frags support to ndo_xdp_xmitLorenzo Bianconi2022-06-151-25/+62
* | net: phy: marvell-88x2222: set proper phydev->portIvan Bornyakov2022-06-151-0/+2
* | net: ipa: rework gsi_channel_tx_update()Alex Elder2022-06-151-27/+23
* | net: ipa: stop counting total RX bytes and transactionsAlex Elder2022-06-152-9/+1
* | net: ipa: simplify TX completion statisticsAlex Elder2022-06-151-8/+6
* | net: ipa: introduce gsi_trans_tx_committed()Alex Elder2022-06-154-11/+27
* | net: ipa: rename two transaction fieldsAlex Elder2022-06-152-24/+25
* | net: ipa: use "tre_ring" for all TRE ring local variablesAlex Elder2022-06-151-9/+9
* | net: dsa: mt7530: get cpu-port via dp->cpu_dp instead of constantFrank Wunderlich2022-06-142-8/+20
* | net: dsa: mt7530: rework mt753[01]_setupFrank Wunderlich2022-06-141-4/+21
* | net: dsa: mt7530: rework mt7530_hw_vlan_{add,del}Frank Wunderlich2022-06-141-18/+12
* | mlxsw: Revert "Prepare for XM implementation - LPM trees"Petr Machata2022-06-143-163/+31
* | mlxsw: Revert "Prepare for XM implementation - prefix insertion and removal"Petr Machata2022-06-143-589/+209
* | mlxsw: Revert "Introduce initial XM router support"Petr Machata2022-06-1411-1518/+8
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Jakub Kicinski2022-06-146-33/+121
|\ \