index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
wireless
/
nl80211.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-11-06
nl80211: fix validation of mesh path nexthop
Markus Theil
1
-1
/
+1
2019-10-29
nl80211: fix null pointer dereference
Miaoqing Pan
1
-0
/
+3
2019-10-11
cfg80211: initialize on-stack chandefs
Johannes Berg
1
-1
/
+3
2019-10-11
nl80211: validate beacon head
Johannes Berg
1
-2
/
+35
2019-09-21
nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
Masashi Honma
1
-1
/
+3
2019-07-26
{nl,mac}80211: fix interface combinations on crypto controlled devices
Manikanta Pubbisetty
1
-3
/
+1
2019-06-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+21
2019-06-14
Merge tag 'mac80211-for-davem-2019-06-14' of git://git.kernel.org/pub/scm/lin...
David S. Miller
1
-24
/
+75
2019-06-14
nl80211: send event when CMD_FRAME duration expires
James Prestwood
1
-0
/
+13
2019-06-14
mac80211: allow turning TWT responder support on and off via netlink
John Crispin
1
-0
/
+4
2019-06-14
nl80211: require and validate vendor command policy
Johannes Berg
1
-2
/
+37
2019-06-14
nl80211: add support for SAE authentication offload
Chung-Hsien Hsu
1
-0
/
+14
2019-06-14
nl80211: add WPA3 definition for SAE authentication
Chung-Hsien Hsu
1
-1
/
+2
2019-06-14
nl80211: add NL80211_ATTR_IFINDEX to port authorized event
Chung-Hsien Hsu
1
-1
/
+3
2019-05-29
nl80211: fill all policy .type entries
Johannes Berg
1
-21
/
+66
2019-05-28
nl80211: fill all policy .type entries
Johannes Berg
1
-21
/
+57
2019-05-28
nl80211: fix station_info pertid memory leak
Andy Strohman
1
-1
/
+3
2019-05-24
{nl,mac}80211: allow 4addr AP operation on crypto controlled devices
Manikanta Pubbisetty
1
-2
/
+6
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-04-28
genetlink: optionally validate strictly/dumps
Johannes Berg
1
-0
/
+104
2019-04-28
netlink: make validation more configurable for future strictness
Johannes Berg
1
-85
/
+106
2019-04-28
netlink: make nla_nest_start() add NLA_F_NESTED flag
Michal Kubecek
1
-86
/
+106
2019-04-26
Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...
David S. Miller
1
-43
/
+288
2019-04-26
cfg80211: add support to probe unexercised mesh link
Rajkumar Manoharan
1
-0
/
+48
2019-04-26
nl80211: do a struct assignment to radar_chandef instead of memcpy()
Luca Coelho
1
-1
/
+1
2019-04-26
cfg80211: Add support to set tx power for a station associated
Ashok Raj Nagarajan
1
-0
/
+43
2019-04-26
nl80211: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-7
/
+3
2019-04-26
mac80211/cfg80211: update bss channel on channel switch
Sergey Matyukevich
1
-0
/
+5
2019-04-26
nl80211/cfg80211: Extended Key ID support
Alexander Wetzel
1
-4
/
+28
2019-04-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-6
/
+12
2019-04-08
cfg80211/nl80211: Offload OWE processing to user space in AP mode
Sunil Dutt
1
-0
/
+72
2019-04-08
mac80211: Add support for NL80211_STA_INFO_AIRTIME_LINK_METRIC
Narayanraddi Masti
1
-0
/
+1
2019-04-08
nl80211/cfg80211: Specify band specific min RSSI thresholds with sched scan
vamsi krishna
1
-0
/
+53
2019-04-08
nl80211: reindent some sched scan code
Johannes Berg
1
-31
/
+34
2019-03-29
nl80211: Add NL80211_FLAG_CLEAR_SKB flag for other NL commands
Sunil Dutt
1
-6
/
+12
2019-03-22
genetlink: make policy common to family
Johannes Berg
1
-104
/
+1
2019-02-22
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
1
-1
/
+1
2019-02-22
cfg80211: allow sending vendor events unicast
Johannes Berg
1
-6
/
+24
2019-02-22
cfg80211: Report Association Request frame IEs in association events
Jouni Malinen
1
-9
/
+15
2019-02-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2019-02-11
cfg80211: Use const more consistently in for_each_element macros
Jouni Malinen
1
-1
/
+1
2019-02-11
nl80211: Fix FTM per burst maximum value
Aviya Erenfeld
1
-1
/
+1
2019-02-08
nl80211: use for_each_element() in validate_ie_attr()
Johannes Berg
1
-20
/
+8
2019-02-01
netlink: reduce NLA_POLICY_NESTED{,_ARRAY} arguments
Johannes Berg
1
-10
/
+5
2019-02-01
Merge remote-tracking branch 'net-next/master' into mac80211-next
Johannes Berg
1
-1
/
+1
2019-01-25
nl80211: Allow set/del pmksa operations for AP
Liangwei Dong
1
-1
/
+4
2019-01-25
cfg80211: Authentication offload to user space in AP mode
Srinivas Dasari
1
-7
/
+18
2019-01-25
cfg80211: Allow drivers to advertise supported AKM suites
Veerendranath Jakkam
1
-0
/
+9
2019-01-25
nl80211: fix NLA_POLICY_NESTED() arguments
Johannes Berg
1
-1
/
+1
2019-01-19
nl80211/mac80211: mesh: add mesh path change count to mpath info
Julan Hsu
1
-1
/
+4
[next]