summaryrefslogtreecommitdiffstats
path: root/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| * | nl80211: use nla_parse_nested() instead of nla_parse()Johannes Berg2016-10-271-48/+37
| * | nl80211: move unsplit command advertising to a separate functionJohannes Berg2016-10-271-75/+92
| * | cfg80211: validate beacon int as part of iface combinationsJohannes Berg2016-10-271-31/+52
| * | cfg80211: disallow beacon_int_min_gcd with IBSSJohannes Berg2016-10-271-0/+15
| * | cfg80211: mesh: track (and thus validate) beacon intervalJohannes Berg2016-10-271-0/+2
| * | cfg80211: fix beacon interval in interface combination iterationJohannes Berg2016-10-271-4/+2
| * | cfg80211: add generic helper to check interface is runningArend Van Spriel2016-10-272-41/+20
| * | wireless: deprecate WDS and disable by defaultJohannes Berg2016-10-271-0/+10
| * | cfg80211: allow vendor commands to be sent to nan interfaceAndrei Otcheretianski2016-10-191-1/+2
| * | cfg80211: allow aborting in-progress connection atttemptsIlan Peer2016-10-191-1/+1
| * | cfg80211: fix possible memory leak in cfg80211_iter_combinations()Wei Yongjun2016-10-181-1/+3
| * | nl80211: ifdef WoWLAN related policiesJohannes Berg2016-10-171-0/+2
| * | nl80211: correctly use nl80211_nan_srf_policyJohannes Berg2016-10-171-1/+2
| * | cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha2016-10-133-10/+49
| * | cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha2016-10-131-16/+12
| |/
* | netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf2016-10-291-2/+1
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* | genetlink: statically initialize familiesJohannes Berg2016-10-271-16/+17
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-26/+25
|/
* 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
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-23/+2
|\ \ \ | |/ / |/| / | |/
| * Merge tag 'mac80211-for-davem-2016-08-30' of git://git.kernel.org/pub/scm/lin...David S. Miller2016-08-301-23/+2
| |\
| | * Revert "wext: Fix 32 bit iwpriv compatibility issue with 64 bit Kernel"Johannes Berg2016-08-081-23/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-181-1/+1
|\| |