aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
AgeCommit message (Expand)Author
2015-12-30iproute: support "scope". Closes 8561Denys Vlasenko
2015-10-24libiproute: use if_nametoindexRon Yorston
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko
2015-10-14networking: add 'ip neigh' commandCurt Brune
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko
2015-10-08iproute: more string reuseDenys Vlasenko
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko
2015-07-01ip addr: support change and replace commandsMichael Tokarev
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski
2014-03-01ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko
2013-07-15ip link: add VLAN supportPatrick McHardy
2013-07-15ip: code shrinkDenys Vlasenko
2013-01-14whitespace cleanup. no code changesDenys Vlasenko
2012-09-03Fix compile failure in ll_proto.cDenys Vlasenko
2012-09-02ll_proto.c: code shrinkDenys Vlasenko
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko
2011-06-10*: simplify Ethernet header includesDan Fandrich
2011-04-17add include <sys/socket.h>Denys Vlasenko
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko
2011-02-10fix trivial build failureDenys Vlasenko
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko
2010-11-04ip: Fix command line option parsing of "ip route get ..."Christian Hornung
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko
2010-10-29whitespace cleanupDenys Vlasenko
2010-10-28*: whitespace fixesDenys Vlasenko
2010-09-01better shared strings trickDenys Vlasenko
2010-08-30iplink: another compat #ifndef/#define tweakDenys Vlasenko
2010-08-22ip: add a #define for older kernelsDenys Vlasenko
2010-08-16*: make GNU licensing statement forms more regularDenys Vlasenko
2010-07-26*: trailing empty lines removedDenys Vlasenko
2010-07-24libiproute: code shrink by adding FAST_FUNCDenys Vlasenko
2010-07-23libnetlink: code shrinkNatanael Copa
2010-07-04ip a: fix SEGV if "dev IFACE" is not specifiedDenys Vlasenko
2010-06-08*: add INSERTs to *.src files where appropriateDenys Vlasenko
2010-06-04mass renaming Kbuild -> Kbuild.src, Config.in -> Config.srcDenys Vlasenko
2010-05-27trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsoleDenys Vlasenko
2010-05-25ip addr: shrinkBernhard Reutner-Fischer
2010-05-25ip addr: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip rule: unify parsing argsBernhard Reutner-Fischer
2010-05-25ip tunnel: unify parsing args; no obj-code changesBernhard Reutner-Fischer