summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-282-6/+6
|\
| * net: convert sunrpc from pagevec to folio_batchMatthew Wilcox (Oracle)2023-06-231-5/+5
| * mm/gup: remove vmas parameter from pin_user_pages()Lorenzo Stoakes2023-06-091-1/+1
* | Merge tag 'hardening-v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-271-5/+5
|\ \
| * | netfilter: ipset: Replace strlcpy with strscpyAzeem Shaikh2023-06-201-5/+5
* | | Merge tag 'selinux-pr-20230626' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-06-271-0/+6
|\ \ \
| * | | security, lsm: Introduce security_mptcp_add_subflow()Paolo Abeni2023-05-181-0/+6
* | | | Merge tag 'wq-for-6.5-cleanup-ordered' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-06-272-2/+2
|\ \ \ \
| * | | | rxrpc: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-251-1/+1
| * | | | net: qrtr: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo2023-05-251-1/+1
| |/ / /
* | | | Merge tag 'for-6.5/io_uring-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-0/+1
|\ \ \ \
| * | | | net: set FMODE_NOWAIT for socketsJens Axboe2023-05-151-0/+1
| | |/ / | |/| |
* | | | Merge tag 'for-6.5/splice-2023-06-23' of git://git.kernel.dk/linuxLinus Torvalds2023-06-261-1/+1
|\ \ \ \
| * | | | net: Make sock_splice_read() use copy_splice_read() by defaultDavid Howells2023-05-241-1/+1
| |/ / /
* | | | Merge tag 'nfsd-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2023-06-269-136/+143
|\ \ \ \
| * | | | 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 'nf-23-06-21' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2023-06-229-96/+417
|\ \ \ \ \
| * | | | | netfilter: nf_tables: Fix for deleting base chains with payloadPhil Sutter2023-06-201-7/+9
| * | | | | netfilter: nfnetlink_osf: fix module autoloadPablo Neira Ayuso2023-06-202-1/+1
| * | | | | netfilter: nf_tables: drop module reference after updating chainPablo Neira Ayuso2023-06-201-0/+2
| * | | | | netfilter: nf_tables: disallow timeout for anonymous setsPablo Neira Ayuso2023-06-201-0/+7
| * | | | | netfilter: nf_tables: disallow updates of anonymous setsPablo Neira Ayuso2023-06-201-0/+3
| * | | | | netfilter: nf_tables: reject unbound chain set before commit phasePablo Neira Ayuso2023-06-201-0/+13
| * | | | | netfilter: nf_tables: reject unbound anonymous set before commit phasePablo Neira Ayuso2023-06-201-3/+32
| * | | | | netfilter: nf_tables: disallow element updates of bound anonymous setsPablo Neira Ayuso2023-06-201-2/+5