summaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-021-0/+5
| | | | | | | | | | | | function old new delta ipaddr_modify 1305 1297 -8 do_iprule 963 955 -8 do_iproute 2193 2169 -24 xrtnl_dump_filter 418 391 -27 rtnl_talk 671 536 -135 ------------------------------------------------------------------------------ (add/remove: 0/0 grow/shrink: 0/5 up/down: 0/-202) Total: -202 bytes
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute ↵Bernhard Reutner-Fischer2007-04-121-6/+4
| | | | | | a bit. -916 byte
* accumulated post-1.4.0 fixesDenis Vlasenko2007-01-241-2/+3
|
* remove commented out #includes etcDenis Vlasenko2006-12-311-1/+0
| | | | move get_hz to the only caller
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-5/+5
|
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-7/+7
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-031-4/+0
| | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+46