summaryrefslogtreecommitdiff
path: root/networking/libiproute/libnetlink.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko2007-12-021-37/+60
| | | | | | | | | | | | 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
* use "glibc errno" trick not only for ash, but for entire busyboxDenis Vlasenko2007-05-311-7/+1
| | | | | (add/remove: 1/1 grow/shrink: 37/37 up/down: 139/-228) Total: -89 bytes
* - add xsendto and use where appropriate; shrink iplink; sanitize libiproute ↵Bernhard Reutner-Fischer2007-04-121-35/+31
| | | | | | a bit. -916 byte
* stop using __u32 etc. uint32_t is there for a reasonDenis Vlasenko2006-12-311-2/+2
|
* - add 'ip rule' support. First take..Bernhard Reutner-Fischer2006-11-211-4/+4
| | | | | text data bss dec hex filename 2999 0 0 2999 bb7 networking/libiproute/iprule.o
* last nail into error_msg() (de)capitalizationDenis Vlasenko2006-10-271-14/+14
|
* add open_read_close() and similar stuffDenis Vlasenko2006-10-141-1/+1
|
* Standardize on the vi editing directives being on the first line."Robert P. J. Day"2006-07-021-0/+1
|
* Header cleanup: don't #include headers that libbb.h already includes.Rob Landley2006-06-021-2/+1
|
* Kill off some unused code that was wasting several k, as noticed byEric Andersen2006-03-031-128/+0
| | | | Denis Vlasenko when building with -ffunction-sections -fdata-sections
* sort out yet more type issuesEric Andersen2006-01-301-1/+1
|
* Steve Grubb writes:Eric Andersen2004-05-051-2/+4
| | | | | | | | | | | | | | | Hello, Last November a bug was found in iproute. CAN-2003-0856 has more information. Basically, netlink packets can come from any user. If a program performs action based on netlink packets, they must be examined to make sure they came from the place they are expected (the kernel). Attached is a patch against pre8. Please apply this before releasing 1.00 final. All users of busy box may be vulnerable to local attacks without it. Best Regards, Steve Grubb
* Remove trailing whitespace. Update copyright to include 2004.Eric Andersen2004-03-151-2/+2
|
* Patch from Lars Kellogg-Stedman:Eric Andersen2003-06-201-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | I'm building BusyBox using a development kit for MontaVista Hardhat Linux (PPC) -- which, at least in this instance, is based around kernel 2.2.14. I've had to massage a few files in networking/libiproute/ to make it compile. Specifically: (1) Added a #include <sys/uio.h> for the iovec structure in libnetlink.c, (2) Put ifdefs in ll_types.c and ll_proto.c around various constants (ETH_P_xxx and ARPHRD_xxx) that weren't defined, (3) Make do_changename() in iplink.c require a kernel >= 2.4.0 -- the ifr structure in my environment doesn't have the ifr_name attribute. I've assumed this is a kernel dependency -- let me know if I ought to be checking something else. In the absence of the correct kernel, do_changename() always returns 0. Attached is a patch against the current CVS that will make these changes. -- Lars
* Major coreutils update.Manuel Novoa III2003-03-191-35/+35
|
* Only included headers that are used.Glenn L McGrath2002-12-161-9/+4
|
* Cleanup error messagesGlenn L McGrath2002-11-281-61/+65
|
* IP applet by Bastian Blank <waldi@debian.org>Glenn L McGrath2002-11-101-0/+521