summaryrefslogtreecommitdiffstats
path: root/net/sunrpc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'nfsd-4.21' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2019-01-0313-278/+112Star
|\
| * sunrpc: fix debug message in svc_create_xprt()Vasily Averin2018-12-281-2/+2
| * sunrpc: make visible processing error in bc_svc_process()Vasily Averin2018-12-281-2/+2
| * sunrpc: remove unused xpo_prep_reply_hdr callbackVasily Averin2018-12-284-22/+11Star
| * sunrpc: remove svc_rdma_bc_classVasily Averin2018-12-282-63/+0Star
| * sunrpc: remove svc_tcp_bc_classVasily Averin2018-12-281-101/+0Star
| * sunrpc: remove unused bc_up operation from rpc_xprt_opsVasily Averin2018-12-284-34/+0Star
| * sunrpc: replace svc_serv->sv_bc_xprt by boolean flagVasily Averin2018-12-282-3/+0Star
| * sunrpc: use-after-free in svc_process_common()Vasily Averin2018-12-283-7/+9
| * sunrpc: use SVC_NET() in svcauth_gss_* functionsVasily Averin2018-12-281-4/+4
| * sunrpc: fix cache_head leak due to queued requestVasily Averin2018-12-041-1/+9
| * svcrdma: Optimize the logic that selects the R_key to invalidateChuck Lever2018-11-292-40/+76
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-12-281-1/+1
|\ \
| * | RDMA: Start use ib_device_opsKamal Heib2018-12-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-203-37/+9Star
|\ \ \
| * | | SUNRPC: Remove xprt_connect_status()Trond Myklebust2018-12-181-31/+1Star
| * | | SUNRPC: Fix a race with XPRT_CONNECTINGTrond Myklebust2018-12-181-2/+2
| * | | SUNRPC: Fix disconnection racesTrond Myklebust2018-12-183-5/+7
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-104-45/+61
|\| |
| * | SUNRPC: Don't force a redundant disconnection in xs_read_stream()Trond Myklebust2018-12-051-7/+1Star
| * | SUNRPC: Fix up socket pollingTrond Myklebust2018-12-051-2/+2
| * | SUNRPC: Use the discard iterator rather than MSG_TRUNCTrond Myklebust2018-12-051-2/+3
| * | SUNRPC: Treat EFAULT as a truncated message in xs_read_stream_request()Trond Myklebust2018-12-051-1/+2
| * | SUNRPC: Fix up handling of the XDRBUF_SPARSE_PAGES flagTrond Myklebust2018-12-051-11/+11
| * | SUNRPC: Fix RPC receive hangsTrond Myklebust2018-12-051-20/+19Star
| * | SUNRPC: Fix a potential race in xprt_connect()Trond Myklebust2018-12-021-2/+9
| * | SUNRPC: Fix a memory leak in call_encode()Trond Myklebust2018-12-022-0/+3
| * | SUNRPC: Fix leak of krb5p encode pagesChuck Lever2018-12-021-0/+4
| * | SUNRPC: call_connect_status() must handle tasks that got transmittedTrond Myklebust2018-12-021-0/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-11-193-30/+46
|\|
| * Merge tag 'nfs-for-4.20-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-152-26/+43
| |\
| | * SUNRPC: Fix a bogus get/put in generic_key_to_expire()Trond Myklebust2018-11-121-7/+1Star
| | * SUNRPC: Fix a Oops when destroying the RPCSEC_GSS credential cacheTrond Myklebust2018-11-121-19/+42
| * | SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()YueHaibing2018-11-081-1/+1
| * | sunrpc: correct the computation for page_ptr when truncatingFrank Sorenson2018-11-051-3/+2Star
| |/
* / net: dump more useful information in netdev_rx_csum_fault()Cong Wang2018-11-151-1/+1
|/
* Merge tag 'nfs-for-4.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-11-043-34/+14Star
|\
| * SUNRPC: Use atomic(64)_t for seq_send(64)Paul Burton2018-11-013-34/+14Star
* | Merge branch 'work.afs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro...Linus Torvalds2018-11-022-3/+3
|\ \
| * | missing bits of "iov_iter: Separate type from direction and use accessor func...Al Viro2018-11-011-2/+2
| * | Merge tag 'nfs-for-4.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsAl Viro2018-11-0126-1590/+1921
| |\ \
| * | | iov_iter: Separate type from direction and use accessor functionsDavid Howells2018-10-241-1/+1
* | | | Merge tag 'nfsd-4.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2018-10-308-161/+219
|\ \ \ \
| * | | | nfsd: Fix an Oops in free_session()Trond Myklebust2018-10-291-1/+1
| * | | | svcrdma: Remove try_module_get from backchannelChuck Lever2018-10-291-14/+0Star
| * | | | svcrdma: Remove ->release_rqst call in bc reply handlerChuck Lever2018-10-291-5/+4Star
| * | | | svcrdma: Reduce max_send_sgesChuck Lever2018-10-291-4/+6
| * | | | SUNRPC: Simplify TCP receive codeTrond Myklebust2018-10-291-39/+14Star
| * | | | SUNRPC: Replace the cache_detail->hash_lock with a regular spinlockTrond Myklebust2018-10-291-23/+23
| * | | | SUNRPC: Remove non-RCU protected lookupTrond Myklebust2018-10-291-57/+4Star