summaryrefslogtreecommitdiff
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: wext: clear sinfo struct before calling driverJohannes Berg2015-06-221-0/+2
* nl80211: ignore HT/VHT capabilities without QoS/WMMJohannes Berg2015-04-131-0/+10
* nl80211: fix per-station group key get/del and memory leakJohannes Berg2015-02-051-5/+4
* cfg80211: Fix 160 MHz channels with 80+80 and 160 MHz driversJouni Malinen2015-01-271-3/+6
* cfg80211: avoid mem leak on driver hint setArik Nemtsov2015-01-271-1/+4
* cfg80211: don't WARN about two consecutive Country IE hintEmmanuel Grumbach2015-01-271-5/+2
* nl80211: clear skb cb before passing to netlinkJohannes Berg2014-10-051-0/+6
* cfg80211: fix mic_failure tracingEliad Peller2014-08-071-1/+2
* nl80211: move set_qos_map command into split stateJohannes Berg2014-07-311-6/+5
* cfg80211: add cfg80211_sched_scan_stopped_rtnlEliad Peller2014-06-071-2/+10
* cfg80211: free sme on connection failuresEliad Peller2014-06-071-1/+1
* cfg80211: fix few minor issues in reg_process_hint()Ilan Peer2014-06-071-9/+10
* cfg80211: remove racy beacon_interval assignmentJohannes Berg2014-03-031-2/+0
* cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
* cfg80211: bugfix in regulatory user hint processInbal Hacohen2014-02-191-1/+1
* cfg80211: send scan results from work queueJohannes Berg2014-02-066-42/+45
* cfg80211: fix scan done raceJohannes Berg2014-02-061-4/+10
* cfg80211: re-enable 5/10 MHz supportJohannes Berg2014-02-061-3/+0
* nl80211: Reset split_start when netlink skb is exhaustedPontus Fuchs2014-02-061-1/+2
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-176-78/+76
|\
| * cfg80211: make regulatory_hint() remove REGULATORY_CUSTOM_REGLuis R. Rodriguez2014-01-131-0/+2
| * Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-01-135-78/+74
| |\
| | * cfg80211: add sanity check for retry limit in wext-compatUjjal Roy2014-01-091-1/+1
| | * cfg80211: Add a function to get the number of supported channelsIlan Peer2014-01-094-26/+20
| | * cfg80211: fix wext-compat for getting retry valueUjjal Roy2014-01-061-2/+2
| | * nl80211: move vendor/testmode event skb functions out of ifdefJohannes Berg2014-01-061-49/+49
| | * cfg80211/mac80211: correct qos-map lockingJohannes Berg2013-12-301-0/+2
* | | net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue2014-01-141-65/+37
|/ /
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-01-062-10/+16
|\ \ | |/ |/|
| * radiotap: fix bitmap-end-finding buffer overrunJohannes Berg2013-12-161-0/+4
| * cfg80211: fix WARN_ON for re-association to the expired BSSUjjal Roy2013-12-051-10/+12
* | cfg80211: Add support for QoS mappingKyeyoon Park2013-12-198-1/+141
* | nl80211: support vendor-specific eventsJohannes Berg2013-12-191-19/+79
* | nl80211: add VHT support for set_bitrate_maskJanusz Dziedzic2013-12-161-6/+86
* | Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg2013-12-165-151/+152
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-12-063-32/+55
| |\ \ | | |/
| | * cfg80211: disable CSA for all driversSimon Wunderlich2013-12-021-0/+6
| | * cfg80211: ignore supported rates for nonexistant bands on scanFelix Fietkau2013-11-251-0/+4
| | * cfg80211: disable 5/10 MHz support for all driversJohannes Berg2013-11-251-0/+3
| | * nl80211: check nla_nest_start() return valueJohannes Berg2013-11-251-0/+2
| | * nl80211: fix error path in nl80211_get_key()Johannes Berg2013-11-251-1/+1
| | * nl80211: check nla_put_* return valuesJohannes Berg2013-11-251-22/+30
| | * cfg80211: fix ibss wext chandef creationSimon Wunderlich2013-11-251-9/+9
| * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2013-12-0213-453/+787
| |\ \ | | |/ | |/|
| * | genetlink: make multicast groups const, prevent abuseJohannes Berg2013-11-191-75/+54
| * | genetlink: pass family to functions using groupsJohannes Berg2013-11-191-35/+35
| * | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
| * | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| * | genetlink: allow making ops constJohannes Berg2013-11-141-4/+4
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-11-089-27/+108
| |\ \