summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-115-0/+6
|\
| * Kill sched.h dependency on rcupdate.hKent Overstreet2023-12-275-0/+6
| * Merge tag 'io_uring-6.7-2023-12-08' of git://git.kernel.dk/linuxLinus Torvalds2023-12-081-0/+6
| |\
| | * io_uring/af_unix: disable sending io_uring over socketsPavel Begunkov2023-12-071-0/+6
* | | Merge tag 'nfs-for-6.8-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2024-01-114-40/+72
|\ \ \
| * | | NFSv4.1: Use the nfs_client's rpc timeouts for backchannelBenjamin Coddington2024-01-043-6/+23
| * | | SUNRPC: Fixup v4.1 backchannel request timeoutsBenjamin Coddington2024-01-041-9/+14
| * | | SUNRPC: fix _xprt_switch_find_current_entry logicOlga Kornievskaia2024-01-041-1/+1
| * | | SUNRPC: Fix a suspicious RCU usage warningAnna Schumaker2024-01-041-2/+15
| * | | SUNRPC: Create a helper function for accessing the rpc_clnt's xprt_switchAnna Schumaker2024-01-041-13/+21
| * | | SUNRPC: Remove unused function rpc_clnt_xprt_switch_put()Anna Schumaker2024-01-041-8/+0
| * | | SUNRPC: Clean up unused variable in rpc_xprt_probe_trunked()Anna Schumaker2024-01-041-3/+0
* | | | keys, dns: Fix size check of V1 server-list headerDavid Howells2024-01-101-1/+1
* | | | 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