summaryrefslogtreecommitdiff
path: root/net/ipv6/ioam6.c
AgeCommit message (Expand)AuthorFilesLines
2026-05-14net: ioam6: no longer acquire qdisc spinlock while calling qdisc_qstats_qlen_...Eric Dumazet1-3/+1
2026-04-08net: ioam6: fix OOB and missing lockJustin Iurman1-1/+5
2026-04-03ipv6: ioam: fix potential NULL dereferences in __ioam6_fill_trace_data()Eric Dumazet1-11/+16
2026-03-27net/ipv6: ioam6: prevent schema length wraparound in trace fillPengpeng Hou1-2/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds1-4/+4
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-4/+4
2026-02-13ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()Qanux1-0/+14
2025-07-02ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpersEric Dumazet1-8/+9
2024-11-11net: convert to nla_get_*_default()Johannes Berg1-8/+4
2024-03-01ipv6/addrconf: annotate data-races around devconf fields (II)Eric Dumazet1-4/+4
2024-02-28net: ioam6: multicast eventJustin Iurman1-0/+64
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski1-0/+1
2022-03-03net: ipv6: Get rcv timestamp if needed when handling hop-by-hop IOAM optionMartin KaFai Lau1-10/+9
2022-01-02ipv6: ioam: Support for Queue depth data fieldJustin Iurman1-1/+15
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+62
2021-10-12ipv6: ioam: move the check for undefined bitsJustin Iurman1-8/+62
2021-10-04ipv6: ioam: Distinguish input and output for hop-limitJustin Iurman1-5/+6
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman1-12/+32
2021-07-21ipv6: ioam: IOAM Generic Netlink APIJustin Iurman1-2/+559
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman1-0/+333