summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [LIB]: Naive finite state machine based textsearchThomas Graf2005-06-241-0/+48
* [LIB]: Textsearch infrastructure.Thomas Graf2005-06-241-0/+180
* [TCP]: Allow choosing TCP congestion control via sockopt.Stephen Hemminger2005-06-242-1/+3
* [NET]: Separate two usages of netdev_max_backlog.Stephen Hemminger2005-06-241-0/+1
* [NET]: Eliminate netif_rx massive packet drops.Stephen Hemminger2005-06-241-3/+1Star
* [NET]: Remove obsolete netif_rx congestion sensing mechanism.Stephen Hemminger2005-06-241-2/+0Star
* [NET]: Remove obsolete fastroute stats.Stephen Hemminger2005-06-241-5/+0Star
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/aegl/linux-2.6Linus Torvalds2005-06-241-2/+2
|\
| * [IA64] Fix pfn_to_nid() so the kernel compiles again for !CONFIG_DISCONTIGMEM.David Mosberger-Tang2005-06-231-2/+2
* | [TCP]: Report congestion control algorithm in tcp_diag.Stephen Hemminger2005-06-231-2/+2
* | [TCP]: Add pluggable congestion control algorithm infrastructure.Stephen Hemminger2005-06-233-209/+86Star
|/
* [PATCH] better USB_MON dependenciesAdrian Bunk2005-06-231-1/+1
* Merge rsync://rsync.kernel.org/pub/scm/linux/kernel/git/paulus/ppc64-2.6Linus Torvalds2005-06-237-4/+41
|\
| * [PATCH] pSeries - read irqs dynamicallyJohn Rose2005-06-231-0/+1
| * [PATCH] ppc64: add BPA platform typeArnd Bergmann2005-06-233-4/+24
| * [PATCH] ppc64: add a minimal nvram driverUtz Bacher2005-06-231-0/+1
| * [PATCH] ppc64: pSeries_progress -> rtas_progressArnd Bergmann2005-06-231-0/+1
| * [PATCH] ppc64: rename pSeries rtc functions into rtas_*Arnd Bergmann2005-06-231-0/+5
| * [PATCH] ppc64: consolidate calibrate_decr implementationsArnd Bergmann2005-06-231-0/+9
* | [PATCH] Introduce tty_unregister_ldisc()Alexey Dobriyan2005-06-231-0/+1
* | [PATCH] aio: make wait_queue ->task ->privateBenjamin LaHaise2005-06-231-8/+8
* | [PATCH] remove <linux/xattr_acl.h>Christoph Hellwig2005-06-232-1/+3
* | [PATCH] acl endianess annotationsChristoph Hellwig2005-06-231-4/+4
* | [PATCH] Remove f_error field from struct fileChristoph Lameter2005-06-231-1/+0Star
* | [PATCH] block: add unlocked_ioctl support for block devicesArnd Bergmann2005-06-231-0/+1
* | [PATCH] compat: introduce compat_time_tStephen Rothwell2005-06-237-3/+7
* | [PATCH] yenta TI: turn off interrupts during card power-on #2Daniel Ritz2005-06-231-0/+8
* | [PATCH] Improve CD/DVD packet driver write performancePeter Osterlund2005-06-231-1/+1
* | [PATCH] adjust per_cpu definition in non-SMP caseJan Beulich2005-06-233-3/+3
* | [PATCH] Don't force O_LARGEFILE for 32 bit processes on ia64Yoav Zach2005-06-232-0/+6
* | [PATCH] setuid core dumpAlan Cox2005-06-233-1/+7
* | [PATCH] kprobes: Temporary disarming of reentrant probePrasanna S Panchamukhi2005-06-231-0/+9
* | [PATCH] Kprobes IA64: cmp ctype unc supportAnil S Keshavamurthy2005-06-231-0/+17
* | [PATCH] Kprobes ia64 cleanupRusty Lynch2005-06-231-0/+7
* | [PATCH] Kprobes/IA64: support kprobe on branch/call instructionsAnil S Keshavamurthy2005-06-231-1/+16
* | [PATCH] Kprobes/IA64: architecture specific JProbes supportAnil S Keshavamurthy2005-06-231-0/+5
* | [PATCH] Kprobes/IA64: arch specific handlingAnil S Keshavamurthy2005-06-231-0/+72
* | [PATCH] Kprobes/IA64: kdebug die notification mechanismAnil S Keshavamurthy2005-06-232-0/+63
* | [PATCH] kprobes: moves lock-unlock to non-arch kprobe_flush_taskHien Nguyen2005-06-231-2/+1Star
* | [PATCH] Move kprobe [dis]arming into arch specific codeRusty Lynch2005-06-231-0/+2
* | [PATCH] x86_64 specific function return probesRusty Lynch2005-06-231-0/+3
* | [PATCH] kprobes: function-return probesHien Nguyen2005-06-232-2/+91
* | [PATCH] quota: consolidate code surrounding vfs_quota_on_mountChristoph Hellwig2005-06-231-1/+2
* | [PATCH] add check to /proc/devices read routinesNeil Horman2005-06-231-1/+1
* | [PATCH] streamline preempt_count type across archsJesper Juhl2005-06-2322-23/+25
* | [PATCH] optimise loop driver a bitNick Piggin2005-06-231-1/+1
* | [PATCH] create a kstrdup library functionPaulo Marques2005-06-233-5/+4Star
* | [PATCH] fix for prune_icache()/forced final iput() racesAlexander Viro2005-06-231-0/+1
* | [PATCH] timers: introduce try_to_del_timer_sync()Oleg Nesterov2005-06-231-1/+3
* | [PATCH] timers fixes/improvementsOleg Nesterov2005-06-231-21/+9Star