summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net/ipv6: convert skip_notify_on_dev_down sysctl to u8Eric Dumazet2023-06-021-2/+2
* net/ipv4: ping_group_range: allow GID from 2147483648 to 4294967294Akihiro Suda2023-06-021-4/+4
* 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
| * Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-05-247-69/+124
| |\
| | * bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend2023-05-233-18/+35
| | * bpf, sockmap: Wake up polling after data copyJohn Fastabend2023-05-231-1/+10
| | * bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend2023-05-231-0/+20
| | * bpf, sockmap: Handle fin correctlyJohn Fastabend2023-05-231-0/+31
| | * bpf, sockmap: Improved check for empty queueJohn Fastabend2023-05-231-24/+8
| | * bpf, sockmap: Reschedule is now done through backlogJohn Fastabend2023-05-231-2/+0
| | * bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2023-05-232-8/+16
| | * bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend2023-05-235-17/+5
| * | ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia2023-05-241-0/+2
| * | net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav2023-05-231-1/+3
| * | page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin2023-05-231-2/+26
| * | ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel2023-05-233-3/+17