index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-28
sunrpc: fix debug message in svc_create_xprt()
Vasily Averin
1
-2
/
+2
2018-12-28
sunrpc: make visible processing error in bc_svc_process()
Vasily Averin
1
-2
/
+2
2018-12-28
sunrpc: remove unused xpo_prep_reply_hdr callback
Vasily Averin
4
-22
/
+11
2018-12-28
sunrpc: remove svc_rdma_bc_class
Vasily Averin
2
-63
/
+0
2018-12-28
sunrpc: remove svc_tcp_bc_class
Vasily Averin
1
-101
/
+0
2018-12-28
sunrpc: remove unused bc_up operation from rpc_xprt_ops
Vasily Averin
4
-34
/
+0
2018-12-28
sunrpc: replace svc_serv->sv_bc_xprt by boolean flag
Vasily Averin
2
-3
/
+0
2018-12-28
sunrpc: use-after-free in svc_process_common()
Vasily Averin
3
-7
/
+9
2018-12-28
sunrpc: use SVC_NET() in svcauth_gss_* functions
Vasily Averin
1
-4
/
+4
2018-12-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-37
/
+9
2018-12-19
SUNRPC discard cr_uid from struct rpc_cred.
NeilBrown
2
-7
/
+6
2018-12-19
SUNRPC: simplify auth_unix.
NeilBrown
2
-70
/
+32
2018-12-19
SUNRPC: remove crbind rpc_cred operation
NeilBrown
4
-15
/
+1
2018-12-19
SUNRPC: remove generic cred code.
NeilBrown
4
-219
/
+2
2018-12-19
NFS/NFSD/SUNRPC: replace generic creds with 'struct cred'.
NeilBrown
3
-8
/
+12
2018-12-19
SUNRPC: remove RPCAUTH_AUTH_NO_CRKEY_TIMEOUT
NeilBrown
2
-2
/
+0
2018-12-19
NFS: move credential expiry tracking out of SUNRPC into NFS.
NeilBrown
3
-109
/
+4
2018-12-19
SUNRPC: add side channel to use non-generic cred for rpc call.
NeilBrown
3
-2
/
+9
2018-12-19
SUNRPC: introduce RPC_TASK_NULLCREDS to request auth_none
NeilBrown
2
-13
/
+8
2018-12-19
NFS/SUNRPC: don't lookup machine credential until rpcauth_bindcred().
NeilBrown
3
-24
/
+40
2018-12-19
SUNRPC: remove machine_cred field from struct auth_cred
NeilBrown
2
-10
/
+7
2018-12-19
SUNRPC: remove uid and gid from struct auth_cred
NeilBrown
4
-31
/
+19
2018-12-19
SUNRPC: remove groupinfo from struct auth_cred.
NeilBrown
3
-17
/
+13
2018-12-19
SUNRPC: add 'struct cred *' to auth_cred and rpc_cred
NeilBrown
4
-2
/
+17
2018-12-19
SUNRPC: allow /proc entries without CONFIG_SUNRPC_DEBUG
Ben Dooks
1
-8
/
+0
2018-12-18
SUNRPC: Remove xprt_connect_status()
Trond Myklebust
1
-31
/
+1
2018-12-18
SUNRPC: Fix a race with XPRT_CONNECTING
Trond Myklebust
1
-2
/
+2
2018-12-18
SUNRPC: Fix disconnection races
Trond Myklebust
3
-5
/
+7
2018-12-12
RDMA: Start use ib_device_ops
Kamal Heib
1
-1
/
+1
2018-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
4
-45
/
+61
2018-12-05
SUNRPC: Don't force a redundant disconnection in xs_read_stream()
Trond Myklebust
1
-7
/
+1
2018-12-05
SUNRPC: Fix up socket polling
Trond Myklebust
1
-2
/
+2
2018-12-05
SUNRPC: Use the discard iterator rather than MSG_TRUNC
Trond Myklebust
1
-2
/
+3
2018-12-05
SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()
Trond Myklebust
1
-1
/
+2
2018-12-05
SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flag
Trond Myklebust
1
-11
/
+11
2018-12-05
SUNRPC: Fix RPC receive hangs
Trond Myklebust
1
-20
/
+19
2018-12-04
sunrpc: fix cache_head leak due to queued request
Vasily Averin
1
-1
/
+9
2018-12-02
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
1
-2
/
+9
2018-12-02
SUNRPC: Fix a memory leak in call_encode()
Trond Myklebust
2
-0
/
+3
2018-12-02
SUNRPC: Fix leak of krb5p encode pages
Chuck Lever
1
-0
/
+4
2018-12-02
SUNRPC: call_connect_status() must handle tasks that got transmitted
Trond Myklebust
1
-0
/
+7
2018-11-29
svcrdma: Optimize the logic that selects the R_key to invalidate
Chuck Lever
2
-40
/
+76
2018-11-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-30
/
+46
2018-11-15
net: dump more useful information in netdev_rx_csum_fault()
Cong Wang
1
-1
/
+1
2018-11-15
Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-26
/
+43
2018-11-13
SUNRPC: Fix a bogus get/put in generic_key_to_expire()
Trond Myklebust
1
-7
/
+1
2018-11-13
SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cache
Trond Myklebust
1
-19
/
+42
2018-11-08
SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
YueHaibing
1
-1
/
+1
2018-11-05
sunrpc: correct the computation for page_ptr when truncating
Frank Sorenson
1
-3
/
+2
2018-11-04
Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
3
-34
/
+14
[prev]
[next]