aboutsummaryrefslogtreecommitdiff
path: root/networking
AgeCommit message (Expand)Author
2008-01-27- fix conflicting decls of syslog related facilitynames and prioritynames tablesBernhard Reutner-Fischer
2008-01-25udhcpc: filter unwanted packets in kernelDenis Vlasenko
2008-01-25udhcpc: fix wrong options in decline and release packetsDenis Vlasenko
2008-01-14- implement brctl setpathcost, setportprio, setbridgeprio, stpBernhard Reutner-Fischer
2008-01-13- shrink a bit and implement time related fancy features. Improve help texts.Bernhard Reutner-Fischer
2008-01-13- save four bytes by manually hoisting the br assignmentBernhard Reutner-Fischer
2008-01-13- new applet brctlBernhard Reutner-Fischer
2008-01-07whitespace fixesDenis Vlasenko
2008-01-07ps: fix build breakage from vda's recent commitDenis Vlasenko
2008-01-04ip route: "ip route" was misbehaving (extra argv+1 ate 1st env var)Denis Vlasenko
2008-01-02libbb: introduce and use safe_waitpid (loops in EINTR)Denis Vlasenko
2007-12-30libbb: introduce fputc_printable (from ed)Denis Vlasenko
2007-12-29httpd: support for "I:index.xml" syntax (Peter Korsgaard <jacmet@uclibc.org>)Denis Vlasenko
2007-12-28trylink: instead of build error, disable --gc-sections if GLIBC && STATICDenis Vlasenko
2007-12-26netstat: in error message, report filename and line numberDenis Vlasenko
2007-12-26save a bit of code with *strchrnul = '\0' trickDenis Vlasenko
2007-12-26Fix xmalloc_fgets_str so that it really does NOT strip terminator.Denis Vlasenko
2007-12-24Makefile: change version to 1.10.0.svnDenis Vlasenko
2007-12-24nameif: extended matching (Nico Erfurth <masta@perlgolf.de>)Denis Vlasenko
2007-12-22vi: introduce FEATURE_VI_8BIT (as vi currently is not Unicode capable,Denis Vlasenko
2007-12-21udhcp: decided to not send "short" dhcp packets,Denis Vlasenko
2007-12-20udhcp: fix oversized packet sending (introduced by "slack for bad dhcp server...Denis Vlasenko
2007-12-16traceroute: stop using global data/bssDenis Vlasenko
2007-12-10udhcpc: support for -O <option>.Denis Vlasenko
2007-12-03lineedit: reduce stack usageDenis Vlasenko
2007-12-02fix whitespace damageDenis Vlasenko
2007-12-02libnetlink: comment out unused code; don't use 8k stack buffersDenis Vlasenko
2007-11-29dhcp: heed TODO item - divorced options from their string descriptionsDenis Vlasenko
2007-11-28dhcpc: let server know we don't like oversized packets.Denis Vlasenko
2007-11-27ip route: add comment, no code changesDenis Vlasenko
2007-11-26iproute: fix a bug where "ip r flush table main" was rejected,Denis Vlasenko
2007-11-25zcip: simplify code a bitDenis Vlasenko
2007-11-25zcip: use low-order 4 bytes of MAC as random seed, not 4 high-orderDenis Vlasenko
2007-11-25dhcpc: cope with buggy DHCP servers which send oversized packetsDenis Vlasenko
2007-11-23Add an RFC for future ipv6 ftp workDenis Vlasenko
2007-11-23arping: fix a bug where there is implicit count of 4G;Denis Vlasenko
2007-11-23logread: eliminate usage of data/bssDenis Vlasenko
2007-11-23dhcp: stop using magic constants; use (htonl(CONST) != a) - it's smallerDenis Vlasenko
2007-11-22udhcpc: remove -W option, -A can be reused for thatDenis Vlasenko
2007-11-22fix a thinko in build systemDenis Vlasenko
2007-11-22dhcpc: cleanup and comments; fix buggy timeout handling in corner cases.Denis Vlasenko
2007-11-22udhcpc: an option to perform ARP check (Jonas Danielsson <jonas.danielsson@ax...Denis Vlasenko
2007-11-18ip: stop propagating argc; optimize ip_parse_common_argsDenis Vlasenko
2007-11-14Introduce FEATURE_PREFER_IPV4_ADDRESS. If selected, we have:Denis Vlasenko
2007-11-12inetd: revert bogus fix for bug 1562; shrink inetd a bitDenis Vlasenko
2007-11-08xreadlink: code shrinkDenis Vlasenko
2007-11-07add "-A N" / "--tryagain=N" option to client, to allow altering thePaul Fox
2007-11-06telnet: use poll, it's shorterDenis Vlasenko
2007-11-06telnetd: fix problem with zombies (by Paul Fox <pgf@brightstareng.com>)Denis Vlasenko
2007-11-04Announce 1.8.0Denis Vlasenko