summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-25merge with busybox 1.26.2Xindong Xu1303-57138/+32187
2017-01-01fix breakage found by mass one-applet buildsDenys Vlasenko8-20/+29
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak2-6/+29
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens1-8/+8
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko2-27/+31
2016-08-13ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko1-2/+1
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy1-13/+24
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko30-49/+49
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko29-55/+83
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko91-131/+414
2015-12-30iproute: support "scope". Closes 8561Denys Vlasenko1-19/+33
2015-10-24libiproute: use if_nametoindexRon Yorston1-24/+1
2015-10-14libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko7-75/+57
2015-10-14libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko16-63/+62
2015-10-14networking: add 'ip neigh' commandCurt Brune8-26/+420
2015-10-09libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko5-16/+33
2015-10-08iproute: more string reuseDenys Vlasenko1-6/+9
2015-10-08iproute: don't hardcode the path to config filesChristoph J. Thompson2-5/+14
2015-10-08ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko1-10/+19
2015-10-08libiproute: use itoa() where appropriateDenys Vlasenko9-61/+37
2015-07-01ipaddress: better formatting, no code changesDenys Vlasenko1-6/+10
2015-07-01ip addr: support change and replace commandsMichael Tokarev2-9/+13
2015-03-12libbb: introduce and use is_prefixed_with()Denys Vlasenko51-151/+165
2014-11-17iproute: support onelink route option and print route flagsMichael Tokarev1-1/+17
2014-08-01Fix remaining bionic warningsTanguy Pruvot23-35/+52
2014-06-22libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytesBartosz Golaszewski7-16/+12
2014-04-06iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy1-0/+10
2014-04-04Merge branch '1_22_stable' of git://git.busybox.net/busybox into 1.22Ricardo Cerqueira292-11914/+17013
2014-03-01ip link: add support for "address ETHADDR". Closes 4862Denys Vlasenko1-2/+188
2014-01-22iplink: fix build with kernel versions prior to 2.6.23Eugene Rudoy1-0/+10
2013-08-16iplink: comment out include <net/if_packet.h>Denys Vlasenko1-1/+1
2013-07-28iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include)Denys Vlasenko1-4/+4
2013-07-15ip link: add VLAN supportPatrick McHardy1-9/+128
2013-07-15ip: code shrinkDenys Vlasenko3-20/+16
2013-02-26Busybox 1.21.0 squashed commit for jellybeanTanguy Pruvot225-8289/+9916
2013-01-14whitespace cleanup. no code changesDenys Vlasenko59-219/+233
2012-09-03Fix compile failure in ll_proto.cDenys Vlasenko1-2/+2
2012-09-02ll_proto.c: code shrinkDenys Vlasenko1-23/+85
2012-05-05fix most sign and variable initialization warningsTanguy Pruvot56-152/+161
2011-06-12iplink: tweak includes to work on androidDenys Vlasenko1-1/+1
2011-06-10*: simplify Ethernet header includesDan Fandrich10-56/+30
2011-04-17add include <sys/socket.h>Denys Vlasenko1-0/+1
2011-02-26fix libiproute compile with kernel headers < 2.6.17Stefan Seyfried1-0/+3
2011-02-23iproute: fix parsing and matching of of "short" IP addrs like 10/8Denys Vlasenko4-38/+74
2011-02-10fix trivial build failureDenys Vlasenko1-2/+3
2011-02-09iproute: fix handling of "dev IFACE" selectorDenys Vlasenko2-14/+25
2010-11-04ip: Fix command line option parsing of "ip route get ..."Christian Hornung1-1/+1
2010-10-30networking/*: remove superfluous commentsDenys Vlasenko5-11/+1
2010-10-29whitespace cleanupDenys Vlasenko69-268/+231
2010-10-28*: whitespace fixesDenys Vlasenko82-183/+185
[next]