summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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 'net-6.7-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-01-0416-37/+100
|\
| * net: Implement missing SO_TIMESTAMPING_NEW cmsg supportThomas Lange2024-01-041-0/+1
| * Merge tag 'nf-24-01-03' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Jakub Kicinski2024-01-032-2/+3
| |\
| | * netfilter: nft_immediate: drop chain reference counter on errorPablo Neira Ayuso2024-01-031-1/+1
| | * netfilter: nf_nat: fix action not being set for all ct statesBrad Cowie2024-01-031-1/+2
| * | net/smc: fix invalid link access in dumping SMC-R connectionsWen Gu2024-01-031-2/+1
| * | net: Save and restore msg_namelen in sock_sendmsgMarc Dionne2024-01-031-0/+2
| * | mptcp: prevent tcp diag from closing listener subflowsPaolo Abeni2024-01-021-0/+13
| * | Revert "net: ipv6/addrconf: clamp preferred_lft to the minimum required"Alex Henrie2024-01-021-13/+5
| * | net: Implement missing getsockopt(SO_TIMESTAMPING_NEW)Jörn-Thorben Hinz2024-01-021-2/+9
| |/
| * net: qrtr: ns: Return 0 if server port is not presentSarannya S2024-01-011-1/+3
| * net/tcp_sigpool: Use kref_get_unless_zero()Dmitry Safonov2024-01-011-3/+2
| * net: sched: em_text: fix possible memory leak in em_text_destroy()Hangyu Hua2024-01-011-1/+3
| * Merge tag 'nf-23-12-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...David S. Miller2023-12-292-2/+2
| |\