aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24wireless/lib80211: Convert from ahash to shashKees Cook1-25/+30
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+14
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller6-55/+263
2018-06-29cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesOmer Efrat2-18/+18
2018-06-29cfg80211: track time using boottimeArnd Bergmann2-3/+3
2018-06-29nl80211: check nla_parse_nested() return valuesJohannes Berg1-5/+11
2018-06-29nl80211: relax ht operation checks for meshBob Copeland1-16/+3
2018-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2-0/+3
2018-06-15cfg80211: Add support for HELuca Coelho3-2/+200
2018-06-15nl80211: report 4ADDR status with GET_INTERFACEAntonio Quartulli1-1/+2
2018-06-15nl80211: add scan features for improved scan privacyJohannes Berg1-1/+7
2018-06-15nl80211: refactor common code in scan flags checksJohannes Berg1-29/+31
2018-06-15cfg80211: use better order for kcalloc() argumentsJohannes Berg1-2/+3
2018-06-15cfg80211: fix rcu in cfg80211_unregister_wdevDedy Lansky1-0/+1
2018-06-15cfg80211: initialize sinfo in cfg80211_get_stationSven Eckelmann1-0/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-2/+2
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds7-54/+418
2018-06-04Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-15/+2
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2018-05-23nl80211: Reject disconnect commands except from conn_ownerAndrew Zaborowski1-0/+16
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSVidyullatha Kanchanapally2-0/+56
2018-05-23nl80211: add FILS related parameters to ROAM eventArend Van Spriel2-9/+55
2018-05-23cfg80211: use separate struct for FILS parametersArend Van Spriel2-30/+32
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsDenis Kenzior1-1/+9
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg3-0/+5
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss1-0/+3
2018-05-22nl80211: Fix compilationDenis Kenzior1-1/+1
2018-05-18cfg80211: release station info tidstats where neededJohannes Berg1-3/+8
2018-05-18cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King1-1/+1
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoJohannes Berg2-74/+35
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoArend van Spriel2-1/+13
2018-05-18nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky1-1/+2
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig1-15/+2
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceToke Høiland-Jørgensen4-35/+216
2018-05-07cfg80211: average ack rssi support for data framesBalaji Pothunoori1-0/+3
2018-05-07cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal1-4/+29
2018-05-07nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandHaim Dreyfuss1-4/+53
2018-04-20nl80211: Free connkeys on external authentication failureSrinivas Dasari1-0/+1
2018-04-19cfg80211: fix possible memory leak in regdb_query_country()weiyongjun (A)1-0/+1
2018-04-19regulatory: Rename confusing 'country IE' in log outputToke Høiland-Jørgensen1-2/+2
2018-04-19cfg80211: limit wiphy names to 128 bytesJohannes Berg1-0/+3
2018-03-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2018-03-29Merge tag 'mac80211-next-for-davem-2018-03-29' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller11-77/+513
2018-03-29net: Don't take rtnl_lock() in wireless_nlevent_flush()Kirill Tkhai1-4/+0
2018-03-29net: Introduce net_rwsem to protect net_namespace_listKirill Tkhai1-0/+2
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupDenis Kenzior1-0/+9
2018-03-29nl80211: Add control_port_over_nl80211 for ibssDenis Kenzior1-0/+9
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeDenis Kenzior1-0/+26
2018-03-29nl80211: Implement TX of control port framesDenis Kenzior3-1/+111
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIDenis Kenzior2-0/+79