summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-12net: shaper: fix undersized reply skb allocation in GROUP commandJakub Kicinski
2026-05-12net: shaper: set ret to -ENOMEM when genlmsg_new() fails in group_doitJakub Kicinski
2026-05-12net: shaper: reject duplicate leaves in GROUP requestJakub Kicinski
2026-05-12net: shaper: fix trivial ordering issue in net_shaper_commit()Jakub Kicinski
2026-05-12net: shaper: flip the polarity of the valid flagJakub Kicinski
2026-05-12vsock/virtio: fix empty payload in tap skb for non-linear buffersStefano Garzarella
2026-05-12vsock/virtio: fix length and offset in tap skb for split packetsStefano Garzarella
2026-05-12net: hsr: fix NULL pointer dereference in hsr_get_node_data()Quan Sun
2026-05-12batman-adv: tt: prevent TVLV entry number overflowSven Eckelmann
2026-05-12batman-adv: tt: avoid empty VLAN responsesSven Eckelmann
2026-05-12batman-adv: tt: fix TOCTOU race for reported vlansSven Eckelmann
2026-05-12batman-adv: tt: fix negative last_changeset_lenSven Eckelmann
2026-05-12batman-adv: tt: fix negative tt_buff_lenSven Eckelmann
2026-05-12batman-adv: tt: reject oversized local TVLV buffersSven Eckelmann
2026-05-11net: ethtool: fix missing closing paren in rings_reply_size()Tao Cui
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump_class_st...Eric Dumazet
2026-05-11net/sched: mq_prio: no longer acquire qdisc spinlocks in mqprio_dump()Eric Dumazet
2026-05-11net/sched: mq: no longer acquire qdisc spinlocks in dump operationsEric Dumazet
2026-05-11net/sched: add const qualifiers to gnet_stats helpersEric Dumazet
2026-05-11net/sched: add qdisc_qlen_lockless() helperEric Dumazet
2026-05-11net/sched: annotate data-races around sch->qstats.backlogEric Dumazet
2026-05-11net/sched: add qdisc_qlen_inc() and qdisc_qlen_dec()Eric Dumazet
2026-05-11net/sched: add READ_ONCE() in gnet_stats_add_queue[_cpu]Eric Dumazet
2026-05-11net/sched: dualpi2: initialize timer earlier in dualpi2_init()Davide Caratti
2026-05-11mptcp: pm: in-kernel: increase endpoints limitMatthieu Baerts (NGI0)
2026-05-11mptcp: pm: kernel: allow flushing more than 8 endpointsMatthieu Baerts (NGI0)
2026-05-11mptcp: pm: in-kernel: increase all limits to 64Matthieu Baerts (NGI0)
2026-05-11mptcp: pm: in-kernel: explicitly limit batches to array sizeMatthieu Baerts (NGI0)
2026-05-11tcp: Fix out-of-bounds access for twsk in tcp_ao_established_key().Kuniyuki Iwashima
2026-05-11net/rds: reset op_nents when zerocopy page pin failsAllison Henderson
2026-05-11libceph: Fix potential out-of-bounds access in osdmap_decode()Raphael Zimmer
2026-05-11batman-adv: tp_meter: fix tp_vars reference leak in receiver shutdownSven Eckelmann
2026-05-11batman-adv: fix tp_meter counter underflow during shutdownLuxiao Xu
2026-05-11libceph: Fix potential out-of-bounds access in __ceph_x_decrypt()Raphael Zimmer
2026-05-11libceph: Fix unnecessarily high ceph_decode_need() for uniform bucketRaphael Zimmer
2026-05-11libceph: Fix potential out-of-bounds access in crush_decode()Raphael Zimmer
2026-05-11xfrm: ipcomp: Free destination pages on acomp errorsHerbert Xu
2026-05-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.1-rc3Alexei Starovoitov
2026-05-10ipv4: Add __must_check to nexthop removal functionsCosmin Ratiu
2026-05-10ipv4: Flush the FIB once on multiple nexthop removalCosmin Ratiu
2026-05-10ipv4: Provide a FIB flushing signal from nexthop removal functionsCosmin Ratiu
2026-05-10kcm: convert to getsockopt_iterBreno Leitao
2026-05-10x25: convert to getsockopt_iterBreno Leitao
2026-05-10llc: convert to getsockopt_iterBreno Leitao
2026-05-10mctp: convert to getsockopt_iterBreno Leitao
2026-05-10Merge tag 'batadv-net-pullrequest-20260508' of https://git.open-mesh.org/batadvJakub Kicinski
2026-05-10sunrpc: start cache request seqno at 1 to fix netlink GET_REQSJeff Layton
2026-05-10rxrpc: Also unshare DATA/RESPONSE packets when paged frags are presentHyunwoo Kim
2026-05-09Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2026-05-09xskmap: reject TX-only AF_XDP socketsLinpu Yu