summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-07-15crypto: talitos - don't bad_key in ablkcipher setkeyKim Phillips
2011-07-15crypto: talitos - remove unused giv from ablkcipher methodsKim Phillips
2011-07-15crypto: talitos - don't set done notification in hot pathKim Phillips
2011-07-15crypto: talitos - ensure request ordering within a single tfmKim Phillips
2011-07-08crypto: gf128mul - fix call to memset()Mathias Krause
2011-07-04crypto: s390 - support hardware accelerated SHA-224Jan Glauber
2011-06-29crypto: algif_hash - Handle initial af_alg_make_sg error correctlyHerbert Xu
2011-06-29crypto: sha1_generic - use SHA1_BLOCK_SIZEMandeep Singh Baines
2011-06-29hwrng: ppc4xx - add support for ppc4xx TRNGJosh Boyer
2011-06-29crypto: crypto4xx - Perform read/modify/write on device control registerJosh Boyer
2011-06-29crypto: caam - fix build warning when DEBUG_FS not configuredKim Phillips
2011-06-29crypto: arc4 - Fixed coding style issuesMati Vait
2011-06-29crypto: crc32c - Fixed coding style issueMati Vait
2011-06-29crypto: omap-sham - do not schedule tasklet if there is no active requestsDmitry Kasatkin
2011-06-29crypto: omap-sham - clear device flags when finishing requestDmitry Kasatkin
2011-06-29crypto: omap-sham - irq handler must not clear error codeDmitry Kasatkin
2011-06-29crypto: omap-sham - irq and dma handling changesDmitry Kasatkin
2011-06-29crypto: omap-sham - remove dedicated queue handling taskletDmitry Kasatkin
2011-06-29crypto: omap-sham - remove unnecessary local variableDmitry Kasatkin
2011-06-29crypto: omap-sham - move some flags to device contextDmitry Kasatkin
2011-06-29crypto: omap-sham - replace flags operation with atomic bit operationsDmitry Kasatkin
2011-06-29crypto: omap-sham - replace flags bit mask with bit numberDmitry Kasatkin
2011-06-29crypto: omap-sham - remove unused codeDmitry Kasatkin
2011-06-29crypto: omap-sham - remove extra referenceDmitry Kasatkin
2011-06-29hwrng: timeriomem - use resource_sizeH Hartley Sweeten
2011-06-29hwrng: nomadik - add missing clk_putJulia Lawall
2011-06-29hwrng: omap - add missing clk_putJulia Lawall
2011-06-29crypto: UML build fixesRichard Weinberger
2011-06-29crypto: testmgr - add xts-aes-256 self-testJarod Wilson
2011-06-29crypto: ghash-intel - Fix set but not used in ghash_async_setkey()Gustavo F. Padovan
2011-06-29crypto: caam - fix operator precedence in shared descriptor allocationKim Phillips
2011-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6Linus Torvalds
2011-06-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2011-06-25Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6Steve French
2011-06-25Merge branch 'timer-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2011-06-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds
2011-06-25Merge branch 'fortglx/3.0/tip/timers/rtc' of git://git.linaro.org/people/jstu...Thomas Gleixner
2011-06-25Merge branch 'drm-intel-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2011-06-24cifs: propagate errors from cifs_get_root() to mount(2)Al Viro
2011-06-24cifs: tidy cifs_do_mount() up a bitAl Viro
2011-06-24cifs: more breakage on mount failuresAl Viro
2011-06-24cifs: close sget() racesAl Viro
2011-06-24cifs: pull freeing mountdata/dropping nls/freeing cifs_sb into cifs_umount()Al Viro
2011-06-24cifs: move cifs_umount() call into ->kill_sb()Al Viro
2011-06-24cifs: pull cifs_mount() call upAl Viro
2011-06-24sanitize cifs_umount() prototypeAl Viro
2011-06-24cifs: initialize ->tlink_tree in cifs_setup_cifs_sb()Al Viro
2011-06-24cifs: allocate mountdata earlierAl Viro
2011-06-24cifs: leak on mount if we share superblockAl Viro
2011-06-24cifs: don't pass superblock to cifs_mount()Al Viro