summaryrefslogtreecommitdiff
path: root/ip/tunnel.c
Commit message (Expand)AuthorAgeFilesLines
* iproute2: optimize code and fix some mem-leak riskzhaoshuang2023-05-111-0/+2
* ip: use SPDXStephen Hemminger2023-01-141-16/+2
* tunnel: Fix missing space after local/remote printGal Pressman2022-02-101-0/+1
* tunnel: fix clang warningStephen Hemminger2022-01-261-8/+1
* ip tunnel: add json outputAndrea Claudi2019-08-071-8/+29
* tunnel: factorize printout of GRE key and flagsAndrea Claudi2019-07-181-0/+26
* 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
* Tree wide: Drop sockaddr_nl argDavid Ahern2018-10-221-2/+1
* libnetlink: Rename rtnl_wilddump_* to rtnl_linkdump_*David Ahern2018-10-021-1/+1
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-04-021-6/+6
|\
| * tunnel: use strlcpy to avoid strncpy warningsStephen Hemminger2018-03-291-6/+6
* | iptunnel/ip6tunnel: Use netlink to walk through tunnels listSerhey Popovych2018-02-071-31/+86
* | tunnel: Split statistic getting and printingSerhey Popovych2018-02-071-21/+36
|/
* ip/tunnel: Unify local/remote endpoint address printingSerhey Popovych2018-01-251-0/+27
* tunnel: Add space between encap-dport and encap-sport in non-JSON outputSerhey Popovych2018-01-231-2/+2
* tunnel: Return constant string without copying itSerhey Popovych2018-01-181-18/+7
* ip/tunnel: Abstract tunnel encapsulation options printingSerhey Popovych2018-01-181-0/+91
* ip/tunnel: Use tnl_parse_key() to parse tunnel keySerhey Popovych2017-12-191-2/+3
* iptunnel: add support for mpls/ip to sit tunnelsKrister Johansen2017-07-051-0/+3
* ip: code cleanupStephen Hemminger2016-03-211-6/+6
* iptunnel: Fix compile error in ip/tunnel.cPhil Sutter2015-12-211-1/+1
* ip{,6}tunnel: have a shared stats parser/printerPhil Sutter2015-12-181-0/+28
* ip/tunnel: introduce tnl_parse_key()Phil Sutter2015-11-231-0/+15
* ip/ip6tunnel: fix missing return value checkZhang Shengju2015-07-271-0/+24
* tunnel: decode ESP tunnel typeStephen Hemminger2014-12-031-0/+3
* Remove trailing whitespaceStephen Hemminger2014-02-171-1/+1
* Fix FSF address in file headersStephen Hemminger2013-12-061-2/+1
* iproute2: improved error messagesKees van Reeuwijk2013-02-111-3/+3
* Use standard routines for interface name to index etcStephen Hemminger2010-11-281-57/+12
* Detect 6rd kernel missing support / 6rd tunnel scopeAlexandre Cassen2010-04-121-5/+6
* IPv6: 6rd iproute2 supportAlexandre Cassen2010-02-091-1/+16
* iproute2: ISATAP potential router listSascha Hlusiak2009-05-261-0/+16
* IPROUTE2: Support IPv4/IPv6 TunnelYOSHIFUJI Hideaki / 吉藤英明2007-10-121-0/+3
* Remove trailing whitespaceStephen Hemminger2006-12-051-3/+3
* TUNNEL: Split common functions to export them.Masahide NAKAMURA2006-11-271-0/+166