Age | Commit message (Expand) | Author | Files | Lines |
2017-03-01 | Merge tag 'nfsd-4.11' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+2 |
2017-02-28 | lib/vsprintf.c: remove %Z support | Alexey Dobriyan | 1 | -1/+1 |
2017-01-31 | svcrpc: free contexts immediately on PROC_DESTROY | Neil Brown | 1 | -2/+2 |
2017-01-31 | svcrpc: fix oops in absence of krb5 module | J. Bruce Fields | 1 | -1/+1 |
2017-01-12 | svcrpc: don't leak contexts on PROC_DESTROY | J. Bruce Fields | 1 | -1/+1 |
2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally | Linus Torvalds | 1 | -1/+1 |
2016-12-16 | Merge tag 'nfsd-4.10' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 3 | -9/+8 |
2016-12-10 | SUNRPC: fix refcounting problems with auth_gss messages. | NeilBrown | 1 | -1/+6 |
2016-12-01 | svcauth_gss: Close connection when dropping an incoming message | Chuck Lever | 1 | -1/+1 |
2016-11-01 | sunrpc: GFP_KERNEL should be GFP_NOFS in crypto code | J. Bruce Fields | 2 | -8/+7 |
2016-10-26 | sunrpc: don't pass on-stack memory to sg_set_buf | J. Bruce Fields | 3 | -45/+71 |
2016-10-14 | Merge tag 'nfs-for-4.9-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -0/+7 |
2016-10-08 | cred: simpler, 1D supplementary groups | Alexey Dobriyan | 2 | -2/+2 |
2016-09-30 | sunrpc: add RPCSEC_GSS hash_cred() function | Frank Sorenson | 1 | -0/+7 |
2016-09-12 | svcauth_gss: Revert 64c59a3726f2 ("Remove unnecessary allocation") | Chuck Lever | 1 | -2/+3 |
2016-08-12 | Merge tag 'nfs-for-4.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -3/+5 |
2016-08-05 | SUNRPC: allow for upcalls for same uid but different gss service | Olga Kornievskaia | 1 | -3/+5 |
2016-08-05 | Merge tag 'nfsd-4.8' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 1 | -2/+3 |
2016-07-25 | Merge branch 'nfs-rdma' | Trond Myklebust | 3 | -0/+16 |
2016-07-19 | sunrpc: move NO_CRKEY_TIMEOUT to the auth->au_flags | Scott Mayhew | 1 | -0/+1 |
2016-07-13 | sunrpc: add gss minor status to svcauth_gss_proxy_init | Scott Mayhew | 1 | -2/+3 |
2016-07-11 | xprtrdma: No direct data placement with krb5i and krb5p | Chuck Lever | 3 | -0/+16 |
2016-05-26 | Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 1 | -3/+3 |
2016-05-23 | sunrpc: fix stripping of padded MIC tokens | Tomáš Trnka | 1 | -2/+2 |
2016-05-09 | sunrpc: plumb gfp_t parm into crcreate operation | Jeff Layton | 1 | -3/+3 |
2016-05-03 | Remove unnecessary allocation | J. Bruce Fields | 1 | -3/+2 |
2016-04-15 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2 | -3/+8 |
2016-04-04 | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros | Kirill A. Shutemov | 3 | -7/+7 |
2016-04-04 | sunrpc: Fix skcipher/shash conversion | Herbert Xu | 2 | -3/+8 |
2016-03-22 | Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -2/+2 |
2016-03-17 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 5 | -207/+290 |
2016-02-23 | Merge branch 'multipath' | Trond Myklebust | 1 | -2/+2 |
2016-02-17 | auth_gss: fix panic in gss_pipe_downcall() in fips mode | Scott Mayhew | 1 | -1/+1 |
2016-02-06 | SUNRPC: Make rpc_clnt store the multipath iterators | Trond Myklebust | 1 | -2/+2 |
2016-01-27 | sunrpc: Use skcipher and ahash/shash | Herbert Xu | 5 | -207/+290 |
2015-11-24 | nfsd4: fix gss-proxy 4.1 mounts for some AD principals | J. Bruce Fields | 1 | -0/+3 |
2015-10-23 | sunrpc: avoid warning in gss_key_timeout | Arnd Bergmann | 1 | -7/+6 |
2015-06-22 | sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key() | Fabian Frederick | 1 | -6/+2 |
2015-05-04 | svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failures | Scott Mayhew | 1 | -7/+16 |
2015-02-26 | sunrpc: integer underflow in rsc_parse() | Dan Carpenter | 1 | -0/+2 |
2015-02-18 | svcrpc: fix memory leak in gssp_accept_sec_context_upcall | David Ramos | 1 | -0/+2 |
2014-12-09 | sunrpc: move rq_splice_ok flag into rq_flags | Jeff Layton | 1 | -1/+1 |
2014-11-25 | sunrpc: eliminate RPC_DEBUG | Jeff Layton | 12 | -12/+12 |
2014-11-13 | sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptor | Jeff Layton | 1 | -5/+30 |
2014-08-14 | Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 4 | -61/+122 |
2014-08-04 | sunrpc: remove "ec" argument from encrypt_v2 operation | Jeff Layton | 2 | -8/+3 |
2014-08-04 | sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.c | Jeff Layton | 1 | -7/+13 |
2014-08-04 | sunrpc: clean up sparse endianness warnings in gss_krb5_seal.c | Jeff Layton | 1 | -11/+17 |
2014-08-04 | sunrpc: fix RCU handling of gc_ctx field | Jeff Layton | 1 | -17/+35 |
2014-07-13 | sunrpc: add a new "stringify_acceptor" rpc_credop | Jeff Layton | 1 | -20/+42 |