summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | tcp: deny tcp_disconnect() when threads are waitingEric Dumazet2023-05-293-0/+9
* | af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet2023-05-291-3/+5
* | tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2023-05-262-2/+6
* | af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2023-05-252-3/+3
* | netrom: fix info-leak in nr_write_internal()Eric Dumazet2023-05-251-3/+4
* | Merge tag 'net-6.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-05-2528-189/+445
|\ \
| * | udplite: Fix NULL pointer dereference in __sk_mem_raise_allocated().Kuniyuki Iwashima2023-05-252-0/+4
| * | net/handshake: Enable the SNI extension to work properlyChuck Lever2023-05-241-0/+8
| * | net/handshake: Unpin sock->file if a handshake is cancelledChuck Lever2023-05-242-0/+5
| * | net/handshake: handshake_genl_notify() shouldn't ignore @flagsChuck Lever2023-05-241-1/+1
| * | net/handshake: Fix uninitialized local variableChuck Lever2023-05-241-1/+1
| * | net/handshake: Fix handshake_dup() ref countingChuck Lever2023-05-241-2/+3
| * | net/handshake: Remove unneeded check from handshake_dup()Chuck Lever2023-05-241-3/+0