summaryrefslogtreecommitdiff
path: root/ip/iplink_geneve.c
Commit message (Expand)AuthorAgeFilesLines
* ip: use SPDXStephen Hemminger2023-01-141-5/+1
* ip/geneve: add support for IFLA_GENEVE_INNER_PROTO_INHERITEyal Birger2022-03-201-0/+13
* ip/tunnel: always print all known attributesIlya Dmitrichenko2021-08-111-8/+4
* treewide: refactor help messagesMatteo Croce2019-05-201-16/+16
* ip: add missing space after 'external' in detailed modeBeniamino Galvani2019-04-171-1/+1
* Merge branch 'iproute2-master' into iproute2-nextDavid Ahern2018-12-191-3/+2
|\
| * fix print_0xhex on 32 bitStephen Hemminger2018-12-101-3/+2
* | iplink_geneve: Add DF configurationStefano Brivio2018-11-091-0/+29
|/
* ip/geneve: fix ttl inherit behaviorHangbin Liu2018-10-231-7/+13
* iplink_geneve: correct size of message to avoid spurious errorsJakub Kicinski2018-04-201-1/+1
* utils: Introduce and use inet_prefix_reset()Serhey Popovych2018-02-141-1/+1
* ip/tunnel: Be consistent when printing tunnel collect metadataSerhey Popovych2018-01-241-3/+5
* iplink_geneve: Get rid of inet_get_addr()Serhey Popovych2018-01-211-13/+10
* ip/tunnel: Simplify and unify tos printingSerhey Popovych2018-01-181-15/+8
* ip/tunnel: Correct and unify ttl/hoplimit printingSerhey Popovych2018-01-181-6/+7
* ip: iplink_geneve.c: add json output supportJulien Fortin2017-08-171-23/+63
* geneve: support for modifying geneve deviceGirish Moodalbail2017-07-271-22/+60
* ip: link: Unify link type help functions a bitPhil Sutter2017-04-041-10/+18
* libnetlink: Introduce rta_getattr_be*()Amir Vadai2016-12-021-1/+1
* tunnels: use macros for IPv6 address comparisonJiri Benc2016-09-211-3/+3
* geneve: fix IPv6 remote address reportingEdward Cree2016-05-131-1/+1
* geneve: add support to set flow labelDaniel Borkmann2016-03-271-5/+24
* geneve: Add support for configuring UDP checksums.Jesse Gross2016-03-271-0/+48
* make format_host non-reentrant by defaultPhil Sutter2016-03-271-3/+2
* ip: code cleanupStephen Hemminger2016-03-211-1/+4
* geneve: add support for lwt tunnel creation and dst port selectionPaolo Abeni2016-02-051-5/+36
* geneve: add support for IPv6 link partnersJohn W. Linville2015-11-231-7/+13
* iplink_geneve: add tos configuration at link creationJohn W. Linville2015-06-251-1/+25
* iplink_geneve: add ttl configuration at link creationJohn W. Linville2015-06-251-1/+22
* iproute2: GENEVE supportJohn W. Linville2015-05-211-0/+122