summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mac80211-next-for-davem-2016-09-16' of git://git.kernel.org/pub/sc...David S. Miller2016-09-1911-66/+130
|\
| * cfg80211: add helper to find an IE that matches a byte-arrayLuca Coelho2016-09-161-31/+27Star
| * 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/+10Star
| * 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-131-23/+2Star
|\ \ | |/ |/|
| * Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-311-23/+2Star
| |\
| | * Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg2016-08-081-23/+2Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-1/+1
|\| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-182-3/+32
| |\|
| * | tree-wide: replace config_enabled() with IS_ENABLED()Masahiro Yamada2016-08-041-1/+1
* | | nl80211: explicitly check enum nl80211_mesh_power_modeJohannes Berg2016-08-111-1/+13
* | | cfg80211: identically validate beacon interval for AP/MESH/IBSSPurushottam Kushwaha2016-08-112-8/+10
* | | cfg80211: always notify userspace when wireless netdev is removedDenis Kenzior2016-08-112-17/+5Star
* | | cfg80211: always notify userspace of new wireless netdevsDenis Kenzior2016-08-113-14/+37
| |/ |/|
* | nl80211: correct checks for NL80211_MESHCONF_HT_OPMODE valueMasashi Honma2016-08-051-3/+31
* | cfg80211: fix missing break in NL8211_CHAN_WIDTH_80P80 caseColin Ian King2016-08-021-0/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-242-4/+6
|\
| * cfg80211: handle failed skb allocationGregory Greenman2016-07-061-0/+2
| * nl80211: Move ACL parsing later to avoid a possible memory leakPurushottam Kushwaha2016-07-061-4/+4
* | cfg80211: Add mesh peer AID setting APIMasashi Honma2016-07-061-0/+6
* | nl80211: support beacon report scanningAvraham Stern2016-07-065-16/+78
* | nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld2016-07-061-0/+36
* | nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann2016-06-301-30/+74
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-06-301-1/+1
|\|
| * cfg80211: fix proto in ieee80211_data_to_8023 for frames without LLC headerFelix Fietkau2016-06-291-1/+1
* | Merge tag 'mac80211-next-for-davem-2016-06-09' of git://git.kernel.org/pub/sc...David S. Miller2016-06-115-104/+172
|\ \ | |/ |/|
| * nl80211: clarify nl80211_set_reg() success pathJohannes Berg2016-06-091-4/+2Star
| * nl80211: Fix checkpatch warnings about blank linesKirtika Ruchandani2016-06-091-12/+10Star
| * nl80211: Fix spellingKirtika Ruchandani2016-06-091-1/+1
| * cfg80211: Advertise extended capabilities per interface type to userspaceKanchanapally, Vidyullatha2016-05-312-1/+72
| * cfg80211: Allow cfg80211_connect_result() errors to be distinguishedJouni Malinen2016-05-314-10/+11
| * nl80211: Allow privileged operations from user namespacesMartin Willi2016-05-311-76/+76
* | wext: Fix 32 bit iwpriv compatibility issue with 64 bit KernelPrasun Maiti2016-06-091-2/+23
* | cfg80211: remove get/set antenna and tx power warningsJohannes Berg2016-06-091-2/+0Star
* | mm/page_ref: use page_ref helper instead of direct modification of _countJoonsoo Kim2016-05-201-1/+1
|/
* cfg80211: make wdev_list accessible to driversJohannes Berg2016-05-128-24/+26
* cfg80211: remove erroneous commentJohannes Berg2016-05-121-1/+1
* cfg80211: allow finding vendor with OUI without specifying the OUI typeEmmanuel Grumbach2016-05-121-2/+6
* wext: remove a/b/g/n from SIOCGIWNAMEJohannes Berg2016-05-021-35/+0Star
* nl80211: use nla_put_u64_64bit() for the remaining u64 attributesJohannes Berg2016-04-271-14/+22