aboutsummaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-24Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-9/+16
2018-07-09nl80211: Add a missing break in parse_station_flagsGravatar Bernd Edlinger 1-0/+1
2018-07-06nl80211/mac80211: allow non-linear skb in rx_control_portGravatar Denis Kenzior 1-9/+15
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-21/+14
2018-06-30Merge tag 'mac80211-next-for-davem-2018-06-29' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-44/+150
2018-06-29cfg80211: use BIT_ULL for NL80211_STA_INFO_* attribute typesGravatar Omer Efrat 1-13/+13
2018-06-29nl80211: check nla_parse_nested() return valuesGravatar Johannes Berg 1-5/+11
2018-06-29nl80211: relax ht operation checks for meshGravatar Bob Copeland 1-16/+3
2018-06-15cfg80211: Add support for HEGravatar Luca Coelho 1-1/+98
2018-06-15nl80211: report 4ADDR status with GET_INTERFACEGravatar Antonio Quartulli 1-1/+2
2018-06-15nl80211: add scan features for improved scan privacyGravatar Johannes Berg 1-1/+7
2018-06-15nl80211: refactor common code in scan flags checksGravatar Johannes Berg 1-29/+31
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-2/+2
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2018-05-23nl80211: Reject disconnect commands except from conn_ownerGravatar Andrew Zaborowski 1-0/+16
2018-05-23nl80211: Update ERP info using NL80211_CMD_UPDATE_CONNECT_PARAMSGravatar Vidyullatha Kanchanapally 1-0/+52
2018-05-23nl80211: add FILS related parameters to ROAM eventGravatar Arend Van Spriel 1-2/+14
2018-05-23cfg80211: use separate struct for FILS parametersGravatar Arend Van Spriel 1-11/+11
2018-05-23nl80211: Optimize cfg80211_bss_expire invocationsGravatar Denis Kenzior 1-1/+9
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextGravatar Johannes Berg 1-0/+1
2018-05-22nl80211: Fix compilationGravatar Denis Kenzior 1-1/+1
2018-05-18cfg80211: release station info tidstats where neededGravatar Johannes Berg 1-3/+8
2018-05-18cfg80211/mac80211: revert to stack allocation for sinfoGravatar Johannes Berg 1-59/+27
2018-05-18cfg80211: dynamically allocate per-tid stats for station infoGravatar Arend van Spriel 1-1/+2
2018-05-18nl80211: fix nlmsg allocation in cfg80211_ft_eventGravatar Dedy Lansky 1-1/+2
2018-05-08cfg80211: Expose TXQ stats and parameters to userspaceGravatar Toke Høiland-Jørgensen 1-27/+175
2018-05-07cfg80211: average ack rssi support for data framesGravatar Balaji Pothunoori 1-0/+3
2018-05-07nl80211: Add wmm rule attribute to NL80211_CMD_GET_WIPHY dump commandGravatar Haim Dreyfuss 1-4/+53
2018-04-20nl80211: Free connkeys on external authentication failureGravatar Srinivas Dasari 1-0/+1
2018-03-29nl80211: Add control_port_over_nl80211 to mesh_setupGravatar Denis Kenzior 1-0/+9
2018-03-29nl80211: Add control_port_over_nl80211 for ibssGravatar Denis Kenzior 1-0/+9
2018-03-29nl80211: Add CONTROL_PORT_OVER_NL80211 attributeGravatar Denis Kenzior 1-0/+26
2018-03-29nl80211: Implement TX of control port framesGravatar Denis Kenzior 1-1/+70
2018-03-29nl80211: Add CMD_CONTROL_PORT_FRAME APIGravatar Denis Kenzior 1-0/+58
2018-03-29nl80211: Add SOCKET_OWNER support to START_APGravatar Denis Kenzior 1-0/+3
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_MESHGravatar Denis Kenzior 1-2/+8
2018-03-29nl80211: Add SOCKET_OWNER support to JOIN_IBSSGravatar Denis Kenzior 1-1/+6
2018-03-21cfg80211/nl80211: add DFS offload flagGravatar Dmitry Lebed 1-4/+8
2018-02-22Merge tag 'mac80211-next-for-davem-2018-02-22' of git://git.kernel.org/pub/sc...Gravatar David S. Miller 1-34/+169
2018-02-19cfg80211: send ack_signal to user in probe client responseGravatar Venkateswara Naralasetty 1-2/+6
2018-02-19nl80211: Fix external_auth check for offloaded authenticationGravatar Srinivas Dasari 1-1/+1
2018-02-19nl80211: remove unnecessary genlmsg_cancel() callsGravatar Johannes Berg 1-28/+0
2018-02-04Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-3/+6
2018-01-31cfg80211: Add support to notify station's opmode change to userspaceGravatar tamizhr@codeaurora.org 1-0/+55
2018-01-31nl80211: Allow SAE Authentication for NL80211_CMD_CONNECTGravatar Srinivas Dasari 1-2/+3
2018-01-31cfg80211/nl80211: Optional authentication offload to userspaceGravatar Srinivas Dasari 1-0/+94
2018-01-31nl80211: Introduce scan flags to emphasize requested scan behaviorGravatar Sunil Dutt 1-2/+11
2018-01-30nl80211: Sanitize array index in parse_txq_paramsGravatar Dan Williams 1-3/+6
2018-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-01-18cfg80211: fix station info handling bugsGravatar Johannes Berg 1-1/+1