summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-08-07Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-08-06tls: don't abort the connection on signal-interrupted sendsMaximilian Immanuel Brandtner
2026-08-06net: avoid theoretical races with ref drainJakub Kicinski
2026-08-06net: Defer netdev KOBJ_ADD uevent until the device is publishedDragos Tatulea
2026-08-06sctp: clear control chunk transport if it is being removedXin Long
2026-08-06net/atm: fix slab-out-of-bounds read in vcc_setsockopt()Eric Dumazet
2026-08-06packet: use consistent hard_header_len in TX_RING send pathQihang Tang
2026-08-06packet: use consistent hard_header_len in non-ring send pathsQihang Tang
2026-08-06tls: rx: restore msg_iter before TLS 1.3 optimistic retryJérémy Jean
2026-08-06tls: don't leave a full plaintext sk_msg ring unpushedchanyoung
2026-08-06xdp: reject clones that overrun skb_shared_info tailroomZhiling Zou
2026-08-06mptcp: reclaim forward-allocated memory on RX path errorsPaolo Abeni
2026-08-06mptcp: fastopen: only mark MPTFO subflows with SYN dataWyatt Feng
2026-08-06mptcp: pm: fix memory leak from alloc-during-teardown raceShardul Bankar
2026-08-06mptcp: pm: fix data race in add_addr timer callbackQing Luo
2026-08-06mptcp: remove MPC && MPJ checkMatthieu Baerts (NGI0)
2026-08-06mptcp: avoid combining some incoming suboptionsMatthieu Baerts (NGI0)
2026-08-06mptcp: options: reset DSS fields in case of unexpected sizeMatthieu Baerts (NGI0)
2026-08-06net: qrtr: ns: Raise lookup limit to 128Łukasz Patron
2026-08-06net/sched: reject overly deep qdisc hierarchiesZijie Huang
2026-08-06net/smc: fix TOCTOU race between smc_listen_out() and listener closeSidraya Jayagond
2026-08-06net: remove WARN_ON_ONCE() from sk_mc_loop()Eric Dumazet
2026-08-05ip6_tunnel: clear skb2->cb[] in ip6ip6_err()Zhiling Zou
2026-08-05net/ncsi: fix heap OOB read in NCSI_CMD_SEND_CMD payload lengthHenry Martin
2026-08-05mac802154: fix netdev use-after-free in beacon workerZihan Xi
2026-08-05netfilter: nf_flow_table: drop existing skb dst before skb_dst_set_noref()Eric Dumazet
2026-08-05tcp: fix TFO max_qlen accounting across reuseport migrationJiayuan Chen
2026-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski
2026-08-05bpf: Check sk_state before sk_protocol in bpf_tcp_*_syncookieLuxiao Xu
2026-08-04sctp: fix addip_serial increment on ASCONF_ACK allocation failureQing Luo
2026-08-04net: openvswitch: reallocate update replies for mismatched IDsZhiling Zou
2026-08-04net/sched: cls_api: Always acquire rtnl_lock when destroying locked classifiersJamal Hadi Salim
2026-08-04net/openvswitch: check Ethernet header length in key_extract()Cen Zhang (Microsoft)
2026-08-04packet: synchronize pressure clearing with ring reconfigurationZihan Xi
2026-08-03net/sched: sch_cake: drop WARN_ON(1) for malformed packets in ACK filterToke Høiland-Jørgensen
2026-08-03udp: fix potential use-after-free in tunnel segmentationXuanqiang Luo
2026-08-03ipv4: Fix fib_nlmsg_size() for RTA_VIA nexthopsZihan Xi
2026-08-03net: smc: fix splice entry lifetime imbalance in smc_rx_spliceDaming Li
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev
2026-08-03xsk: validate launch-time metadata sizeStanislav Fomichev
2026-08-03xsk: clear metadata pointer when no timestamp is requestedStanislav Fomichev
2026-08-03xsk: require at least 16 bytes of TX metadataStanislav Fomichev
2026-08-03vsock/virtio: avoid refilling the RX queue after teardownWeiming Shi
2026-08-03vsock/virtio: read virtqueues under worker locksWeiming Shi
2026-08-03ipv6: fix Route Information option length validationYuejie Shi
2026-08-03sctp: keep chunk->transport in step with the list it is queued onBaul Lee
2026-08-03tcp: do not change rcv_ssthresh in tcp_measure_rcv_mss()Nathan Gao
2026-08-03bpf: tcp: Fix use-after-free in bpf_iter_tcp_established_batch()Jose Fernandez (Anthropic)
2026-08-01bpf: Fix netns reference imbalance in conntrack kfuncsChengfeng Ye
2026-08-01bpf, sockmap: Fix sk_redir use-after-free in send verdictChengfeng Ye