summaryrefslogtreecommitdiff
path: root/ip/iproute_lwtunnel.c
Commit message (Expand)AuthorAgeFilesLines
* iproute_lwtunnel: fix possible use of NULL when malloc() failsStephen Hemminger2023-05-131-5/+13
* lwtunnel: use sizeof() on segbufStephen Hemminger2023-04-211-3/+3
* lwtunnel: fix warning from strncpyStephen Hemminger2023-04-211-2/+1
* iproute_lwtunnel: fix JSON outputStephen Hemminger2023-04-141-2/+4
* iproute_tunnel: use uint16 for tunnel encap typeStephen Hemminger2023-04-141-4/+4
* ip: use SPDXStephen Hemminger2023-01-141-6/+1
* ip: xfrm: support adding xfrm metadata as lwtunnel info in routesEyal Birger2022-10-031-0/+83
* seg6: add support for flavors in SRv6 End* behaviorsPaolo Lungaroni2022-09-221-1/+185
* seg6: add support for SRv6 Headend Reduced EncapsulationPaolo Lungaroni2022-08-011-0/+2
* Add support for the IOAM insertion frequencyJustin Iurman2022-02-101-2/+67
* Add support for IOAM encap modesJustin Iurman2021-10-091-42/+100
* New IOAM6 encap type for routesJustin Iurman2021-08-021-0/+127
* seg6: add support for SRv6 End.DT46 BehaviorPaolo Lungaroni2021-06-221-0/+1
* seg6: add counters support for SRv6 BehaviorsPaolo Lungaroni2021-05-091-1/+71
* ip: lwtunnel: seg6: bail out if table ids are invalidAndrea Claudi2021-02-221-2/+4
* seg6: add support for vrftable attribute in SRv6 End.DT4/DT6 behaviorsPaolo Lungaroni2020-12-091-3/+16
* lwtunnel: add support for rpl segment routingAlexander Aring2020-05-271-0/+121
* iproute_lwtunnel: add options support for erspan metadataXin Long2020-05-011-0/+140
* iproute_lwtunnel: add options support for vxlan metadataXin Long2020-05-011-0/+68
* iproute_lwtunnel: add options support for geneve metadataXin Long2020-05-011-2/+172
* add support for table name in SRv6 End.DT* behaviorsPaolo Lungaroni2019-12-111-3/+6
* lwtunnel: Pass encap and encap_type attributes to lwt_parse_encapDavid Ahern2019-06-111-3/+4
* iproute: Set ip/ip6 lwtunnel flagswenxu2019-01-251-1/+57
* fix print_0xhex on 32 bitStephen Hemminger2018-12-101-1/+1
* ip-route: Fix nexthop encap parsingPhil Sutter2018-11-141-7/+7
* Include bsd/string.h only in include/utils.hLuca Boccassi2018-11-051-3/+0
* Use libbsd for strlcpy if availableLuca Boccassi2018-11-011-0/+3
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-10-231-7/+11
|\
| * ip-route: Fix parse_encap_seg6() srh parsingPhil Sutter2018-10-221-1/+1
| * ip-route: Fix for memleak in error pathPhil Sutter2018-10-221-6/+10
* | Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-09-201-47/+69
|\ \ | |/
| * ip-route: Fix segfault with many nexthopsPhil Sutter2018-09-101-43/+65
* | iproute_lwtunnel: allow specifying 'src' for 'encap ip' / 'encap ip6'Shmulik Ladkani2018-08-171-2/+20
|/
* ip: add support for seg6local End.BPF actionMathieu Xhonneux2018-07-181-71/+83
* json_print: Fix hidden 64-bit type promotionToke Høiland-Jørgensen2018-04-251-3/+3
* utils: Introduce and use nodev() helper routineSerhey Popovych2018-03-111-2/+2
* iproute: implement JSON and color outputStephen Hemminger2018-02-101-48/+81
* ip: Consolidate ip, xdp and lwtunnel parse/dump prototypes in ip_common.hSerhey Popovych2018-02-021-2/+2
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-01-241-2/+2
|\
| * iplink: Use ll_name_to_index() instead of if_nametoindex()Serhey Popovych2018-01-231-2/+2
* | ip: Get rid of inet_get_addr()Serhey Popovych2018-01-211-1/+4
|/
* ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-2/+2
* iplink: Use ll_index_to_name() instead of if_indextoname()Serhey Popovych2018-01-181-5/+2
* bpf: rename bpf_parse_common() to bpf_parse_and_load_common()Jakub Kicinski2017-11-261-1/+1
* bpf: pass program type in struct bpf_cfg_inJakub Kicinski2017-11-261-1/+2
* ila: create ila_common.hTom Herbert2017-11-241-96/+1
* ila: support for configuring identifier and hook typesTom Herbert2017-11-241-1/+106
* ila: support to configure checksum neutral-map-autoTom Herbert2017-11-241-0/+4
* Merge branch 'master' into net-nextStephen Hemminger2017-09-011-2/+1
|\
| * Convert the obvious cases to strlcpy()Phil Sutter2017-09-011-2/+1