| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: 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 |
* | libbb: auto_string() for efficient handling of temporary malloced stirngs | Denys Vlasenko | 2015-10-09 | 2 | -7/+8 |
* | iproute: more string reuse | Denys Vlasenko | 2015-10-08 | 1 | -6/+9 |
* | iproute: don't hardcode the path to config files | Christoph J. Thompson | 2015-10-08 | 1 | -5/+7 |
* | ip: increased max ID for /etc/iproute2/rt_tables to 1023 | Denys Vlasenko | 2015-10-08 | 1 | -10/+19 |
* | libiproute: use itoa() where appropriate | Denys Vlasenko | 2015-10-08 | 9 | -61/+37 |
* | ipaddress: better formatting, no code changes | Denys Vlasenko | 2015-07-01 | 1 | -6/+10 |
* | ip addr: support change and replace commands | Michael Tokarev | 2015-07-01 | 1 | -8/+12 |
* | libbb: introduce and use is_prefixed_with() | Denys Vlasenko | 2015-03-12 | 1 | -1/+1 |
* | iproute: support onelink route option and print route flags | Michael Tokarev | 2014-11-17 | 1 | -1/+17 |
* | libbb: use a wrapper around sysconf(_SC_CLK_TCK) to save a few bytes | Bartosz Golaszewski | 2014-06-22 | 1 | -1/+1 |
* | ip link: add support for "address ETHADDR". Closes 4862 | Denys Vlasenko | 2014-03-01 | 1 | -2/+188 |
* | iplink: fix build with kernel versions prior to 2.6.23 | Eugene Rudoy | 2014-01-22 | 1 | -0/+10 |
* | iplink: comment out include <net/if_packet.h> | Denys Vlasenko | 2013-08-16 | 1 | -1/+1 |
* | iplink: fix build error (IFLA_VLAN_PROTOCOL defined before include) | Denys Vlasenko | 2013-07-28 | 1 | -4/+4 |
* | ip link: add VLAN support | Patrick McHardy | 2013-07-15 | 1 | -9/+128 |
* | ip: code shrink | Denys Vlasenko | 2013-07-15 | 3 | -20/+16 |
* | whitespace cleanup. no code changes | Denys Vlasenko | 2013-01-14 | 3 | -11/+15 |
* | Fix compile failure in ll_proto.c | Denys Vlasenko | 2012-09-03 | 1 | -2/+2 |
* | ll_proto.c: code shrink | Denys Vlasenko | 2012-09-02 | 1 | -23/+85 |
* | iplink: tweak includes to work on android | Denys Vlasenko | 2011-06-12 | 1 | -1/+1 |
* | *: simplify Ethernet header includes | Dan Fandrich | 2011-06-10 | 1 | -5/+1 |
* | add include <sys/socket.h> | Denys Vlasenko | 2011-04-17 | 1 | -0/+1 |
* | fix libiproute compile with kernel headers < 2.6.17 | Stefan Seyfried | 2011-02-26 | 1 | -0/+3 |
* | iproute: fix parsing and matching of of "short" IP addrs like 10/8 | Denys Vlasenko | 2011-02-23 | 4 | -38/+74 |
* | fix trivial build failure | Denys Vlasenko | 2011-02-10 | 1 | -2/+3 |
* | iproute: fix handling of "dev IFACE" selector | Denys Vlasenko | 2011-02-09 | 2 | -14/+25 |
* | ip: Fix command line option parsing of "ip route get ..." | Christian Hornung | 2010-11-04 | 1 | -1/+1 |
* | networking/*: remove superfluous comments | Denys Vlasenko | 2010-10-30 | 3 | -6/+0 |
* | whitespace cleanup | Denys Vlasenko | 2010-10-29 | 16 | -106/+79 |
* | *: whitespace fixes | Denys Vlasenko | 2010-10-28 | 1 | -1/+1 |
* | better shared strings trick | Denys Vlasenko | 2010-09-01 | 1 | -2/+2 |
* | iplink: another compat #ifndef/#define tweak | Denys Vlasenko | 2010-08-30 | 1 | -0/+2 |
* | ip: add a #define for older kernels | Denys Vlasenko | 2010-08-22 | 1 | -0/+3 |
* | *: make GNU licensing statement forms more regular | Denys Vlasenko | 2010-08-16 | 6 | -6/+6 |
* | *: trailing empty lines removed | Denys Vlasenko | 2010-07-26 | 1 | -1/+0 |
* | libiproute: code shrink by adding FAST_FUNC | Denys Vlasenko | 2010-07-24 | 7 | -22/+21 |
* | libnetlink: code shrink | Natanael Copa | 2010-07-23 | 2 | -27/+17 |
* | ip a: fix SEGV if "dev IFACE" is not specified | Denys Vlasenko | 2010-07-04 | 1 | -24/+23 |
* | *: add INSERTs to *.src files where appropriate | Denys Vlasenko | 2010-06-08 | 1 | -0/+2 |
* | mass renaming Kbuild -> Kbuild.src, Config.in -> Config.src | Denys Vlasenko | 2010-06-04 | 1 | -0/+0 |
* | trivial fixes: use uint8_t, not __u8; fix defconfig for fgconsole | Denys Vlasenko | 2010-05-27 | 1 | -1/+1 |
* | ip addr: shrink | Bernhard Reutner-Fischer | 2010-05-25 | 1 | -99/+78 |