summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | netfilter: nf_tables: fix underflow in object reference counterPablo Neira Ayuso2023-06-201-8/+5
| * | | netfilter: nft_set_pipapo: .walk does not deal with generationsPablo Neira Ayuso2023-06-201-1/+5
| * | | netfilter: nf_tables: drop map element references from preparation phasePablo Neira Ayuso2023-06-205-31/+163
| * | | netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chainPablo Neira Ayuso2023-06-202-7/+41
| * | | netfilter: nf_tables: fix chain binding transaction logicPablo Neira Ayuso2023-06-202-40/+133
| * | | ipvs: align inner_mac_header for encapsulationTerin Stock2023-06-191-0/+2
* | | | revert "net: align SO_RCVMARK required privileges with SO_MARK"Maciej Żenczykowski2023-06-221-6/+0
* | | | sch_netem: acquire qdisc lock in netem_change()Eric Dumazet2023-06-221-2/+6
* | | | wifi: mac80211: report all unusable beacon framesBenjamin Berg2023-06-211-1/+1
* | | | mptcp: ensure listener is unhashed before updating the sk statusPaolo Abeni2023-06-212-12/+20