summaryrefslogtreecommitdiff
path: root/ip/link_gre6.c
Commit message (Expand)AuthorAgeFilesLines
* ip: use SPDXStephen Hemminger2023-01-141-6/+1
* ip/tunnel: always print all known attributesIlya Dmitrichenko2021-08-111-1/+0
* erspan: fix JSON outputStephen Hemminger2021-04-101-2/+2
* erspan: Add type I version 0 support.William Tu2020-04-301-3/+3
* erspan: set erspan_ver to 1 by defaultXin Long2020-02-231-1/+1
* treewide: refactor help messagesMatteo Croce2019-05-201-39/+34
* ip: add missing space after 'external' in detailed modeBeniamino Galvani2019-04-171-1/+1
* fix print_0xhex on 32 bitStephen Hemminger2018-12-101-2/+2
* iplink: fix incorrect any address handling for ip tunnelsHangbin Liu2018-09-211-2/+2
* gre/gre6: allow clearing {,i,o}{key,seq,csum} flagsSabrina Dubroca2018-04-231-3/+27
* utils: Introduce and use nodev() helper routineSerhey Popovych2018-03-111-5/+2
* ip: link_gre6.c: Support IP6_TNL_F_ALLOW_LOCAL_REMOTE flagPetr Machata2018-02-251-0/+11
* gre/gre6: Unify local/remote endpoint address parsingSerhey Popovych2018-02-141-18/+20
* ip: Use print_0xhex() where appropriateSerhey Popovych2018-02-091-2/+4
* ip/tunnel: Minor cleanupsSerhey Popovych2018-02-091-42/+41
* gre/gre6: Unify gre_print_help()Serhey Popovych2018-02-091-40/+34
* ip: Minor cleanupsSerhey Popovych2018-02-021-1/+1
* ip/tunnel: Unify local/remote endpoint address printingSerhey Popovych2018-01-251-24/+2
* gre/gre6: Unify attribute addition to netlink bufferSerhey Popovych2018-01-241-5/+8
* ip/tunnel: Be consistent when printing tunnel collect metadataSerhey Popovych2018-01-241-1/+1
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-01-241-7/+8
|\
| * iplink: Use ll_name_to_index() instead of if_nametoindex()Serhey Popovych2018-01-231-1/+1
| * iptnl/ip6tnl: Unify ttl/hoplimit parsing routinesSerhey Popovych2018-01-231-6/+7
* | gre/gre6: Post merge fixesSerhey Popovych2018-01-221-44/+2
* | Merge branch 'master' into net-nextDavid Ahern2018-01-211-71/+41
|\ \ | |/
| * gre/tunnel: Print erspan_index using print_uint()Serhey Popovych2018-01-181-1/+3
| * ip/tunnel: Abstract tunnel encapsulation options printingSerhey Popovych2018-01-181-59/+5
| * ip/tunnel: Use print_0xhex() instead of print_string()Serhey Popovych2018-01-181-5/+4
| * ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-8/+7
| * iplink: Use ll_index_to_name() instead of if_indextoname()Serhey Popovych2018-01-181-6/+5
| * gre6/tunnel: Output flowlabel after tclassSerhey Popovych2018-01-101-12/+12
| * ip6/tunnel: Unify encap_limit printingSerhey Popovych2018-01-101-7/+4
| * ip6/tunnel: Unify flowlabel printingSerhey Popovych2018-01-101-11/+4
| * ip6/tunnel: Unify tclass printingSerhey Popovych2018-01-101-11/+5
| * ip6/tunnel: Fix tclass outputSerhey Popovych2018-01-101-1/+1
* | Merge branch 'master' into net-nextDavid Ahern2018-01-081-50/+10
|\ \ | |/
| * gre6/tunnel: Do not submit garbage in flowinfoSerhey Popovych2017-12-271-2/+2
| * ip/tunnel: No need to free answer after rtnl_talk() on errorSerhey Popovych2017-12-261-2/+1
| * ip/tunnel: Use tnl_parse_key() to parse tunnel keySerhey Popovych2017-12-191-40/+5
| * ip/tunnel: Use get_addr() instead of get_prefix() for local/remote endpointsSerhey Popovych2017-12-161-6/+2
* | erspan: add erspan usage descriptionWilliam Tu2017-12-271-0/+4
* | erspan: add erspan version II supportWilliam Tu2017-12-201-4/+63
* | gre6: add collect metadata supportWilliam Tu2017-12-141-20/+35
|/
* link_gre6: Detect invalid encaplimit valuesPhil Sutter2017-11-281-1/+1
* ip6_gre: add support for ERSPAN tunnelWilliam Tu2017-11-091-1/+27
* lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu2017-10-261-4/+7
* Merge branch 'master' into net-nextStephen Hemminger2017-09-011-0/+20
|\
| * link_gre6: Print the tunnel's tclass settingPhil Sutter2017-09-011-1/+8
| * link_gre6: Fix for changing tclass/flowlabelPhil Sutter2017-09-011-0/+2
* | ip: link_gre6.c: add json output supportJulien Fortin2017-08-171-43/+99
|/