aboutsummaryrefslogtreecommitdiff
path: root/toys/pending/ip.c
AgeCommit message (Expand)Author
2020-08-11Fix spelling errorsAntoni Villalonga i Noceras
2020-04-15ip: appease clang warningsEthan Sommer
2019-11-03ip: remove get_line().Elliott Hughes
2019-07-16ip.c route change support for extended attributes.Mike Bennett
2019-06-19Avoid a double-definition (iphdr) from netinet/in.h and linux/ip_tunnel.h by ...Mike Bennett
2019-03-02Fix instances of "Usage:" rather than "usage:".Elliott Hughes
2019-01-22Whitespace: remove tabs from indentation.Elliott Hughes
2015-09-11Replace toys.exithelp with help_exit() in lib.Rob Landley
2015-01-01Switch a lot of strncpy() calls to xstrncpy().Rob Landley
2014-12-31Redo option parsing infrastructure so #define FORCE_FLAGS can unzero flag mac...Rob Landley
2014-10-16Even bigger ip.c, from Ashwini Sharma.Rob Landley
2014-09-28Updated version, having complete support for ip _link_, _addr_, _rule_, _rout...Ashwini Sharma