index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-30
cfg80211: regulatory: Fix inconsistent format argument
Ye Bin
1
-1
/
+1
2020-10-30
cfg80211: initialize wdev data earlier
Johannes Berg
3
-29
/
+36
2020-10-10
Merge tag 'mac80211-next-for-net-next-2020-10-08' of git://git.kernel.org/pub...
Jakub Kicinski
1
-1
/
+4
2020-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+3
2020-10-08
net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()
Anant Thazhemadam
1
-0
/
+3
2020-10-08
cfg80211: only allow S1G channels on S1G band
Thomas Pedersen
1
-1
/
+4
2020-10-02
genetlink: move to smaller ops wherever possible
Jakub Kicinski
1
-0
/
+5
2020-10-02
nl80211: fix non-split wiphy information
Johannes Berg
1
-1
/
+4
2020-10-02
nl80211: reduce non-split wiphy dump size
Johannes Berg
1
-13
/
+24
2020-09-28
nl80211: extend support to config spatial reuse parameter set
Rajkumar Manoharan
1
-0
/
+25
2020-09-28
nl80211: fix OBSS PD min and max offset validation
Rajkumar Manoharan
1
-10
/
+8
2020-09-28
cfg80211: regulatory: remove a bogus initialization
Dan Carpenter
1
-1
/
+1
2020-09-28
nl80211: include frequency offset in survey info
Thomas Pedersen
1
-0
/
+5
2020-09-28
cfg80211: handle Association Response from S1G STA
Thomas Pedersen
1
-3
/
+11
2020-09-28
cfg80211: parse S1G Operation element for BSS channel
Thomas Pedersen
1
-7
/
+16
2020-09-28
cfg80211: convert S1G beacon to scan results
Thomas Pedersen
1
-9
/
+48
2020-09-28
nl80211: support S1G capability overrides in assoc
Thomas Pedersen
1
-0
/
+20
2020-09-28
wireless: radiotap: fix some kernel-doc
Johannes Berg
1
-0
/
+1
2020-09-28
nl80211/cfg80211: support 6 GHz scanning
Tova Mussai
4
-14
/
+511
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-1
/
+2
2020-09-18
nl80211: Unsolicited broadcast probe response support
Aloka Dixit
1
-0
/
+46
2020-09-18
nl80211: Add FILS discovery support
Aloka Dixit
1
-0
/
+49
2020-09-18
nl80211: support setting S1G channels
Thomas Pedersen
2
-52
/
+105
2020-09-18
nl80211: correctly validate S1G beacon head
Thomas Pedersen
2
-4
/
+18
2020-09-18
cfg80211: regulatory: handle S1G channels
Thomas Pedersen
1
-12
/
+58
2020-09-18
nl80211: advertise supported channel width in S1G
Thomas Pedersen
1
-0
/
+15
2020-09-18
lib80211: Remove unused macro DRV_NAME
YueHaibing
1
-2
/
+0
2020-09-18
cfg80211: fix 6 GHz channel conversion
Johannes Berg
1
-1
/
+1
2020-09-18
lib80211: fix unmet direct dependendices config warning when !CRYPTO
Necip Fazil Yildiran
1
-0
/
+1
2020-09-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-8
/
+20
2020-09-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
4
-8
/
+20
2020-08-27
nl80211: support SAE authentication offload in AP mode
Chung-Hsien Hsu
1
-3
/
+6
2020-08-27
nl80211: rename csa counter attributes countdown counters
John Crispin
1
-8
/
+8
2020-08-27
nl80211: add support for setting fixed HE rate/gi/ltf
Miles Hu
1
-8
/
+129
2020-08-27
cfg80211: add helper fn for adjacent rule channels
Markus Theil
1
-11
/
+158
2020-08-27
cfg80211: add helper fn for single rule channels
Markus Theil
1
-47
/
+59
2020-08-27
nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributes
Johannes Berg
1
-22
/
+14
2020-08-27
nl80211: clean up code/policy a bit
Johannes Berg
1
-42
/
+18
2020-08-27
net: wireless: Convert to use the preferred fallthrough macro
Miaohe Lin
7
-20
/
+20
2020-08-27
net: wireless: wext_compat.c: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-27
net: wireless: sme.c: delete duplicated word
Randy Dunlap
1
-1
/
+1
2020-08-27
net: wireless: scan.c: delete or fix duplicated words
Randy Dunlap
1
-2
/
+2
2020-08-27
net: wireless: reg.c: delete duplicated words + fix punctuation
Randy Dunlap
1
-2
/
+2
2020-08-27
net: wireless: delete duplicated word + fix grammar
Randy Dunlap
1
-2
/
+2
2020-08-27
cfg80211: Adjust 6 GHz frequency to channel conversion
Amar Singhal
1
-3
/
+5
2020-08-27
cfg80211: regulatory: reject invalid hints
Johannes Berg
1
-0
/
+3
2020-08-27
wireless: fix wrong 160/80+80 MHz setting
Shay Bar
1
-4
/
+11
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
7
-20
/
+20
2020-08-20
nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usage
Johannes Berg
1
-1
/
+1
2020-08-18
netlink: consistently use NLA_POLICY_MIN_LEN()
Johannes Berg
1
-3
/
+3
[next]