summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-162-0/+3
|\
| * cfg80211: fix rcu in cfg80211_unregister_wdevDedy Lansky2018-06-151-0/+1
| * cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann2018-06-151-0/+2
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-067-54/+418
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-262-1/+5
| |\
| * | nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski2018-05-231-0/+16
| * | nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2018-05-232-0/+56
| * | nl80211: add FILS related parameters to ROAM eventArend Van Spriel2018-05-232-9/+55
| * | cfg80211: use separate struct for FILS parametersArend Van Spriel2018-05-232-30/+32
| * | nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior2018-05-231-1/+9
| * | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2018-05-233-0/+5
| |\ \
| * | | nl80211: Fix compilationDenis Kenzior2018-05-221-1/+1
| * | | cfg80211: release station info tidstats where neededJohannes Berg2018-05-181-3/+8
| * | | cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King2018-05-181-1/+1
| * | | cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2018-05-182-74/+35
| * | | cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2018-05-182-1/+13
| * | | cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen2018-05-084-35/+216
| * | | cfg80211: average ack rssi support for data framesBalaji Pothunoori2018-05-071-0/+3
| * | | cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal2018-05-071-4/+29
| * | | nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss2018-05-071-4/+53
| * | | regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen2018-04-191-2/+2
* | | | Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-06-041-15/+2
|\ \ \ \ | |_|_|/ |/| | |
| * | | proc: introduce proc_create_net{,_data}Christoph Hellwig2018-05-161-15/+2
| | |/ | |/|
* | | cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss2018-05-221-0/+3
* | | nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky2018-05-181-1/+2
|/ /
* | nl80211: Free connkeys on external authentication failureSrinivas Dasari2018-04-201-0/+1
* | cfg80211: fix possible memory leak in regdb_query_country()weiyongjun (A)2018-04-191-0/+1
* | cfg80211: limit wiphy names to 128 bytesJohannes Berg2018-04-191-0/+3
|/
* 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
OpenPOWER on IntegriCloud