summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2006-01-10[PATCH] mutex subsystem, add atomic_xchg() to all archesIngo Molnar22-0/+30
2006-01-10Small fixups to the EHCI Kconfig help textJesper Juhl1-5/+5
2006-01-10Documentation/filesystems/proc.txt: indentation fixAdrian Bunk1-1/+1
2006-01-10remove the outdated arch/i386/kernel/cpu/{,mtrr/}changelogAdrian Bunk2-292/+0
2006-01-10MAINTAINERS: remove BUSLOGIC entryAdrian Bunk1-7/+0
2006-01-10spelling: s/trough/through/Adrian Bunk8-10/+10
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds68-747/+1022
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds3-1343/+732
2006-01-10spelling: s/retreive/retrieve/Adrian Bunk17-20/+20
2006-01-10s/assoicated/associated/Adrian Bunk1-1/+1
2006-01-10Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds134-5028/+3322
2006-01-10Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds4-10/+31
2006-01-10Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds4-266/+282
2006-01-10spelling: s/usefull/useful/Adrian Bunk9-13/+13
2006-01-10[INET_DIAG]: Introduce sk_diag_fillArnaldo Carvalho de Melo1-10/+24
2006-01-10[INET_DIAG]: Introduce inet_twsk_diag_dump & inet_twsk_diag_fillArnaldo Carvalho de Melo1-47/+111
2006-01-10[INET_DIAG]: whitespace/simple cleanupsArnaldo Carvalho de Melo1-29/+28
2006-01-10[INET_DIAG]: Use inet_twsk() with TIME_WAIT socketsArnaldo Carvalho de Melo1-3/+3
2006-01-10[MMC] Indicate that R1/R1b contains command opcodePierre Ossman1-2/+3
2006-01-10[SPARC64]: Update defconfig.David S. Miller1-1338/+726
2006-01-10[SPARC64]: Fix ptrace/straceRichard Mortimer1-5/+2
2006-01-10[IPV6]: Set skb->priority in ip6_output.cPatrick McHardy1-0/+4
2006-01-10[IPV4]: ip_output.c needs xfrm.hPatrick McHardy1-0/+1
2006-01-10[PKT_SCHED]: Fix qdisc return code.Jamal Hadi Salim4-9/+10
2006-01-10[NET]: Add IFB (Intermediate Functional Block) network device.Jamal Hadi Salim3-0/+308
2006-01-10[AX25] mkiss: Drop spinlock before sleeping call.Ralf Baechle1-1/+1
2006-01-10[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"Kris Katterjohn11-40/+21
2006-01-10[PKT_SCHED]: Prefix tc actions with act_Patrick McHardy8-8/+8
2006-01-10[PKT_SCHED]: Fix memory leak when dumping in pedit actionPatrick McHardy1-0/+2
2006-01-10[PKT_SCHED]: Remove some obsolete policer exportsPatrick McHardy1-11/+3
2006-01-10[PKT_SCHED]: Convert tc action functions to single skb pointersPatrick McHardy8-14/+11
2006-01-10[PKT_SCHED]: Use USEC_PER_SECPatrick McHardy2-15/+16
2006-01-10[NET]: Convert net/{ipv4,ipv6,sched} to netdev_privPatrick McHardy6-66/+63
2006-01-10[CRYPTO] cipher: Set alignmask for multi-byte loadsHerbert Xu10-0/+12
2006-01-10[CRYPTO] api: Require block size to be less than PAGE_SIZE/8Herbert Xu1-1/+1
2006-01-10[CRYPTO] sha1: Fixed off-by-64 bug in sha1_updateHerbert Xu1-2/+2
2006-01-10[CRYPTO] aes-i586: Remove unused variable ls_tabDaniel Marjamäki1-10/+0
2006-01-10[CRYPTO] aes-i586: Nano-optimisation on key length checkDenis Vlasenko1-21/+19
2006-01-10[CRYPTO] cipher: Align temporary buffer in cbc_process_decryptHerbert Xu1-2/+3
2006-01-10[CRYPTO] sha1: Avoid shifting count left and rightNicolas Pitre1-4/+4
2006-01-10[CRYPTO] sha1: Rename i/j to done/partialNicolas Pitre1-11/+12
2006-01-10[CRYPTO] sha1: Avoid useless memcpy()Nicolas Pitre1-8/+17
2006-01-10[CRYPTO] Allow AES C/ASM implementations to coexistHerbert Xu5-1/+9
2006-01-10[CRYPTO] Allow multiple implementations of the same algorithmHerbert Xu4-9/+60
2006-01-10[CRYPTO] Use standard byte order macros wherever possibleHerbert Xu22-441/+285
2006-01-10[PADLOCK] Fix sparse warning about 1-bit signed bit-fieldHerbert Xu1-1/+1
2006-01-10[SPARC64]: Add needed pm_power_off symbol.David S. Miller1-0/+4
2006-01-10[ARM] 3246/1: S3C24XX - retab clock list in arch/arm/mach-s3c2410/clock.cBen Dooks1-103/+103
2006-01-10[MMC] Add DATA_MULTI flagRussell King2-1/+8
2006-01-10Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds203-5147/+10709