aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute (follow)
Commit message (Expand)AuthorAgeFilesLines
* libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne2019-07-026-36/+36
* ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko2019-05-225-17/+65
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2019-05-211-1/+1
* ip: fix comment placementDenys Vlasenko2019-04-291-1/+1
* ipaddress: remove unused variable no_linkBernhard Reutner-Fischer2019-04-071-4/+0
* ip: Fix ip -o linkStefan Sørensen2019-03-301-2/+2
* ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer2019-01-221-5/+11
* ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko2019-01-221-1/+1
* ip: print dadfailed flagKaarle Ritvanen2019-01-041-0/+4
* ioctl(SIOCGIFINDEX) does not require clearing of entire ifrDenys Vlasenko2018-03-271-1/+1
* ip: fix "ip -oneline a"Denys Vlasenko2018-03-081-1/+4
* iplink: implement support for selecting a master interfaceJan Luebbe2018-02-201-0/+38
* ip link: support "add TYPE vrf", improve --helpJan Luebbe2018-02-201-1/+23
* libbb: introduce and use bb_getsockname()Denys Vlasenko2018-02-112-7/+2
* ip: fix crash in "ip neigh show"Denys Vlasenko2018-02-086-11/+15
* tc: fix single-applet buildDenys Vlasenko2018-01-131-0/+6
* iproute/iprule: support toolchains without RTA_TABLE routing attributeEugene Rudoy2017-10-272-9/+28
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-058-10/+0
* whitespace and comment format fixes, no code changesDenys Vlasenko2017-10-054-4/+0
* iproute: support for filtering by and printing of scopeAndré Draszik2017-06-131-4/+22
* ip rule: add suppress_{prefixlength,ifgroup} optionsStefan Tomanek2017-06-131-27/+46
* ipaddress: tweak help textDenys Vlasenko2017-04-071-3/+7
* iproute: add "a" command as a synonym to "add"Denys Vlasenko2017-04-071-24/+37
* libiproute: FACT_FUNCizationDenys Vlasenko2017-04-072-39/+41
* iproute: support advmss optionDenys Vlasenko2017-04-071-12/+19
* iproute: update help text, add commented-out code for unsupported optionsDenys Vlasenko2017-04-061-3/+167
* iplink: implement "set promisc on|off". Closes 4682Denys Vlasenko2017-04-061-20/+11
* ip link: tidying upDenys Vlasenko2017-04-061-165/+144
* fix breakage found by mass one-applet buildsDenys Vlasenko2016-12-231-0/+3
* libiproute: handle table ids larger than 255Lukasz Nowak2016-12-182-6/+29
* libnetlink: fix alignment of netlink messagesHauke Mehrtens2016-09-181-8/+8
* libiproute: eliminate some redundant zero storesDenys Vlasenko2016-08-142-27/+31
* ip: fix an improper optimization: req.r.rtm_scope may be nonzero hereDenys Vlasenko2016-08-141-2/+1
* ip: fix problem on mips64 n64 big endian musl systemsSzabolcs Nagy2016-04-241-13/+24
* *: slap on a few ALIGN1/2s where appropriateDenys Vlasenko2016-04-223-4/+4
* *: hopefully all setup_common_bufsiz() are in placeDenys Vlasenko2016-04-213-1/+10
* libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for itDenys Vlasenko2016-04-213-3/+6
* iproute: support "scope". Closes 8561Denys Vlasenko2015-12-301-19/+33
* libiproute: use if_nametoindexRon Yorston2015-10-241-24/+1
* libiproute: make rt_addr_n2a() and format_host() return auto stringsDenys Vlasenko2015-10-147-75/+57
* libiproute: rename invarg(a,b) to invarg_1_to_2(a,b)Denys Vlasenko2015-10-149-45/+44
* networking: add 'ip neigh' commandCurt Brune2015-10-146-25/+389
* libbb: auto_string() for efficient handling of temporary malloced stirngsDenys Vlasenko2015-10-092-7/+8
* iproute: more string reuseDenys Vlasenko2015-10-081-6/+9
* iproute: don't hardcode the path to config filesChristoph J. Thompson2015-10-081-5/+7
* ip: increased max ID for /etc/iproute2/rt_tables to 1023Denys Vlasenko2015-10-081-10/+19
* libiproute: use itoa() where appropriateDenys Vlasenko2015-10-089-61/+37
* ipaddress: better formatting, no code changesDenys Vlasenko2015-07-011-6/+10
* ip addr: support change and replace commandsMichael Tokarev2015-07-011-8/+12
* libbb: introduce and use is_prefixed_with()Denys Vlasenko2015-03-121-1/+1