Age | Commit message (Expand) | Author |
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 |
2018-01-10 | ipv6: sr: fix TLVs not being copied using setsockopt | Mathieu Xhonneux |
2017-11-03 | ipv6: Implement limits on Hop-by-Hop and Destination options | Tom Herbert |
2017-10-28 | ipv6: exthdrs: use swap macro in ipv6_dest_hao | Gustavo A. R. Silva |
2017-10-18 | ipv6: mark expected switch fall-throughs | Gustavo A. R. Silva |
2017-08-07 | ipv6: sr: allow SRH insertion with arbitrary segments_left value | David Lebrun |
2017-07-31 | udp6: fix jumbogram reception | Paolo Abeni |
2017-07-04 | net, ipv6: convert ipv6_txoptions.refcnt from atomic_t to refcount_t | Reshetova, Elena |
2017-06-16 | networking: make skb_push & __skb_push return void pointers | Johannes Berg |
2017-05-01 | ipv6: Need to export ipv6_push_frag_opts for tunneling now. | David S. Miller |
2017-04-25 | ipv6: fix source routing | Sabrina Dubroca |
2017-04-21 | ipv6: sr: fix double free of skb after handling invalid SRH | David Lebrun |
2017-02-03 | ipv6: sr: remove cleanup flag and fix HMAC computation | David Lebrun |
2016-12-25 | ktime: Get rid of the union | Thomas Gleixner |
2016-11-09 | ipv6: sr: add support for SRH injection through setsockopt | David Lebrun |
2016-11-09 | ipv6: add source address argument for ipv6_push_nfrag_opts | David Lebrun |
2016-11-09 | ipv6: sr: add calls to verify and insert HMAC signatures | David Lebrun |