summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen2016-10-271-3/+6
* cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen2016-10-274-19/+19
* 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
* mac80211: validate new interface's beacon intervalsJohannes Berg2016-10-272-1/+12
* 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
* mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach2016-10-195-7/+20
* mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon2016-10-194-3/+8
* mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach2016-10-191-2/+3
* mac80211: improve RX aggregation data in debugfsJohannes Berg2016-10-191-2/+7
* mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg2016-10-193-9/+5
* cfg80211: fix possible memory leak in cfg80211_iter_combinations()Wei Yongjun2016-10-181-1/+3
* mac80211: fix A-MSDU outer SA/DAMichael Braun2016-10-172-1/+24
* mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun2016-10-171-10/+13
* 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-132-40/+32
* mac80211: preserve more bits when building QoS headerJohannes Berg2016-10-121-7/+16
* mac80211: filter multicast data packets on AP / AP_VLANMichael Braun2016-10-127-27/+58
* mac80211: remove unnecessary num_mcast_sta checkMichael Braun2016-10-121-7/+0
* mac80211: remove unnecessary mesh checkJohannes Berg2016-10-121-4/+1
* treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada2016-10-111-2/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-10-1118-240/+357
|\
| * netfilter: Fix slab corruption.Linus Torvalds2016-10-111-75/+33
| * Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2016-10-083-45/+65
| |\
| | * Bluetooth: Refactor append name and appearanceMichał Narajowski2016-10-063-50/+38
| | * Bluetooth: Add appearance to default scan rsp dataMichał Narajowski2016-10-061-1/+10
| | * Bluetooth: Fix local name in scan rspMichał Narajowski2016-10-061-12/+35
| * | ipv6 addrconf: disallow rtr_solicits < -1Maciej Żenczykowski2016-10-071-1/+3
| * | Merge tag 'rxrpc-rewrite-20161004' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2016-10-0611-116/+251
| |\ \
| | * | rxrpc: Don't request an ACK on the last DATA packet of a call's Tx phaseDavid Howells2016-10-061-5/+6
| | * | rxrpc: Need to produce an ACK for service op if op takes a long timeDavid Howells2016-10-065-6/+28
| | * | rxrpc: Return negative error code to kernel serviceDavid Howells2016-10-061-1/+1
| | * | rxrpc: Add missing notificationDavid Howells2016-10-061-0/+1
| | * | rxrpc: Queue the call on expiryDavid Howells2016-10-061-4/+6
| | * | rxrpc: Partially handle OpenAFS's improper termination of callsDavid Howells2016-10-061-0/+37
| | * | rxrpc: Fix loss of PING RESPONSE ACK production due to PING ACKsDavid Howells2016-10-068-29/+82
| | * | rxrpc: Fix warning by splitting rxrpc_send_call_packet()David Howells2016-10-068-84/+102
| | * | rxrpc: Only ping for lost reply in client callDavid Howells2016-10-061-1/+2
| | * | rxrpc: Fix oops on incoming call to serviceless endpointDavid Howells2016-10-061-1/+1
| | * | rxrpc: Fix duplicate constDavid Howells2016-10-062-2/+2
| | * | rxrpc: Accesses of rxrpc_local::service need to be RCU managedDavid Howells2016-10-061-2/+2
| | |/