Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b821d298f8864dc3c3d42643812df43289159507
/
net
/
wireless
/
nl80211.c
4954601
nl80211: correctly validate MU-MIMO groups
by Johannes Berg
· 8 years ago
29ce6ec
cfg80211: unify cfg80211_roamed() and cfg80211_roamed_bss()
by Avraham Stern
· 8 years ago
3007e35
nl80211: add support for BSSIDs in scheduled scan matchsets
by Arend Van Spriel
· 8 years ago
ca986ad
nl80211: allow multiple active scheduled scan requests
by Arend Van Spriel
· 8 years ago
ab81007
cfg80211: simplify netlink socket owner interface deletion
by Johannes Berg
· 8 years ago
028f43b
Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
bbf67e4
nl80211: Fix enum type of variable in nl80211_put_sta_rate()
by Matthias Kaehlcke
· 8 years ago
96b08fd
nl80211: add request id in scheduled scan event messages
by Arend Van Spriel
· 8 years ago
fe52145
netlink: pass extended ACK struct where available
by Johannes Berg
· 8 years ago
fceb643
netlink: pass extended ACK struct to parsing functions
by Johannes Berg
· 8 years ago
1db7759
cfg80211: refactor nl80211 monitor option parsing
by Johannes Berg
· 8 years ago
818a986
cfg80211: move add/change interface monitor flags into params
by Johannes Berg
· 8 years ago
b026502
cfg80211: allow leaving MU-MIMO monitor configuration unchanged
by Johannes Berg
· 8 years ago
a3caf74
cfg80211: Add support for FILS shared key authentication offload
by Vidyullatha Kanchanapally
· 8 years ago
5349a0f
cfg80211: Use a structure to pass connect response params
by Vidyullatha Kanchanapally
· 8 years ago
335d534
nl80211: Use signed function for a signed variable
by Masashi Honma
· 8 years ago
ea90e0d
nl80211: fix dumpit error path RTNL deadlocks
by Johannes Berg
· 8 years ago
34373d1
cfg80211: Disallow moving out of operating DFS channel in non-ETSI
by Vasanthakumar Thiagarajan
· 8 years ago
4a4b816
cfg80211: Accept multiple RSSI thresholds for CQM
by Andrew Zaborowski
· 8 years ago
0d2164a
Merge tag 'mac80211-next-for-davem-2017-02-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
8585989
cfg80211: fix NAN bands definition
by Luca Coelho
· 8 years ago
bee427b
cfg80211: Pass new RSSI level in CQM RSSI notification
by Andrzej Zaborowski
· 8 years ago
aad1e81
nl80211: fix validation of scheduled scan info for wowlan netdetect
by Arend Van Spriel
· 8 years ago
66cd794
nl80211: add HT/VHT capabilities to AP parameters
by Johannes Berg
· 8 years ago
a4956dc
cfg80211: make rdev assignment clearer in nl80211_testmode_dump()
by Luca Coelho
· 8 years ago
3efa70d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
fd551ba
nl80211: Fix mesh HT operation check
by Masashi Honma
· 8 years ago
580bdf5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
bb60b8b
Merge tag 'mac80211-next-for-davem-2017-01-13' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
3093ebbeab
cfg80211: Specify the reason for connect timeout
by Purushottam Kushwaha
· 8 years ago
bf95ecd
cfg80211: Add support to sched scan to report better BSSs
by vamsi krishna
· 8 years ago
06f7c88
cfg80211: consider VHT opmode on station update
by Beni Lev
· 8 years ago
bd2522b
cfg80211: NL80211_ATTR_SOCKET_OWNER support for CMD_CONNECT
by Andrzej Zaborowski
· 8 years ago
4ef8c1c
cfg80211: size various nl80211 messages correctly
by Johannes Berg
· 8 years ago
753aacf
nl80211: fix sched scan netlink socket owner destruction
by Johannes Berg
· 8 years ago
505a2e8
nl80211: rework {sched_,}scan event related functions
by Arend Van Spriel
· 8 years ago
b528414
nl80211: multicast_to_unicast can be changed while IFF_UP
by Michael Braun
· 8 years ago
5a88de5
nl80211: check NL80211_ATTR_SCHED_SCAN_INTERVAL only once
by Arend Van Spriel
· 8 years ago
2fa436b
nl80211: Use different attrs for BSSID and random MAC addr in scan req
by Vamsi Krishna
· 8 years ago
eeb04a9
nl80211: fix logic inversion in start_nan()
by Johannes Berg
· 8 years ago
32ab0a38
Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next
by David S. Miller
· 8 years ago
b15ca18
netlink: Add nla_memdup() to wrap kmemdup() use on nlattr
by Thomas Graf
· 8 years ago
56989f6
genetlink: mark families as __ro_after_init
by Johannes Berg
· 8 years ago
489111e
genetlink: statically initialize families
by Johannes Berg
· 8 years ago
a07ea4d
genetlink: no longer support using static family IDs
by Johannes Berg
· 8 years ago
c90c39d
genetlink: introduce and use genl_family_attrbuf()
by Johannes Berg
· 8 years ago
088e8df
cfg80211: Add support to update connection parameters
by vamsi krishna
· 8 years ago
ce0ce13
cfg80211: configure multicast to unicast for AP interfaces
by Michael Braun
· 8 years ago
348bd45
cfg80211: Add KEK/nonces for FILS association frames
by Jouni Malinen
· 8 years ago
6318106
cfg80211: Add Fast Initial Link Setup (FILS) auth algs
by Jouni Malinen
· 8 years ago
11b6b5a
cfg80211: Rename SAE_DATA to more generic AUTH_DATA
by Jouni Malinen
· 8 years ago
bfe2c7b
nl80211: use nla_parse_nested() instead of nla_parse()
by Johannes Berg
· 8 years ago
1794899
nl80211: move unsplit command advertising to a separate function
by Johannes Berg
· 8 years ago
73c7da3
cfg80211: add generic helper to check interface is running
by Arend Van Spriel
· 8 years ago
0ea2a2e
cfg80211: allow vendor commands to be sent to nan interface
by Andrei Otcheretianski
· 8 years ago
f83ace3
nl80211: ifdef WoWLAN related policies
by Johannes Berg
· 8 years ago
1609d18
nl80211: correctly use nl80211_nan_srf_policy
by Johannes Berg
· 8 years ago
0c317a0
cfg80211: support virtual interfaces with different beacon intervals
by Purushottam Kushwaha
· 8 years ago
1e1430d
Merge remote-tracking branch 'net-next/master' into mac80211-next
by Johannes Berg
· 8 years ago
368e5a7
cfg80211: Provide an API to report NAN function termination
by Ayala Beker
· 8 years ago
50bcd31
cfg80211: provide a function to report a match for NAN
by Ayala Beker
· 8 years ago
a5a9dcf
cfg80211: allow the user space to change current NAN configuration
by Ayala Beker
· 8 years ago
a442b76
cfg80211: add add_nan_func / del_nan_func
by Ayala Beker
· 8 years ago
cb3b7d8
cfg80211: add start / stop NAN commands
by Ayala Beker
· 8 years ago
8564e38
cfg80211: add checks for beacon rate, extend to mesh
by Johannes Berg
· 8 years ago
a7c7fbf
cfg80211: Add support to configure a beacon data rate
by Purushottam Kushwaha
· 8 years ago
d6989d4
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
53b1898
nl80211: always check nla_put* return values
by Johannes Berg
· 8 years ago
76e1fb4
nl80211: always check nla_nest_start() return value
by Johannes Berg
· 8 years ago
f1c1f17
cfg80211: allow connect keys only with default (TX) key
by Johannes Berg
· 8 years ago
89b706f
cfg80211: reduce connect key caching struct size
by Johannes Berg
· 8 years ago
386b1f2
nl80211: only allow WEP keys during connect command
by Johannes Berg
· 8 years ago
42ee231
nl80211: fix connect keys range check
by Johannes Berg
· 8 years ago
b6b5555
cfg80211: disallow shared key authentication with key index 4
by Johannes Berg
· 8 years ago
ad5987b
nl80211: validate number of probe response CSA counters
by Johannes Berg
· 8 years ago
b7fb44d
nl80211: Allow GET_INTERFACE dumps to be filtered
by Denis Kenzior
· 8 years ago
ff9a71a
nl80211: explicitly check enum nl80211_mesh_power_mode
by Johannes Berg
· 8 years ago
12d20fc9
cfg80211: identically validate beacon interval for AP/MESH/IBSS
by Purushottam Kushwaha
· 8 years ago
7f8ed01
cfg80211: always notify userspace when wireless netdev is removed
by Denis Kenzior
· 8 years ago
896ff06
cfg80211: always notify userspace of new wireless netdevs
by Denis Kenzior
· 8 years ago
9757235
nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE value
by Masashi Honma
· 8 years ago
de0ba9a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 8 years ago
7d27a0b
cfg80211: Add mesh peer AID setting API
by Masashi Honma
· 8 years ago
1d76250
nl80211: support beacon report scanning
by Avraham Stern
· 8 years ago
c6e6a0c
nl80211: Add API to support VHT MU-MIMO air sniffer
by Aviya Erenfeld
· 8 years ago
6e8ef84
nl80211: Move ACL parsing later to avoid a possible memory leak
by Purushottam Kushwaha
· 8 years ago
f151d9d
nl80211: improve nl80211_parse_mesh_config type checking
by Arnd Bergmann
· 8 years ago
0662799
nl80211: clarify nl80211_set_reg() success path
by Johannes Berg
· 8 years ago
7a087e7
nl80211: Fix checkpatch warnings about blank lines
by Kirtika Ruchandani
· 8 years ago
56ab364
nl80211: Fix spelling
by Kirtika Ruchandani
· 8 years ago
019ae3a
cfg80211: Advertise extended capabilities per interface type to userspace
by Kanchanapally, Vidyullatha
· 9 years ago
bf1ecd2
cfg80211: Allow cfg80211_connect_result() errors to be distinguished
by Jouni Malinen
· 8 years ago
5617c6c
nl80211: Allow privileged operations from user namespaces
by Martin Willi
· 9 years ago
53873f1
cfg80211: make wdev_list accessible to drivers
by Johannes Berg
· 9 years ago
d686b92
nl80211: use nla_put_u64_64bit() for the remaining u64 attributes
by Johannes Berg
· 9 years ago
739960f
cfg80211/nl80211: Add support for NL80211_STA_INFO_RX_DURATION
by Mohammed Shafi Shajakhan
· 9 years ago
2dad624
wireless: use nla_put_u64_64bit()
by Nicolas Dichtel
· 9 years ago
1602f49
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
57fbcce
cfg80211: remove enum ieee80211_band
by Johannes Berg
· 9 years ago
8f815cd
nl80211: check netlink protocol in socket release notification
by Dmitry Ivanov
· 9 years ago
Next »