index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
ipv6
/
exthdrs.c
Age
Commit message (
Expand
)
Author
2026-06-03
ipv6: exthdrs: recompute network header pointer once
Justin Iurman
2026-05-27
ipv6: rpl: fix hdrlen overflow in ipv6_rpl_srh_decompress()
Rahul Chandelkar
2026-05-25
ipv6: exthdrs: refresh nh pointer after ipv6_hop_jumbo()
Justin Iurman
2026-05-25
ipv6: exthdrs: refresh nh after handling HAO option
Zhengchuan Liang
2026-05-21
ipv6: ioam: refresh hdr pointer before ioam6_event()
Justin Iurman
2026-05-19
ipv6: ioam: add NULL check for idev in ipv6_hop_ioam()
Justin Iurman
2026-04-27
ipv6: rpl: reserve mac_len headroom when recompressed SRH grows
Greg Kroah-Hartman
2026-03-18
ipv6: add NULL checks for idev in SRv6 paths
Minhong He
2026-02-13
ipv6: ioam: fix heap buffer overflow in __ioam6_fill_trace_data()
Qanux
2026-02-02
ipv6: pass proto by value to ipv6_push_nfrag_opts() and ipv6_push_frag_opts()
Eric Dumazet
2026-01-29
ipv6: optimize fl6_update_dst()
Eric Dumazet
2026-01-19
ipv6: exthdrs: annotate data-race over multiple sysctl
Eric Dumazet
2025-09-02
ipv6: annotate data-races around devconf->rpl_seg_enabled
Yue Haibing
2025-07-02
ipv6: adopt skb_dst_dev() and skb_dst_dev_net[_rcu]() helpers
Eric Dumazet
2025-07-02
ipv6: adopt dst_dev() helper
Eric Dumazet
2025-03-03
net: use sock_kmemdup for ip_options
Geliang Tang
2024-03-11
net: ipv6: exthdrs: get rid of ipv6_skb_net()
Justin Iurman
2024-03-04
net: adopt skb_network_offset() and similar helpers
Eric Dumazet
2024-03-01
ipv6/addrconf: annotate data-races around devconf fields (II)
Eric Dumazet
2024-02-28
net: exthdrs: ioam6: send trace event
Justin Iurman
2024-02-22
Fix write to cloned skb in ipv6_hop_ioam()
Justin Iurman
2023-08-08
ipv6: exthdrs: Replace opencoded swap() implementation
Ziyang Xuan
2023-07-12
ipv6: rpl: Remove redundant skb_dst_drop().
Kuniyuki Iwashima
2023-06-19
ipv6: exthdrs: Remove redundant skb_headlen() check in ip6_parse_tlv().
Kuniyuki Iwashima
2023-06-19
ipv6: exthdrs: Reload hdr only when needed in ipv6_srh_rcv().
Kuniyuki Iwashima
2023-06-19
ipv6: exthdrs: Replace pskb_pull() with skb_pull() in ipv6_srh_rcv().
Kuniyuki Iwashima
2023-06-19
ipv6: rpl: Remove redundant multicast tests in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
2023-06-19
ipv6: rpl: Remove pskb(_may)?_pull() in ipv6_rpl_srh_rcv().
Kuniyuki Iwashima
2023-06-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2023-06-06
ipv6: rpl: Fix Route of Death.
Kuniyuki Iwashima
2023-05-17
seg6: Cleanup duplicates of skb_dst_drop calls
Yuya Tajima
2022-04-13
net: ipv6: add skb drop reasons to TLV parse
Menglong Dong
2022-04-13
net: ipv6: remove redundant statistics in ipv6_hop_jumbo()
Menglong Dong
2022-04-13
ipv6: exthdrs: use swap() instead of open coding it
Guo Zhengkui
2022-01-27
ipv6: partially inline ipv6_fixup_options
Pavel Begunkov
2021-11-14
ipv6: Remove duplicate statements
luo penghao
2021-10-04
ipv6: ioam: Distinguish input and output for hop-limit
Justin Iurman
2021-08-04
ipv6: exthdrs: get rid of indirect calls in ip6_parse_tlv()
Eric Dumazet
2021-07-21
ipv6: ioam: Data plane support for Pre-allocated Trace
Justin Iurman
2021-06-24
ipv6: fix out-of-bound access in ip6_parse_tlv()
Eric Dumazet
2021-06-23
ipv6: exthdrs: do not blindly use init_net
Eric Dumazet
2021-03-11
seg6: add support for IPv4 decapsulation in ipv6_srh_rcv()
Julien Massonneau
2020-11-14
ipv6: remove unused function ipv6_skb_idev()
Lukas Bulwahn
2020-07-13
net: ipv6: kerneldoc fixes
Andrew Lunn
2020-06-23
net: ipv6: Use struct_size() helper and kcalloc()
Gustavo A. R. Silva
2020-03-29
net: ipv6: add support for rpl sr exthdr
Alexander Aring
2020-03-12
inet: Use fallthrough;
Joe Perches
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2018-07-05
ipv6: make ipv6_renew_options() interrupt/kernel safe
Paul Moore
2018-04-17
ipv6: Count interface receive statistics on the ingress netdev
Stephen Suryaputra
[next]