summaryrefslogtreecommitdiff
path: root/ip/ip6tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* ip: use SPDXStephen Hemminger2023-01-141-14/+1
* ip tunnel: add json outputAndrea Claudi2019-08-071-24/+42
* Merge branch 'master' into nextDavid Ahern2019-08-071-2/+3
|\
| * ip tunnel: warn when changing IPv6 tunnel without tunnel nameAndrea Claudi2019-07-161-0/+3
| * Revert "ip6tunnel: fix 'ip -6 {show|change} dev <name>' cmds"Andrea Claudi2019-07-161-2/+0
* | tunnel: factorize printout of GRE key and flagsAndrea Claudi2019-07-181-20/+2
|/
* Merge branch 'master' into nextDavid Ahern2019-06-141-0/+2
|\
| * ip6tunnel: fix 'ip -6 {show|change} dev <name>' cmdsMahesh Bandewar2019-06-101-0/+2
* | treewide: refactor help messagesMatteo Croce2019-05-201-17/+18
|/
* utils: Introduce and use nodev() helper routineSerhey Popovych2018-03-111-4/+2
* iptunnel/ip6tunnel: Use netlink to walk through tunnels listSerhey Popovych2018-02-071-83/+31
* iptunnel/ip6tunnel: Code cleanupsSerhey Popovych2018-02-071-15/+18
* tunnel: Split statistic getting and printingSerhey Popovych2018-02-071-2/+6
* ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-1/+4
* ip/tunnel: Use get_addr() instead of get_prefix() for local/remote endpointsSerhey Popovych2017-12-161-6/+2
* ip: link_ip6tnl.c/ip6tunnel.c: Support IP6_TNL_F_ALLOW_LOCAL_REMOTE flagShmulik Ladkani2017-10-311-0/+8
* Check user supplied interface name lengthsPhil Sutter2017-10-021-1/+2
* ip{6, }tunnel: Avoid copying user-supplied interface name aroundPhil Sutter2017-10-021-3/+3
* ip6tunnel: Align ipv6 tunnel key display with ipv4David Forster2017-01-121-9/+10
* tunnels: use macros for IPv6 address comparisonJiri Benc2016-09-211-4/+4
* Use C99 style initializers everywherePhil Sutter2016-07-201-7/+3
* utils: make rt_addr_n2a() non-reentrant by defaultPhil Sutter2016-03-271-1/+1
* make format_host non-reentrant by defaultPhil Sutter2016-03-271-1/+1
* ip: code cleanupStephen Hemminger2016-03-211-6/+16
* ip{,6}tunnel: have a shared stats parser/printerPhil Sutter2015-12-181-19/+2
* ip: fix format string when reading statisticsStephen Hemminger2015-12-101-1/+1
* ip{,6}tunnel: put spaces around non-unary operatorsPhil Sutter2015-11-231-8/+8
* ip6tunnel: fix coding style: no newline between brace and elsePhil Sutter2015-11-231-2/+1
* ip6tunnel: print local/remote addresses like iptunnel doesPhil Sutter2015-11-231-6/+9
* ip{,6}tunnel: align do_tunnels_list() a bitPhil Sutter2015-11-231-5/+3
* ip{, 6}tunnel: unify behaviour if physical device is not foundPhil Sutter2015-11-231-1/+3
* ip/tunnel: introduce tnl_parse_key()Phil Sutter2015-11-231-30/+3
* ip{, 6}tunnel: get rid of extraneous whitespace when printingPhil Sutter2015-11-231-2/+2
* ip: allow using a device "help" (or a prefix thereof)Christoph Schulz2015-10-071-1/+1
* iproute2: ip6_tunnel mode bugfixes: any,vti6Alexey Andriyanov2014-11-021-26/+14
* ip tunnel: fix 'ip -oneline tunnel show' for some GRE tunnelsDmitry Popov2014-10-091-1/+1
* iproute2: Add support for IPv6 VTI tunnels to ip6tunnelSteffen Klassert2014-09-281-3/+12
* Whitespace and indentation cleanupStephen Hemminger2014-05-091-5/+5
* Fix FSF address in file headersStephen Hemminger2013-12-061-2/+1
* iproute2: GRE over IPv6 tunnel support.xeb@mail.ru2013-09-301-17/+114
* iproute2: improved error messagesKees van Reeuwijk2013-02-111-4/+4
* ip/ip6tunnel: fix update of tclass and flowlabelNicolas Dichtel2012-11-161-0/+2
* ip/ip6tunnel: reset encap limit flag on changeNicolas Dichtel2012-11-161-0/+1
* ip/ip6tunnel: fix help for TCLASSNicolas Dichtel2012-11-161-1/+1
* iproute2: man page and /bin/ip disagree on del vs deleteAndreas Henriksson2012-05-211-1/+1
* iproute2: fix changing of ip6ip6 tunnel parametersJiri Benc2011-10-071-4/+13
* Add checks for fgets() when reading procStephen Hemminger2011-04-121-2/+5
* Use standard routines for interface name to index etcStephen Hemminger2010-11-281-5/+10
* Remove Changes: commentsStephen Hemminger2009-12-011-5/+0
* ip6tunnel: Fix no default display of ip4ip6 tunnelsSrivats P2009-03-271-0/+1