summaryrefslogtreecommitdiffstats
path: root/usr (unfollow)
Commit message (Expand)AuthorFilesLines
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-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
2016-10-12kthread: allow to cancel kthread workPetr Mladek2-2/+135
2016-10-12kthread: initial support for delayed kthread workPetr Mladek2-0/+135
2016-10-12kthread: detect when a kthread work is used by more workersPetr Mladek1-8/+20
2016-10-12kthread: add kthread_destroy_worker()Petr Mladek2-0/+25
2016-10-12kthread: add kthread_create_worker*()Petr Mladek2-10/+110
2016-10-12kthread: allow to call __kthread_create_on_node() with va_list argsPetr Mladek1-30/+42
2016-10-12kthread/smpboot: do not park in kthread_create_on_cpu()Petr Mladek2-2/+11
2016-10-12kthread: kthread worker API cleanupPetr Mladek18-92/+93
2016-10-12kthread: rename probe_kthread_data() to kthread_probe_data()Petr Mladek3-4/+4
2016-10-12scripts/tags.sh: enable code completion in VIMMathieu Maret1-1/+2
2016-10-12mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mappingCatalin Marinas7-9/+83
2016-10-12kdump, vmcoreinfo: report memory sections virtual addressesThomas Garnier2-0/+9
2016-10-12ipc/sem.c: add cond_resched in exit_smeNikolay Borisov1-0/+2
2016-10-12ipc/msg: avoid waking sender upon full queueDavidlohr Bueso1-10/+43