index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-24
mac80211_hwsim: add PMSR capability support
Jaewan Kim
2
-0
/
+133
2023-03-24
wifi: iwlwifi: mvm: fix NULL deref in iwl_mvm_mld_disable_txq
Gregory Greenman
1
-1
/
+6
2023-03-22
wifi: mac80211_hwsim: EMA support
Aloka Dixit
1
-4
/
+21
2023-03-22
wifi: mac80211_hwsim: Multiple BSSID support
Aloka Dixit
1
-0
/
+5
2023-03-22
wifi: mac80211_hwsim: move beacon transmission to a separate function
Aloka Dixit
1
-25
/
+36
2023-03-22
wifi: iwlwifi: mvm: Add debugfs to get TAS status
Abhishek Naik
4
-2
/
+296
2023-03-22
wifi: iwlwifi: mvm: support enabling and disabling HW timestamping
Avraham Stern
5
-20
/
+41
2023-03-22
wifi: iwlwifi: Update configurations for Bnj device
Mukesh Sisodiya
3
-2
/
+38
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_add_sta(), iwl_mvm_rm_sta()
Miri Korenblit
1
-76
/
+106
2023-03-22
wifi: iwlwifi: mvm: remove not needed initializations
Miri Korenblit
1
-10
/
+0
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_sta_send_to_fw()
Miri Korenblit
1
-49
/
+67
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_sta
Miri Korenblit
1
-1
/
+1
2023-03-22
wifi: iwlwifi: mvm: refactor iwl_mvm_cfg_he_sta()
Miri Korenblit
1
-140
/
+147
2023-03-22
wifi: iwlwifi: mvm: Don't send MAC CTXT cmd after deauthorization
Miri Korenblit
1
-10
/
+3
2023-03-22
wifi: iwlwifi: mvm: add stop_ap() and leave_ibss() callbacks for MLD mode
Miri Korenblit
3
-6
/
+48
2023-03-22
wifi: iwlwifi: mvm: add start_ap() and join_ibss() callbacks for MLD mode
Miri Korenblit
5
-30
/
+175
2023-03-22
wifi: iwlwifi: mvm: select ptp cross timestamp from multiple reads
Avraham Stern
1
-2
/
+25
2023-03-22
wifi: iwlwifi: mvm: implement PHC clock adjustments
Avraham Stern
3
-18
/
+158
2023-03-22
wifi: iwlwifi: mvm: enable TX beacon protection
Johannes Berg
2
-8
/
+23
2023-03-22
wifi: iwlwifi: mvm: add support for timing measurement
Krishnanand Prabhu
1
-3
/
+41
2023-03-22
wifi: iwlwifi: mvm: report hardware timestamps in RX/TX status
Avraham Stern
11
-4
/
+396
2023-03-22
wifi: iwlwifi: mvm: read synced time from firmware if supported
Avraham Stern
3
-3
/
+104
2023-03-22
wifi: iwlwifi: mvm: add support for PTP HW clock (PHC)
Krishnanand Prabhu
5
-0
/
+152
2023-03-20
wifi: rtl8xxxu: Support new chip RTL8710BU aka RTL8188GU
Bitterblue Smith
12
-62
/
+2481
2023-03-20
wifi: rtl8xxxu: RTL8192EU always needs full init
Bitterblue Smith
1
-0
/
+1
2023-03-16
wifi: iwlwifi: Avoid disabling GCC specific flag with clang
Nathan Chancellor
1
-0
/
+2
2023-03-15
wifi: iwlwifi: suppress printf warnings in tracing
Johannes Berg
1
-0
/
+1
2023-03-15
wifi: iwlwifi: fw: pnvm: fix uefi reduced TX power loading
Johannes Berg
1
-12
/
+8
2023-03-15
wifi: iwlwifi: Update configurations for Bnj and Bz devices
Mukesh Sisodiya
3
-0
/
+54
2023-03-15
wifi: iwlwifi: mvm: rs: print BAD_RATE for invalid HT/VHT index
Johannes Berg
1
-2
/
+2
2023-03-15
wifi: iwlwifi: Replace space with tabs as code indent
Solomon Tan
1
-1
/
+1
2023-03-15
wifi: iwlwifi: Add required space before open '('
Solomon Tan
1
-1
/
+1
2023-03-15
wifi: iwlwifi: Remove prohibited spaces
Solomon Tan
2
-5
/
+5
2023-03-15
wifi: iwlwifi: fix typos in comment
Julia Lawall
1
-2
/
+2
2023-03-15
wifi: iwlwifi: mvm: remove setting of 'sta' parameter
Tom Rix
1
-1
/
+0
2023-03-15
wifi: iwlwifi: mvm: add an unassign_vif_chanctx() callback for MLD mode
Miri Korenblit
5
-3
/
+112
2023-03-15
wifi: iwlwifi: mvm: refactor __iwl_mvm_unassign_vif_chanctx()
Miri Korenblit
1
-18
/
+35
2023-03-15
wifi: iwlwifi: mvm: add an assign_vif_chanctx() callback for MLD mode
Miri Korenblit
3
-5
/
+70
2023-03-15
wifi: iwlwifi: mvm: refactor __iwl_mvm_assign_vif_chanctx()
Miri Korenblit
1
-11
/
+36
2023-03-15
wifi: iwlwifi: mvm: Add a remove_interface() callback for mld mode
Miri Korenblit
5
-8
/
+66
2023-03-15
wifi: iwlwifi: mvm: Add an add_interface() callback for mld mode
Miri Korenblit
4
-29
/
+184
2023-03-15
wifi: iwlwifi: mvm: add support for the new STA related commands
Miri Korenblit
6
-8
/
+431
2023-03-15
wifi: iwlwifi: mvm: add support for the new LINK command
Miri Korenblit
7
-20
/
+390
2023-03-15
wifi: iwlwifi: mvm: add support for the new MAC CTXT command
Miri Korenblit
7
-17
/
+411
2023-03-15
wifi: iwlwifi: mvm: Refactor MAC_CONTEXT_CMD sending flow
Miri Korenblit
1
-123
/
+197
2023-03-15
wifi: iwlwifi: mvm: Refactor STA_HE_CTXT_CMD sending flow
Miri Korenblit
1
-37
/
+57
2023-03-15
wifi: iwlwifi: yoyo: Add driver defined dump file name
Mukesh Sisodiya
5
-29
/
+101
2023-03-15
wifi: iwlwifi: yoyo: Add new tlv for dump file name extension
Mukesh Sisodiya
3
-2
/
+51
2023-03-15
wifi: iwlwifi: mvm: avoid sta lookup in queue alloc
Johannes Berg
1
-23
/
+27
2023-03-13
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
33
-326
/
+1223
[next]