summaryrefslogtreecommitdiff
path: root/ip/link_gre.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-2/+2
* ip: link_gre: Do not send ERSPAN attributes to GRE tunnelsPetr Machata2020-04-131-12/+22
* erspan: set erspan_ver to 1 by defaultXin Long2020-02-231-1/+1
* treewide: refactor help messagesMatteo Croce2019-05-201-34/+29
* ip: add missing space after 'external' in detailed modeBeniamino Galvani2019-04-171-1/+1
* fix print_0xhex on 32 bitStephen Hemminger2018-12-101-3/+3
* 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
* gre/gre6: Unify local/remote endpoint address parsingSerhey Popovych2018-02-141-23/+34
* ip: Use print_0xhex() where appropriateSerhey Popovych2018-02-091-2/+4
* ip/tunnel: Minor cleanupsSerhey Popovych2018-02-091-45/+46
* gre/gre6: Unify gre_print_help()Serhey Popovych2018-02-091-40/+33
* ip: Minor cleanupsSerhey Popovych2018-02-021-1/+1
* ip/tunnel: Unify local/remote endpoint address printingSerhey Popovych2018-01-251-19/+2
* gre/gre6: Unify attribute addition to netlink bufferSerhey Popovych2018-01-241-11/+12
* ip/tunnel: Be consistent when printing tunnel collect metadataSerhey Popovych2018-01-241-15/+12
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-01-241-8/+4
|\
| * 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-7/+3
* | gre/gre6: Post merge fixesSerhey Popovych2018-01-221-1/+2
* | Merge branch 'master' into net-nextDavid Ahern2018-01-211-103/+26
|\ \ | |/
| * gre/tunnel: Print erspan_index using print_uint()Serhey Popovych2018-01-181-1/+2
| * ip/tunnel: Abstract tunnel encapsulation options printingSerhey Popovych2018-01-181-70/+5
| * ip/tunnel: Use print_0xhex() instead of print_string()Serhey Popovych2018-01-181-3/+2
| * ip/tunnel: Simplify and unify tos printingSerhey Popovych2018-01-181-15/+8
| * ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-9/+6
| * iplink: Use ll_index_to_name() instead of if_indextoname()Serhey Popovych2018-01-181-6/+5
* | Merge branch 'master' into net-nextDavid Ahern2018-01-081-49/+12
|\ \ | |/
| * ip/tunnel: Document "external" parameterSerhey Popovych2017-12-281-0/+1
| * gre,ip6tnl/tunnel: Fix noencap- supportSerhey 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: gre: fix IFLA_GRE_LINK attribute sizingSerhey Popovych2017-12-161-1/+1
| * ip/tunnel: Unify setup and accept zero address for local/remote endpointsSerhey Popovych2017-12-161-4/+2
* | erspan: add erspan usage descriptionWilliam Tu2017-12-271-0/+4
* | erspan: add erspan version II supportWilliam Tu2017-12-201-3/+63
|/
* gre: Fix ttl inherit optionRobert Shearman2017-11-281-1/+2
* lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu2017-10-261-4/+7
* gre: add support for ERSPAN tunnelWilliam Tu2017-08-231-1/+28
* ip: link_gre.c: add json output supportJulien Fortin2017-08-171-49/+98
* iproute2: add support for GRE ignore-df knobPhilip Prindeville2017-07-201-0/+19
* iplink: Expose IFLA_*_FWMARK attributes for supported link typesCraig Gallek2017-04-231-0/+16
* ip: link: Unify link type help functions a bitPhil Sutter2017-04-041-13/+23
* gre6: Support for fou encapsulationTom Herbert2016-08-121-1/+1
* Use C99 style initializers everywherePhil Sutter2016-07-201-10/+8
* ip link gre: print only relevant info in external modeJiri Benc2016-05-061-5/+10