aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2026-04-23mptcp: sync the msk->sndbuf at accept() timeGang Yan1-1/+1
2026-04-23vsock/virtio: fix MSG_ZEROCOPY pinned-pages accountingStefano Garzarella1-3/+8
2026-04-238021q: delete cleared egress QoS mappingsLongxuan Yu2-10/+14
2026-04-238021q: use RCU for egress QoS mappingsLongxuan Yu3-23/+30
2026-04-23Merge tag 'nf-26-04-20' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni12-89/+136
2026-04-22net/sched: sch_sfb: annotate data-races in sfb_dump_stats()Eric Dumazet1-22/+32
2026-04-22net/sched: sch_red: annotate data-races in red_dump_stats()Eric Dumazet1-10/+21
2026-04-22net/sched: sch_fq_codel: remove data-races from fq_codel_dump_stats()Eric Dumazet1-1/+2
2026-04-22net/sched: sch_pie: annotate data-races in pie_dump_stats()Eric Dumazet1-19/+19
2026-04-22net_sched: sch_hhf: annotate data-races in hhf_dump_stats()Eric Dumazet1-9/+10
2026-04-22net/rds: zero per-item info buffer before handing it to visitorsMichael Bommarito1-0/+14
2026-04-22seg6: fix seg6 lwtunnel output redirect for L2 reduced encap modeAndrea Mayer1-1/+2
2026-04-22sctp: fix sockets_allocated imbalance after sk_clone()Xin Long1-1/+2
2026-04-22net/packet: fix TOCTOU race on mmap'd vnet_hdr in tpacket_snd()Bingquan Chen1-8/+13
2026-04-22bpf: Reject TCP_NODELAY in bpf-tcp-ccKaFai Wan2-1/+25
2026-04-22bpf: Reject TCP_NODELAY in TCP header option callbacksKaFai Wan1-0/+6
2026-04-22libceph: Fix slab-out-of-bounds access in auth message processingRaphael Zimmer2-1/+3
2026-04-22crush: cleanup in crush_do_rule() methodViacheslav Dubeyko1-4/+3
2026-04-22libceph: update outdated comment in ceph_sock_write_space()kexinsun1-2/+2
2026-04-22libceph: Remove obsolete session key alignment logicEric Biggers1-8/+5
2026-04-22libceph: Prevent potential null-ptr-deref in ceph_handle_auth_reply()Raphael Zimmer1-1/+1
2026-04-21net/sched: sch_dualpi2: drain both C-queue and L-queue in dualpi2_change()Chia-Yu Chang1-4/+28
2026-04-21net: warn ops-locked drivers still using ndo_set_rx_modeStanislav Fomichev2-1/+7
2026-04-21net: move promiscuity handling into netdev_rx_mode_workStanislav Fomichev2-34/+64
2026-04-21net: cache snapshot entries for ndo_set_rx_mode_asyncStanislav Fomichev3-37/+92
2026-04-21net: introduce ndo_set_rx_mode_async and netdev_rx_mode_workStanislav Fomichev6-43/+222
2026-04-21net: add address list snapshot and reconciliation infrastructureStanislav Fomichev3-3/+470
2026-04-21netfilter: nf_tables: add hook transactions for device deletionsPablo Neira Ayuso1-60/+204
2026-04-21netfilter: nf_tables: join hook list via splice_list_rcu() in commit phasePablo Neira Ayuso1-4/+4
2026-04-21netfilter: nf_tables: use list_del_rcu for netlink hooksFlorian Westphal1-26/+18
2026-04-21netfilter: arp_tables: fix IEEE1394 ARP payload parsingPablo Neira Ayuso2-3/+23
2026-04-20netfilter: nfnetlink_osf: fix potential NULL dereference in ttl checkFernando Fernandez Mancera1-15/+7
2026-04-20netfilter: nfnetlink_osf: fix out-of-bounds read on option matchingFernando Fernandez Mancera1-11/+8
2026-04-20ipvs: fix MTU check for GSO packets in tunnel modeYingnan Zhang1-4/+15
2026-04-20netfilter: nat: use kfree_rcu to release opsPablo Neira Ayuso3-8/+10
2026-04-20netfilter: xtables: restrict several matches to inet familyPablo Neira Ayuso4-34/+68
2026-04-20netfilter: conntrack: remove sprintf usageFlorian Westphal2-16/+19
2026-04-20netfilter: nfnetlink_osf: fix divide-by-zero in OSF_WSS_MODULOXiang Mei1-0/+4
2026-04-20netfilter: nft_osf: restrict it to ipv4Pablo Neira Ayuso1-1/+5
2026-04-20net: mctp: fix don't require received header reserved bits to be zeroYuan Zhaoming1-2/+6
2026-04-20hv_sock: Report EOF instead of -EIO for FINDexuan Cui1-4/+16
2026-04-20openvswitch: cap upcall PID array size and pre-size vport repliesWeiming Shi2-2/+36
2026-04-20flow_dissector: do not dissect PPPoE PFC framesQingfang Deng1-8/+5
2026-04-20Merge tag 'nfsd-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds9-371/+726
2026-04-20xfrm: ah: account for ESN high bits in async callbacksMichael Bommarito2-4/+24
2026-04-18sctp: fix OOB write to userspace in sctp_getsockopt_peer_auth_chunksMichael Bommarito1-1/+1
2026-04-18af_unix: Drop all SCM attributes for SOCKMAP.Kuniyuki Iwashima1-8/+27
2026-04-18ipv6: fix possible UAF in icmpv6_rcv()Eric Dumazet1-6/+4
2026-04-18tcp: annotate data-races around tp->plb_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around (tp->write_seq - tp->snd_nxt)Eric Dumazet1-1/+2