summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-10-27cfg80211: handle fragmented IEs in splittingJohannes Berg1-3/+22
2016-10-27cfg80211: configure multicast to unicast for AP interfacesMichael Braun5-0/+93
2016-10-27mac80211: Claim Fast Initial Link Setup (FILS) STA supportJouni Malinen1-0/+1
2016-10-27mac80211: FILS AEAD protection for station mode association framesJouni Malinen7-4/+403
2016-10-27mac80211: Add FILS auth alg mappingJouni Malinen1-0/+12
2016-10-27cfg80211: Add KEK/nonces for FILS association framesJouni Malinen4-0/+32
2016-10-27cfg80211: Add Fast Initial Link Setup (FILS) auth algsJouni Malinen3-2/+28
2016-10-27cfg80211: Define IEEE P802.11ai (FILS) information elementsJouni Malinen2-0/+41
2016-10-27cfg80211: Add feature flag for Fast Initial Link Setup (FILS) as STAJouni Malinen1-0/+3
2016-10-27mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen1-3/+6
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen6-27/+38
2016-10-27nl80211: use nla_parse_nested() instead of nla_parse()Johannes Berg1-48/+37
2016-10-27nl80211: move unsplit command advertising to a separate functionJohannes Berg1-75/+92
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg2-1/+12
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg2-39/+56
2016-10-27cfg80211: disallow beacon_int_min_gcd with IBSSJohannes Berg1-0/+15
2016-10-27cfg80211: mesh: track (and thus validate) beacon intervalJohannes Berg1-0/+2
2016-10-27cfg80211: fix beacon interval in interface combination iterationJohannes Berg1-4/+2
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel3-44/+30
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg6-2/+37
2016-10-19cfg80211: allow vendor commands to be sent to nan interfaceAndrei Otcheretianski1-1/+2
2016-10-19cfg80211: allow aborting in-progress connection atttemptsIlan Peer2-4/+5
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach7-9/+24
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon7-5/+18
2016-10-19mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach2-2/+7
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg1-2/+7
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg3-9/+5
2016-10-19wireless: radiotap: fix timestamp sampling position valuesJohannes Berg1-2/+2
2016-10-18cfg80211: fix possible memory leak in cfg80211_iter_combinations()Wei Yongjun1-1/+3
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun3-2/+25
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun1-10/+13
2016-10-17mac80211_hwsim: suggest nl80211 instead of wext driver in documentationLinus Lüssing1-1/+1
2016-10-17nl80211: ifdef WoWLAN related policiesJohannes Berg1-0/+2
2016-10-17nl80211: correctly use nl80211_nan_srf_policyJohannes Berg1-1/+2
2016-10-13cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha5-12/+70
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha4-72/+68
2016-10-12mac80211: preserve more bits when building QoS headerJohannes Berg1-7/+16
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun7-27/+58
2016-10-12mac80211: remove unnecessary num_mcast_sta checkMichael Braun1-7/+0
2016-10-12mac80211_hwsim: make multi-channel ops constJohannes Berg1-39/+40
2016-10-12mac80211: remove unnecessary mesh checkJohannes Berg1-4/+1
2016-10-12Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds682-54101/+85011
2016-10-12Merge branch 'akpm' (patches from Andrew)Linus Torvalds200-1061/+2300
2016-10-12mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko2-12/+11
2016-10-12fs: use mapping_set_error instead of opencoded set_bitMichal Hocko7-14/+9
2016-10-12treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada96-112/+0
2016-10-12hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle1-14/+14
2016-10-12kthread: add kerneldoc for kthread_create()Jonathan Corbet1-0/+11
2016-10-12kthread: better support freezable kthread workersPetr Mladek2-9/+24
2016-10-12kthread: allow to modify delayed kthread workPetr Mladek2-0/+57