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