summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-27cfg80211: Add support to update connection parametersvamsi krishna
2016-10-27cfg80211: handle fragmented IEs in splittingJohannes Berg
2016-10-27cfg80211: configure multicast to unicast for AP interfacesMichael Braun
2016-10-27mac80211: Claim Fast Initial Link Setup (FILS) STA supportJouni Malinen
2016-10-27mac80211: FILS AEAD protection for station mode association framesJouni Malinen
2016-10-27mac80211: Add FILS auth alg mappingJouni Malinen
2016-10-27cfg80211: Add KEK/nonces for FILS association framesJouni Malinen
2016-10-27cfg80211: Add Fast Initial Link Setup (FILS) auth algsJouni Malinen
2016-10-27cfg80211: Define IEEE P802.11ai (FILS) information elementsJouni Malinen
2016-10-27cfg80211: Add feature flag for Fast Initial Link Setup (FILS) as STAJouni Malinen
2016-10-27mac80211: Allow AUTH_DATA to be used for FILSJouni Malinen
2016-10-27cfg80211: Rename SAE_DATA to more generic AUTH_DATAJouni Malinen
2016-10-27nl80211: use nla_parse_nested() instead of nla_parse()Johannes Berg
2016-10-27nl80211: move unsplit command advertising to a separate functionJohannes Berg
2016-10-27mac80211: validate new interface's beacon intervalsJohannes Berg
2016-10-27cfg80211: validate beacon int as part of iface combinationsJohannes Berg
2016-10-27cfg80211: disallow beacon_int_min_gcd with IBSSJohannes Berg
2016-10-27cfg80211: mesh: track (and thus validate) beacon intervalJohannes Berg
2016-10-27cfg80211: fix beacon interval in interface combination iterationJohannes Berg
2016-10-27cfg80211: add generic helper to check interface is runningArend Van Spriel
2016-10-27wireless: deprecate WDS and disable by defaultJohannes Berg
2016-10-19cfg80211: allow vendor commands to be sent to nan interfaceAndrei Otcheretianski
2016-10-19cfg80211: allow aborting in-progress connection atttemptsIlan Peer
2016-10-19mac80211: uapsd_queues is in QoS IE orderEmmanuel Grumbach
2016-10-19mac80211: add a HW flag for supporting HW TX fragmentationSara Sharon
2016-10-19mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_triggerEmmanuel Grumbach
2016-10-19mac80211: improve RX aggregation data in debugfsJohannes Berg
2016-10-19mac80211: fix tid_agg_rx NULL dereferenceJohannes Berg
2016-10-19wireless: radiotap: fix timestamp sampling position valuesJohannes Berg
2016-10-18cfg80211: fix possible memory leak in cfg80211_iter_combinations()Wei Yongjun
2016-10-17mac80211: fix A-MSDU outer SA/DAMichael Braun
2016-10-17mac80211: avoid extra memcpy in A-MSDU head creationMichael Braun
2016-10-17mac80211_hwsim: suggest nl80211 instead of wext driver in documentationLinus Lüssing
2016-10-17nl80211: ifdef WoWLAN related policiesJohannes Berg
2016-10-17nl80211: correctly use nl80211_nan_srf_policyJohannes Berg
2016-10-13cfg80211: support virtual interfaces with different beacon intervalsPurushottam Kushwaha
2016-10-13cfg80211: pass struct to interface combination check/iterPurushottam Kushwaha
2016-10-12mac80211: preserve more bits when building QoS headerJohannes Berg
2016-10-12mac80211: filter multicast data packets on AP / AP_VLANMichael Braun
2016-10-12mac80211: remove unnecessary num_mcast_sta checkMichael Braun
2016-10-12mac80211_hwsim: make multi-channel ops constJohannes Berg
2016-10-12mac80211: remove unnecessary mesh checkJohannes Berg
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2016-10-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-10-11mm: split gfp_mask and mapping flags into separate fieldsMichal Hocko
2016-10-11fs: use mapping_set_error instead of opencoded set_bitMichal Hocko
2016-10-11treewide: remove redundant #include <linux/kconfig.h>Masahiro Yamada
2016-10-11hung_task: allow hung_task_panic when hung_task_warnings is 0John Siddle
2016-10-11kthread: add kerneldoc for kthread_create()Jonathan Corbet
2016-10-11kthread: better support freezable kthread workersPetr Mladek