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-05-25
cfg80211: fix debugfs rename crash
Johannes Berg
1
-1
/
+1
2020-04-30
netlink: remove NLA_EXACT_LEN_WARN
Johannes Berg
1
-63
/
+18
2020-04-30
nl80211: link recursive netlink nested policy
Johannes Berg
3
-10
/
+5
2020-04-30
docs: networking: convert radiotap-headers.txt to ReST
Mauro Carvalho Chehab
1
-1
/
+1
2020-04-24
cfg80211: reject channels/chandefs with KHz offset >= 1000
Johannes Berg
2
-0
/
+6
2020-04-24
cfg80211: express channels with a KHz component
Thomas Pedersen
5
-69
/
+96
2020-04-24
cfg80211: Parse HE membership selector
Ilan Peer
1
-0
/
+2
2020-04-24
mac80211: implement Operating Mode Notification extended NSS support
Johannes Berg
1
-12
/
+14
2020-04-24
nl80211: allow client-only BIGTK support
Johannes Berg
1
-4
/
+15
2020-04-24
cfg80211: support multicast RX registration
Johannes Berg
3
-9
/
+42
2020-04-24
cfg80211: change internal management frame registration API
Johannes Berg
5
-66
/
+50
2020-04-24
cfg80211: Unprotected Beacon frame RX indication
Jouni Malinen
2
-2
/
+13
2020-04-14
nl80211: fix NL80211_ATTR_FTM_RESPONDER policy
Johannes Berg
1
-4
/
+2
2020-04-03
Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
1
-0
/
+1
2020-03-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+6
2020-03-26
cfg80211: Do not warn on same channel at the end of CSA
Ilan Peer
1
-1
/
+5
2020-03-25
.gitignore: add SPDX License Identifier
Masahiro Yamada
1
-0
/
+1
2020-03-25
nl80211: fix NL80211_ATTR_CHANNEL_WIDTH attribute type
Johannes Berg
1
-1
/
+1
2020-03-20
nl80211: clarify code in nl80211_del_station()
Johannes Berg
1
-8
/
+14
2020-03-20
cfg80211: Configure PMK lifetime and reauth threshold for PMKSA entries
Veerendranath Jakkam
1
-0
/
+11
2020-03-20
cfg80211: Add support for userspace to reset stations in IBSS mode
Nicolas Cavallari
1
-1
/
+6
2020-03-20
nl80211: pass HE operation element to the driver
Shaul Triebitz
1
-1
/
+4
2020-03-20
nl80211/cfg80211: add support for non EDCA based ranging measurement
Avraham Stern
3
-0
/
+46
2020-03-20
mac80211: handle no-preauth flag for control port
Markus Theil
1
-0
/
+3
2020-03-20
nl80211: add no pre-auth attribute and ext. feature flag for ctrl. port
Markus Theil
1
-0
/
+1
2020-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+5
2020-03-11
nl80211: add missing attribute validation for channel switch
Jakub Kicinski
1
-0
/
+1
2020-03-11
nl80211: add missing attribute validation for beacon report scanning
Jakub Kicinski
1
-0
/
+2
2020-03-11
nl80211: add missing attribute validation for critical protocol indication
Jakub Kicinski
1
-0
/
+2
2020-02-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+4
2020-02-24
Merge tag 'mac80211-next-for-net-next-2020-02-24' of git://git.kernel.org/pub...
David S. Miller
6
-61
/
+392
2020-02-24
nl80211: Add support to configure TID specific RTSCTS configuration
Tamizh chelvam
1
-0
/
+8
2020-02-24
nl80211: Add support to configure TID specific AMPDU configuration
Tamizh chelvam
1
-0
/
+8
2020-02-24
nl80211: Add support to configure TID specific retry configuration
Tamizh chelvam
1
-0
/
+28
2020-02-24
nl80211: modify TID-config API
Johannes Berg
3
-54
/
+67
2020-02-24
nl80211: Add NL command to support TID speicific configurations
Tamizh chelvam
3
-0
/
+209
2020-02-24
nl80211: explicitly include if_vlan.h
Johannes Berg
1
-0
/
+1
2020-02-24
cfg80211: Support key configuration for Beacon protection (BIGTK)
Jouni Malinen
5
-14
/
+90
2020-02-24
cfg80211: More error messages for key addition failures
Jouni Malinen
1
-4
/
+15
2020-02-24
Revert "nl80211: add src and dst addr attributes for control port tx/rx"
Johannes Berg
3
-36
/
+17
2020-02-21
cfg80211: remove support for adjacent channel compensation
Emmanuel Grumbach
1
-4
/
+2
2020-02-21
cfg80211: Pass lockdep expression to RCU lists
Amol Grover
1
-3
/
+2
2020-02-21
cfg80211: check reg_rule for NULL in handle_channel_custom()
Johannes Berg
1
-1
/
+1
2020-02-21
nl80211: fix potential leak in AP start
Johannes Berg
1
-2
/
+2
2020-02-20
net: use netif_is_bridge_port() to check for IFF_BRIDGE_PORT
Julian Wiedmann
2
-2
/
+2
2020-02-16
Merge tag 'mac80211-next-for-net-next-2020-02-14' of git://git.kernel.org/pub...
David S. Miller
6
-24
/
+157
2020-02-14
cfg80211: add missing policy for NL80211_ATTR_STATUS_CODE
Sergey Matyukevich
1
-0
/
+1
2020-02-07
nl80211: add src and dst addr attributes for control port tx/rx
Markus Theil
3
-17
/
+36
2020-02-07
cfg80211/mac80211: Allow user space to register for station Rx authentication
Ilan Peer
3
-7
/
+33
2020-02-07
cfg80211: check wiphy driver existence for drvinfo report
Sergey Matyukevich
1
-2
/
+6
[prev]
[next]