aboutsummaryrefslogtreecommitdiffstats
path: root/net/wireless/reg.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-07mac80211: fix scan when operating on DFS channels in ETSI domainsAaron Komisar1-0/+1
2019-10-01cfg80211: initialize on-stack chandefsJohannes Berg1-1/+1
2019-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2019-08-21cfg80211: add 6GHz UNII band definitionsArend van Spriel1-2/+19
2019-08-21Revert "cfg80211: fix processing world regdomain when non modular"Hodaszi, Robert1-1/+1
2019-07-10Revert "Merge tag 'keys-acl-20190703' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs"Linus Torvalds1-2/+4
2019-06-27keys: Replace uid/gid/perm permissions checking with an ACLDavid Howells1-4/+2
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+2
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller1-16/+7
2019-04-26cfg80211: Use struct_size() in kzalloc()Gustavo A. R. Silva1-16/+7
2019-04-23cfg80211: Notify previous user request during self managed wiphy registrationSriram R1-3/+2
2019-03-29cfg80211: Handle WMM rules in regulatory domain intersectionIlan Peer1-0/+39
2019-02-11cfg80211: restore regulatory without calling userspaceJohannes Berg1-15/+58
2019-02-01Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-4/+9
2019-01-25cfg80211: Notify all User Hints To self managed wiphysSriram R1-3/+1
2019-01-25cfg80211: extend range deviation for DMGChaitanya Tata1-2/+2
2019-01-25cfg80211: reg: remove warn_on for a normal caseChaitanya Tata1-2/+7
2018-10-08Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-3/+5
2018-10-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+4
2018-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2018-10-02cfg80211: regulatory: make initialization more robustJohannes Berg1-0/+9
2018-10-01cfg80211: fix use-after-free in reg_process_hint()Yu Zhao1-3/+4
2018-09-05cfg80211: validate wmm rule when settingStanislaw Gruszka1-29/+35
2018-09-05cfg80211: reg: Init wiphy_idx in regulatory_hint_core()Andrei Otcheretianski1-0/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-78/+13
2018-08-28cfg80211: Add support for 60GHz band channels 5 and 6Alexei Avshalom Lazar1-1/+1
2018-08-28cfg80211: Avoid regulatory restore when COUNTRY_IE_IGNORE is setRajeev Kumar Sirasanagandla1-0/+46
2018-08-28cfg80211: make wmm_rule part of the reg_rule structureStanislaw Gruszka1-77/+13
2018-08-20cfg80211: remove division by size of sizeof(struct ieee80211_wmm_rule)Johannes Berg1-2/+1
2018-07-24cfg80211: never ignore user regulatory hintAmar Singhal1-25/+3
2018-05-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2018-05-23Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-0/+1
2018-05-22cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss1-0/+3
2018-05-18cfg80211: fix spelling mistake: "uknown" -> "unknown"Colin Ian King1-1/+1
2018-05-07cfg80211: Call reg_notifier for self managed hints conditionallyAmar Singhal1-4/+29
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-03-29cfg80211: Add API to allow querying regdb for wmm_ruleHaim Dreyfuss1-0/+54
2018-03-29cfg80211: don't require RTNL held for regdomain readsJohannes Berg1-2/+2
2018-03-29cfg80211: read wmm rules from regulatory databaseHaim Dreyfuss1-7/+141
2018-01-15cfg80211: fully initialize old channel for eventJohannes Berg1-2/+1
2017-11-20cfg80211: initialize regulatory keys/database laterJohannes Berg1-15/+27
2017-10-13cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typoArnd Bergmann1-1/+1
2017-10-11cfg80211: implement regdb signature checkingJohannes Berg1-1/+120
2017-10-11cfg80211: reg: remove support for built-in regdbJohannes Berg1-39/+0
2017-10-11cfg80211: support reloading regulatory databaseJohannes Berg1-20/+60
2017-10-11cfg80211: support loading regulatory database as firmware fileJohannes Berg1-22/+272
2017-09-06cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach1-2/+18
2017-04-25cfg80211: Fix dfs state propagation for non-DFS center channelVasanthakumar Thiagarajan1-3/+0
2017-03-06cfg80211: Share Channel DFS state across wiphys of same DFS domainVasanthakumar Thiagarajan1-0/+120