summaryrefslogtreecommitdiff
path: root/net/wireless/nl80211.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-26nl80211: validate key indexes for cfg80211_registered_deviceAnant Thazhemadam1-3/+4
2020-12-04cfg80211: initialize rekey_dataSara Sharon1-1/+1
2020-10-30cfg80211: initialize wdev data earlierJohannes Berg1-1/+2
2020-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2020-10-08net: wireless: nl80211: fix out-of-bounds access in nl80211_del_key()Anant Thazhemadam1-0/+3
2020-10-03genetlink: move to smaller ops wherever possibleJakub Kicinski1-0/+5
2020-10-02nl80211: fix non-split wiphy informationJohannes Berg1-1/+4
2020-10-02nl80211: reduce non-split wiphy dump sizeJohannes Berg1-13/+24
2020-09-28nl80211: extend support to config spatial reuse parameter setRajkumar Manoharan1-0/+25
2020-09-28nl80211: fix OBSS PD min and max offset validationRajkumar Manoharan1-10/+8
2020-09-28nl80211: include frequency offset in survey infoThomas Pedersen1-0/+5
2020-09-28nl80211: support S1G capability overrides in assocThomas Pedersen1-0/+20
2020-09-28nl80211/cfg80211: support 6 GHz scanningTova Mussai1-4/+7
2020-09-18nl80211: Unsolicited broadcast probe response supportAloka Dixit1-0/+46
2020-09-18nl80211: Add FILS discovery supportAloka Dixit1-0/+49
2020-09-18nl80211: correctly validate S1G beacon headThomas Pedersen1-4/+13
2020-09-18nl80211: advertise supported channel width in S1GThomas Pedersen1-0/+15
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-1/+1
2020-08-27nl80211: support SAE authentication offload in AP modeChung-Hsien Hsu1-3/+6
2020-08-27nl80211: rename csa counter attributes countdown countersJohn Crispin1-8/+8
2020-08-27nl80211: add support for setting fixed HE rate/gi/ltfMiles Hu1-8/+129
2020-08-27nl80211: use NLA_POLICY_RANGE(NLA_BINARY, ...) for a few attributesJohannes Berg1-22/+14
2020-08-27nl80211: clean up code/policy a bitJohannes Berg1-42/+18
2020-08-27net: wireless: Convert to use the preferred fallthrough macroMiaohe Lin1-10/+10
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-10/+10
2020-08-20nl80211: fix NL80211_ATTR_HE_6GHZ_CAPABILITY usageJohannes Berg1-1/+1
2020-08-18netlink: consistently use NLA_POLICY_MIN_LEN()Johannes Berg1-3/+3
2020-08-18netlink: consistently use NLA_POLICY_EXACT_LEN()Johannes Berg1-4/+2
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-12/+12
2020-08-03nl80211: use eth_zero_addr() to clear mac addressMiaohe Lin1-2/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+3
2020-07-31nl80211: support 4-way handshake offloading for WPA/WPA2-PSK in AP modeChung-Hsien Hsu1-1/+3
2020-07-31cfg80211: invert HE BSS color 'disabled' to 'enabled'Johannes Berg1-5/+2
2020-07-31cfg80211/mac80211: avoid bss color setting in non-HE modesP Praneesh1-0/+3
2020-07-31cfg80211/mac80211: add connected to auth server to station infoMarkus Theil1-0/+1
2020-07-31cfg80211/mac80211: add connected to auth server to meshconfMarkus Theil1-1/+7
2020-07-31cfg80211/mac80211: add mesh_param "mesh_nolearn" to skip path discoveryLinus Lüssing1-1/+6
2020-07-31nl80211: Simplify error handling path in 'nl80211_trigger_scan()'Christophe JAILLET1-8/+11
2020-07-31nl80211: Remove a misleading label in 'nl80211_trigger_scan()'Christophe JAILLET1-21/+10
2020-07-31cfg80211: allow vendor dumpit to terminate by returning 0Julian Squires1-1/+1
2020-07-30cfg80211: check vendor command doit pointer before useJulian Squires1-3/+3
2020-06-26nl80211: fix memory leak when parsing NL80211_ATTR_HE_BSS_COLORLuca Coelho1-1/+1
2020-06-26nl80211: don't return err unconditionally in nl80211_start_ap()Luca Coelho1-1/+2
2020-05-31cfg80211: support bigger kek/kck key lengthNathan Errera1-4/+19
2020-05-31cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg1-1/+8
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan1-1/+17
2020-05-27nl80211: Add support to configure TID specific Tx rate configurationTamizh Chelvam1-14/+42
2020-05-27nl80211: add ability to report TX status for control port TXMarkus Theil1-8/+33
2020-05-27nl80211: support scan frequencies in KHzThomas Pedersen1-12/+39