index
:
kernel-crypto.git
audit
bugfixes
herbert
integration
master
ncr-audit
ncr-integration
ncr-rhel5-patches
ncr-standalone-master
ncr-standalone-rename
ncr-submission-2
ncr-userspace-crypto
User-space crypto API development for Linux
Miloslav Trmac
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Introduce transport switch callout for pluggable rpcbind
Chuck Lever
2006-09-22
2
-1
/
+2
*
SUNRPC: Support for RPC child tasks no longer needed
Chuck Lever
2006-09-22
1
-5
/
+0
*
SUNRPC: Make RPC portmapper use per-transport storage
Chuck Lever
2006-09-22
2
-20
/
+17
*
SUNRPC: Create a helper to tell whether a transport is bound
Chuck Lever
2006-09-22
1
-0
/
+16
*
NFS: Share NFS superblocks per-protocol per-server per-FSID
David Howells
2006-09-22
1
-12
/
+9
*
NFS: Eliminate client_sys in favour of cl_rpcclient
David Howells
2006-09-22
1
-3
/
+2
*
NFS: Move rpc_ops from nfs_server to nfs_client
David Howells
2006-09-22
2
-2
/
+2
*
NFS: Maintain a common server record for NFS2/3 as well as for NFS4
David Howells
2006-09-22
1
-1
/
+1
*
NFS: Add extra const qualifiers
David Howells
2006-09-22
2
-4
/
+4
*
NFS: Generalise the nfs_client structure
David Howells
2006-09-22
2
-0
/
+61
*
NFS: Add a server capabilities NFS RPC op
David Howells
2006-09-22
1
-0
/
+1
*
NFS: Add a lookupfh NFS RPC op
David Howells
2006-09-22
1
-0
/
+3
*
NFS: Return an error when starting the idmapping pipe
David Howells
2006-09-22
1
-1
/
+1
*
NFS: Rename nfs_server::nfs4_state
David Howells
2006-09-22
1
-1
/
+1
*
NFS: Rename struct nfs4_client to struct nfs_client
David Howells
2006-09-22
2
-8
/
+8
*
NFS: Add dentry materialisation op
David Howells
2006-09-22
1
-0
/
+1
*
NFS: Add a global LRU list for the ACCESS cache
Trond Myklebust
2006-09-22
1
-0
/
+4
*
NFS: Add a new ACCESS rpc call cache to the linux nfs client
Trond Myklebust
2006-09-22
1
-1
/
+4
*
Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgart
Linus Torvalds
2006-09-22
1
-0
/
+1
|
\
|
*
Merge ../linus
Dave Jones
2006-09-05
111
-393
/
+984
|
|
\
|
*
|
[AGPGART] remove private page protection map
Hugh Dickins
2006-07-26
1
-0
/
+1
*
|
|
[PATCH] fix missing ifdefs in syscall classes hookup for generic targets
Al Viro
2006-09-22
2
-0
/
+8
*
|
|
IB/sa: fix ib_sa_selector names
Michael S. Tsirkin
2006-09-22
1
-2
/
+2
*
|
|
RDMA/cma: Document rdma_accept() error handling
Or Gerlitz
2006-09-22
1
-0
/
+4
*
|
|
RDMA/cma: Document rdma_destroy_id() function
Or Gerlitz
2006-09-22
1
-0
/
+8
*
|
|
IB/sa: Require SA registration
Michael S. Tsirkin
2006-09-22
1
-7
/
+34
*
|
|
RDMA: iWARP Core Changes.
Tom Tucker
2006-09-22
2
-5
/
+37
*
|
|
RDMA: iWARP Connection Manager.
Tom Tucker
2006-09-22
1
-0
/
+258
*
|
|
IB/uverbs: Pass userspace data to modify_srq and modify_qp methods
Ralph Campbell
2006-09-22
1
-2
/
+4
*
|
|
IB/uverbs: Allow resize CQ operation to return driver-specific data
Ralph Campbell
2006-09-22
1
-0
/
+2
*
|
|
Merge git://git.infradead.org/~dwmw2/hdroneline
Linus Torvalds
2006-09-22
29
-159
/
+722
|
\
\
\
|
*
|
|
[HEADERS] One line per header in Kbuild files to reduce conflicts
David Woodhouse
2006-09-19
29
-159
/
+721
*
|
|
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2006-09-22
13
-139
/
+851
|
\
\
\
\
|
*
|
|
|
[CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_available
Herbert Xu
2006-09-21
1
-5
/
+13
|
*
|
|
|
[CRYPTO] padlock: Convert padlock-sha to use crypto_hash
Herbert Xu
2006-09-21
1
-0
/
+6
|
*
|
|
|
[CRYPTO] users: Use crypto_comp and crypto_has_*
Herbert Xu
2006-09-21
2
-3
/
+7
|
*
|
|
|
[CRYPTO] api: Add crypto_comp and crypto_has_*
Herbert Xu
2006-09-21
1
-6
/
+84
|
*
|
|
|
[CRYPTO] digest: Remove old HMAC implementation
Herbert Xu
2006-09-21
1
-16
/
+0
|
*
|
|
|
[SCTP]: Use HMAC template and hash interface
Herbert Xu
2006-09-21
3
-14
/
+4
|
*
|
|
|
[IPSEC]: Use HMAC template and hash interface
Herbert Xu
2006-09-21
3
-27
/
+39
|
*
|
|
|
[CRYPTO] digest: Added user API for new hash type
Herbert Xu
2006-09-21
2
-34
/
+144
|
*
|
|
|
[CRYPTO] api: Mark parts of cipher interface as deprecated
Herbert Xu
2006-09-21
1
-12
/
+36
|
*
|
|
|
[PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argument
Herbert Xu
2006-09-21
1
-2
/
+2
|
*
|
|
|
[SUNRPC] GSS: Use block ciphers where applicable
Herbert Xu
2006-09-21
2
-11
/
+12
|
*
|
|
|
[IPSEC] ESP: Use block ciphers where applicable
Herbert Xu
2006-09-21
1
-1
/
+1
|
*
|
|
|
[IPSEC]: Add compatibility algorithm name support
Herbert Xu
2006-09-21
1
-0
/
+1
|
*
|
|
|
[CRYPTO] cipher: Added block ciphers for CBC/ECB
Herbert Xu
2006-09-21
1
-0
/
+2
|
*
|
|
|
[CRYPTO] cipher: Added block cipher type
Herbert Xu
2006-09-21
2
-0
/
+244
|
*
|
|
|
[CRYPTO] scatterwalk: Prepare for block ciphers
Herbert Xu
2006-09-21
1
-0
/
+5
|
*
|
|
|
[CRYPTO] cipher: Added encrypt_one/decrypt_one
Herbert Xu
2006-09-21
2
-0
/
+101
[next]