aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6/rpl_iptunnel.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-12ipv6: rpl: Remove redundant skb_dst_drop().Kuniyuki Iwashima1-2/+1
2023-01-06net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arraysKees Cook1-1/+1
2020-12-08net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh()Zheng Yongjun1-6/+1
2020-10-30net: ipv6: rpl*: Fix strange kerneldoc warnings due to bad headerAndrew Lunn1-1/+1
2020-06-23net: ipv6: Use struct_size() helper and kcalloc()Gustavo A. R. Silva1-2/+1
2020-04-02net: ipv6: rpl_iptunnel: remove redundant assignments to variable errColin Ian King1-1/+1
2020-03-31net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inlineGustavo A. R. Silva1-1/+3
2020-03-29net: ipv6: add rpl sr tunnelAlexander Aring1-0/+380