summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-01-101-2/+8
|\
| * SUNRPC: Replace strlcpy() with strscpy()Kees Cook2023-11-301-2/+8
* | Merge tag 'nfsd-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2024-01-1012-410/+521
|\ \
| * | SUNRPC: discard sv_refcnt, and svc_get/svc_putNeilBrown2024-01-071-9/+4
| * | svc: don't hold reference for poolstats, only mutex.NeilBrown2024-01-071-9/+23
| * | SUNRPC: remove printk when back channel request not foundDai Ngo2024-01-071-12/+2
| * | svcrdma: Implement multi-stage Read completion againChuck Lever2024-01-072-111/+76
| * | svcrdma: Copy construction of svc_rqst::rq_arg to rdma_read_complete()Chuck Lever2024-01-071-1/+92
| * | svcrdma: Add back svcxprt_rdma::sc_read_complete_qChuck Lever2024-01-072-1/+37
| * | svcrdma: Add back svc_rdma_recv_ctxt::rc_pagesChuck Lever2024-01-072-1/+8
| * | svcrdma: Clean up comment in svc_rdma_accept()Chuck Lever2024-01-071-7/+10
| * | svcrdma: Remove queue-shortening warningsChuck Lever2024-01-071-6/+1
| * | svcrdma: Remove pointer addresses shown in dprintk()Chuck Lever2024-01-071-3/+1
| * | svcrdma: Optimize svc_rdma_cc_init()Chuck Lever2024-01-073-6/+7
| * | svcrdma: De-duplicate completion ID initialization helpersChuck Lever2024-01-073-22/+1
| * | svcrdma: Move the svc_rdma_cc_init() callChuck Lever2024-01-072-3/+9
| * | svcrdma: Remove struct svc_rdma_read_infoChuck Lever2024-01-071-29/+0
| * | svcrdma: Update the synopsis of svc_rdma_read_special()Chuck Lever2024-01-071-10/+9
| * | svcrdma: Update the synopsis of svc_rdma_read_call_chunk()Chuck Lever2024-01-071-13/+11
| * | svcrdma: Update synopsis of svc_rdma_read_multiple_chunks()Chuck Lever2024-01-071-10/+9
| * | svcrdma: Update synopsis of svc_rdma_copy_inline_range()Chuck Lever2024-01-071-8/+9
| * | svcrdma: Update the synopsis of svc_rdma_read_data_item()Chuck Lever2024-01-071-9/+8
| * | svcrdma: Update synopsis of svc_rdma_read_chunk_range()Chuck Lever2024-01-071-12/+12
| * | svcrdma: Update synopsis of svc_rdma_build_read_chunk()Chuck Lever2024-01-071-11/+10
| * | svcrdma: Update synopsis of svc_rdma_build_read_segment()Chuck Lever2024-01-071-8/+9
| * | svcrdma: Move read_info::ri_pageoff into struct svc_rdma_recv_ctxtChuck Lever2024-01-071-16/+15
| * | svcrdma: Move svc_rdma_read_info::ri_pageno to struct svc_rdma_recv_ctxtChuck Lever2024-01-071-12/+9
| * | svcrdma: Start moving fields out of struct svc_rdma_read_infoChuck Lever2024-01-071-31/+26
| * | svcrdma: Move struct svc_rdma_chunk_ctxt to svc_rdma.hChuck Lever2024-01-071-18/+0
| * | svcrdma: Remove the svc_rdma_chunk_ctxt::cc_rdma fieldChuck Lever2024-01-071-2/+0
| * | svcrdma: Pass a pointer to the transport to svc_rdma_cc_release()Chuck Lever2024-01-071-6/+7
| * | svcrdma: Explicitly pass the transport to svc_rdma_post_chunk_ctxt()Chuck Lever2024-01-071-5/+5
| * | svcrdma: Explicitly pass the transport into Read chunk I/O pathsChuck Lever2024-01-071-22/+36
| * | svcrdma: Explicitly pass the transport into Write chunk I/O pathsChuck Lever2024-01-071-1/+4
| * | svcrdma: Acquire the svcxprt_rdma pointer from the CQ contextChuck Lever2024-01-071-2/+3
| * | svcrdma: Reduce size of struct svc_rdma_rw_ctxtChuck Lever2024-01-071-4/+8
| * | svcrdma: Update some svcrdma DMA-related tracepointsChuck Lever2024-01-071-5/+5
| * | svcrdma: DMA error tracepoints should report completion IDsChuck Lever2024-01-071-4/+5
| * | svcrdma: SQ error tracepoints should report completion IDsChuck Lever2024-01-072-6/+6
| * | rpcrdma: Introduce a simple cid tracepoint classChuck Lever2024-01-074-4/+4
| * | svcrdma: Add lockdep class keys for transport locksChuck Lever2024-01-071-0/+6
| * | svcrdma: Clean up lockingChuck Lever2024-01-071-2/+2
| * | svcrdma: Add an async version of svc_rdma_write_info_free()Chuck Lever2024-01-071-1/+11
| * | svcrdma: Add an async version of svc_rdma_send_ctxt_put()Chuck Lever2024-01-071-9/+25
| * | svcrdma: Add a utility workqueue to svcrdmaChuck Lever2024-01-072-8/+25
| * | svcrdma: Pre-allocate svc_rdma_recv_ctxt objectsChuck Lever2024-01-071-11/+21
| * | svcrdma: Eliminate allocation of recv_ctxt objects in backchannelChuck Lever2024-01-072-21/+21
| * | SUNRPC: Remove RQ_SPLICE_OKChuck Lever2024-01-072-12/+0
| * | SUNRPC: Add a server-side API for retrieving an RPC's pseudoflavorChuck Lever2024-01-072-0/+22
* | | Merge tag 'afs-fix-rotation-20240105' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-01-109-40/+207
|\ \ \