Age | Commit message (Expand) | Author | Files | Lines |
2014-05-24 | sunrpc: Remove sk_no_check setting | Tom Herbert | 1 | -3/+0 |
2014-04-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -10/+10 |
2014-04-12 | net: Fix use after free by removing length arg from sk_data_ready callbacks. | David S. Miller | 2 | -10/+10 |
2014-04-09 | Merge branch 'for-3.15' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 11 | -86/+119 |
2014-04-06 | Merge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 6 | -68/+93 |
2014-04-01 | nfsd: check passed socket's net matches NFSd superblock's one | Stanislav Kinsbursky | 1 | -0/+16 |
2014-03-30 | SUNRPC: Clear xpt_bc_xprt if xs_setup_bc_tcp failed | Kinglong Mee | 1 | -0/+2 |
2014-03-30 | NFSD/SUNRPC: Check rpc_xprt out of xs_setup_bc_tcp | Kinglong Mee | 2 | -21/+0 |
2014-03-30 | SUNRPC: New helper for creating client with rpc_xprt | Kinglong Mee | 1 | -25/+33 |
2014-03-30 | NFSD: Free backchannel xprt in bc_destroy | Kinglong Mee | 1 | -0/+4 |
2014-03-29 | rpc: Allow xdr_buf_subsegment to operate in-place | J. Bruce Fields | 1 | -6/+16 |
2014-03-29 | SUNRPC: fix memory leak of peer addresses in XPRT | Kinglong Mee | 1 | -8/+11 |
2014-03-29 | svcrdma: fix offset calculation for non-page aligned sge entries | Jeff Layton | 1 | -0/+1 |
2014-03-29 | xprtrdma: add separate Kconfig options for NFSoRDMA client and server support | Jeff Layton | 3 | -16/+30 |
2014-03-29 | Fix regression in NFSRDMA server | Tom Tucker | 2 | -8/+5 |
2014-03-28 | net: Mark functions as static in net/sunrpc/svc_xprt.c | Rashika Kheria | 1 | -3/+3 |
2014-03-28 | svcrdma: fix printk when memory allocation fails | Jeff Layton | 1 | -2/+1 |
2014-03-20 | SUNRPC: rpc_restart_call/rpc_restart_call_prepare should clear task->tk_status | Trond Myklebust | 1 | -0/+2 |
2014-03-20 | SUNRPC: Don't let rpc_delay() clobber non-timeout errors | Trond Myklebust | 1 | -1/+2 |
2014-03-20 | SUNRPC: Ensure call_connect_status() deals correctly with SOFTCONN tasks | Steve Dickson | 1 | -2/+2 |
2014-03-20 | SUNRPC: Ensure call_status() deals correctly with SOFTCONN tasks | Trond Myklebust | 1 | -0/+4 |
2014-03-17 | SUNRPC: remove KERN_INFO from dprintk() call sites | Chuck Lever | 1 | -5/+5 |
2014-03-17 | SUNRPC: Fix large reads on NFS/RDMA | Chuck Lever | 1 | -3/+1 |
2014-03-17 | Merge branch 'devel' into linux-next | Trond Myklebust | 3 | -57/+77 |
2014-03-17 | SUNRPC: Ensure that call_bind times out correctly | Trond Myklebust | 1 | -3/+2 |
2014-03-17 | SUNRPC: Ensure that call_connect times out correctly | Trond Myklebust | 1 | -5/+3 |
2014-02-20 | Merge tag 'nfs-for-3.14-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 3 | -6/+25 |
2014-02-16 | SUNRPC: Fix a pipe_version reference leak | Trond Myklebust | 1 | -1/+3 |
2014-02-16 | SUNRPC: Ensure that gss_auth isn't freed before its upcall messages | Trond Myklebust | 1 | -2/+11 |
2014-02-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -3/+3 |
2014-02-11 | SUNRPC: RPC callbacks may be split across several TCP segments | Trond Myklebust | 2 | -49/+72 |
2014-02-11 | SUNRPC: Fix potential memory scribble in xprt_free_bc_request() | Trond Myklebust | 1 | -2/+4 |
2014-02-11 | SUNRPC: Fix races in xs_nospace() | Trond Myklebust | 1 | -1/+5 |
2014-02-11 | SUNRPC: Don't create a gss auth cache unless rpc.gssd is running | Trond Myklebust | 1 | -0/+2 |
2014-02-10 | net: Mark functions as static in net/sunrpc/svc_xprt.c | Rashika Kheria | 1 | -3/+3 |
2014-02-01 | Merge tag 'nfs-for-3.14-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 1 | -7/+1 |
2014-01-30 | Merge branch 'for-3.14' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 7 | -91/+47 |
2014-01-28 | Merge tag 'nfs-for-3.14-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs | Linus Torvalds | 7 | -28/+231 |
2014-01-28 | sunrpc: turn warn_gssd() log message into a dprintk() | Jeff Layton | 1 | -7/+1 |
2014-01-25 | gss_krb5: use lcm from kernel lib | Luis Henriques | 1 | -13/+4 |
2014-01-15 | net: replace macros net_random and net_srandom with direct calls to prandom | Aruna-Hewapathirane | 3 | -3/+3 |
2014-01-08 | minor svcauth_gss.c cleanup | J. Bruce Fields | 1 | -5/+2 |
2014-01-07 | sunrpc: get rid of use_gssp_lock | Jeff Layton | 1 | -24/+18 |
2014-01-07 | sunrpc: fix potential race between setting use_gss_proxy and the upcall rpc_clnt | Jeff Layton | 1 | -2/+2 |
2014-01-07 | sunrpc: don't wait for write before allowing reads from use-gss-proxy file | Jeff Layton | 3 | -34/+2 |
2014-01-06 | sunrpc: Fix infinite loop in RPC state machine | Weston Andros Adamson | 1 | -2/+6 |
2014-01-04 | SUNRPC/NFSD: Support a new option for ignoring the result of svc_register | Kinglong Mee | 1 | -8/+17 |
2013-12-31 | SUNRPC: Add tracepoint for socket errors | Trond Myklebust | 1 | -0/+1 |
2013-12-31 | SUNRPC: Report connection error values to rpc_tasks on the pending queue | Trond Myklebust | 1 | -5/+36 |
2013-12-31 | SUNRPC: Handle connect errors ECONNABORTED and EHOSTUNREACH | Trond Myklebust | 1 | -1/+6 |