summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: Fix array-bounds warning in fragment copyMatthias Kaehlcke2018-04-081-3/+3
* nl80211: Fix enum type of variable in nl80211_put_sta_rate()Matthias Kaehlcke2018-04-081-1/+1
* nl80211: Check for the required netlink attribute presenceHao Chen2018-03-031-1/+2
* cfg80211: check dev_set_name() return valueJohannes Berg2018-02-251-1/+7
* nl80211: Sanitize array index in parse_txq_paramsDan Williams2018-02-131-3/+6
* cfg80211: fix connect/disconnect edge casesJohannes Berg2017-11-021-9/+41
* nl80211: Define policy for packet pattern attributesPeng Xu2017-10-181-2/+10
* nl80211: check for the required netlink attributes presenceVladis Dronov2017-10-051-0/+3
* cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari2017-07-211-1/+1
* cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-211-2/+1
* cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-211-0/+4
* cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-211-0/+1
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-06-241-4/+6
* cfg80211: check rdev resume callback only for registered wiphyArend Van Spriel2017-04-121-6/+4
* nl80211: fix dumpit error path RTNL deadlocksJohannes Berg2017-03-301-73/+60
* nl80211: Fix mesh HT operation checkMasashi Honma2017-02-141-0/+1
* nl80211: fix sched scan netlink socket owner destructionJohannes Berg2017-01-191-9/+7
* nl80211: Use different attrs for BSSID and random MAC addr in scan reqVamsi Krishna2017-01-121-1/+15
* cfg80211/mac80211: fix BSS leaks when abandoning assoc attemptsJohannes Berg2017-01-093-0/+27
* cfg80211: limit scan results cache sizeJohannes Berg2016-11-182-0/+70
* cfg80211: add bitrate for 20MHz MCS 9Pedersen, Thomas2016-11-151-1/+2
* cfg80211: process events caused by suspend before suspendingJohannes Berg2016-10-261-1/+4
* cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg2016-10-121-2/+12
* cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg2016-10-121-19/+5
* Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2016-10-041-1/+1
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-1/+1
| |\
| | * nl80211: validate number of probe response CSA countersJohannes Berg2016-09-131-1/+1
* | | cfg80211: Provide an API to report NAN function terminationAyala Beker2016-09-301-0/+60
* | | cfg80211: provide a function to report a match for NANAyala Beker2016-09-301-0/+80
* | | cfg80211: allow the user space to change current NAN configurationAyala Beker2016-09-303-0/+83
* | | cfg80211: add add_nan_func / del_nan_funcAyala Beker2016-09-305-1/+453
* | | cfg80211: add start / stop NAN commandsAyala Beker2016-09-308-5/+179
* | | cfg80211: Add support for static WEP in the driverDavid Spinadel2016-09-306-8/+13
* | | cfg80211: wext: really don't store non-WEP keysJohannes Berg2016-09-281-1/+11
* | | cfg80211: add checks for beacon rate, extend to meshJohannes Berg2016-09-261-11/+35
* | | cfg80211: Add support to configure a beacon data ratePurushottam Kushwaha2016-09-261-222/+288
|/ /
* | Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1811-66/+130
|\ \
| * | cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-161-31/+27
| * | cfg80211: remove unnecessary pointer-ofJohannes Berg2016-09-151-1/+1
| * | nl80211: always check nla_put* return valuesJohannes Berg2016-09-151-5/+8
| * | nl80211: always check nla_nest_start() return valueJohannes Berg2016-09-151-0/+11
| * | cfg80211: allow connect keys only with default (TX) keyJohannes Berg2016-09-154-2/+22
| * | cfg80211: reduce connect key caching struct sizeJohannes Berg2016-09-136-17/+10
| * | cfg80211: validate key index betterJohannes Berg2016-09-131-1/+7
| * | cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg2016-09-131-0/+3
| * | nl80211: only allow WEP keys during connect commandJohannes Berg2016-09-131-5/+8
| * | nl80211: fix connect keys range checkJohannes Berg2016-09-131-1/+1
| * | cfg80211: disallow shared key authentication with key index 4Johannes Berg2016-09-132-2/+2
| * | cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-09-121-1/+1
| * | nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior2016-09-121-0/+29