summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2023-06-09mptcp: fix active subflow finalizationPaolo Abeni
2023-06-09mptcp: fix connect timeout handlingPaolo Abeni
2023-06-09atm: hide unused procfs functionsArnd Bergmann
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix
2023-06-09wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg
2023-06-09wifi: mac80211: consider reserved chanctx for mindefJohannes Berg
2023-06-09wifi: mac80211: simplify chanctx allocationJohannes Berg
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong
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: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long
2023-06-09rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long
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-09rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells
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-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: don't use GFP_KERNEL in softirq contextJakub Kicinski
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski
2023-06-05tls: rx: strp: factor out copying skb dataJakub Kicinski