index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2022-02-18
iwlwifi: pcie: adjust to Bz completion descriptor
Johannes Berg
2
-25
/
+51
2022-02-18
iwlwifi: mvm: Passively scan non PSC channels only when requested so
Ilan Peer
1
-10
/
+32
2022-02-18
iwlwifi: scan: Modify return value of a function
Ilan Peer
1
-5
/
+2
2022-02-18
iwlwifi: yoyo: Avoid using dram data if allocation failed
Mukesh Sisodiya
1
-3
/
+10
2022-02-18
iwlwifi: mvm: Correctly set fragmented EBS
Ilan Peer
1
-1
/
+4
2022-02-18
iwlwifi: nvm: Correct HE capability
Abhishek Naik
1
-0
/
+1
2022-02-18
iwlwifi: mei: avoid -Wpointer-arith and -Wcast-qual warnings
Johannes Berg
2
-4
/
+4
2022-02-18
iwlwifi: make some functions friendly to sparse
Johannes Berg
1
-8
/
+10
2022-02-18
iwlwifi: avoid variable shadowing
Johannes Berg
5
-15
/
+13
2022-02-18
iwlwifi: remove unused DC2DC_CONFIG_CMD definitions
Luca Coelho
4
-44
/
+0
2022-02-18
iwlwifi: dbg-tlv: clean up iwl_dbg_tlv_update_drams()
Johannes Berg
1
-11
/
+18
2022-02-18
iwlwifi: move symbols into a separate namespace
Johannes Berg
3
-1
/
+3
2022-02-18
iwlwifi: fw: make dump_start callback void
Johannes Berg
3
-7
/
+4
2022-02-18
iwlwifi: pcie: make sure iwl_rx_packet_payload_len() will not underflow
Andrei Otcheretianski
1
-1
/
+1
2022-02-18
iwlwifi: mvm: use debug print instead of WARN_ON()
Miri Korenblit
1
-1
/
+5
2022-02-18
iwlwifi: read and print OTP minor version
Luca Coelho
2
-1
/
+5
2022-02-18
iwlwifi: add support for BZ-U and BZ-L HW
Mike Golant
1
-0
/
+2
2022-02-18
iwlwifi: mvm: add support for CT-KILL notification version 2
Miri Korenblit
2
-3
/
+18
2022-02-18
iwlwifi: yoyo: remove DBGI_SRAM address reset writing
Rotem Saado
2
-4
/
+0
2022-02-18
iwlwifi: mvm: support v3 of station HE context command
Johannes Berg
2
-20
/
+193
2022-02-18
iwlwifi: yoyo: add IMR DRAM dump support
Mukesh Sisodiya
8
-13
/
+269
2022-02-18
iwlwifi: yoyo: fix DBGC allocation flow
Rotem Saado
1
-2
/
+1
2022-02-18
iwlwifi: pcie: add support for MS devices
Yaara Baruch
3
-1
/
+52
2022-02-18
iwlwifi: mvm: align locking in D3 test debugfs
Johannes Berg
1
-0
/
+4
2022-02-18
iwlwifi: mvm: don't iterate unadded vifs when handling FW SMPS req
Luca Coelho
1
-1
/
+2
2022-02-18
iwlwifi: advertise support for HE - DCM BPSK RX/TX
Mordechay Goodstein
1
-4
/
+4
2022-02-18
iwlwifi: mvm: only enable HE DCM if we also support TX
Mordechay Goodstein
1
-1
/
+4
2022-02-18
iwlwifi: yoyo: fix DBGI_SRAM ini dump header.
Rotem Saado
4
-2
/
+36
2022-02-18
iwlwifi: dbg: add infra for tracking free buffer size
Mordechay Goodstein
1
-30
/
+60
2022-02-18
iwlwifi: mvm: starting from 22000 we have 32 Rx AMPDU sessions
Emmanuel Grumbach
3
-4
/
+6
2022-02-18
iwlwifi: mvm: support new BAID allocation command
Johannes Berg
3
-3
/
+144
2022-02-18
iwlwifi: mvm: refactor iwl_mvm_sta_rx_agg()
Johannes Berg
1
-48
/
+51
2022-02-18
iwlwifi: cfg: add support for 1K BA queue
Mordechay Goodstein
8
-19
/
+49
2022-02-18
iwlwifi: avoid void pointer arithmetic
Johannes Berg
14
-18
/
+18
2022-02-18
iwlwifi: fix various more -Wcast-qual warnings
Johannes Berg
6
-13
/
+13
2022-02-18
iwlwifi: propagate (const) type qualifier
Bjoern A. Zeeb
8
-85
/
+88
2022-02-18
iwlwifi: de-const properly where needed
Bjoern A. Zeeb
4
-6
/
+6
2022-02-18
iwlwifi: make iwl_fw_lookup_cmd_ver() take a cmd_id
Johannes Berg
19
-125
/
+88
2022-02-18
iwlwifi: mvm: fw: clean up hcmd struct creation
Johannes Berg
1
-7
/
+6
2022-02-18
iwlwifi: prefer WIDE_ID() over iwl_cmd_id()
Johannes Berg
18
-58
/
+45
2022-02-18
iwlwifi: mvm: allow enabling UHB TAS in the USA via ACPI setting
Ayala Barazani
4
-18
/
+56
2022-02-18
iwlwifi: mvm: offload channel switch timing to FW
Nathan Errera
7
-1
/
+125
2022-02-18
iwlwifi: mvm: Don't call iwl_mvm_sta_from_mac80211() with NULL sta
Takashi Iwai
1
-3
/
+2
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
21
-609
/
+85
2022-02-16
mac80211_hwsim: Advertise support for EHT capabilities
Ilan Peer
1
-12
/
+234
2022-02-16
mac80211: Add initial support for EHT and 320 MHz channels
Ilan Peer
2
-0
/
+2
2022-02-16
cfg80211: Add support for EHT 320 MHz channel width
Jia Ding
1
-0
/
+2
2022-02-16
ieee80211: add EHT 1K aggregation definitions
Mordechay Goodstein
3
-5
/
+5
2022-02-16
mac80211_hwsim: Add custom regulatory for 6GHz
Ilan Peer
1
-0
/
+14
2022-02-16
mac80211_hwsim: don't shadow a global variable
Johannes Berg
1
-5
/
+5
[prev]
[next]