summaryrefslogtreecommitdiffstats
path: root/net/mac80211/aes_ccm.h (unfollow)
Commit message (Expand)AuthorFilesLines
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
2016-10-12ipc/msg: make ss_wakeup() kill arg booleanDavidlohr Bueso1-4/+4
2016-10-12ipc/msg: batch queue sender wakeupsDavidlohr Bueso1-10/+20
2016-10-12ipc/msg: implement lockless pipelined wakeupsSebastian Andrzej Siewior1-93/+40
2016-10-12ipc/sem.c: fix complex_count vs. simple op raceManfred Spraul2-55/+84
2016-10-12kcov: do not instrument lib/stackdepot.cAlexander Potapenko1-0/+1
2016-10-12config: android: enable CONFIG_SECCOMPRob Herring1-0/+1
2016-10-12config: android: set SELinux as default security modeRob Herring1-0/+1
2016-10-12config: android: move device mapper options to recommendedRob Herring2-4/+4
2016-10-12config/android: Remove CONFIG_IPV6_PRIVACYBorislav Petkov1-1/+0
2016-10-12relay: Use irq_work instead of plain timer for deferred wakeupPeter Zijlstra3-11/+17
2016-10-12pps: kc: fix non-tickless system config dependencyMaciej S. Szmigiero1-1/+1
2016-10-12mips/panic: replace smp_send_stop() with kdump friendly version in panic pathHidehiro Kawai4-1/+33