index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-10-27
nl80211: move unsplit command advertising to a separate function
Johannes Berg
1
-75
/
+92
2016-10-27
mac80211: validate new interface's beacon intervals
Johannes Berg
2
-1
/
+12
2016-10-27
cfg80211: validate beacon int as part of iface combinations
Johannes Berg
2
-39
/
+56
2016-10-27
cfg80211: disallow beacon_int_min_gcd with IBSS
Johannes Berg
1
-0
/
+15
2016-10-27
cfg80211: mesh: track (and thus validate) beacon interval
Johannes Berg
1
-0
/
+2
2016-10-27
cfg80211: fix beacon interval in interface combination iteration
Johannes Berg
1
-4
/
+2
2016-10-27
cfg80211: add generic helper to check interface is running
Arend Van Spriel
3
-44
/
+30
2016-10-27
wireless: deprecate WDS and disable by default
Johannes Berg
6
-2
/
+37
2016-10-19
cfg80211: allow vendor commands to be sent to nan interface
Andrei Otcheretianski
1
-1
/
+2
2016-10-19
cfg80211: allow aborting in-progress connection atttempts
Ilan Peer
2
-4
/
+5
2016-10-19
mac80211: uapsd_queues is in QoS IE order
Emmanuel Grumbach
7
-9
/
+24
2016-10-19
mac80211: add a HW flag for supporting HW TX fragmentation
Sara Sharon
7
-5
/
+18
2016-10-19
mac80211: allow the driver not to pass the tid to ieee80211_sta_uapsd_trigger
Emmanuel Grumbach
2
-2
/
+7
2016-10-19
mac80211: improve RX aggregation data in debugfs
Johannes Berg
1
-2
/
+7
2016-10-19
mac80211: fix tid_agg_rx NULL dereference
Johannes Berg
3
-9
/
+5
2016-10-19
wireless: radiotap: fix timestamp sampling position values
Johannes Berg
1
-2
/
+2
2016-10-18
cfg80211: fix possible memory leak in cfg80211_iter_combinations()
Wei Yongjun
1
-1
/
+3
2016-10-17
mac80211: fix A-MSDU outer SA/DA
Michael Braun
3
-2
/
+25
2016-10-17
mac80211: avoid extra memcpy in A-MSDU head creation
Michael Braun
1
-10
/
+13
2016-10-17
mac80211_hwsim: suggest nl80211 instead of wext driver in documentation
Linus Lüssing
1
-1
/
+1
2016-10-17
nl80211: ifdef WoWLAN related policies
Johannes Berg
1
-0
/
+2
2016-10-17
nl80211: correctly use nl80211_nan_srf_policy
Johannes Berg
1
-1
/
+2
2016-10-13
cfg80211: support virtual interfaces with different beacon intervals
Purushottam Kushwaha
5
-12
/
+70
2016-10-13
cfg80211: pass struct to interface combination check/iter
Purushottam Kushwaha
4
-72
/
+68
2016-10-12
mac80211: preserve more bits when building QoS header
Johannes Berg
1
-7
/
+16
2016-10-12
mac80211: filter multicast data packets on AP / AP_VLAN
Michael Braun
7
-27
/
+58
2016-10-12
mac80211: remove unnecessary num_mcast_sta check
Michael Braun
1
-7
/
+0
2016-10-12
mac80211_hwsim: make multi-channel ops const
Johannes Berg
1
-39
/
+40
2016-10-12
mac80211: remove unnecessary mesh check
Johannes Berg
1
-4
/
+1
2016-10-12
mm: split gfp_mask and mapping flags into separate fields
Michal Hocko
2
-12
/
+11
2016-10-12
fs: use mapping_set_error instead of opencoded set_bit
Michal Hocko
7
-14
/
+9
2016-10-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
96
-112
/
+0
2016-10-12
hung_task: allow hung_task_panic when hung_task_warnings is 0
John Siddle
1
-14
/
+14
2016-10-12
kthread: add kerneldoc for kthread_create()
Jonathan Corbet
1
-0
/
+11
2016-10-12
kthread: better support freezable kthread workers
Petr Mladek
2
-9
/
+24
2016-10-12
kthread: allow to modify delayed kthread work
Petr Mladek
2
-0
/
+57
2016-10-12
kthread: allow to cancel kthread work
Petr Mladek
2
-2
/
+135
2016-10-12
kthread: initial support for delayed kthread work
Petr Mladek
2
-0
/
+135
2016-10-12
kthread: detect when a kthread work is used by more workers
Petr Mladek
1
-8
/
+20
2016-10-12
kthread: add kthread_destroy_worker()
Petr Mladek
2
-0
/
+25
2016-10-12
kthread: add kthread_create_worker*()
Petr Mladek
2
-10
/
+110
2016-10-12
kthread: allow to call __kthread_create_on_node() with va_list args
Petr Mladek
1
-30
/
+42
2016-10-12
kthread/smpboot: do not park in kthread_create_on_cpu()
Petr Mladek
2
-2
/
+11
2016-10-12
kthread: kthread worker API cleanup
Petr Mladek
18
-92
/
+93
2016-10-12
kthread: rename probe_kthread_data() to kthread_probe_data()
Petr Mladek
3
-4
/
+4
2016-10-12
scripts/tags.sh: enable code completion in VIM
Mathieu Maret
1
-1
/
+2
2016-10-12
mm: kmemleak: avoid using __va() on addresses that don't have a lowmem mapping
Catalin Marinas
7
-9
/
+83
2016-10-12
kdump, vmcoreinfo: report memory sections virtual addresses
Thomas Garnier
2
-0
/
+9
2016-10-12
ipc/sem.c: add cond_resched in exit_sme
Nikolay Borisov
1
-0
/
+2
2016-10-12
ipc/msg: avoid waking sender upon full queue
Davidlohr Bueso
1
-10
/
+43
[next]