summaryrefslogtreecommitdiffstats
path: root/net/ipv6/seg6_local.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-6/+1Star
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-4/+5
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-1/+1
* bpf: add End.DT6 action to bpf_lwt_seg6_action helperMathieu Xhonneux2018-07-311-18/+32
* ipv6: sr: Use kmemdup instead of duplicating it in parse_nla_srhYueHaibing2018-07-231-3/+1Star
* ipv6: sr: Add seg6local action End.BPFMathieu Xhonneux2018-05-241-2/+166
* bpf: Add IPv6 Segment Routing helpersMathieu Xhonneux2018-05-241-0/+2
* ipv6: sr: export function lookup_nexthopMathieu Xhonneux2018-05-241-9/+11
* net/ipv6: Pass skb to route lookupDavid Ahern2018-03-041-2/+2
* ipv6: use ARRAY_SIZE for array sizing calculation on array seg6_action_tableColin Ian King2018-01-091-1/+1
* ipv6: sr: remove duplicate routing header type checkDavid Lebrun2017-09-111-4/+0Star
* ipv6: sr: fix get_srh() to comply with IPv6 standard "RFC 8200"Ahmed Abdelsalam2017-08-311-6/+12
* ipv6: sr: implement additional seg6local actionsDavid Lebrun2017-08-261-0/+147
* ipv6: sr: add helper functions for seg6localDavid Lebrun2017-08-261-89/+100
* ipv6: sr: enforce IPv6 packets for seg6local lwtDavid Lebrun2017-08-261-0/+8
* ipv6: sr: add support for ip4ip6 encapsulationDavid Lebrun2017-08-261-1/+1
* ipv6: sr: implement several seg6local actionsDavid Lebrun2017-08-071-0/+271
* ipv6: sr: add rtnetlink functions for seg6local action parametersDavid Lebrun2017-08-071-18/+193
* ipv6: sr: define core operations for seg6local lightweight tunnelDavid Lebrun2017-08-071-0/+320