aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net
AgeCommit message (Expand)AuthorFilesLines
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-369/+724
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
2026-04-18tcp: annotate data-races around tp->timeout_rehashEric Dumazet2-2/+3
2026-04-18tcp: annotate data-races around tp->srtt_usEric Dumazet2-3/+4
2026-04-18tcp: annotate data-races around tp->reord_seenEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->dsack_dupsEric Dumazet2-2/+2
2026-04-18tcp: annotate data-races around tp->bytes_retransEric Dumazet2-3/+3
2026-04-18tcp: annotate data-races around tp->bytes_sentEric Dumazet2-2/+3
2026-04-18tcp: add data-race annotations for TCP_NLA_SNDQ_SIZEEric Dumazet3-4/+6
2026-04-18tcp: annotate data-races around tp->delivered and tp->delivered_ceEric Dumazet2-6/+6
2026-04-18tcp: annotate data-races around tp->snd_ssthreshEric Dumazet14-30/+32
2026-04-18tcp: add data-races annotations around tp->reordering, tp->snd_cwndEric Dumazet3-11/+13
2026-04-18tcp: add data-race annotations around tp->data_segs_out and tp->total_retransEric Dumazet2-5/+7
2026-04-18tcp: annotate data-races in tcp_get_info_chrono_stats()Eric Dumazet1-4/+10
2026-04-17Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds4-7/+11
2026-04-17ipv6: xfrm6: release dst on error in xfrm6_rcv_encap()Yilin Zhu1-1/+3
2026-04-16vsock/virtio: fix MSG_PEEK ignoring skb offset when calculating bytes to copyLuigi Leonardi1-3/+2
2026-04-16net: dsa: remove redundant netdev_lock_ops() from conduit ethtool opsStanislav Fomichev1-15/+1
2026-04-16net/sched: taprio: fix use-after-free in advance_sched() on schedule switchVinicius Costa Gomes1-4/+5
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann1-1/+1
2026-04-16vsock/virtio: fix accept queue count leak on transport mismatchDudu Lu1-2/+1
2026-04-16nexthop: fix IPv6 route referencing IPv4 nexthopJiayuan Chen1-2/+2
2026-04-16net/sched: sch_cake: fix NAT destination port not being updated in cake_update_flowkeysDudu Lu1-1/+1
2026-04-16net: bridge: use a stable FDB dst snapshot in RCU readersZhengchuan Liang2-13/+23
2026-04-16net/sched: act_mirred: fix wrong device for mac_header_xmit check in tcf_blockcast_redirDudu Lu1-1/+1
2026-04-169p/trans_xen: replace simple_strto* with kstrtouintYufan Chen1-10/+16
2026-04-169p/trans_xen: make cleanup idempotent after dataring alloc errorsYufan Chen1-14/+37
2026-04-15bpf, sockmap: Take state lock for af_unix iterMichal Luczaj1-0/+2
2026-04-15bpf, sockmap: Fix af_unix null-ptr-deref in proto updateMichal Luczaj1-0/+3
2026-04-15bpf, sockmap: Fix af_unix iter deadlockMichal Luczaj1-4/+3
2026-04-15bpf, sockmap: Annotate af_unix sock:: Sk_state data-racesMichal Luczaj1-2/+2
2026-04-15Merge tag 'v7.1-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-11/+2
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-19/+35
2026-04-14Merge tag 'net-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds448-6466/+11273
2026-04-14Merge tag 'bpf-next-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextLinus Torvalds5-29/+78
2026-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-27/+172
2026-04-14net: caif: clear client service pointer on teardownZhengchuan Liang1-2/+12
2026-04-14net: strparser: fix skb_head leak in strp_abort_strp()Luxiao Xu1-0/+8
2026-04-14net, bpf: fix null-ptr-deref in xdp_master_redirect() for down masterJiayuan Chen1-0/+2
2026-04-13Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds7-111/+43
2026-04-13sctp: disable BH before calling udp_tunnel_xmit_skb()Xin Long2-0/+4
2026-04-13sctp: fix missing encap_port propagation for GSO fragmentsXin Long1-0/+1
2026-04-13tcp: Don't set treq->req_usec_ts in cookie_tcp_reqsk_init().Kuniyuki Iwashima1-1/+1