summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2023-06-09mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni
2023-06-09mptcp: fix data race around msk->first accessPaolo Abeni
2023-06-09mptcp: consolidate passive msk socket initializationPaolo Abeni
2023-06-09mptcp: simplify subflow_syn_recv_sock()Paolo Abeni
2023-06-09mptcp: avoid unneeded address copyPaolo Abeni
2023-06-09mptcp: add annotations around msk->subflow accessesPaolo Abeni
2023-06-09mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni
2023-06-09rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye
2023-06-09net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu
2023-06-09net/smc: Scan from current RMB list when no position specifiedWen Gu
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet
2023-06-09tls: improve lockless access safety of tls_err_abort()Jakub Kicinski
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima
2023-06-09netrom: fix info-leak in nr_write_internal()Eric Dumazet
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li
2023-06-05page_pool: fix inconsistency for page_pool_ring_[un]lock()Yunsheng Lin
2023-06-05net: page_pool: use in_softirq() insteadQingfang DENG
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend
2023-06-05bpf, sockmap: Wake up polling after data copyJohn Fastabend
2023-06-05bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend
2023-06-05bpf, sockmap: Handle fin correctlyJohn Fastabend
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend
2023-06-05bpf, sockmap: Reschedule is now done through backlogJohn Fastabend
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-06-05tls: rx: strp: factor out copying skb dataJakub Kicinski
2023-06-05tls: rx: strp: force mixed decrypted records into copy modeJakub Kicinski
2023-06-05tls: rx: strp: fix determining record length in copy modeJakub Kicinski
2023-06-05tls: rx: strp: set the skb->len of detached / CoW'ed skbsJakub Kicinski
2023-06-05tls: rx: device: fix checking decryption statusJakub Kicinski
2023-06-05ipv{4,6}/raw: fix output xfrm lookup wrt protocolNicolas Dichtel
2023-06-05inet: Add IP_LOCAL_PORT_RANGE socket optionJakub Sitnicki
2023-05-30net/smc: Reset connection when trying to use SMCRv2 fails.Wen Gu
2023-05-30sctp: fix an issue that plpmtu can never go to complete stateXin Long
2023-05-30ipv6: Fix out-of-bounds access in ipv6_find_tlv()Gavrilov Ilia
2023-05-30net: fix skb leak in __skb_tstamp_tx()Pratyush Yadav