Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2024-09-14 | net: ipv6: rpl_iptunnel: Fix memory leak in rpl_input | Justin Iurman | 1 | -5/+7 |
2024-06-04 | net: ipv6: rpl_iptunnel: block BH in rpl_output() and rpl_input() | Eric Dumazet | 1 | -8/+6 |
2023-07-13 | ipv6: rpl: Remove redundant skb_dst_drop(). | Kuniyuki Iwashima | 1 | -2/+1 |
2023-01-07 | net: ipv6: rpl_iptunnel: Replace 0-length arrays with flexible arrays | Kees Cook | 1 | -1/+1 |
2020-12-09 | net: ipv6: rpl_iptunnel: simplify the return expression of rpl_do_srh() | Zheng Yongjun | 1 | -6/+1 |
2020-10-30 | net: ipv6: rpl*: Fix strange kerneldoc warnings due to bad header | Andrew Lunn | 1 | -1/+1 |
2020-06-24 | net: ipv6: Use struct_size() helper and kcalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
2020-04-02 | net: ipv6: rpl_iptunnel: remove redundant assignments to variable err | Colin Ian King | 1 | -1/+1 |
2020-03-31 | net: ipv6: rpl_iptunnel: Fix potential memory leak in rpl_do_srh_inline | Gustavo A. R. Silva | 1 | -1/+3 |
2020-03-30 | net: ipv6: add rpl sr tunnel | Alexander Aring | 1 | -0/+380 |