summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-03-311-1/+1
|\
| * treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov2018-03-281-1/+1
* | Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller2018-03-2911-77/+513
|\ \
| * | nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior2018-03-291-0/+9
| * | nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior2018-03-291-0/+9
| * | nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior2018-03-291-0/+26
| * | nl80211: Implement TX of control port framesDenis Kenzior2018-03-293-1/+111
| * | nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior2018-03-292-0/+79
| * | cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss2018-03-291-0/+54
| * | cfg80211: don't require RTNL held for regdomain readsJohannes Berg2018-03-291-2/+2
| * | cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss2018-03-291-7/+141
| * | nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior2018-03-292-0/+4
| * | nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior2018-03-293-21/+9
| * | nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior2018-03-293-26/+16
| * | cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior2018-03-291-11/+32
| * | cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed2018-03-291-2/+7
| * | cfg80211: fix CAC_STARTED event handlingDmitry Lebed2018-03-291-1/+1
| * | cfg80211/nl80211: add DFS offload flagDmitry Lebed2018-03-211-4/+8
| * | cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed2018-03-211-2/+5
| |/
* | net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai2018-03-291-4/+0
* | net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai2018-03-291-0/+2
* | net: Drop pernet_operations::asyncKirill Tkhai2018-03-272-2/+0
* | net: Use octal not symbolic permissionsJoe Perches2018-03-261-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-061-8/+5
|\
| * cfg80211: add missing dependency to CFG80211 suboptionsRomain Naour2018-02-271-8/+5
* | mac80211: support A-MSDU in fast-rxFelix Fietkau2018-02-271-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-02-242-3/+24
|\|
| * Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-02-222-3/+24
| |\
| | * cfg80211: clear wep keys after disconnectionAvraham Stern2018-02-191-0/+2
| | * cfg80211: use only 1Mbps for basic rates in meshJohannes Berg2018-01-311-3/+22
* | | Merge tag 'mac80211-next-for-davem-2018-02-22' of git://git.kernel.org/pub/sc...David S. Miller2018-02-223-34/+207
|\ \ \
| * | | cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty2018-02-191-2/+6
| * | | nl80211: Fix external_auth check for offloaded authenticationSrinivas Dasari2018-02-191-1/+1
| * | | nl80211: remove unnecessary genlmsg_cancel() callsJohannes Berg2018-02-191-28/+0
| * | | cfg80211: Add support to notify station's opmode change to userspacetamizhr@codeaurora.org2018-01-311-0/+55
| * | | nl80211: Allow SAE Authentication for NL80211_CMD_CONNECTSrinivas Dasari2018-01-311-2/+3
| * | | cfg80211/nl80211: Optional authentication offload to userspaceSrinivas Dasari2018-01-313-0/+132
| * | | nl80211: Introduce scan flags to emphasize requested scan behaviorSunil Dutt2018-01-311-2/+11
* | | | net: Convert cfg80211_pernet_opsKirill Tkhai2018-02-191-0/+1
* | | | net: Convert wext_pernet_opsKirill Tkhai2018-02-131-0/+1
| |/ / |/| |
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-041-3/+6
|\ \ \ | |/ / |/| |
| * | nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-01-301-3/+6
| |/
* | lift handling of SIOCIW... out of dev_ioctl()Al Viro2018-01-241-4/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-192-3/+2
|\|
| * cfg80211: fix station info handling bugsJohannes Berg2018-01-182-3/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-174-9/+15
|\|
| * cfg80211: check dev_set_name() return valueJohannes Berg2018-01-151-1/+7
| * mac80211_hwsim: validate number of different channelsJohannes Berg2018-01-151-2/+0
| * nl80211: take RCU read lock when calling ieee80211_bss_get_ie()Dominik Brodowski2018-01-151-4/+7
| * cfg80211: fully initialize old channel for eventJohannes Berg2018-01-151-2/+1