summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-02-193-6/+25
|\
| * 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: Fix potential memory scribble in xprt_free_bc_request()Trond Myklebust2014-02-111-2/+4
| * SUNRPC: Fix races in xs_nospace()Trond Myklebust2014-02-111-1/+5
| * SUNRPC: Don't create a gss auth cache unless rpc.gssd is runningTrond Myklebust2014-02-101-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-02-111-3/+3
|\ \ | |/ |/|
| * net: Mark functions as static in net/sunrpc/svc_xprt.cRashika Kheria2014-02-101-3/+3
* | 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-307-91/+47Star
|\ \
| * | 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-063-34/+2Star
| * | SUNRPC/NFSD: Support a new option for ignoring the result of svc_registerKinglong Mee2014-01-041-8/+17
| * | net/sunrpc/cache: simplify code by using hex_pack_byte()Andy Shevchenko2013-12-121-3/+1Star
| * | sunrpc: fix some typosWeng Meiling2013-12-111-4/+3Star
* | | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2014-01-287-28/+231
|\ \ \ | | |/ | |/|
| * | sunrpc: Fix infinite loop in RPC state machineWeston Andros Adamson2014-01-051-2/+6
| * | SUNRPC: Add tracepoint for socket errorsTrond Myklebust2013-12-311-0/+1
| * | SUNRPC: Report connection error values to rpc_tasks on the pending queueTrond Myklebust2013-12-311-5/+36
| * | SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACHTrond Myklebust2013-12-311-1/+6
| * | SUNRPC: Ensure xprt_connect_status handles all potential connection errorsTrond Myklebust2013-12-311-0/+5
| * | rpc_pipe: fix cleanup of dummy gssd directory when notification failsJeff Layton2013-12-101-1/+13
| * | sunrpc: add an "info" file for the dummy gssd pipeJeff Layton2013-12-061-1/+49
| * | rpc_pipe: remove the clntXX dir if creating the pipe failsJeff Layton2013-12-061-0/+2
| * | sunrpc: replace sunrpc_net->gssd_running flag with a more reliable checkJeff Layton2013-12-063-16/+17
| * | sunrpc: create a new dummy pipe for gssd to hold openJeff Layton2013-12-063-4/+98
| |/
* / net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane2014-01-153-3/+3
|/
* 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 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-201-10/+1Star
|\ \
| * | consolidate simple ->d_delete() instancesAl Viro2013-11-161-10/+1Star
* | | Merge tag 'nfs-for-3.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2013-11-162-19/+38
|\ \ \ | | |/ | |/|
| * | SUNRPC: Avoid deep recursion in rpc_release_clientTrond Myklebust2013-11-131-12/+17
| * | SUNRPC: Fix a data corruption issue when retransmitting RPC callsTrond Myklebust2013-11-081-7/+21
* | | Merge branch 'nfsd-next' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2013-11-166-28/+28
|\ \ \ | |_|/ |/| |
| * | svcrpc: remove an unnecessary assignmentWeng Meiling2013-11-131-2/+0Star
| * | sunrpc: comment typo fixJ. Bruce Fields2013-11-121-2/+2
| * | sunrpc: trim off EC bytes in GSSAPI v2 unwrapJeff Layton2013-10-261-2/+2
| * | gss_krb5: document that we ignore sequence numberJ. Bruce Fields2013-10-102-6/+8
| * | svcrpc: handle some gssproxy encoding errorsJ. Bruce Fields2013-10-101-15/+14Star
| * | svcrpc: fix error-handling on badd gssproxy downcallJ. Bruce Fields2013-10-081-2/+2
| * | svcrpc: fix gss-proxy NULL dereference in some error casesJ. Bruce Fields2013-10-081-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-11-131-1/+3
|\ \ \
| * | | net: fix build errors if ipv6 is disabledEric Dumazet2013-10-091-0/+2
| * | | ipv6: make lookups simpler and fasterEric Dumazet2013-10-091-1/+1
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-11-131-6/+6
|\ \ \ | |_|/ |/| |