summaryrefslogtreecommitdiff
path: root/ip/link_gre.c
AgeCommit message (Expand)Author
2021-08-11ip/tunnel: always print all known attributesIlya Dmitrichenko
2021-04-10erspan: fix JSON outputStephen Hemminger
2020-04-30erspan: Add type I version 0 support.William Tu
2020-04-13ip: link_gre: Do not send ERSPAN attributes to GRE tunnelsPetr Machata
2020-02-23erspan: set erspan_ver to 1 by defaultXin Long
2019-05-20treewide: refactor help messagesMatteo Croce
2019-04-17ip: add missing space after 'external' in detailed modeBeniamino Galvani
2018-12-10fix print_0xhex on 32 bitStephen Hemminger
2018-09-21iplink: fix incorrect any address handling for ip tunnelsHangbin Liu
2018-04-23gre/gre6: allow clearing {,i,o}{key,seq,csum} flagsSabrina Dubroca
2018-03-11utils: Introduce and use nodev() helper routineSerhey Popovych
2018-02-14gre/gre6: Unify local/remote endpoint address parsingSerhey Popovych
2018-02-09ip: Use print_0xhex() where appropriateSerhey Popovych
2018-02-09ip/tunnel: Minor cleanupsSerhey Popovych
2018-02-09gre/gre6: Unify gre_print_help()Serhey Popovych
2018-02-02ip: Minor cleanupsSerhey Popovych
2018-01-25ip/tunnel: Unify local/remote endpoint address printingSerhey Popovych
2018-01-24gre/gre6: Unify attribute addition to netlink bufferSerhey Popovych
2018-01-24ip/tunnel: Be consistent when printing tunnel collect metadataSerhey Popovych
2018-01-24Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-01-23iplink: Use ll_name_to_index() instead of if_nametoindex()Serhey Popovych
2018-01-23iptnl/ip6tnl: Unify ttl/hoplimit parsing routinesSerhey Popovych
2018-01-22gre/gre6: Post merge fixesSerhey Popovych
2018-01-21Merge branch 'master' into net-nextDavid Ahern
2018-01-18gre/tunnel: Print erspan_index using print_uint()Serhey Popovych
2018-01-18ip/tunnel: Abstract tunnel encapsulation options printingSerhey Popovych
2018-01-18ip/tunnel: Use print_0xhex() instead of print_string()Serhey Popovych
2018-01-18ip/tunnel: Simplify and unify tos printingSerhey Popovych
2018-01-18ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych
2018-01-18iplink: Use ll_index_to_name() instead of if_indextoname()Serhey Popovych
2018-01-08Merge branch 'master' into net-nextDavid Ahern
2017-12-28ip/tunnel: Document "external" parameterSerhey Popovych
2017-12-27gre,ip6tnl/tunnel: Fix noencap- supportSerhey Popovych
2017-12-27erspan: add erspan usage descriptionWilliam Tu
2017-12-26ip/tunnel: No need to free answer after rtnl_talk() on errorSerhey Popovych
2017-12-20erspan: add erspan version II supportWilliam Tu
2017-12-19ip/tunnel: Use tnl_parse_key() to parse tunnel keySerhey Popovych
2017-12-16ip: gre: fix IFLA_GRE_LINK attribute sizingSerhey Popovych
2017-12-16ip/tunnel: Unify setup and accept zero address for local/remote endpointsSerhey Popovych
2017-11-28gre: Fix ttl inherit optionRobert Shearman
2017-10-26lib/libnetlink: update rtnl_talk to support malloc buff at run timeHangbin Liu
2017-08-23gre: add support for ERSPAN tunnelWilliam Tu
2017-08-17ip: link_gre.c: add json output supportJulien Fortin
2017-07-20iproute2: add support for GRE ignore-df knobPhilip Prindeville
2017-04-23iplink: Expose IFLA_*_FWMARK attributes for supported link typesCraig Gallek
2017-04-04ip: link: Unify link type help functions a bitPhil Sutter
2016-08-12gre6: Support for fou encapsulationTom Herbert
2016-07-20Use C99 style initializers everywherePhil Sutter
2016-05-06ip link gre: print only relevant info in external modeJiri Benc
2016-05-06ip link gre: create interfaces in external mode correctlyJiri Benc