summaryrefslogtreecommitdiff
path: root/include/utils.h
AgeCommit message (Expand)Author
2019-10-28ip: add support for alternative name addition/deletion/listJiri Pirko
2019-07-15utils: don't match empty strings as prefixesMatteo Croce
2019-06-28utils: move parse_percent() to tc_utilAndrea Claudi
2019-06-21Merge branch 'master' into nextDavid Ahern
2019-06-20netns: switch netns in the child when executing commandsMatteo Croce
2019-06-18ip: add a new parameter -NumericHangbin Liu
2019-01-30ss: add AF_XDP supportBjörn Töpel
2018-12-13drop support for DECnetStephen Hemminger
2018-11-24drop support for IPXStephen Hemminger
2018-11-19lib/utils: make local functions staticStephen Hemminger
2018-11-05Include bsd/string.h only in include/utils.hLuca Boccassi
2018-10-29utils.h: provide fallback CLOCK_TAI definitionPeter Korsgaard
2018-10-07utils: Implement get_s64()Vinicius Costa Gomes
2018-08-30tc: support conversions to or from 64 bit nanosecond-based timeDave Taht
2018-03-27Merge branch 'iproute2-master' into iproute2-nextDavid Ahern
2018-03-27Drop capabilities if not running ip exec vrf with libcapLuca Boccassi
2018-03-11utils: Introduce and use nodev() helper routineSerhey Popovych
2018-02-21ip: always print interface name in colorStephen Hemminger
2018-02-16utils: Introduce and use print_name_and_link() to print name@linkSerhey Popovych
2018-02-16utils: Introduce and use get_ifname_rta()Serhey Popovych
2018-02-14utils: Introduce and use inet_prefix_reset()Serhey Popovych
2018-02-10iproute: implement JSON and color outputStephen Hemminger
2018-02-07ip: Introduce get_rtnl_link_stats_rta() to get link statisticsSerhey Popovych
2018-02-02ip: Consolidate ip, xdp and lwtunnel parse/dump prototypes in ip_common.hSerhey Popovych
2018-01-25utils: Introduce get_addr_rta() and inet_addr_match_rta()Serhey Popovych
2018-01-21ip: Get rid of inet_get_addr()Serhey Popovych
2018-01-21utils: Fast inet address classification after get_addr()Serhey Popovych
2017-11-24SPDX license identifiersStephen Hemminger
2017-11-24tc: B.W limits can now be specified in %.Nishanth Devarajan
2017-11-20iproute2: fixes to compile on some systems.Lorenzo Colitti
2017-10-11utils: add print_escape_buf to format and print arbitrary bytesIvan Delalande
2017-10-02Check user supplied interface name lengthsPhil Sutter
2017-09-01Merge branch 'master' into net-nextStephen Hemminger
2017-09-01utils: Implement strlcpy() and strlcat()Phil Sutter
2017-08-21Merge branch 'master' into net-nextStephen Hemminger
2017-08-21utils: Move BIT macro to common headerLeon Romanovsky
2017-08-17ip: add new command line argument -json (mutually exclusive with -color)Julien Fortin
2017-07-05iptunnel: add support for mpls/ip to sit tunnelsKrister Johansen
2017-06-14xfrm: get #define's from linux includesStephen Hemminger
2017-05-22ip: add support for more MPLS labelsDavid Ahern
2017-04-16ip vrf: Add command name next to pidDavid Ahern
2017-01-17utils: make hex2mem available to all usersJamal Hadi Salim
2016-12-13Add filesystem APIs to libDavid Ahern
2016-12-13move cmd_exec to lib utilsDavid Ahern
2016-12-09bpf: add initial support for attaching xdp progsDaniel Borkmann
2016-09-01ip: route: fix multicast route dumpsNikolay Aleksandrov
2016-07-15Add support for configuring Infiniband GUIDsEli Cohen
2016-06-08utils: provide get_hex to read a hex digit from a charSabrina Dubroca
2016-06-08utils: add get_be{16, 32, 64}, use them where possibleSabrina Dubroca
2016-06-08utils: make hexstring_a2n provide the number of hex digits parsedSabrina Dubroca