Age | Commit message (Expand) | Author | Files | Lines |
2008-05-08 | Remove duplicated include in net/sunrpc/svc.c | Huang Weiyi | 1 | -1/+0 |
2008-05-02 | sunrpc: assign PDE->data before gluing PDE into /proc tree | Denis V. Lunev | 2 | -16/+7 |
2008-04-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 1 | -1/+1 |
2008-04-27 | sunrpc: fix missing kernel-doc | Randy Dunlap | 1 | -1/+1 |
2008-04-24 | Merge git://git.linux-nfs.org/projects/trondmy/nfs-2.6 | Linus Torvalds | 11 | -315/+580 |
2008-04-24 | Merge branch 'devel' | Trond Myklebust | 11 | -315/+580 |
2008-04-24 | SUNRPC: Invalidate the RPCSEC_GSS session if the server dropped the request | Trond Myklebust | 1 | -0/+5 |
2008-04-23 | SUNRPC: Use unsigned loop and array index in svc_init_buffer() | Chuck Lever | 1 | -3/+2 |
2008-04-23 | SUNRPC: Use unsigned index when looping over arrays | Chuck Lever | 1 | -2/+3 |
2008-04-23 | SUNRPC: Update RPC server's TCP record marker decoder | Chuck Lever | 1 | -12/+12 |
2008-04-23 | SUNRPC: RPC server still uses 2.4 method for disabling TCP Nagle | Chuck Lever | 1 | -2/+2 |
2008-04-23 | SUNRPC: remove svc_create_thread() | Jeff Layton | 1 | -10/+0 |
2008-04-23 | sunrpc: make token header values less confusing | Kevin Coffman | 4 | -8/+8 |
2008-04-23 | gss_krb5: consistently use unsigned for seqnum | Kevin Coffman | 3 | -4/+4 |
2008-04-23 | net/sunrpc/svc.c: suppress unintialized var warning | Andrew Morton | 1 | -1/+1 |
2008-04-23 | Remove define for KRB5_CKSUM_LENGTH, which will become enctype-dependent | Kevin Coffman | 2 | -5/+2 |
2008-04-23 | Correct grammer/typos in dprintks | Kevin Coffman | 1 | -3/+3 |
2008-04-23 | SVCRDMA: Add check for XPT_CLOSE in svc_rdma_send | Tom Tucker | 1 | -0/+2 |
2008-04-23 | sunrpc: GSS integrity and decryption failures should return GARBAGE_ARGS | Harshula Jayasuriya | 2 | -4/+8 |
2008-04-23 | SUNRPC: allow svc_recv to break out of 500ms sleep when alloc_page fails | Jeff Layton | 1 | -3/+5 |
2008-04-23 | svcrpc: move unused field from cache_deferred_req | J. Bruce Fields | 1 | -1/+0 |
2008-04-23 | IPv6 support for NFS server export caches | Aurélien Charbon | 1 | -38/+80 |
2008-04-23 | SUNRPC: have svc_recv() check kthread_should_stop() | Jeff Layton | 1 | -2/+22 |
2008-04-23 | SUNRPC: export svc_sock_update_bufs | Jeff Layton | 1 | -0/+1 |
2008-04-19 | SUNRPC: Don't change the RPCSEC_GSS context on a credential that is in use | Trond Myklebust | 1 | -27/+42 |
2008-04-19 | SUNRPC: Fix a race in gss_refresh_upcall() | Trond Myklebust | 1 | -3/+8 |
2008-04-19 | SUNRPC: Don't disconnect more than once if retransmitting NFSv4 requests | Trond Myklebust | 3 | -2/+35 |
2008-04-19 | SUNRPC: Remove the unused export of xprt_force_disconnect | Trond Myklebust | 1 | -1/+0 |
2008-04-19 | SUNRPC: remove XS_SENDMSG_RETRY | Trond Myklebust | 1 | -9/+3 |
2008-04-19 | SUNRPC: Protect creds against early garbage collection | Trond Myklebust | 1 | -0/+8 |
2008-04-19 | NFSv4: Reintroduce machine creds | Trond Myklebust | 2 | -3/+35 |
2008-04-19 | NFSv4: Don't use cred->cr_ops->cr_name in nfs4_proc_setclientid() | Trond Myklebust | 4 | -8/+0 |
2008-04-19 | SUNRPC: Fix read ordering problems with req->rq_private_buf.len | Trond Myklebust | 2 | -14/+15 |
2008-04-19 | SUNRPC: Don't attempt to destroy expired RPCSEC_GSS credentials.. | Trond Myklebust | 1 | -2/+2 |
2008-04-19 | SUNRPC: Fix up xprt_write_space() | Trond Myklebust | 2 | -22/+43 |
2008-04-19 | SUNRPC: Fix a bug in call_decode() | Trond Myklebust | 1 | -3/+6 |
2008-04-19 | nodemask: use new node_to_cpumask_ptr function | Mike Travis | 1 | -5/+11 |
2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | 5 | -40/+40 |
2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | 2 | -7/+6 |
2008-04-16 | IB/core: Add support for "send with invalidate" work requests | Roland Dreier | 1 | -1/+0 |
2008-04-08 | SUNRPC: Fix a memory leak in rpc_create() | Chuck Lever | 1 | -4/+0 |
2008-04-08 | SUNRPC: don't call flush_dcache_page() with an invalid pointer | Trond Myklebust | 1 | -3/+6 |
2008-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 1 | -12/+11 |
2008-03-26 | SVCRDMA: Check num_sge when setting LAST_CTXT bit | Tom Tucker | 1 | -10/+11 |
2008-03-24 | SVCRDMA: Use only 1 RDMA read scatter entry for iWARP adapters | Roland Dreier | 1 | -2/+0 |
2008-03-19 | Merge branch 'hotfixes' into devel | Trond Myklebust | 2 | -39/+59 |
2008-03-18 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | 5 | -42/+66 |
2008-03-17 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David S. Miller | 3 | -40/+64 |
2008-03-17 | [SUNRPC]: net/* NULL noise | Al Viro | 1 | -1/+1 |
2008-03-17 | [NET] endianness noise: INADDR_ANY | Al Viro | 1 | -1/+1 |