summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev
2026-04-20netfilter: nfnetlink_osf: fix potential NULL dereference in ttl checkFernando Fernandez Mancera
2026-04-20netfilter: nfnetlink_osf: fix out-of-bounds read on option matchingFernando Fernandez Mancera
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso
2026-04-20netfilter: xtables: restrict several matches to inet familyPablo Neira Ayuso
2026-04-20netfilter: conntrack: remove sprintf usageFlorian Westphal
2026-04-20netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULOXiang Mei
2026-04-20netfilter: nft_osf: restrict it to ipv4Pablo Neira Ayuso
2026-04-20net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming
2026-04-20hv_sock: Report EOF instead of -EIO for FINDexuan Cui
2026-04-20openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi
2026-04-20flow_dissector: do not dissect PPPoE PFC framesQingfang Deng
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds
2026-04-18sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito
2026-04-18af_unix: Drop all SCM attributes for SOCKMAP.Kuniyuki Iwashima
2026-04-18ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-04-16vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copyLuigi Leonardi
2026-04-16net: dsa: remove redundant netdev_lock_ops() from conduit ethtool opsStanislav Fomichev
2026-04-16net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann
2026-04-16vsock/virtio: fix accept queue count leak on transport mismatchDudu Lu
2026-04-16nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_updat...Dudu Lu
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_bloc...Dudu Lu
2026-04-169p/trans_xen: replace simple_strto* with kstrtouintYufan Chen
2026-04-169p/trans_xen: make cleanup idempotent after dataring alloc errorsYufan Chen
2026-04-15bpf, sockmap: Take state lock for af_unix iterMichal Luczaj
2026-04-15bpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj
2026-04-15bpf, sockmap: Fix af_unix iter deadlockMichal Luczaj
2026-04-15bpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds