aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-45/+76
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner1-1/+1
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski3-0/+18
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea3-0/+16
2026-08-06sctp: clear control chunk transport if it is being removedXin Long1-0/+4
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet1-5/+9
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang1-8/+11
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang1-10/+16
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean1-0/+2
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung1-0/+14
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou1-1/+1
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni1-0/+6
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng1-3/+4
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar3-5/+19
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo1-2/+4
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)1-5/+0
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)2-1/+59
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)1-1/+7
2026-08-06net: qrtr: ns: Raise lookup limit to 128Łukasz Patron1-1/+1
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang1-0/+9
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond1-1/+2
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet1-1/+0
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou1-0/+3
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin1-0/+4
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi1-0/+4
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet1-0/+3
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen1-4/+16
2026-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski15-180/+322
2026-08-05bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu1-2/+2
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo1-2/+1
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou1-3/+26
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim1-1/+16
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)1-4/+7
2026-08-04packet: synchronize pressure clearing with ring reconfigurationZihan Xi1-4/+16
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen1-1/+0
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo1-1/+3
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi1-18/+49
2026-08-03net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li1-9/+10
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev1-3/+3
2026-08-03xsk: validate launch-time metadata sizeStanislav Fomichev1-5/+6
2026-08-03xsk: clear metadata pointer when no timestamp is requestedStanislav Fomichev1-0/+2
2026-08-03xsk: require at least 16 bytes of TX metadataStanislav Fomichev1-0/+2
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi1-1/+2
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi1-5/+6
2026-08-03ipv6: fix Route Information option length validationYuejie Shi1-4/+4
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee1-0/+1
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao1-1/+1
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)1-19/+24
2026-08-01bpf: Fix netns reference imbalance in conntrack kfuncsChengfeng Ye1-24/+48
2026-08-01bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye1-0/+2