summaryrefslogtreecommitdiff
path: root/networking/libiproute
Commit message (Expand)AuthorAgeFilesLines
* *: make "pragma GCC visibility push(hidden)" less uglyDenis Vlasenko2009-04-096-56/+29
* networking/libiproute/*: code shrink by optimizing numeric conversionsDenis Vlasenko2009-03-058-135/+60
* ip: in "ip rule add from all table 1", "all" is taken as 0.0.0.0/32,Denis Vlasenko2009-03-032-18/+22
* libiproute: fix buggy open check: s/if (fd)/if (fd >= 0)/Denis Vlasenko2008-12-101-1/+1
* optimize 16- and 32-bit movesDenis Vlasenko2008-12-082-21/+21
* iptunnel: fix problems with including linux/ip_tunnel.hDenis Vlasenko2008-12-031-2/+43
* libbb: add strncpy_IFNAMSIZDenis Vlasenko2008-12-024-20/+19
* iplink: accept shorthands for "address" keyword here:Denis Vlasenko2008-11-011-4/+7
* - minor shrinkage (~-60)Bernhard Reutner-Fischer2008-10-301-8/+8
* - support ip link set eth1 address 00:11:22:33:44:55Bernhard Reutner-Fischer2008-10-301-1/+1
* - fix ip route rejecting dotted quads as prefixBernhard Reutner-Fischer2008-10-212-31/+35
* - route metric support (Natanael Copa)Bernhard Reutner-Fischer2008-10-071-2/+9
* - update my name. No obj-code changes ;)Bernhard Reutner-Fischer2008-09-251-1/+1
* modprobe-small: make insmod command line compatibleDenis Vlasenko2008-09-061-0/+2
* - add WIP stub for tc.Bernhard Reutner-Fischer2008-09-042-4/+2
* fix several problems with config parser:Denis Vlasenko2008-07-261-3/+1
* *: conversion to config parserDenis Vlasenko2008-07-241-29/+15
* libbb: [x]fopen_for_{read,write} introduced and used.Denis Vlasenko2008-07-212-2/+2
* - first pass to unify/cleanup uid handling (-236b)Bernhard Reutner-Fischer2008-07-211-1/+1
* *: rename ATTRIBUTE_XXX to just XXX.Denis Vlasenko2008-07-058-15/+15
* libiproute: print_route() always uses stdout, do not pass FILE pointer to it.Denis Vlasenko2008-06-293-92/+95
* whitespace fixes. no code changesDenis Vlasenko2008-06-251-1/+1
* - make the first arg of the filter function passed to rtnl_dump_filter constantBernhard Reutner-Fischer2008-06-127-10/+10
* ip: make numeric table work: "ip route list table 255". closes bug 3664.Denis Vlasenko2008-06-081-1/+9
* libbb: introduce and use print_flags().Denis Vlasenko2008-06-071-11/+8
* ip: support for the LOWER_UP flag by Natanael Copa <natanael.copa@gmail.com>.Denis Vlasenko2008-06-051-0/+5
* replace single-char printf's with bb_putcharDenis Vlasenko2008-06-051-1/+1
* libiproute: use stdout directly instead of passing it as a parameterDenis Vlasenko2008-06-052-79/+75
* libiproute: fix option parsing, so that "ip -o link" works again.Denis Vlasenko2008-05-311-1/+1
* libiproute: style fixes, and using smallint as appropriateDenis Vlasenko2008-05-313-26/+24
* - use EXIT_{SUCCESS,FAILURE}. No object-code changesBernhard Reutner-Fischer2008-05-191-1/+1
* - 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-Fischer2008-05-161-2/+4
* - very minor shrinkageBernhard Reutner-Fischer2008-05-161-5/+1
* - add appropriate string for arp header #32 for use by ip(8)Bernhard Reutner-Fischer2008-05-161-0/+6
* more of -Wall fixes from Cristian Ionescu-Idbohrn.Denis Vlasenko2008-05-154-10/+8
* Use intra-DSO calls when we build libbusybox. No-op for normal build.Denis Vlasenko2008-05-096-1/+48
* style fixes. no code changesDenis Vlasenko2008-04-191-3/+3
* *: use fopen_or_warn in few more placesDenis Vlasenko2008-03-201-1/+0
* *: add -Wunused-parameter; fix resulting breakageDenis Vlasenko2008-03-171-1/+3
* random s/short/int/Denis Vlasenko2008-02-162-4/+4
* - fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer2008-01-271-1/+0
* ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko2008-01-041-4/+6
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-022-37/+65
* ip route: add comment, no code changesDenis Vlasenko2007-11-271-1/+3
* iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko2007-11-262-37/+48
* ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko2007-11-188-175/+171
* ll_types.c: optimize link type table, make it conditionalDenis Vlasenko2007-10-295-78/+169
* ip tunnel parameter parsing fix by Jean Wolter <jw5@os.inf.tu-dresden.de>Denis Vlasenko2007-10-101-2/+2
* replace printf with fputs where appropriateDenis Vlasenko2007-09-302-11/+10
* libiproute: add missing break'sDenis Vlasenko2007-09-301-0/+3