summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* SUNRPC: remove extraneous header inclusionsChuck Lever2006-09-221-1/+0
* SUNRPC: create API for getting remote peer addressChuck Lever2006-09-221-0/+1
* SUNRPC: Introduce transport switch callout for pluggable rpcbindChuck Lever2006-09-222-1/+2
* SUNRPC: Support for RPC child tasks no longer neededChuck Lever2006-09-221-5/+0
* SUNRPC: Make RPC portmapper use per-transport storageChuck Lever2006-09-222-20/+17
* SUNRPC: Create a helper to tell whether a transport is boundChuck Lever2006-09-221-0/+16
* NFS: Share NFS superblocks per-protocol per-server per-FSIDDavid Howells2006-09-221-12/+9
* NFS: Eliminate client_sys in favour of cl_rpcclientDavid Howells2006-09-221-3/+2
* NFS: Move rpc_ops from nfs_server to nfs_clientDavid Howells2006-09-222-2/+2
* NFS: Maintain a common server record for NFS2/3 as well as for NFS4David Howells2006-09-221-1/+1
* NFS: Add extra const qualifiersDavid Howells2006-09-222-4/+4
* NFS: Generalise the nfs_client structureDavid Howells2006-09-222-0/+61
* NFS: Add a server capabilities NFS RPC opDavid Howells2006-09-221-0/+1
* NFS: Add a lookupfh NFS RPC opDavid Howells2006-09-221-0/+3
* NFS: Return an error when starting the idmapping pipeDavid Howells2006-09-221-1/+1
* NFS: Rename nfs_server::nfs4_stateDavid Howells2006-09-221-1/+1
* NFS: Rename struct nfs4_client to struct nfs_clientDavid Howells2006-09-222-8/+8
* NFS: Add dentry materialisation opDavid Howells2006-09-221-0/+1
* NFS: Add a global LRU list for the ACCESS cacheTrond Myklebust2006-09-221-0/+4
* NFS: Add a new ACCESS rpc call cache to the linux nfs clientTrond Myklebust2006-09-221-1/+4
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-09-221-0/+1
|\
| * Merge ../linusDave Jones2006-09-05111-393/+984
| |\
| * | [AGPGART] remove private page protection mapHugh Dickins2006-07-261-0/+1
* | | [PATCH] fix missing ifdefs in syscall classes hookup for generic targetsAl Viro2006-09-222-0/+8
* | | IB/sa: fix ib_sa_selector namesMichael S. Tsirkin2006-09-221-2/+2
* | | RDMA/cma: Document rdma_accept() error handlingOr Gerlitz2006-09-221-0/+4
* | | RDMA/cma: Document rdma_destroy_id() functionOr Gerlitz2006-09-221-0/+8
* | | IB/sa: Require SA registrationMichael S. Tsirkin2006-09-221-7/+34
* | | RDMA: iWARP Core Changes.Tom Tucker2006-09-222-5/+37
* | | RDMA: iWARP Connection Manager.Tom Tucker2006-09-221-0/+258
* | | IB/uverbs: Pass userspace data to modify_srq and modify_qp methodsRalph Campbell2006-09-221-2/+4
* | | IB/uverbs: Allow resize CQ operation to return driver-specific dataRalph Campbell2006-09-221-0/+2
* | | Merge git://git.infradead.org/~dwmw2/hdronelineLinus Torvalds2006-09-2229-159/+722
|\ \ \
| * | | [HEADERS] One line per header in Kbuild files to reduce conflictsDavid Woodhouse2006-09-1929-159/+721
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2006-09-2213-139/+851
|\ \ \ \
| * | | | [CRYPTO] api: Deprecate crypto_digest_* and crypto_alg_availableHerbert Xu2006-09-211-5/+13
| * | | | [CRYPTO] padlock: Convert padlock-sha to use crypto_hashHerbert Xu2006-09-211-0/+6
| * | | | [CRYPTO] users: Use crypto_comp and crypto_has_*Herbert Xu2006-09-212-3/+7
| * | | | [CRYPTO] api: Add crypto_comp and crypto_has_*Herbert Xu2006-09-211-6/+84
| * | | | [CRYPTO] digest: Remove old HMAC implementationHerbert Xu2006-09-211-16/+0
| * | | | [SCTP]: Use HMAC template and hash interfaceHerbert Xu2006-09-213-14/+4
| * | | | [IPSEC]: Use HMAC template and hash interfaceHerbert Xu2006-09-213-27/+39
| * | | | [CRYPTO] digest: Added user API for new hash typeHerbert Xu2006-09-212-34/+144
| * | | | [CRYPTO] api: Mark parts of cipher interface as deprecatedHerbert Xu2006-09-211-12/+36
| * | | | [PATCH] scatterlist: Add const to sg_set_buf/sg_init_one pointer argumentHerbert Xu2006-09-211-2/+2
| * | | | [SUNRPC] GSS: Use block ciphers where applicableHerbert Xu2006-09-212-11/+12
| * | | | [IPSEC] ESP: Use block ciphers where applicableHerbert Xu2006-09-211-1/+1
| * | | | [IPSEC]: Add compatibility algorithm name supportHerbert Xu2006-09-211-0/+1
| * | | | [CRYPTO] cipher: Added block ciphers for CBC/ECBHerbert Xu2006-09-211-0/+2
| * | | | [CRYPTO] cipher: Added block cipher typeHerbert Xu2006-09-212-0/+244