aboutsummaryrefslogtreecommitdiff
path: root/include/net/seg6.h
AgeCommit message (Expand)AuthorFilesLines
2022-01-04udp6: Use Segment Routing Header for dest address if presentGravatar Andrew Lunn 1-0/+19
2022-01-04icmp: ICMPV6: Examine invoking packet for Segment Route Headers.Gravatar Andrew Lunn 1-0/+1
2022-01-04seg6: export get_srh() for ICMP handlingGravatar Andrew Lunn 1-0/+1
2020-06-04seg6: fix seg6_validate_srh() to avoid slab-out-of-boundsGravatar Ahmed Abdelsalam 1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-6/+1
2018-12-20net: seg6.h: remove an unused #includeGravatar Peter Oskolkov 1-1/+0
2018-06-22rhashtable: split rhashtable.hGravatar NeilBrown 1-1/+1
2018-05-24ipv6: sr: export function lookup_nexthopGravatar Mathieu Xhonneux 1-1/+2
2018-05-24ipv6: sr: make seg6.h includable without IPv6Gravatar Mathieu Xhonneux 1-0/+4
2017-08-25ipv6: sr: add support for ip4ip6 encapsulationGravatar David Lebrun 1-1/+2
2017-08-07ipv6: sr: define core operations for seg6local lightweight tunnelGravatar David Lebrun 1-0/+2
2017-08-07ipv6: sr: export SRH insertion functionsGravatar David Lebrun 1-0/+2
2016-11-09ipv6: sr: add core files for SR HMAC supportGravatar David Lebrun 1-0/+4
2016-11-09ipv6: sr: add support for SRH encapsulation and injection with lwtunnelsGravatar David Lebrun 1-0/+6
2016-11-09ipv6: sr: add code base for control plane support of SR-IPv6Gravatar David Lebrun 1-0/+16
2016-11-09ipv6: implement dataplane support for rthdr type 4 (Segment Routing Header)Gravatar David Lebrun 1-0/+36