| Commit message (Expand) | Author | Age | Files | Lines |
* | libbb: introduce and use fputs_stdout | Ron Yorston | 2021-02-03 | 2 | -12/+9 |
* | libiproute: band-aid for old uclibc missing IFA_FLAGS | Denys Vlasenko | 2020-12-29 | 1 | -1/+6 |
* | randomconfig fixes | Denys Vlasenko | 2020-12-29 | 1 | -0/+6 |
* | decrease paddign: gcc-9.3.1 slaps 32-byte alignment on arrays willy-nilly | Denys Vlasenko | 2020-11-30 | 1 | -1/+1 |
* | libiproute: reuse string constants | Denys Vlasenko | 2020-11-21 | 1 | -20/+33 |
* | ip rule: add support for fwmark/fwmask for policy routing | Rui Salvaterra | 2020-10-03 | 1 | -6/+26 |
* | ip address: Add support for "valid_lft" and "preferred_lft" options | Christian Eggers | 2020-07-31 | 2 | -7/+62 |
* | ip: Add support for "noprefixroute" option | Christian Eggers | 2020-07-31 | 1 | -15/+30 |
* | libbb: reduce the overhead of single parameter bb_error_msg() calls | James Byrne | 2019-07-02 | 6 | -36/+36 |
* | ip: use rtnl_send_check() on flush commands, closes 6962 | Denys Vlasenko | 2019-05-22 | 5 | -17/+65 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2019-05-21 | 1 | -1/+1 |
* | ip: fix comment placement | Denys Vlasenko | 2019-04-29 | 1 | -1/+1 |
* | ipaddress: remove unused variable no_link | Bernhard Reutner-Fischer | 2019-04-07 | 1 | -4/+0 |
* | ip: Fix ip -o link | Stefan Sørensen | 2019-03-30 | 1 | -2/+2 |
* | ip link: Fix vlan proto, closes 8261 and 11638 | Bernhard Reutner-Fischer | 2019-01-22 | 1 | -5/+11 |
* | ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 | Denys Vlasenko | 2019-01-22 | 1 | -1/+1 |
* | ip: print dadfailed flag | Kaarle Ritvanen | 2019-01-04 | 1 | -0/+4 |
* | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr | Denys Vlasenko | 2018-03-27 | 1 | -1/+1 |
* | ip: fix "ip -oneline a" | Denys Vlasenko | 2018-03-08 | 1 | -1/+4 |
* | iplink: implement support for selecting a master interface | Jan Luebbe | 2018-02-20 | 1 | -0/+38 |
* | ip link: support "add TYPE vrf", improve --help | Jan Luebbe | 2018-02-20 | 1 | -1/+23 |
* | libbb: introduce and use bb_getsockname() | Denys Vlasenko | 2018-02-11 | 2 | -7/+2 |
* | ip: fix crash in "ip neigh show" | Denys Vlasenko | 2018-02-08 | 6 | -11/+15 |
* | tc: fix single-applet build | Denys Vlasenko | 2018-01-13 | 1 | -0/+6 |
* | iproute/iprule: support toolchains without RTA_TABLE routing attribute | Eugene Rudoy | 2017-10-27 | 2 | -9/+28 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 8 | -10/+0 |
* | whitespace and comment format fixes, no code changes | Denys Vlasenko | 2017-10-05 | 4 | -4/+0 |
* | iproute: support for filtering by and printing of scope | André Draszik | 2017-06-13 | 1 | -4/+22 |
* | ip rule: add suppress_{prefixlength,ifgroup} options | Stefan Tomanek | 2017-06-13 | 1 | -27/+46 |
* | ipaddress: tweak help text | Denys Vlasenko | 2017-04-07 | 1 | -3/+7 |
* | iproute: add "a" command as a synonym to "add" | Denys Vlasenko | 2017-04-07 | 1 | -24/+37 |
* | libiproute: FACT_FUNCization | Denys Vlasenko | 2017-04-07 | 2 | -39/+41 |
* | iproute: support advmss option | Denys Vlasenko | 2017-04-07 | 1 | -12/+19 |
* | iproute: update help text, add commented-out code for unsupported options | Denys Vlasenko | 2017-04-06 | 1 | -3/+167 |
* | iplink: implement "set promisc on|off". Closes 4682 | Denys Vlasenko | 2017-04-06 | 1 | -20/+11 |
* | ip link: tidying up | Denys Vlasenko | 2017-04-06 | 1 | -165/+144 |
* | fix breakage found by mass one-applet builds | Denys Vlasenko | 2016-12-23 | 1 | -0/+3 |
* | libiproute: handle table ids larger than 255 | Lukasz Nowak | 2016-12-18 | 2 | -6/+29 |
* | libnetlink: fix alignment of netlink messages | Hauke Mehrtens | 2016-09-18 | 1 | -8/+8 |
* | libiproute: eliminate some redundant zero stores | Denys Vlasenko | 2016-08-14 | 2 | -27/+31 |
* | ip: fix an improper optimization: req.r.rtm_scope may be nonzero here | Denys Vlasenko | 2016-08-14 | 1 | -2/+1 |
* | ip: fix problem on mips64 n64 big endian musl systems | Szabolcs Nagy | 2016-04-24 | 1 | -13/+24 |
* | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko | 2016-04-22 | 3 | -4/+4 |
* | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko | 2016-04-21 | 3 | -1/+10 |
* | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko | 2016-04-21 | 3 | -3/+6 |
* | iproute: support "scope". Closes 8561 | Denys Vlasenko | 2015-12-30 | 1 | -19/+33 |
* | libiproute: use if_nametoindex | Ron Yorston | 2015-10-24 | 1 | -24/+1 |
* | libiproute: make rt_addr_n2a() and format_host() return auto strings | Denys Vlasenko | 2015-10-14 | 7 | -75/+57 |
* | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko | 2015-10-14 | 9 | -45/+44 |
* | networking: add 'ip neigh' command | Curt Brune | 2015-10-14 | 6 | -25/+389 |