summaryrefslogtreecommitdiff
path: root/ip/iptunnel.c
Commit message (Expand)AuthorAgeFilesLines
* iptunnel: detect protocol mismatch on tunnel changeStephen Hemminger2023-04-111-2/+12
* ip: use SPDXStephen Hemminger2023-01-141-6/+1
* cmd: use spaces instead of tabs for usage indentationFrank Villaro-Dixon2021-10-061-11/+11
* ip: cleanup help message textStephen Hemminger2021-03-181-1/+2
* ip tunnel: add json outputAndrea Claudi2019-08-071-30/+54
* tunnel: factorize printout of GRE key and flagsAndrea Claudi2019-07-181-17/+2
* treewide: refactor help messagesMatteo Croce2019-05-201-12/+13
* utils: Introduce and use nodev() helper routineSerhey Popovych2018-03-111-4/+2
* iptunnel/ip6tunnel: Use netlink to walk through tunnels listSerhey Popovych2018-02-071-80/+26
* iptunnel/ip6tunnel: Code cleanupsSerhey Popovych2018-02-071-11/+28
* tunnel: Split statistic getting and printingSerhey Popovych2018-02-071-2/+6
* ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-1/+1
* ip/tunnel: Unify setup and accept zero address for local/remote endpointsSerhey Popovych2017-12-161-8/+2
* Check user supplied interface name lengthsPhil Sutter2017-10-021-1/+6
* ip{6, }tunnel: Avoid copying user-supplied interface name aroundPhil Sutter2017-10-021-13/+9
* Use C99 style initializers everywherePhil Sutter2016-07-201-22/+9
* utils: make rt_addr_n2a() non-reentrant by defaultPhil Sutter2016-03-271-1/+1
* make format_host non-reentrant by defaultPhil Sutter2016-03-271-3/+3
* 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
* iptunnel: cleanup codeStephen Hemminger2015-11-291-21/+36
* ip_tunnel: determine tunnel address family from the tunnel typeKonstantin Shemyak2015-11-291-0/+26
* ip{,6}tunnel: put spaces around non-unary operatorsPhil Sutter2015-11-231-20/+20
* iptunnel: sanitize copying tunnel namePhil Sutter2015-11-231-1/+1
* iptunnel: share common code when determining the default interface namePhil Sutter2015-11-231-45/+25
* iptunnel: simplify parsing TTL, allow 'hlim' as identifierPhil Sutter2015-11-231-5/+4
* iptunnel: share common code when setting tunnel modePhil Sutter2015-11-231-25/+14
* ip{,6}tunnel: align do_tunnels_list() a bitPhil Sutter2015-11-231-12/+13
* iptunnel: use ll_name_to_index() for physical interface lookupPhil Sutter2015-11-231-1/+1
* ip{, 6}tunnel: unify behaviour if physical device is not foundPhil Sutter2015-11-231-2/+1
* 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-8/+8
* Fix changing tunnel remote and local address to anyThadeu Lima de Souza Cascardo2015-06-251-0/+4
* misc whitespace cleanupEric W. Biederman2015-03-241-1/+1
* add a source addres length parameter to rt_addr_n2aEric W. Biederman2015-03-241-1/+1
* ip tunnel: fix 'ip -oneline tunnel show' for some GRE tunnelsDmitry Popov2014-10-091-1/+1
* cleanup warningsStephen Hemminger2014-08-041-1/+1
* fix ip tunnel for vti tunnels with ikeyDmitry Popov2014-07-151-9/+9
* do not exit silently when link is not foundCong Wang2014-06-091-1/+4
* Remove trailing whitespaceStephen Hemminger2014-02-171-3/+3
* iptunnel: Allow GRE_KEY for vti interfaceHangbin Liu2013-12-281-2/+3
* iproute2: spelling: noptmudisc -> nopmtudiscRichard Godbee2013-08-311-1/+1
* iptunnel: check SIT_ISATAP flag only for SIT tunnelAmerigo Wang2013-07-091-1/+1
* iproute2: improved error messagesKees van Reeuwijk2013-02-111-15/+15
* ip/iptunnel: Extend TOS syntaxDavid Ward2013-02-041-4/+11
* VTI support for ip tunnelSaurabh Mohan2012-08-011-5/+24
* iproute2: man page and /bin/ip disagree on del vs deleteAndreas Henriksson2012-05-211-1/+1
* Fix file descriptor leak in do_tunnels_list()Thomas Jarosch2011-10-071-0/+3
* Add checks for fgets() when reading procStephen Hemminger2011-04-121-2/+6
* iproute2: treat gre key as numberTimo Teräs2010-11-301-7/+3