summaryrefslogtreecommitdiffstats
path: root/net/sunrpc/auth_gss
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-4.7-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2016-05-261-3/+3
|\
| * sunrpc: plumb gfp_t parm into crcreate operationJeff Layton2016-05-091-3/+3
* | sunrpc: fix stripping of padded MIC tokensTomáš Trnka2016-05-231-2/+2
* | Remove unnecessary allocationJ. Bruce Fields2016-05-031-3/+2Star
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-04-152-3/+8
|\
| * sunrpc: Fix skcipher/shash conversionHerbert Xu2016-04-042-3/+8
* | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-043-7/+7
|/
* Merge tag 'nfs-for-4.6-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2016-03-221-2/+2
|\
| * Merge branch 'multipath'Trond Myklebust2016-02-221-2/+2
| |\
| | * SUNRPC: Make rpc_clnt store the multipath iteratorsTrond Myklebust2016-02-061-2/+2
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-03-175-207/+290
|\ \ \ | |/ / |/| |
| * | sunrpc: Use skcipher and ahash/shashHerbert Xu2016-01-275-207/+290
| |/
* / auth_gss: fix panic in gss_pipe_downcall() in fips modeScott Mayhew2016-02-171-1/+1
|/
* nfsd4: fix gss-proxy 4.1 mounts for some AD principalsJ. Bruce Fields2015-11-241-0/+3
* sunrpc: avoid warning in gss_key_timeoutArnd Bergmann2015-10-231-7/+6Star
* sunrpc: use sg_init_one() in krb5_rc4_setup_enc/seq_key()Fabian Frederick2015-06-221-6/+2Star
* svcrpc: fix potential GSSX_ACCEPT_SEC_CONTEXT decoding failuresScott Mayhew2015-05-041-7/+16
* sunrpc: integer underflow in rsc_parse()Dan Carpenter2015-02-261-0/+2
* svcrpc: fix memory leak in gssp_accept_sec_context_upcallDavid Ramos2015-02-181-0/+2
* sunrpc: move rq_splice_ok flag into rq_flagsJeff Layton2014-12-091-1/+1
* sunrpc: eliminate RPC_DEBUGJeff Layton2014-11-2412-12/+12
* sunrpc: fix sleeping under rcu_read_lock in gss_stringify_acceptorJeff Layton2014-11-131-5/+30
* Merge tag 'nfs-for-3.17-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-08-144-61/+122
|\
| * sunrpc: remove "ec" argument from encrypt_v2 operationJeff Layton2014-08-032-8/+3Star
| * sunrpc: clean up sparse endianness warnings in gss_krb5_wrap.cJeff Layton2014-08-031-7/+13
| * sunrpc: clean up sparse endianness warnings in gss_krb5_seal.cJeff Layton2014-08-031-11/+17
| * sunrpc: fix RCU handling of gc_ctx fieldJeff Layton2014-08-031-17/+35
| * sunrpc: add a new "stringify_acceptor" rpc_credopJeff Layton2014-07-131-20/+42
| * auth_gss: fetch the acceptor name out of the downcallJeff Layton2014-07-131-3/+17
* | SUNRPC/NFSD: Change to type of bool for rq_usedeferral and rq_splice_okKinglong Mee2014-06-231-1/+1
|/
* Merge tag 'nfs-for-3.16-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-06-111-3/+1Star
|\
| * SUNRPC: Fix a module reference issue in rpcsec_gssTrond Myklebust2014-05-181-3/+1Star
* | Merge branch 'for-3.16' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-06-101-0/+2
|\ \
| * | nfsd4: better reservation of head space for krb5J. Bruce Fields2014-05-301-0/+2
| |/
* / arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-1/+1
|/
* SUNRPC: Fix a pipe_version reference leakTrond Myklebust2014-02-161-1/+3
* SUNRPC: Ensure that gss_auth isn't freed before its upcall messagesTrond Myklebust2014-02-161-2/+11
* SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust2014-02-101-0/+2
* Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-011-7/+1Star
|\
| * sunrpc: turn warn_gssd() log message into a dprintk()Jeff Layton2014-01-271-7/+1Star
* | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2014-01-303-75/+26Star
|\ \ | |/ |/|
| * gss_krb5: use lcm from kernel libLuis Henriques2014-01-241-13/+4Star
| * minor svcauth_gss.c cleanupJ. Bruce Fields2014-01-071-5/+2Star
| * sunrpc: get rid of use_gssp_lockJeff Layton2014-01-061-24/+18Star
| * sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clntJeff Layton2014-01-061-2/+2
| * sunrpc: don't wait for write before allowing reads from use-gss-proxy fileJeff Layton2014-01-062-33/+2Star
* | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-061-10/+7Star
|/
* Merge tag 'nfs-for-3.13-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-12-051-1/+1
|\
| * SUNRPC: do not fail gss proc NULL calls with EACCESAndy Adamson2013-11-261-1/+1
* | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-165-26/+28
|\ \ | |/ |/|