aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
AgeCommit message (Expand)Author
2018-03-27ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko
2018-03-08ip: fix "ip -oneline a"Denys Vlasenko
2018-02-20iplink: implement support for selecting a master interfaceJan Luebbe
2018-02-20ip link: support "add TYPE vrf", improve --helpJan Luebbe
2018-02-11libbb: introduce and use bb_getsockname()Denys Vlasenko
2018-02-08ip: fix crash in "ip neigh show"Denys Vlasenko
2018-01-13tc: fix single-applet buildDenys Vlasenko
2017-10-27iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-10-05whitespace and comment format fixes, no code changesDenys Vlasenko
2017-06-13iproute: support for filtering by and printing of scopeAndré Draszik
2017-06-13ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek
2017-04-07ipaddress: tweak help textDenys Vlasenko
2017-04-07iproute: add "a" command as a synonym to "add"Denys Vlasenko
2017-04-07libiproute: FACT_FUNCizationDenys Vlasenko
2017-04-07iproute: support advmss optionDenys Vlasenko
2017-04-06iproute: update help text, add commented-out code for unsupported optionsDenys Vlasenko
2017-04-06iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko
2017-04-06ip link: tidying upDenys Vlasenko
2016-12-23fix breakage found by mass one-applet buildsDenys Vlasenko
2016-12-18libiproute: handle table ids larger than 255Lukasz Nowak
2016-09-18libnetlink: fix alignment of netlink messagesHauke Mehrtens
2016-08-14libiproute: eliminate some redundant zero storesDenys Vlasenko
2016-08-14ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko
2016-04-24ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy
2016-04-22*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2016-04-21*: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko
2016-04-21libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko
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