summaryrefslogtreecommitdiffstats
path: root/net/wireless
AgeCommit message (Expand)AuthorLines
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg-0/+5
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss-0/+3
2018-05-22nl80211: Fix compilationDenis Kenzior-1/+1
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg-3/+8
2018-05-18cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King-1/+1
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg-74/+35
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel-1/+13
2018-05-18nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky-1/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig-15/+2
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen-35/+216
2018-05-07cfg80211: average ack rssi support for data framesBalaji Pothunoori-0/+3
2018-05-07cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal-4/+29
2018-05-07nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss-4/+53
2018-04-20nl80211: Free connkeys on external authentication failureSrinivas Dasari-0/+1
2018-04-19cfg80211: fix possible memory leak in regdb_query_country()weiyongjun (A)-0/+1
2018-04-19regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen-2/+2
2018-04-19cfg80211: limit wiphy names to 128 bytesJohannes Berg-0/+3
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/sc...David S. Miller-77/+513
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai-4/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai-0/+2
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior-0/+9
2018-03-29nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior-0/+9
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior-0/+26
2018-03-29nl80211: Implement TX of control port framesDenis Kenzior-1/+111
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior-0/+79
2018-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss-0/+54
2018-03-29cfg80211: don't require RTNL held for regdomain readsJohannes Berg-2/+2
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss-7/+141
2018-03-29nl80211: Add SOCKET_OWNER support to START_APDenis Kenzior-0/+4
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_MESHDenis Kenzior-21/+9
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_IBSSDenis Kenzior-26/+16
2018-03-29cfg80211: Support all iftypes in autodisconnect_wkDenis Kenzior-11/+32
2018-03-29cfg80211: enable use of non-cleared DFS channels for DFS offloadDmitry Lebed-2/+7
2018-03-29cfg80211: fix CAC_STARTED event handlingDmitry Lebed-1/+1
2018-03-28treewide: remove large struct-pass-by-value from tracepoint argumentsAlexei Starovoitov-1/+1
2018-03-27net: Drop pernet_operations::asyncKirill Tkhai-2/+0
2018-03-26net: Use octal not symbolic permissionsJoe Perches-1/+1
2018-03-21cfg80211/nl80211: add DFS offload flagDmitry Lebed-4/+8
2018-03-21cfg80211/nl80211: add CAC_STARTED eventDmitry Lebed-2/+5
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-8/+5
2018-02-27mac80211: support A-MSDU in fast-rxFelix Fietkau-2/+3
2018-02-27cfg80211: add missing dependency to CFG80211 suboptionsRomain Naour-8/+5
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-3/+24
2018-02-22Merge tag 'mac80211-next-for-davem-2018-02-22' of git://git.kernel.org/pub/sc...David S. Miller-34/+207
2018-02-22Merge tag 'mac80211-for-davem-2018-02-22' of git://git.kernel.org/pub/scm/lin...David S. Miller-3/+24
2018-02-19net: Convert cfg80211_pernet_opsKirill Tkhai-0/+1
2018-02-19cfg80211: clear wep keys after disconnectionAvraham Stern-0/+2
2018-02-19cfg80211: send ack_signal to user in probe client responseVenkateswara Naralasetty-2/+6
2018-02-19nl80211: Fix external_auth check for offloaded authenticationSrinivas Dasari-1/+1