summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mac80211: add a flag to indicate CCK support for HT clientsFelix Fietkau2013-08-215-3/+10
* mac80211: add missing channel context releaseJohannes Berg2013-08-211-0/+1
* cfg80211: don't request disconnect if not connectedJohannes Berg2013-08-141-6/+4
* nl80211: nl80211hdr_put() doesn't return an ERR_PTRDan Carpenter2013-08-141-11/+11
* mac80211: continue using disabled channels while connectedJohannes Berg2013-07-311-1/+10
* cfg80211: fix P2P GO interface teardownJohannes Berg2013-07-311-0/+1
* mac80211: ignore HT primary channel while connectedJohannes Berg2013-07-311-13/+13
* mac80211: don't wait for TX status foreverJohannes Berg2013-07-311-3/+12
* mac80211: fix infinite loop in ieee80211_determine_chantypeChris Wright2013-07-311-1/+1
* nl80211: fix another nl80211_fam.attrbuf raceJohannes Berg2013-07-301-2/+4
* regulatory: use correct regulatory initiator on wiphy registerArik Nemtsov2013-07-251-1/+4
* mac80211: fix monitor interface suspend crash regressionStanislaw Gruszka2013-07-231-2/+5
* mac80211: prevent the buffering or frame transmission to non-assoc mesh STAChun-Yeow Yeoh2013-07-221-0/+4
* mac80211/minstrel: fix NULL pointer dereference issueFelix Fietkau2013-07-161-1/+2
* mac80211: fix duplicate retransmission detectionJohannes Berg2013-07-161-2/+8
* nl80211: fix the setting of RSSI threshold value for meshChun-Yeow Yeoh2013-07-161-2/+2
* mac80211: fix ethtool stats for non-station interfacesJohannes Berg2013-07-161-0/+2
* mac80211/minstrel_ht: fix cck rate samplingFelix Fietkau2013-07-161-1/+9
* regulatory: add missing rtnl lockingJohannes Berg2013-07-161-0/+2
* cfg80211: fix bugs in new SME implementationJohannes Berg2013-07-161-3/+26
* nl80211: fix mgmt tx status and testmode reporting for netnsMichal Kazior2013-07-161-2/+5
* Linux 3.11-rc1v3.11-rc1Linus Torvalds2013-07-152-1604/+883
* Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-158-69/+121
|\
| * slub: Check for page NULL before doing the node_match checkSteven Rostedt2013-07-151-1/+1
| * mm/slab: Give s_next and s_stop slab-specific namesWanpeng Li2013-07-083-8/+8
| * slob: Check for NULL pointer before calling ctor()Steven Rostedt2013-07-071-1/+1
| * slub: Make cpu partial slab support configurableJoonsoo Kim2013-07-072-6/+32
| * slab: add kmalloc() to kernel API documentationMichael Opdenacker2013-07-072-12/+14
| * slab: fix init_lock_keysChristoph Lameter2013-07-071-1/+1
| * slob: use DIV_ROUND_UP where possibleSasha Levin2013-07-071-1/+1
| * slub: do not put a slab to cpu partial list when cpu_partial is 0Joonsoo Kim2013-07-071-0/+3
| * mm/slub: Use node_nr_slabs and node_nr_objs in get_slabinfoWanpeng Li2013-07-071-2/+2
| * mm/slub: Drop unnecessary nr_partialsWanpeng Li2013-07-071-2/+0
| * mm/slab: Fix /proc/slabinfo unwriteable for slabWanpeng Li2013-07-071-1/+9
| * mm/slab: Sharing s_next and s_stop between slab and slubWanpeng Li2013-07-073-12/+5
| * mm/slab: Fix drain freelist excessivelyWanpeng Li2013-07-071-3/+9
| * slob: Rework #ifdeffery in slab.hChristoph Lameter2013-06-181-11/+28
| * mm, slab: moved kmem_cache_alloc_node comment to correct placeZhouping Liu2013-06-081-12/+11
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-07-1418-137/+73
|\ \
| * | sunrpc: now we can just set ->s_d_opAl Viro2013-07-141-3/+2
| * | cgroup: we can use simple_lookup() nowAl Viro2013-07-141-10/+1
| * | efivarfs: we can use simple_lookup() nowAl Viro2013-07-141-13/+1
| * | make simple_lookup() usable for filesystems that set ->s_d_opAl Viro2013-07-141-1/+2
| * | configfs: don't open-code d_alloc_name()Al Viro2013-07-141-11/+2
| * | __rpc_lookup_create_exclusive: pass string instead of qstrAl Viro2013-07-141-25/+9
| * | rpc_create_*_dir: don't bother with qstrAl Viro2013-07-144-33/+23
| * | llist: llist_add() can use llist_add_batch()Oleg Nesterov2013-07-131-10/+4
| * | llist: fix/simplify llist_add() and llist_add_batch()Oleg Nesterov2013-07-132-22/+12
| * | fput: turn "list_head delayed_fput_list" into llist_headOleg Nesterov2013-07-132-15/+12
| * | fs/file_table.c:fput(): add commentAndrew Morton2013-07-131-0/+6