Age | Commit message (Expand) | Author |
2009-04-19 | mdev: Rob's #if forest removal | Denis Vlasenko |
2009-04-09 | *: make "pragma GCC visibility push(hidden)" less ugly | Denis Vlasenko |
2009-03-05 | networking/libiproute/*: code shrink by optimizing numeric conversions | Denis Vlasenko |
2009-03-03 | ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32, | Denis Vlasenko |
2008-12-10 | libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/ | Denis Vlasenko |
2008-12-08 | optimize 16- and 32-bit moves | Denis Vlasenko |
2008-12-03 | iptunnel: fix problems with including linux/ip_tunnel.h | Denis Vlasenko |
2008-12-02 | libbb: add strncpy_IFNAMSIZ | Denis Vlasenko |
2008-11-01 | iplink: accept shorthands for "address" keyword here: | Denis Vlasenko |
2008-10-30 | - minor shrinkage (~-60) | Bernhard Reutner-Fischer |
2008-10-30 | - support ip link set eth1 address 00:11:22:33:44:55 | Bernhard Reutner-Fischer |
2008-10-21 | - fix ip route rejecting dotted quads as prefix | Bernhard Reutner-Fischer |
2008-10-07 | - route metric support (Natanael Copa) | Bernhard Reutner-Fischer |
2008-09-25 | - update my name. No obj-code changes ;) | Bernhard Reutner-Fischer |
2008-09-06 | modprobe-small: make insmod command line compatible | Denis Vlasenko |
2008-09-04 | - add WIP stub for tc. | Bernhard Reutner-Fischer |
2008-07-26 | fix several problems with config parser: | Denis Vlasenko |
2008-07-24 | *: conversion to config parser | Denis Vlasenko |
2008-07-21 | libbb: [x]fopen_for_{read,write} introduced and used. | Denis Vlasenko |
2008-07-21 | - first pass to unify/cleanup uid handling (-236b) | Bernhard Reutner-Fischer |
2008-07-05 | *: rename ATTRIBUTE_XXX to just XXX. | Denis Vlasenko |
2008-06-29 | libiproute: print_route() always uses stdout, do not pass FILE pointer to it. | Denis Vlasenko |
2008-06-25 | whitespace fixes. no code changes | Denis Vlasenko |
2008-06-12 | - make the first arg of the filter function passed to rtnl_dump_filter constant | Bernhard Reutner-Fischer |
2008-06-08 | ip: make numeric table work: "ip route list table 255". closes bug 3664. | Denis Vlasenko |
2008-06-07 | libbb: introduce and use print_flags(). | Denis Vlasenko |
2008-06-05 | ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>. | Denis Vlasenko |
2008-06-05 | replace single-char printf's with bb_putchar | Denis Vlasenko |
2008-06-05 | libiproute: use stdout directly instead of passing it as a parameter | Denis Vlasenko |
2008-05-31 | libiproute: fix option parsing, so that "ip -o link" works again. | Denis Vlasenko |
2008-05-31 | libiproute: style fixes, and using smallint as appropriate | Denis Vlasenko |
2008-05-19 | - use EXIT_{SUCCESS,FAILURE}. No object-code changes | Bernhard Reutner-Fischer |
2008-05-16 | - accept ip l s ib0 addr 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:0... | Bernhard Reutner-Fischer |
2008-05-16 | - very minor shrinkage | Bernhard Reutner-Fischer |
2008-05-16 | - add appropriate string for arp header #32 for use by ip(8) | Bernhard Reutner-Fischer |
2008-05-15 | more of -Wall fixes from Cristian Ionescu-Idbohrn. | Denis Vlasenko |
2008-05-09 | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko |
2008-04-19 | style fixes. no code changes | Denis Vlasenko |
2008-03-20 | *: use fopen_or_warn in few more places | Denis Vlasenko |
2008-03-17 | *: add -Wunused-parameter; fix resulting breakage | Denis Vlasenko |
2008-02-16 | random s/short/int/ | Denis Vlasenko |
2008-01-27 | - fix conflicting decls of syslog related facilitynames and prioritynames tables | Bernhard Reutner-Fischer |
2008-01-04 | ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var) | Denis Vlasenko |
2007-12-02 | libnetlink: comment out unused code; don't use 8k stack buffers | Denis Vlasenko |
2007-11-27 | ip route: add comment, no code changes | Denis Vlasenko |
2007-11-26 | iproute: fix a bug where "ip r flush table main" was rejected, | Denis Vlasenko |
2007-11-18 | ip: stop propagating argc; optimize ip_parse_common_args | Denis Vlasenko |
2007-10-29 | ll_types.c: optimize link type table, make it conditional | Denis Vlasenko |
2007-10-10 | ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de> | Denis Vlasenko |
2007-09-30 | replace printf with fputs where appropriate | Denis Vlasenko |