| Commit message (Expand) | Author | Age |
* | af_rose/x25: Sanity check the maximum user frame size | Alan Cox | 2009-03-27 |
* | appletalk: this warning can go I think | Alan Cox | 2009-03-27 |
* | benet: use do_div() for 64 bit divide | Stephen Hemminger | 2009-03-27 |
* | xfrm: spin_lock() should be spin_unlock() in xfrm_state.c | Chuck Ebbert | 2009-03-27 |
* | ipv6: Plug sk_buff leak in ipv6_rcv (net/ipv6/ip6_input.c) | Jesper Nilsson | 2009-03-27 |
* | net: Add support for the OpenCores 10/100 Mbps Ethernet MAC. | Thierry Reding | 2009-03-27 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2009-03-27 |
|\ |
|
| * | ctnetlink: compute generic part of event more acurately | Holger Eitzenberger | 2009-03-26 |
| * | netfilter: nf_conntrack: calculate per-protocol nlattr size | Holger Eitzenberger | 2009-03-25 |
| * | netfilter: nf_conntrack: add generic function to get len of generic policy | Holger Eitzenberger | 2009-03-25 |
| * | netfilter: ctnetlink: allocate right-sized ctnetlink skb | Holger Eitzenberger | 2009-03-25 |
| * | netfilter: nf_conntrack: use SLAB_DESTROY_BY_RCU and get rid of call_rcu() | Eric Dumazet | 2009-03-25 |
| * | netfilter: {ip,ip6,arp}_tables: fix incorrect loop detection | Patrick McHardy | 2009-03-25 |
| * | netfilter: limit the length of the helper name | Holger Eitzenberger | 2009-03-25 |
| * | netlink: add nla_policy_len() | Holger Eitzenberger | 2009-03-25 |
| * | netfilter: ctnetlink: add callbacks to the per-proto nlattrs | Holger Eitzenberger | 2009-03-25 |
| * | netfilter: factorize ifname_compare() | Eric Dumazet | 2009-03-25 |
| * | netfilter: nf_conntrack: use hlist_add_head_rcu() in nf_conntrack_set_hashsize() | Eric Dumazet | 2009-03-25 |
| * | netfilter: fix xt_LED build failure | Patrick McHardy | 2009-03-25 |
* | | GRO: Disable GRO on legacy netif_rx path | Herbert Xu | 2009-03-27 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2009-03-26 |
|\ \ |
|
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| | \ | |
| *-------. \ | Merge branches 'topic/slob/cleanups', 'topic/slob/fixes', 'topic/slub/core', ... | Pekka Enberg | 2009-03-24 |
| |\ \ \ \ \ \ |
|
| | | | | | * | | SLUB: Fix default slab order for big object sizes | Zhang Yanmin | 2009-02-20 |
| | | | | | * | | SLUB: Do not pass 8k objects through to the page allocator | Pekka Enberg | 2009-02-20 |
| | | | | | * | | SLUB: Introduce and use SLUB_MAX_SIZE and SLUB_PAGE_SHIFT constants | Christoph Lameter | 2009-02-20 |
| | | | | * | | | slub: use get_track() | Akinobu Mita | 2009-03-23 |
| | | | | * | | | SLUB: Use ->objsize from struct kmem_cache_cpu in slab_free() | Pekka Enberg | 2009-01-14 |
| | | | * | | | | slub: rename calculate_min_partial() to set_min_partial() | David Rientjes | 2009-02-25 |
| | | | * | | | | slub: add min_partial sysfs tunable | David Rientjes | 2009-02-23 |
| | | | * | | | | slub: move min_partial to struct kmem_cache | David Rientjes | 2009-02-23 |
| | | | | |/ /
| | | | |/| | |
|
| | | * / | | | slob: fix lockup in slob_free() | Nick Piggin | 2009-03-23 |
| | | |/ / / |
|
| | * | / / | slob: clean up the code | Américo Wang | 2009-01-19 |
| | | |/ /
| | |/| | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee... | Linus Torvalds | 2009-03-26 |
|\ \ \ \ \ |
|
| * | | | | | m68k: irq_node.handler() should return irqreturn_t | Geert Uytterhoeven | 2009-03-26 |
| * | | | | | m68k: section mismatch fixes: Atari SCSI | Michael Schmitz | 2009-03-26 |
| * | | | | | m68k: section mismatch fixes: DMAsound for Atari | Michael Schmitz | 2009-03-26 |
| * | | | | | MAINTAINERS: Replace dead link to m68k CVS repository by link to new git repo... | Geert Uytterhoeven | 2009-03-26 |
| * | | | | | m68k: mac - Add SWIM floppy support | Laurent Vivier | 2009-03-26 |
| * | | | | | m68k: mac - Add a new entry in mac_model to identify the floppy controller type. | Laurent Vivier | 2009-03-26 |
| * | | | | | m68k: Add install target | Laurent Vivier | 2009-03-26 |
| |/ / / / |
|
* | | | | | Merge branch 'bkl-removal' of git://git.lwn.net/linux-2.6 | Linus Torvalds | 2009-03-26 |
|\ \ \ \ \ |
|
| * | | | | | Rationalize fasync return values | Jonathan Corbet | 2009-03-16 |
| * | | | | | Move FASYNC bit handling to f_op->fasync() | Jonathan Corbet | 2009-03-16 |
| * | | | | | Use f_lock to protect f_flags | Jonathan Corbet | 2009-03-16 |
| * | | | | | Rename struct file->f_ep_lock | Jonathan Corbet | 2009-03-16 |
* | | | | | | Merge branch 'header-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-03-26 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: headers cleanup - setup.h | Cyrill Gorcunov | 2009-03-26 |
| * | | | | | | Merge commit 'v2.6.29' into core/header-fixes | Ingo Molnar | 2009-03-26 |
| |\ \ \ \ \ \
| | | |/ / / /
| | |/| | | | |
|
| * | | | | | | emu101k1.h: fix duplicate include of <linux/types.h> | Arnd Bergmann | 2009-03-26 |
| * | | | | | | compiler-gcc4: conditionalize #error on __KERNEL__ | H. Peter Anvin | 2009-03-26 |