summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2026-05-05nfc: llcp: Fix use-after-free in llcp_sock_release()Lee Jones
2026-05-05xfrm: esp: avoid in-place decrypt on shared skb fragsKuan-Ting Chen
2026-05-04net/sched: speedup tc_dump_qdisc() when tcm_handle is providedEric Dumazet
2026-05-04psp: strip variable-length PSP header in psp_dev_rcv()David Carlier
2026-05-04net: prevent possible UAF in rtnl_prop_list_size()Eric Dumazet
2026-05-04mptcp: sockopt: increase seq in mptcp_setsockopt_all_sfMatthieu Baerts (NGI0)
2026-05-04mptcp: fix rx timestamp corruption on fastopenPaolo Abeni
2026-05-04mptcp: use MPTCP_RST_EMPTCP for ACK HMAC validation failureShardul Bankar
2026-05-04mptcp: use MPJoinSynAckHMacFailure for SynAck HMAC failureShardul Bankar
2026-05-04vsock/virtio: fix potential unbounded skb queueEric Dumazet
2026-05-04ipv6: mld: encode multicast exponential fieldsUjjal Roy
2026-05-04ipv4: igmp: encode multicast exponential fieldsUjjal Roy
2026-05-04ipv6: mld: rename mldv2_mrc() and add mldv2_qqi()Ujjal Roy
2026-05-04ipv4: igmp: get rid of IGMPV3_{QQIC,MRC} and simplify calculationUjjal Roy
2026-05-04vsock: convert to getsockopt_iterBreno Leitao
2026-05-04netlink: convert to getsockopt_iterBreno Leitao
2026-05-04net/sched: add qstats_cpu_drop_inc() helperEric Dumazet
2026-05-04netpoll: pass buffer size to egress_dev() to avoid MAC truncationBreno Leitao
2026-05-04af_unix: Set gc_in_progress to true in unix_gc().Kuniyuki Iwashima
2026-05-04net/sched: taprio: prepare taprio_dump() for RTNL removalEric Dumazet
2026-05-05ipvs: Guard access of HK_TYPE_KTHREAD cpumask with RCUWaiman Long
2026-05-05ipvs: fix shift-out-of-bounds in ip_vs_rht_desired_sizeJulian Anastasov
2026-05-05ipvs: fix races around est_mutex and est_cpulistJulian Anastasov
2026-05-05ipvs: do not leak dest after get from dest trashJulian Anastasov
2026-05-05ipvs: fix the spin_lock usage for RT buildJulian Anastasov
2026-05-05ipvs: fix races around the conn_lfactor and svc_lfactor sysctl varsJulian Anastasov
2026-05-05ipvs: fixes for the new ip_vs_status infoJulian Anastasov
2026-05-04wifi: mac80211: tests: mark HT check strictJohannes Berg
2026-05-02net: tls: fix silent data drop under pipe back-pressureJakub Kicinski
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (II)Eric Dumazet
2026-05-02net/sched: sch_cake: annotate data-races in cake_dump_class_stats (I)Eric Dumazet
2026-05-02batman-adv: stop tp_meter sessions during mesh teardownJiexun Wang
2026-05-02batman-adv: reject new tp_meter sessions during teardownJiexun Wang
2026-05-02batman-adv: fix integer overflow on buff_posLyes Bourennani
2026-05-02net: dsa: pass extack to dsa_switch_ops :: port_policer_add()David Yang
2026-05-02ip6_gre: Use cached t->net in ip6erspan_changelink().Maoyi Xie
2026-05-02net/sched: sch_sfb: Replace direct dequeue call with peek and qdisc_dequeue_p...Victor Nogueria
2026-05-02net/sched: sch_red: Replace direct dequeue call with peek and qdisc_dequeue_p...Jamal Hadi Salim
2026-05-01ipv6: update route serial number on NETDEV_CHANGESagarika Sharma
2026-05-01net/sched: sch_pie: annotate more data-races in pie_dump_stats()Eric Dumazet
2026-05-01tcp: move max_packets_out, cwnd_usage_seq, rate_delivered and rate_interval_u...Eric Dumazet
2026-05-01tcp: move tp->bytes_acked to tcp_sock_write_tx groupEric Dumazet
2026-05-01tcp: move tp->first_tx_mstamp and tp->delivered_mstamp to tcp_sock_write_txEric Dumazet
2026-05-01tcp: move tp->segs_in and tp->segs_out to tcp_sock_write_txrx groupEric Dumazet
2026-05-01tcp: move tp->delivered and tp->delivered_ce to tcp_sock_write_tx groupEric Dumazet
2026-05-01ipv4: igmp: annotate data-races in igmp_heard_query()Eric Dumazet
2026-05-01net: rtnetlink: zero ifla_vf_broadcast to avoid stack infoleak in rtnl_fill_v...Kai Zen
2026-05-01ip6mr: plug drop_reason to ip6mr_cache_report()Eric Dumazet
2026-05-01ipmr: prevent info-leak in pmr_cache_report()Eric Dumazet
2026-05-01net: tls: reshuffle the device ops checkJakub Kicinski