summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* svcrdma: Fix stale commentChuck Lever2023-06-181-4/+2
* SUNRPC: Address RCU warning in net/sunrpc/svc.cChuck Lever2023-06-171-2/+6
* SUNRPC: Use sysfs_emit in place of strlcpy/sprintfAzeem Shaikh2023-06-171-5/+5
* SUNRPC: Remove transport class dprintk call sitesChuck Lever2023-06-171-3/+0
* SUNRPC: Fix comments for transport class registrationChuck Lever2023-06-171-0/+12
* svcrdma: Remove an unused argument from __svc_rdma_put_rw_ctxt()Chuck Lever2023-06-171-4/+3
* svcrdma: trace cc_release callsChuck Lever2023-06-171-0/+2
* svcrdma: Convert "might sleep" comment into a code annotationChuck Lever2023-06-172-2/+5
* SUNRPC: Move initialization of rq_stimeChuck Lever2023-06-171-1/+2
* SUNRPC: Optimize page release in svc_rdma_sendto()Chuck Lever2023-06-171-2/+2
* svcrdma: Prevent page release when nothing was receivedChuck Lever2023-06-171-6/+6
* svcrdma: Revert 2a1e4f21d841 ("svcrdma: Normalize Send page handling")Chuck Lever2023-06-122-22/+13
* SUNRPC: Revert 579900670ac7 ("svcrdma: Remove unused sc_pages field")Chuck Lever2023-06-121-0/+25
* SUNRPC: Revert cc93ce9529a6 ("svcrdma: Retain the page backing rq_res.head[0]...Chuck Lever2023-06-121-5/+0
* svcrdma: Clean up allocation of svc_rdma_rw_ctxtChuck Lever2023-06-121-4/+6
* svcrdma: Clean up allocation of svc_rdma_send_ctxtChuck Lever2023-06-121-5/+4
* svcrdma: Clean up allocation of svc_rdma_recv_ctxtChuck Lever2023-06-121-11/+7
* svcrdma: Allocate new transports on device's NUMA nodeChuck Lever2023-06-121-9/+9
* NFSD: Hoist rq_vec preparation into nfsd_read() [step two]Chuck Lever2023-06-111-14/+12
* SUNRPC: Use __alloc_bulk_pages() in svc_init_buffer()Chuck Lever2023-06-051-16/+7
* SUNRPC: Resupply rq_pages from node-local memoryChuck Lever2023-06-051-2/+3
* SUNRPC: Trace struct svc_sock lifetime eventsChuck Lever2023-06-051-1/+3
* SUNRPC: Improve observability in svc_tcp_accept()Chuck Lever2023-06-051-7/+2
* SUNRPC: Remove dprintk() in svc_handle_xprt()Chuck Lever2023-06-051-3/+0
* SUNRPC: Fix an incorrect commentChuck Lever2023-06-051-1/+1
* SUNRPC: Fix UAF in svc_tcp_listen_data_ready()Ding Hui2023-06-051-12/+11
* Merge tag 'nfsd-6.4-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds2023-06-021-18/+6
|\
| * nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter2023-05-311-18/+6
* | mptcp: fix active subflow finalizationPaolo Abeni2023-06-011-9/+14
* | mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni2023-06-011-13/+16
* | mptcp: fix data race around msk->first accessPaolo Abeni2023-06-011-3/+3
* | mptcp: consolidate passive msk socket initializationPaolo Abeni2023-06-013-38/+33
* | mptcp: add annotations around msk->subflow accessesPaolo Abeni2023-06-012-9/+15
* | mptcp: fix connect timeout handlingPaolo Abeni2023-06-012-23/+7
* | rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long2023-06-011-0/+12
* | rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long2023-06-011-15/+19
* | rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long2023-06-011-1/+7
* | tcp: fix mishandling when the sack compression is deferred.fuyuanli2023-06-012-4/+14
* | net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua2023-06-011-0/+3
* | udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov2023-05-311-1/+1
* | net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela2023-05-311-1/+1
* | net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao2023-05-301-0/+4
* | net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye2023-05-301-0/+5
* | net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2023-05-302-3/+8
* | net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye2023-05-301-0/+6
* | net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye2023-05-301-0/+6
* | net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu2023-05-301-2/+2
* | net/smc: Scan from current RMB list when no position specifiedWen Gu2023-05-301-1/+4
* | rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells2023-05-303-1/+12
* | tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu2023-05-291-1/+2