index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
sunrpc
Commit message (
Expand
)
Author
Age
Files
Lines
*
SUNRPC: Properly set the @subbuf parameter of xdr_buf_subsegment()
Chuck Lever
2020-06-29
1
-0
/
+4
*
sunrpc: fixed rollback in rpc_gssd_dummy_populate()
Vasily Averin
2020-06-29
1
-0
/
+1
*
net: sunrpc: Fix off-by-one issues in 'rpc_ntop6'
Fedor Tokarev
2020-06-29
1
-2
/
+2
*
sunrpc: clean up properly in gss_mech_unregister()
NeilBrown
2020-06-20
2
-9
/
+15
*
sunrpc: svcauth_gss_register_pseudoflavor must reject duplicate registrations.
NeilBrown
2020-06-20
1
-2
/
+4
*
xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
Chuck Lever
2020-05-10
3
-25
/
+23
*
xprtrdma: rpcrdma_bc_receive_call() should init rq_private_buf.len
Chuck Lever
2020-05-10
1
-0
/
+2
*
xprtrdma: xprt_rdma_free() must not release backchannel reqs
Chuck Lever
2020-05-10
1
-0
/
+3
*
xprtrdma: Fix additional uses of spin_lock_irqsave(rb_lock)
Chuck Lever
2020-05-10
2
-9
/
+4
*
xprtrdma: checking for NULL instead of IS_ERR()
Dan Carpenter
2020-05-10
1
-2
/
+2
*
sunrpc: expiry_time should be seconds not timeval
Roberto Bergantinos Corpas
2020-02-14
1
-0
/
+4
*
sunrpc: fix crash when cache_head become valid before update
Pavel Tikhomirov
2019-12-21
1
-6
/
+0
*
SUNRPC: Fix a compile warning for cmpxchg64()
Trond Myklebust
2019-11-28
1
-0
/
+1
*
SUNRPC: Fix priority queue fairness
Trond Myklebust
2019-11-25
1
-55
/
+54
*
sunrpc: don't mark uninitialised items as VALID.
NeilBrown
2019-05-16
1
-0
/
+3
*
sunrpc: handle ENOMEM in rpcb_getport_async
J. Bruce Fields
2019-01-26
1
-0
/
+8
*
sunrpc: use-after-free in svc_process_common()
Vasily Averin
2019-01-16
3
-6
/
+11
*
sunrpc: use SVC_NET() in svcauth_gss_* functions
Vasily Averin
2019-01-13
1
-4
/
+4
*
sunrpc: fix cache_head leak due to queued request
Vasily Averin
2019-01-13
1
-1
/
+9
*
sock: Make sock->sk_stamp thread-safe
Deepa Dinamani
2019-01-13
1
-1
/
+1
*
SUNRPC: Fix a potential race in xprt_connect()
Trond Myklebust
2018-12-21
1
-2
/
+9
*
SUNRPC: Fix leak of krb5p encode pages
Chuck Lever
2018-12-13
1
-0
/
+4
*
SUNRPC: Fix a bogus get/put in generic_key_to_expire()
Trond Myklebust
2018-12-01
1
-7
/
+1
*
SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
YueHaibing
2018-11-27
1
-1
/
+1
*
sunrpc: correct the computation for page_ptr when truncating
Frank Sorenson
2018-11-21
1
-3
/
+2
*
nfsd: Fix an Oops in free_session()
Trond Myklebust
2018-11-21
1
-1
/
+1
*
rpc_pipefs: fix double-dput()
Al Viro
2018-04-24
1
-0
/
+1
*
SUNRPC: ensure correct error is reported by xs_tcp_setup_socket()
NeilBrown
2018-04-13
1
-1
/
+6
*
SUNRPC: Allow connect to return EHOSTUNREACH
Trond Myklebust
2018-02-03
1
-0
/
+1
*
kernel: make groups_sort calling a responsibility group_info allocators
Thiago Rafael Becker
2018-01-10
3
-0
/
+4
*
sunrpc: Fix rpc_task_begin trace point
Chuck Lever
2017-12-16
1
-2
/
+1
*
SUNRPC: fix refcounting problems with auth_gss messages.
NeilBrown
2017-04-21
1
-1
/
+6
*
svcrpc: fix oops in absence of krb5 module
J. Bruce Fields
2017-02-09
1
-1
/
+1
*
SUNRPC: cleanup ida information when removing sunrpc module
Kinglong Mee
2017-02-01
2
-0
/
+6
*
svcrdma: avoid duplicate dma unmapping during error recovery
Sriharsha Basavapatna
2017-01-26
1
-2
/
+0
*
svcrpc: don't leak contexts on PROC_DESTROY
J. Bruce Fields
2017-01-26
1
-1
/
+1
*
sunrpc: fix write space race causing stalls
David Vrabel
2016-10-28
1
-1
/
+10
*
NFS: Don't drop CB requests with invalid principals
Chuck Lever
2016-10-07
1
-0
/
+5
*
svc: Avoid garbage replies when pc_func() returns rpc_drop_reply
Chuck Lever
2016-10-07
1
-1
/
+2
*
SUNRPC: allow for upcalls for same uid but different gss service
Olga Kornievskaia
2016-09-07
1
-3
/
+5
*
SUNRPC: Handle EADDRNOTAVAIL on connection failures
Trond Myklebust
2016-09-07
1
-0
/
+4
*
nfsd4/rpc: move backchannel create logic into rpc code
J. Bruce Fields
2016-07-27
1
-2
/
+10
*
sunrpc: fix stripping of padded MIC tokens
Tomáš Trnka
2016-06-07
1
-2
/
+2
*
sunrpc/cache: drop reference when sunrpc_cache_pipe_upcall() detects a race
NeilBrown
2016-05-04
1
-3
/
+3
*
sunrpc/cache: fix off-by-one in qword_get()
Stefan Hajnoczi
2016-03-03
1
-1
/
+1
*
SUNRPC: Fixup socket wait for memory
Trond Myklebust
2016-02-25
1
-28
/
+21
*
sched/wait: Fix the signal handling fix
Peter Zijlstra
2015-12-13
1
-3
/
+3
*
SUNRPC: Fix callback channel
Trond Myklebust
2015-12-07
2
-8
/
+12
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
2015-12-03
1
-7
/
+7
|
\
|
*
net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
Eric Dumazet
2015-12-01
1
-7
/
+7
[next]