summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | [TCP]: Don't over-clamp window in tcp_clamp_window()Alexey Kuznetsov2005-09-291-2/+0
| * | [TCP]: Revert 6b251858d377196b8cea20e65cae60f584a42735David S. Miller2005-09-291-5/+4
* | | [PATCH] missing qualifiers in readb() et.al. on ppcAl Viro2005-09-301-10/+10
* | | [PATCH] volatile unsigned short f(...) doesn't make senseAl Viro2005-09-301-1/+1
* | | [PATCH] bogus BUILD_BUG_ON() in bpa_iommuAl Viro2005-09-301-1/+5
* | | [PATCH] uml get_user() NULL noise removalAl Viro2005-09-301-1/+1
* | | [PATCH] cpuset crapectomyAl Viro2005-09-301-11/+1
* | | [PATCH] cassini annotations and fixesAl Viro2005-09-301-9/+9
* | | [PATCH] useless linux/irq.h includes (arch/um)Al Viro2005-09-302-2/+0
* | | [PATCH] missing ERR_PTR in 9fsAl Viro2005-09-301-1/+1
* | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-09-3039-116/+85
|\ \ \
| * | | [ARM] 2940/1: Fix BTB entry flush in arch/arm/mm/cache-v6.SGen FUKATSU2005-09-301-1/+8
| * | | [ARM] 2942/1: Fix the warning in arch/arm/common/gic.cCatalin Marinas2005-09-301-0/+2
| * | | [ARM] 2939/1: Fix compilation error in arch/arm/mm/flush.cCatalin Marinas2005-09-301-18/+18
| * | | [ARM] 2941/1: Fix running legacy binaries from a soft-float root filesystem w...Daniel Jacobowitz2005-09-301-0/+2
| * | | [ARM] Don't include mach-types.h unnecessarilyRussell King2005-09-2930-31/+0
| * | | [ARM] Don't include asm/arch/hardware.h directlyRussell King2005-09-293-3/+0
| * | | [ARM] Fix warning in arch/arm/mach-pxa/generic.cRussell King2005-09-291-0/+1
| * | | [ARM] pxafb: Remove #if DEBUG, convert DPRINTK to pr_debugRussell King2005-09-292-63/+54
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6Linus Torvalds2005-09-301-0/+3
|\ \ \ \
| * | | | [PATCH] readv/writev syscalls are not checked by lsmKostik Belousov2005-09-291-0/+3
| | |/ / | |/| |
* | | | [PATCH] Fix ppc64 smu driver lockingBenjamin Herrenschmidt2005-09-291-1/+3
* | | | [PATCH] x86_64: Fix mce_logMike Waychison2005-09-291-3/+7
* | | | [PATCH] Fix up TLB flush filter disablingAndi Kleen2005-09-293-10/+29
* | | | [PATCH] Fix task state testing properly in do_signal_stop()Roland McGrath2005-09-291-1/+2
* | | | Revert task flag re-ordering, add commentsLinus Torvalds2005-09-291-5/+17
|/ / /
* | | [PATCH] fix TASK_STOPPED vs TASK_NONINTERACTIVE interactionOleg Nesterov2005-09-291-5/+5
* | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-09-291-2/+2
|\ \ \
| * | | [ARM] 2933/1: S3C2410 - fix serial port warningsBen Dooks2005-09-251-2/+2
* | | | [PATCH] Fix thinko in previous ARM 2917/1 patchDeepak Saxena2005-09-291-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-09-2920-152/+9954
|\ \ \ \
| * | | | [NET]: Fix reversed logic in eth_type_trans().David S. Miller2005-09-281-1/+1
| * | | | [ATM]: fix bug in atm address list handlingMartin Whitaker2005-09-281-2/+4
| * | | | [ATM]: track and close listen sockets when sigd exitsChas Williams2005-09-283-6/+7
| * | | | [ATM]: net/atm/ioctl.c: autoload pppoatm and br2684Roman Kagan2005-09-281-8/+26
| * | | | [TCP]: Fix init_cwnd calculations in tcp_select_initial_window()David S. Miller2005-09-281-5/+6
| * | | | [APPLETALK]: Fix broadcast bug.Oliver Dawid2005-09-271-9/+22
| * | | | [NET]: Slightly optimize ethernet address comparison.David S. Miller2005-09-271-10/+21
| * | | | [NET]: Fix GCC4 compile error: sysctl in linux/if_ether.hBen Dooks2005-09-271-0/+2
| * | | | [ROSE]: fix typo (regeistration)Alexey Dobriyan2005-09-271-1/+1
| * | | | [ROSE]: check rose_ndevs earlierAlexey Dobriyan2005-09-271-9/+11
| * | | | [ROSE]: return sane -E* from rose_proto_init()Alexey Dobriyan2005-09-271-4/+6
| * | | | [ROSE]: do proto_unregister() on exit pathsAlexey Dobriyan2005-09-271-0/+2
| * | | | [NET]: Add Sun Cassini driver.David S. Miller2005-09-275-0/+9747
| * | | | [NET]: Fix module reference counts for loadable protocol modulesFrank Filz2005-09-272-13/+20
| * | | | [NET]: Reorder some hot fields of struct net_deviceEric Dumazet2005-09-271-34/+55
| * | | | [NET]: Prefetch dev->qdisc_lock in dev_queue_xmit()Eric Dumazet2005-09-271-0/+2
| * | | | [NET]: Use non-recursive algorithm in skb_copy_datagram_iovec()Daniel Phillips2005-09-271-55/+26
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-09-295-10/+22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | [SPARC64]: Fix bug in unaligned load endianness swappingDavid S. Miller2005-09-281-5/+5
OpenPOWER on IntegriCloud