aboutsummaryrefslogtreecommitdiff
path: root/networking/libiproute
AgeCommit message (Expand)Author
2021-02-03libbb: introduce and use fputs_stdoutRon Yorston
2020-12-29libiproute: band-aid for old uclibc missing IFA_FLAGSDenys Vlasenko
2020-12-29randomconfig fixesDenys Vlasenko
2020-11-30decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nillyDenys Vlasenko
2020-11-21libiproute: reuse string constantsDenys Vlasenko
2020-10-03ip rule: add support for fwmark/fwmask for policy routingRui Salvaterra
2020-07-31ip address: Add support for "valid_lft" and "preferred_lft" optionsChristian Eggers
2020-07-31ip: Add support for "noprefixroute" optionChristian Eggers
2019-07-02libbb: reduce the overhead of single parameter bb_error_msg() callsJames Byrne
2019-05-22ip: use rtnl_send_check() on flush commands, closes 6962Denys Vlasenko
2019-05-21*: slap on a few ALIGN1/2s where appropriateDenys Vlasenko
2019-04-29ip: fix comment placementDenys Vlasenko
2019-04-07ipaddress: remove unused variable no_linkBernhard Reutner-Fischer
2019-03-30ip: Fix ip -o linkStefan Sørensen
2019-01-22ip link: Fix vlan proto, closes 8261 and 11638Bernhard Reutner-Fischer
2019-01-22ip link: fix mismatched enums in vlan_parse_opt(), closes 11631Denys Vlasenko
2019-01-04ip: print dadfailed flagKaarle Ritvanen
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