Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-06-12 | - make the first arg of the filter function passed to rtnl_dump_filter constant | Bernhard Reutner-Fischer | |
to match normal iproute. No obj-code changes. | |||
2008-05-09 | Use intra-DSO calls when we build libbusybox. No-op for normal build. | Denis Vlasenko | |
This was Bernhard Fischer' idea. text data bss dec hex filename 773549 7781 9740 791070 c121e busybox.t7/0_lib/libbusybox.so.1.11.0.svn_unstripped 769683 7397 9740 786820 c0184 busybox.t9t/0_lib/libbusybox.so.1.11.0.svn_unstripped | |||
2007-12-02 | libnetlink: comment out unused code; don't use 8k stack buffers | Denis Vlasenko | |
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 | |||
2007-04-12 | - add xsendto and use where appropriate; shrink iplink; sanitize libiproute ↵ | Bernhard Reutner-Fischer | |
a bit. -916 byte | |||
2007-01-24 | accumulated post-1.4.0 fixes | Denis Vlasenko | |
2006-12-31 | remove commented out #includes etc | Denis Vlasenko | |
move get_hz to the only caller | |||
2006-12-31 | stop using __u32 etc. uint32_t is there for a reason | Denis Vlasenko | |
2006-11-21 | - add 'ip rule' support. First take.. | Bernhard Reutner-Fischer | |
text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o | |||
2006-07-02 | Standardize on the vi editing directives being on the first line. | "Robert P. J. Day" | |
2006-03-03 | Kill off some unused code that was wasting several k, as noticed by | Eric Andersen | |
Denis Vlasenko when building with -ffunction-sections -fdata-sections | |||
2002-11-10 | IP applet by Bastian Blank <waldi@debian.org> | Glenn L McGrath | |