Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | [IPV6]: ROUTE: Add experimental support for Route Information Option in RA (R... | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ROUTE: Add router_probe_interval sysctl. | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ROUTE: Add accept_ra_rtr_pref sysctl. | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ROUTE: Add support for Router Preference (RFC4191). | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ROUTE: Eliminate lock for default route pointer. | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ADDRCONF: Add accept_ra_pinfo sysctl. | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ROUTE: Add accept_ra_defrtr sysctl. | YOSHIFUJI Hideaki | 2006-03-20 | |
| * | | | | | | | | [IPV6]: ADDRCONF: Use our standard algorithm for randomized ifid. | YOSHIFUJI Hideaki | 2006-03-20 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | [PATCH] USB: gadget driver section fixups | David Brownell | 2006-03-20 | |
| * | | | | | | | | [PATCH] USB: EHCI for AU1200 | Jordan Crouse | 2006-03-20 | |
| * | | | | | | | | [PATCH] USB: EHCI for Freescale 83xx | Randy Vinson | 2006-03-20 | |
| * | | | | | | | | [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static | Adrian Bunk | 2006-03-20 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | [PATCH] get_cpu_sysdev() signedness fix | Andrew Morton | 2006-03-20 | |
| * | | | | | | | | [PATCH] kobject_add_dir | Jun'ichi Nomura | 2006-03-20 | |
| * | | | | | | | | [PATCH] debugfs: Add debugfs_create_blob() helper for exporting binary data | Michael Ellerman | 2006-03-20 | |
| * | | | | | | | | [PATCH] Kobject: kobject.h: fix a typo | Adrian Bunk | 2006-03-20 | |
| * | | | | | | | | [PATCH] Driver core: add macros notice(), dev_notice() | Tilman Schmidt | 2006-03-20 | |
| * | | | | | | | | [PATCH] fix module sysfs files reference counting | Greg Kroah-Hartman | 2006-03-20 | |
| * | | | | | | | | [PATCH] add EXPORT_SYMBOL_GPL_FUTURE() | Greg Kroah-Hartman | 2006-03-20 | |
| * | | | | | | | | [PATCH] kobj_map semaphore to mutex conversion | Jes Sorensen | 2006-03-20 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linus | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | [MIPS] War on whitespace: cleanup initial spaces followed by tabs. | Ralf Baechle | 2006-03-21 | |
| * | | | | | | | | [MIPS] Reformat __xchg(). | Ralf Baechle | 2006-03-21 | |
| * | | | | | | | | [MIPS] Remove CONFIG_BUILD_ELF64. | Ralf Baechle | 2006-03-21 | |
| * | | | | | | | | [MIPS] Further sparsification for 32-bit compat code. | Atsushi Nemoto | 2006-03-21 | |
| * | | | | | | | | [MIPS] Signal cleanup | Atsushi Nemoto | 2006-03-21 | |
| * | | | | | | | | [MIPS] Make I/O helpers more customizable | Atsushi Nemoto | 2006-03-21 | |
| * | | | | | | | | [MIPS] sc-rm7k.c cleanup | Atsushi Nemoto | 2006-03-21 | |
| * | | | | | | | | [MIPS] MIPS64 R2 optimizations for 64-bit endianess swapping. | Ralf Baechle | 2006-03-21 | |
| * | | | | | | | | [MIPS] Add early console for Cobalt. | Peter Horton | 2006-03-21 | |
| |/ / / / / / / | ||||
* | | | | | | | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan... | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | IB/umad: Add support for large RMPP transfers | Jack Morgenstein | 2006-03-20 | |
| * | | | | | | | | IB/uverbs: Return actual capacity from create SRQ operation | Dotan Barak | 2006-03-20 | |
| * | | | | | | | | IB/mthca: Return actual capacity from create_srq | Dotan Barak | 2006-03-20 | |
| * | | | | | | | | IB/uverbs: Fix alignment of struct ib_uverbs_create_qp_resp | Roland Dreier | 2006-03-20 | |
| * | | | | | | | | IB/uverbs: Support for query SRQ from userspace | Dotan Barak | 2006-03-20 | |
| * | | | | | | | | IB/uverbs: Support for query QP from userspace | Dotan Barak | 2006-03-20 | |
| * | | | | | | | | IB: Whitespace cleanups | Roland Dreier | 2006-03-20 | |
| * | | | | | | | | IB: Add ib_modify_qp_is_ok() library function | Roland Dreier | 2006-03-20 | |
| * | | | | | | | | IB: Enable FMR pool user to set page size | Or Gerlitz | 2006-03-20 | |
| * | | | | | | | | IB: Allow userspace to set node description | Roland Dreier | 2006-03-20 | |
| * | | | | | | | | IB: Add userspace support for resizing CQs | Roland Dreier | 2006-03-20 | |
| | |/ / / / / / | |/| | | | | | | ||||
* | | | | | | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | [ARM] Fix cosmetic typo in asm/irq.h | Russell King | 2006-03-20 | |
| * | | | | | | | | [ARM] 3366/1: Allow the 16bpp mode configuration in the CLCD control register | Catalin Marinas | 2006-03-16 | |
* | | | | | | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2006-03-21 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * \ \ \ \ \ \ \ \ | Merge branch 'master' | Jeff Garzik | 2006-03-20 | |
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | | | ||||
| * | | | | | | | | | Merge branch 'master' | Jeff Garzik | 2006-03-16 | |
| |\ \ \ \ \ \ \ \ \ |