| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] Call init_timer() for ISDN PPP CCP reset state timer | Marcel Holtmann | 2006-12-22 | 1 | -0/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-12-22 | 18 | -212/+188 |
|\ |
|
| * | [UDP]: Fix reversed logic in udp_get_port(). | David S. Miller | 2006-12-22 | 1 | -5/+8 |
| * | [IPV6]: Dumb typo in generic csum_ipv6_magic() | Al Viro | 2006-12-22 | 1 | -1/+1 |
| * | [SCTP]: make 2 functions static | Adrian Bunk | 2006-12-22 | 3 | -6/+4 |
| * | [SCTP]: Fix typo adaption -> adaptation as per the latest API draft. | Ivan Skytte Jorgensen | 2006-12-22 | 8 | -79/+79 |
| * | [SCTP]: Don't export include/linux/sctp.h to userspace. | Sridhar Samudrala | 2006-12-22 | 1 | -1/+0 |
| * | [TCP]: Fix ambiguity in the `before' relation. | Gerrit Renker | 2006-12-22 | 1 | -7/+2 |
| * | [ATM] drivers/atm/fore200e.c: Cleanups. | Adrian Bunk | 2006-12-22 | 1 | -98/+68 |
| * | [ATM]: Remove dead ATM_TNETA1570 option. | Adrian Bunk | 2006-12-22 | 1 | -4/+0 |
| * | NetLabel: correctly fill in unused CIPSOv4 level and category mappings | Paul Moore | 2006-12-22 | 1 | -0/+9 |
| * | NetLabel: perform input validation earlier on CIPSOv4 DOI add ops | Paul Moore | 2006-12-22 | 1 | -11/+17 |
* | | [PATCH] cfq-iosched: tighten allow merge criteria | Jens Axboe | 2006-12-22 | 1 | -13/+8 |
|/ |
|
* | [PATCH] Fix up page_mkclean_one(): virtual caches, s390 | Peter Zijlstra | 2006-12-22 | 1 | -10/+13 |
* | [PATCH] serial/uartlite: Only enable port if request_port succeeded | Peter Korsgaard | 2006-12-22 | 1 | -2/+2 |
* | [PATCH] Fix reparenting to the same thread group. (take 2) | Eric W. Biederman | 2006-12-22 | 1 | -15/+22 |
* | [PATCH] build compile.h earlier | Andrew Morton | 2006-12-22 | 2 | -18/+22 |
* | [PATCH] sched: fix bad missed wakeups in the i386, x86_64, ia64, ACPI and APM... | Ingo Molnar | 2006-12-22 | 5 | -7/+34 |
* | [PATCH] jbd: wait for already submitted t_sync_datalist buffer to complete | Hisashi Hifumi | 2006-12-22 | 1 | -2/+6 |
* | [PATCH] fix s3c24xx gpio driver (include linux/workqueue.h) | Ben Dooks | 2006-12-22 | 1 | -0/+1 |
* | [PATCH] md: fix a few problems with the interface (sysfs and ioctl) to md | NeilBrown | 2006-12-22 | 1 | -5/+8 |
* | [PATCH] increase CARDBUS_MEM_SIZE | Andrew Morton | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] relay: remove inlining | Andrew Morton | 2006-12-22 | 1 | -8/+7 |
* | [PATCH] ptrace: Fix EFL_OFFSET value according to i386 pda changes | Jeremy Fitzhardinge | 2006-12-22 | 1 | -11/+10 |
* | [PATCH] memory hotplug: fix compile error for i386 with NUMA config | Yasunori Goto | 2006-12-22 | 2 | -8/+30 |
* | [PATCH] mips: if_fddi.h: Add a missing inclusion | Maciej W. Rozycki | 2006-12-22 | 1 | -0/+2 |
* | [PATCH] kernel-doc: remove Martin from MAINTAINERS | Martin Waitz | 2006-12-22 | 1 | -3/+0 |
* | [PATCH] kernel-doc: allow unnamed structs/unions | Randy Dunlap | 2006-12-22 | 1 | -2/+15 |
* | [PATCH] fdtable: Provide free_fdtable() wrapper | Vadim Lobanov | 2006-12-22 | 3 | -2/+7 |
* | [PATCH] gxt4500: Fix colormap and PLL setting, support GXT6000P | Paul Mackerras | 2006-12-22 | 1 | -31/+64 |
* | [PATCH] tlclk: delete unnecessary sysfs_remove_group | Akinobu Mita | 2006-12-22 | 1 | -2/+0 |
* | [PATCH] MAINTAINERS: fix email for S3C2410 and S3C2440 | Ben Dooks | 2006-12-22 | 1 | -2/+2 |
* | [PATCH] microcode: fix mc_cpu_notifier section warning | Jean Delvare | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] schedule_timeout(): improve warning message | Andrew Morton | 2006-12-22 | 1 | -4/+3 |
* | [PATCH] gss_spkm3: fix error handling in module init | Akinobu Mita | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] audit: fix kstrdup() error check | Akinobu Mita | 2006-12-22 | 1 | -2/+2 |
* | [PATCH] compile error of register_memory() | Yasunori Goto | 2006-12-22 | 3 | -3/+3 |
* | [PATCH] handle SLOB with sparsemen | Yasunori Goto | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] mm: more rmap debugging | Nick Piggin | 2006-12-22 | 5 | -8/+15 |
* | [PATCH] fix aoe without scatter-gather [Bug 7662] | Ed L. Cashin | 2006-12-22 | 1 | -7/+6 |
* | [PATCH] Add a new section to CodingStyle, promoting include/linux/kernel.h | Robert P. J. Day | 2006-12-22 | 1 | -0/+18 |
* | [PATCH] Make JFFS depend on CONFIG_BROKEN | Josh Boyer | 2006-12-22 | 1 | -1/+4 |
* | [PATCH] lock debugging: fix DEBUG_LOCKS_WARN_ON() & debug_locks_silent | Ingo Molnar | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] fsstack: Remove inode copy | Michael Halcrow | 2006-12-22 | 1 | -2/+0 |
* | [PATCH] smc911 workqueue fixes | Andrew Morton | 2006-12-22 | 1 | -7/+14 |
* | [PATCH] smc911x: fix netpoll compilation faliure | Vitaly Wool | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] genirq: fix irq flow handler uninstall | Thomas Gleixner | 2006-12-22 | 1 | -2/+1 |
* | [PATCH] fix vm_events_fold_cpu() build breakage | Magnus Damm | 2006-12-22 | 1 | -0/+6 |
* | [PATCH] sched: remove __cpuinitdata anotation to cpu_isolated_map | Tim Chen | 2006-12-22 | 1 | -1/+1 |
* | [PATCH] Add cscope generated files to .gitignore | Tobias Klauser | 2006-12-22 | 1 | -0/+3 |