| Commit message (Expand) | Author | Age | Files | Lines |
* | tcp: Make prior_ssthresh a u32 | Ilpo Järvinen | 2008-05-22 | 1 | -1/+1 |
* | netfilter: Move linux/types.h inclusions outside of #ifdef __KERNEL__ | Patrick McHardy | 2008-05-21 | 4 | -4/+4 |
* | [VLAN]: Propagate selected feature bits to VLAN devices | Patrick McHardy | 2008-05-20 | 1 | -2/+4 |
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville... | David S. Miller | 2008-05-20 | 1 | -2/+23 |
|\ |
|
| * | mac80211: Add RTNL version of ieee80211_iterate_active_interfaces | Ivo van Doorn | 2008-05-16 | 1 | -2/+23 |
* | | ndisc: Add missing strategies for per-device retrans timer/reachable time set... | YOSHIFUJI Hideaki | 2008-05-20 | 1 | -0/+4 |
* | | ipv6: Move <linux/in6.h> from header-y to unifdef-y. | Robert P. J. Day | 2008-05-19 | 1 | -1/+1 |
|/ |
|
* | atm: Cleanup atm_tcp.h and atm.h for userspace. | Mike Frysinger | 2008-05-15 | 2 | -12/+7 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 2008-05-15 | 4 | -32/+289 |
|\ |
|
| * | 9p: fix error path during early mount | Eric Van Hensbergen | 2008-05-15 | 2 | -1/+1 |
| * | 9p: Documentation updates | Eric Van Hensbergen | 2008-05-15 | 3 | -30/+287 |
| * | add match_strlcpy() us it to make v9fs make uname and remotename parsing more... | Markus Armbruster | 2008-05-15 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 2008-05-15 | 3 | -10/+28 |
|\ \ |
|
| * | | sparc64: Use a TS_RESTORE_SIGMASK | David S. Miller | 2008-05-13 | 1 | -4/+24 |
| * | | sparc: Fix mremap address range validation. | David S. Miller | 2008-05-13 | 2 | -6/+4 |
* | | | mprotect: prevent alteration of the PAT bits | Venki Pallipadi | 2008-05-15 | 1 | -3/+13 |
* | | | per_cpu: fix DEFINE_PER_CPU_SHARED_ALIGNED for modules | Eric Dumazet | 2008-05-15 | 1 | -1/+7 |
* | | | lib: create common ascii hex array | Harvey Harrison | 2008-05-15 | 1 | -1/+11 |
* | | | asm-{alpha,h8300,um,v850,xtensa}/param.h: unbreak HZ for userspace | Mike Frysinger | 2008-05-15 | 5 | -5/+13 |
* | | | cs5520: disable VDMA | Bartlomiej Zolnierkiewicz | 2008-05-14 | 1 | -4/+4 |
* | | | make ide-iops.c:SELECT_MASK() static | Adrian Bunk | 2008-05-14 | 1 | -1/+0 |
| |/
|/| |
|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2008-05-14 | 2 | -3/+2 |
|\ \ |
|
| * | | Driver core: struct class remove children list | Dave Young | 2008-05-14 | 1 | -1/+0 |
| * | | block: do_mounts - accept root=<non-existant partition> | Kay Sievers | 2008-05-14 | 1 | -2/+2 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2008-05-14 | 1 | -0/+150 |
|\ \ \ |
|
| * | | | USB: add association.h | Greg Kroah-Hartman | 2008-05-14 | 1 | -0/+150 |
| |/ / |
|
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2008-05-14 | 3 | -13/+27 |
|\ \ \ |
|
| * | | | irda: Fix a misalign access issue. (v2) | Graf Yang | 2008-05-14 | 1 | -3/+0 |
| * | | | net: Allow netdevices to specify needed head/tailroom | Johannes Berg | 2008-05-13 | 1 | -2/+14 |
| * | | | net: Set LL_MAX_HEADER properly for wireless. | David S. Miller | 2008-05-13 | 1 | -7/+9 |
| * | | | syncppp: Fix crashes. | David S. Miller | 2008-05-12 | 2 | -1/+4 |
* | | | | fix SMP data race in pagetable setup vs walking | Nick Piggin | 2008-05-14 | 1 | -2/+19 |
* | | | | read_barrier_depends arch fixlets | Nick Piggin | 2008-05-14 | 2 | -2/+2 |
| |/ /
|/| | |
|
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw... | Linus Torvalds | 2008-05-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | [ALSA] ASoC: build fix for snd_soc_info_bool_ext | Philipp Zabel | 2008-05-13 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | fuse: add flag to turn on big writes | Miklos Szeredi | 2008-05-13 | 1 | -0/+1 |
* | | | memcg: fix possible panic when CONFIG_MM_OWNER=y | KOSAKI Motohiro | 2008-05-13 | 1 | -2/+11 |
* | | | cpumask: remove bitmap_scnprintf_len and cpumask_scnprintf_len | Paul Jackson | 2008-05-13 | 2 | -8/+0 |
* | | | uml: random driver fixes | Jeff Dike | 2008-05-13 | 1 | -1/+2 |
* | | | uml: use PAGE_SIZE in linker scripts | Cyrill Gorcunov | 2008-05-13 | 1 | -6/+11 |
* | | | uml: remove unused header | Jeff Dike | 2008-05-13 | 1 | -6/+0 |
|/ / |
|
* | | Make 'cond_resched()' nullification depend on PREEMPT_BKL | Linus Torvalds | 2008-05-12 | 1 | -1/+1 |
* | | Fix up 'need_resched()' definition | Linus Torvalds | 2008-05-12 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/hpa/linux-2.6-inttypes | Linus Torvalds | 2008-05-12 | 1 | -2/+2 |
|\ \ |
|
| * | | types: s390: fix #ifdef reversal in <asm-s390/types.h> | H. Peter Anvin | 2008-05-12 | 1 | -2/+2 |
* | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2008-05-12 | 18 | -1578/+1451 |
|\ \ \ |
|
| * | | | [MIPS] Get rid of __ilog2 | Ralf Baechle | 2008-05-12 | 1 | -7/+2 |
| * | | | [MIPS] Fix __fls for non-MIPS32/MIPS64 cpus | Thomas Bogendoerfer | 2008-05-12 | 1 | -2/+3 |
| * | | | [MIPS] Pb1200/DBAu1200 code style cleanup | Sergei Shtylyov | 2008-05-12 | 2 | -85/+81 |
| * | | | [MIPS] Pb1550 code style cleanup | Sergei Shtylyov | 2008-05-12 | 1 | -25/+26 |