aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute/ll_map.c
AgeCommit message (Expand)Author
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2015-10-24libiproute: use if_nametoindexRon Yorston
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2009-11-13*: use "can't" instead of "cannot"Denys Vlasenko
2009-10-13libiproute: code and data shrinkDenys Vlasenko
2009-06-05*: add FAST_FUNC to function ptrs where it makes senseDenys Vlasenko
2009-04-19mdev: Rob's #if forest removalDenis Vlasenko
2008-12-10libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko
2008-12-02libbb: add strncpy_IFNAMSIZDenis Vlasenko
2008-07-05*: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko
2008-06-12- make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer
2008-05-15more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko
2008-03-17*: add -Wunused-parameter; fix resulting breakageDenis Vlasenko
2007-08-12trylink: produce even more info about final link stageDenis Vlasenko
2007-06-19ll_map: disable interface name caching codeDenis Vlasenko
2007-05-31delete tons of extra #includesDenis Vlasenko
2007-04-12- add xsendto and use where appropriate; shrink iplink; sanitize libiproute a...Bernhard Reutner-Fischer
2007-04-07libiproute: audit callgraph, shortcut error paths into die() functions.Denis Vlasenko
2007-01-11Trailing whitespace removal over entire treeDenis Vlasenko
2006-09-30libiproute/ll_map.c: fix bug 279Denis Vlasenko
2006-07-02Standardize on the vi editing directives being on the first line."Robert P. J. Day"
2006-06-02Header cleanup: don't #include headers that libbb.h already includes.Rob Landley
2006-05-29Size reductions, mostly switching things to use libbb functions.Rob Landley
2005-10-08- make libiproute compile..Bernhard Reutner-Fischer
2002-12-16Only included headers that are used.Glenn L McGrath
2002-11-10IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath