summaryrefslogtreecommitdiff
path: root/networking/libiproute
Commit message (Expand)AuthorAgeFilesLines
* ip: added support for setting netns on devicesNicholas Niro2021-10-071-2/+33
* libbb: introduce and use fputs_stdoutRon Yorston2021-02-032-12/+9
* libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko2020-12-291-1/+6
* randomconfig fixesDenys Vlasenko2020-12-291-0/+6
* decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko2020-11-301-1/+1
* libiproute: reuse string constantsDenys Vlasenko2020-11-211-20/+33
* ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra2020-10-031-6/+26
* ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers2020-07-312-7/+62
* ip: Add support for "noprefixroute" optionChristian Eggers2020-07-311-15/+30
* 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