summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2023-06-09mptcp: fix active subflow finalizationPaolo Abeni1-9/+14
2023-06-09mptcp: fix connect timeout handlingPaolo Abeni2-23/+7
2023-06-09atm: hide unused procfs functionsArnd Bergmann1-0/+2
2023-06-09netfilter: conntrack: define variables exp_nat_nla_policy and any_addr with C...Tom Rix1-0/+4
2023-06-09wifi: mac80211: recalc chanctx mindef before assigningJohannes Berg1-0/+3
2023-06-09wifi: mac80211: consider reserved chanctx for mindefJohannes Berg3-30/+47
2023-06-09wifi: mac80211: simplify chanctx allocationJohannes Berg1-1/+1
2023-06-09xfrm: Check if_id in inbound policy/secpath matchBenedict Wong1-5/+6
2023-06-09mptcp: add annotations around sk->sk_shutdown accessesPaolo Abeni1-13/+16
2023-06-09mptcp: fix data race around msk->first accessPaolo Abeni1-3/+3
2023-06-09mptcp: consolidate passive msk socket initializationPaolo Abeni3-38/+33
2023-06-09mptcp: simplify subflow_syn_recv_sock()Paolo Abeni1-28/+13
2023-06-09mptcp: avoid unneeded address copyPaolo Abeni1-2/+0
2023-06-09mptcp: add annotations around msk->subflow accessesPaolo Abeni2-9/+15
2023-06-09mptcp: avoid unneeded __mptcp_nmpc_socket() usagePaolo Abeni1-3/+6
2023-06-09rtnetlink: add the missing IFLA_GRO_ tb check in validate_linkmsgXin Long1-0/+12
2023-06-09rtnetlink: move IFLA_GSO_ tb check to validate_linkmsgXin Long1-15/+19
2023-06-09rtnetlink: call validate_linkmsg in rtnl_create_linkXin Long1-1/+7
2023-06-09tcp: fix mishandling when the sack compression is deferred.fuyuanli2-4/+14
2023-06-09net/sched: flower: fix possible OOB write in fl_set_geneve_opt()Hangyu Hua1-0/+3
2023-06-09nfsd: fix double fget() bug in __write_ports_addfd()Dan Carpenter1-18/+6
2023-06-09udp6: Fix race condition in udp6_sendmsg & connectVladislav Efanov1-1/+1
2023-06-09net/netlink: fix NETLINK_LIST_MEMBERSHIPS length reportPedro Tammela1-1/+1
2023-06-09net: sched: fix NULL pointer dereference in mq_attachZhengchao Shao1-0/+4
2023-06-09net/sched: Prohibit regrafting ingress or clsact QdiscsPeilin Ye1-0/+5
2023-06-09net/sched: Reserve TC_H_INGRESS (TC_H_CLSACT) for ingress (clsact) QdiscsPeilin Ye2-3/+8
2023-06-09net/sched: sch_clsact: Only create under TC_H_CLSACTPeilin Ye1-0/+6
2023-06-09net/sched: sch_ingress: Only create under TC_H_INGRESSPeilin Ye1-0/+6
2023-06-09net/smc: Don't use RMBs not mapped to new link in SMCRv2 ADD LINKWen Gu1-2/+2
2023-06-09net/smc: Scan from current RMB list when no position specifiedWen Gu1-1/+4
2023-06-09rxrpc: Truncate UTS_RELEASE for rxrpc versionDavid Howells3-1/+12
2023-06-09tcp: Return user_mss for TCP_MAXSEG in CLOSE/LISTEN state if user_mss setCambda Zhu1-1/+2
2023-06-09tcp: deny tcp_disconnect() when threads are waitingEric Dumazet3-0/+9
2023-06-09af_packet: do not use READ_ONCE() in packet_bind()Eric Dumazet1-3/+5
2023-06-09tls: improve lockless access safety of tls_err_abort()Jakub Kicinski2-2/+6
2023-06-09af_packet: Fix data-races of pkt_sk(sk)->num.Kuniyuki Iwashima2-3/+3
2023-06-09netrom: fix info-leak in nr_write_internal()Eric Dumazet1-3/+4
2023-06-05netfilter: ctnetlink: Support offloaded conntrack entry deletionPaul Blakey1-8/+0
2023-06-05bluetooth: Add cmd validity checks at the start of hci_sock_ioctl()Ruihan Li1-0/+28
2023-06-05bpf, sockmap: Incorrectly handling copied_seqJohn Fastabend3-18/+35
2023-06-05bpf, sockmap: Wake up polling after data copyJohn Fastabend1-1/+10
2023-06-05bpf, sockmap: TCP data stall on recv before acceptJohn Fastabend1-0/+20
2023-06-05bpf, sockmap: Handle fin correctlyJohn Fastabend1-0/+31
2023-06-05bpf, sockmap: Improved check for empty queueJohn Fastabend1-24/+8
2023-06-05bpf, sockmap: Reschedule is now done through backlogJohn Fastabend1-2/+0
2023-06-05bpf, sockmap: Convert schedule_work into delayed_workJohn Fastabend2-8/+16
2023-06-05bpf, sockmap: Pass skb ownership through read_skbJohn Fastabend4-13/+4
2023-06-05tls: rx: strp: don't use GFP_KERNEL in softirq contextJakub Kicinski1-0/+4
2023-06-05tls: rx: strp: preserve decryption status of skbs when neededJakub Kicinski3-31/+113
2023-06-05tls: rx: strp: factor out copying skb dataJakub Kicinski1-10/+23