| Commit message (Expand) | Author | Age |
* | [TCP]: Limit window scaling if window is clamped. | Stephen Hemminger | 2006-08-22 |
* | [NETFILTER]: arp_tables: fix table locking in arpt_do_table | Patrick McHardy | 2006-08-22 |
* | elv_unregister: fix possible crash on module unload | Oleg Nesterov | 2006-08-22 |
* | Fix possible UDF deadlock and memory corruption (CVE-2006-4145) | Jan Kara | 2006-08-22 |
* | Fix sctp privilege elevation (CVE-2006-3745) | Sridhar Samudrala | 2006-08-22 |
* | Merge gregkh@master.kernel.org:/home/rmk/linux-2.6-arm | Greg Kroah-Hartman | 2006-08-21 |
|\ |
|
| * | [ARM] 3746/2: Userspace helpers must be Thumb mode interworkable | Nicolas Pitre | 2006-08-18 |
| * | [ARM] 3757/1: Use PROCINFO_INITFUNC in head.S | Catalin Marinas | 2006-08-18 |
| * | [ARM] 3756/1: Assign value for HWCAP_IWMMXT | Paul Gortmaker | 2006-08-18 |
| * | [ARM] 3755/1: dmabounce: fix return value for find_safe_buffer | Kevin Hilman | 2006-08-18 |
| * | [ARM] 3754/1: S3C24XX: tidy arch/arm/mach-s3c2410/Makefile | Ben Dooks | 2006-08-18 |
| * | [ARM] 3753/1: S3C24XX: DMA fixes | Ben Dooks | 2006-08-18 |
| * | [ARM] 3752/1: fix versatile flash resource map | Yoav Steinberg | 2006-08-13 |
* | | Merge branch 'for-linus' of git://brick.kernel.dk/data/git/linux-2.6-block | Greg Kroah-Hartman | 2006-08-21 |
|\ \ |
|
| * | | [PATCH] cfq_cic_link: fix usage of wrong cfq_io_context | Oleg Nesterov | 2006-08-21 |
| * | | [PATCH] uninline ioprio_best() | Oleg Nesterov | 2006-08-21 |
| * | | [PATCH] Fix current_io_context() vs set_task_ioprio() race | Oleg Nesterov | 2006-08-21 |
| * | | [PATCH] sys_ioprio_set: minor do_each_thread+break fix | Oleg Nesterov | 2006-08-21 |
| | | | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
| \ \ | |
*-------. \ \ | Merge trivial low-risk suspend hotkey bugzilla-5918 into release | Len Brown | 2006-08-20 |
|\ \ \ \ \ \ \
| |_|_|_|_|/ /
|/| | | | | | |
|
| | | | | * | | PCI: quirk to disable e100 interrupt if RESET failed to | Bjorn Helgaas | 2006-07-26 |
| | | | * | | | ACPI: hotkey.c fixes, fix for potential crash of hotkey.c | Handle X | 2006-08-16 |
| | | * | | | | ACPI: Handle BIOS that resumes from S3 to suspend routine rather than resume ... | William Morrrow | 2006-08-16 |
| | | |/ / / |
|
| | * | | | | ACPI: relax BAD_MADT_ENTRY check to allow LSAPIC variable length string UIDs | Starikovskiy, Alexey Y | 2006-08-18 |
| | * | | | | ACPI: avoid irqrouter_resume might_sleep oops on resume from S4 | Len Brown | 2006-08-16 |
| | * | | | | ACPIPHP: allow acpiphp to build without ACPI_DOCK | Kristen Carlson Accardi | 2006-08-16 |
| | * | | | | ACPI: memory hotplug: remove useless message at boot time | Yasunori Goto | 2006-08-16 |
| | * | | | | ACPI: verbose on kset/kobject_register errors | Randy Dunlap | 2006-08-15 |
| | * | | | | ACPI: add message if firmware_register() init fails | Randy Dunlap | 2006-08-15 |
| | * | | | | ACPI: skip smart battery init when acpi=off | Len Brown | 2006-08-15 |
| | * | | | | ACPI: fix boot with acpi=off | Pavel Machek | 2006-08-15 |
| | * | | | | ACPI: fix kfree in i2c_ec error path | Jean Delvare | 2006-08-11 |
| | |/ / / |
|
| * | | | | ACPI: add Dock Station driver to MAINTAINERS file | Kristen Carlson Accardi | 2006-07-26 |
| * | | | | ACPI: restore some dmesg to DEBUG-only, ala 2.6.17 | Len Brown | 2006-07-25 |
| * | | | | ACPI: scan: handle kset/kobject errors | Randy Dunlap | 2006-07-12 |
| * | | | | ACPI: handle firmware_register init errors | Randy Dunlap | 2006-07-12 |
* | | | | | Merge gregkh@master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Greg Kroah-Hartman | 2006-08-18 |
|\ \ \ \ \ |
|
| * | | | | | [BRIDGE]: Disable SG/GSO if TX checksum is off | Herbert Xu | 2006-08-17 |
| * | | | | | [NETFILTER]: ip_tables: fix table locking in ipt_do_table | Patrick McHardy | 2006-08-17 |
| * | | | | | [NETFILTER]: ctnetlink: fix deadlock in table dumping | Patrick McHardy | 2006-08-17 |
| * | | | | | [IPV4]: severe locking bug in fib_semantics.c | Alexey Kuznetsov | 2006-08-17 |
| * | | | | | [MCAST]: Fix filter leak on device removal. | David L Stevens | 2006-08-17 |
| * | | | | | [NET]: Disallow whitespace in network device names. | David S. Miller | 2006-08-17 |
| * | | | | | [PPP]: handle kmalloc failures and convert to using kzalloc | Panagiotis Issaris | 2006-08-17 |
| * | | | | | [PKT_SCHED] cls_u32: Fix typo. | Ralf Hildebrandt | 2006-08-17 |
| * | | | | | [ATM]: Compile error on ARM | Kevin Hilman | 2006-08-17 |
| * | | | | | [BNX2]: Convert to netdev_alloc_skb() | Michael Chan | 2006-08-17 |
| * | | | | | [BNX2]: Fix tx race condition. | Michael Chan | 2006-08-17 |
| * | | | | | [NET]: Terminology in ip-sysctl.txt | Jan "Yenya" Kasprzak | 2006-08-17 |
| * | | | | | [IPV4]: Possible leak of multicast source filter sctructure | Michal Ruzicka | 2006-08-17 |
| * | | | | | [IPV6] lockdep: annotate __icmpv6_socket | Ingo Molnar | 2006-08-17 |