summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-1516-475/+733
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-0418-0/+18
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-9/+41
| |\ \
| * \ \ Merge tag 'mac80211-next-for-davem-2017-10-13' of git://git.kernel.org/pub/sc...David S. Miller2017-10-143-6/+4
| |\ \ \
| | * | | cfg80211: fix CFG80211_EXTRA_REGDB_KEYDIR typoArnd Bergmann2017-10-131-1/+1
| | * | | cfg80211: don't print log output for building shipped-certsArnd Bergmann2017-10-131-2/+2
| | * | | cfg80211: remove set but never used variable cf_offsetJohannes Berg2017-10-121-3/+1
| * | | | Merge tag 'mac80211-next-for-davem-2017-10-11' of git://git.kernel.org/pub/sc...David S. Miller2017-10-1115-472/+732
| |\ \ \ \ | | |/ / /
| | * | | cfg80211: implement regdb signature checkingJohannes Berg2017-10-116-1/+182
| | * | | cfg80211: reg: remove support for built-in regdbJohannes Berg2017-10-117-267/+1
| | * | | cfg80211: support reloading regulatory databaseJohannes Berg2017-10-113-20/+77
| | * | | cfg80211: support loading regulatory database as firmware fileJohannes Berg2017-10-113-24/+276
| | * | | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-10-061-0/+6
| | |\ \ \
| | * | | | cfg80211/nl80211: add a port authorized eventAvraham Stern2017-10-025-4/+85
| | * | | | wireless: set correct mandatory rate flagsRichard Schütz2017-09-211-16/+14
| | * | | | nl80211: add an option to allow MFP without requiring itEmmanuel Grumbach2017-09-211-1/+7
| | * | | | cfg80211: remove unused function ieee80211_data_from_8023()Johannes Berg2017-09-211-115/+0
| | * | | | nl80211: add OCE scan and capability flagsRoee Zamir2017-09-211-59/+78
| | * | | | nl80211: return error for invalid center_freq in 40 MHzTova Mussai2017-09-211-0/+9
| | * | | | mac80211: extend ieee80211_ie_split to support EXTENSIONLiad Kaufman2017-09-211-8/+46
* | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0718-9/+59
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-0218-0/+18
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0218-0/+18
| | |/ / /
| * | | | cfg80211: fix connect/disconnect edge casesJohannes Berg2017-10-181-9/+41
| |/ / /
* | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
|/ / /
* | | nl80211: Define policy for packet pattern attributesPeng Xu2017-10-041-2/+12
| |/ |/|
* | nl80211: fix null-ptr dereference on invalid mesh configurationJohannes Berg2017-09-181-0/+3
* | nl80211: check for the required netlink attributes presenceVladis Dronov2017-09-151-0/+3
|/
* cfg80211: honor NL80211_RRF_NO_HT40{MINUS,PLUS}Emmanuel Grumbach2017-09-061-2/+18
* nl80211: look for HT/VHT capabilities in beacon's tailIgor Mitsyanko2017-09-051-2/+2
* Merge tag 'mac80211-for-davem-2017-07-07' of git://git.kernel.org/pub/scm/lin...David S. Miller2017-07-071-3/+7
|\
| * cfg80211: Validate frequencies nested in NL80211_ATTR_SCAN_FREQUENCIESSrinivas Dasari2017-07-071-0/+4
| * cfg80211: Define nla_policy for NL80211_ATTR_LOCAL_MESH_POWER_MODESrinivas Dasari2017-07-071-0/+1
| * cfg80211: Check if NAN service ID is of expected sizeSrinivas Dasari2017-07-071-1/+1
| * cfg80211: Check if PMKID attribute is of expected sizeSrinivas Dasari2017-07-071-2/+1
* | nl80211: Don't verify owner_nlportid on NAN commandsAndrei Otcheretianski2017-06-301-8/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-13/+9
|\ \ | |/
| * dev_ioctl: copy only the smaller struct iwreq for wextJohannes Berg2017-06-141-3/+3
| * wireless: wext: use struct iwreq earlier in the call chainJohannes Berg2017-06-141-8/+7
| * wireless: wext: remove ndo_do_ioctl fallbackJohannes Berg2017-06-141-3/+0
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* | nl80211: add authorized flag to ROAM eventAvraham Stern2017-06-132-1/+4
* | cfg80211: support 4-way handshake offloading for 802.1XAvraham Stern2017-06-134-0/+195
* | cfg80211: support 4-way handshake offloading for WPA/WPA2-PSKEliad Peller2017-06-131-0/+9
* | Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg2017-06-082-8/+10
|\ \ | |/
| * cfg80211: make cfg80211_sched_scan_results() work from atomic contextArend Van Spriel2017-05-231-4/+4
| * mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-171-4/+6
* | wireless: Require HANDLE_DFS flag to switch channel for non-AP modeBenjamin Berg2017-05-191-1/+13
* | wireless: Only join DFS channels in mesh mode if userspace flags supportBenjamin Berg2017-05-192-0/+11
* | cfg80211: improve warnings in VHT rate calculationJohannes Berg2017-05-171-4/+7
|/
OpenPOWER on IntegriCloud