summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-13netconsole: move push_udp() from netpollBreno Leitao
2026-05-13netconsole: move push_eth() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv4() from netpollBreno Leitao
2026-05-13netconsole: move push_ipv6() from netpollBreno Leitao
2026-05-13netconsole: move netpoll_send_udp() from netpollBreno Leitao
2026-05-13netpoll: expose UDP packet builder helpers for netconsoleBreno Leitao
2026-05-13net/sched: sch_cbs: Call qdisc_reset for child qdiscJamal Hadi Salim
2026-05-12ethtool: fix ethnl_bitmap32_not_zero() bit interval semanticsChenguang Zhao
2026-05-12net/smc: avoid NULL deref of conn->lnk in smc_msg_event tracepointXiang Mei
2026-05-12net/smc: fix sleep-inside-lock in __smc_setsockopt() causing local DoSNicolò Coccia
2026-05-12ipv6: use SKB_DROP_REASON_IP_OUTNOROUTES in inet6_csk_xmit()Eric Dumazet
2026-05-12tcp: use SKB_DROP_REASON_IP_OUTNOROUTES in tcp_v6_send_response()Eric Dumazet
2026-05-12net: constify sk_skb_reason_drop() sock parameterEric Dumazet
2026-05-12rtnetlink: add RTEXT_FILTER_NAME_ONLY supportEric Dumazet
2026-05-12net: atm: fix skb leak in sigd_send() default branchWei Yang
2026-05-12net: ethtool: phy: avoid NULL deref when PHY driver is unboundDavid Carlier
2026-05-12libceph: Fix potential null-ptr-deref in decode_choose_args()Raphael Zimmer
2026-05-12libceph: handle rbtree insertion error in decode_choose_args()Raphael Zimmer
2026-05-12net: shaper: reject QUEUE scope handle with missing idJakub Kicinski
2026-05-12net: shaper: enforce singleton NETDEV scope with id 0Jakub Kicinski
2026-05-12net: shaper: reject handle IDs exceeding internal bit-widthJakub Kicinski
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