Age | Commit message (Expand) | Author |
2019-04-07 | ipaddress: remove unused variable no_link | Bernhard Reutner-Fischer |
2019-03-30 | ip: Fix ip -o link | Stefan Sørensen |
2019-01-22 | ip link: Fix vlan proto, closes 8261 and 11638 | Bernhard Reutner-Fischer |
2019-01-22 | ip link: fix mismatched enums in vlan_parse_opt(), closes 11631 | Denys Vlasenko |
2019-01-04 | ip: print dadfailed flag | Kaarle Ritvanen |
2018-03-27 | ioctl(SIOCGIFINDEX) does not require clearing of entire ifr | Denys Vlasenko |
2018-03-08 | ip: fix "ip -oneline a" | Denys Vlasenko |
2018-02-20 | iplink: implement support for selecting a master interface | Jan Luebbe |
2018-02-20 | ip link: support "add TYPE vrf", improve --help | Jan Luebbe |
2018-02-11 | libbb: introduce and use bb_getsockname() | Denys Vlasenko |
2018-02-08 | ip: fix crash in "ip neigh show" | Denys Vlasenko |
2018-01-13 | tc: fix single-applet build | Denys Vlasenko |
2017-10-27 | iproute/iprule: support toolchains without RTA_TABLE routing attribute | Eugene Rudoy |
2017-10-05 | whitespace and comment format fixes, no code changes | Denys Vlasenko |
2017-10-05 | whitespace and comment format fixes, no code changes | Denys Vlasenko |
2017-06-13 | iproute: support for filtering by and printing of scope | André Draszik |
2017-06-13 | ip rule: add suppress_{prefixlength,ifgroup} options | Stefan Tomanek |
2017-04-07 | ipaddress: tweak help text | Denys Vlasenko |
2017-04-07 | iproute: add "a" command as a synonym to "add" | Denys Vlasenko |
2017-04-07 | libiproute: FACT_FUNCization | Denys Vlasenko |
2017-04-07 | iproute: support advmss option | Denys Vlasenko |
2017-04-06 | iproute: update help text, add commented-out code for unsupported options | Denys Vlasenko |
2017-04-06 | iplink: implement "set promisc on|off". Closes 4682 | Denys Vlasenko |
2017-04-06 | ip link: tidying up | Denys Vlasenko |
2016-12-23 | fix breakage found by mass one-applet builds | Denys Vlasenko |
2016-12-18 | libiproute: handle table ids larger than 255 | Lukasz Nowak |
2016-09-18 | libnetlink: fix alignment of netlink messages | Hauke Mehrtens |
2016-08-14 | libiproute: eliminate some redundant zero stores | Denys Vlasenko |
2016-08-14 | ip: fix an improper optimization: req.r.rtm_scope may be nonzero here | Denys Vlasenko |
2016-04-24 | ip: fix problem on mips64 n64 big endian musl systems | Szabolcs Nagy |
2016-04-22 | *: slap on a few ALIGN1/2s where appropriate | Denys Vlasenko |
2016-04-21 | *: hopefully all setup_common_bufsiz() are in place | Denys Vlasenko |
2016-04-21 | libbb: make bb_common_bufsiz1 1 kbyte, add capability to use bss tail for it | Denys Vlasenko |
2015-12-30 | iproute: support "scope". Closes 8561 | Denys Vlasenko |
2015-10-24 | libiproute: use if_nametoindex | Ron Yorston |
2015-10-14 | libiproute: make rt_addr_n2a() and format_host() return auto strings | Denys Vlasenko |
2015-10-14 | libiproute: rename invarg(a,b) to invarg_1_to_2(a,b) | Denys Vlasenko |
2015-10-14 | networking: add 'ip neigh' command | Curt Brune |
2015-10-09 | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko |
2015-10-08 | iproute: more string reuse | Denys Vlasenko |
2015-10-08 | iproute: don't hardcode the path to config files | Christoph J. Thompson |
2015-10-08 | ip: increased max ID for /etc/iproute2/rt_tables to 1023 | Denys Vlasenko |
2015-10-08 | libiproute: use itoa() where appropriate | Denys Vlasenko |
2015-07-01 | ipaddress: better formatting, no code changes | Denys Vlasenko |
2015-07-01 | ip addr: support change and replace commands | Michael Tokarev |
2015-03-12 | libbb: introduce and use is_prefixed_with() | Denys Vlasenko |
2014-11-17 | iproute: support onelink route option and print route flags | Michael Tokarev |
2014-06-22 | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski |
2014-03-01 | ip link: add support for "address ETHADDR". Closes 4862 | Denys Vlasenko |
2014-01-22 | iplink: fix build with kernel versions prior to 2.6.23 | Eugene Rudoy |