Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make teql hotplug script run sooner | Gabor Juhos | 2012-12-02 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | In particular, it wants to run before the ntpclient script. Which may block for a long time attempting to do DNS lookups for NTP servers. In my case, that would have *worked* if the new device had been added to teql first, rather than timing out. This was effectively causing a huge delay between an interface coming up, and routing actually starting to work. Signed-off-by: David Woodhouse <David.Woodhouse@intel.com> Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34442 | ||||
* | ipv6-support: Add conffiles section | Steven Barth | 2012-11-29 | 1 | -0/+4 |
| | | | | SVN-Revision: 34423 | ||||
* | ipv6-support: Add new IPv6-support meta-package | Steven Barth | 2012-11-29 | 5 | -0/+437 |
| | | | | SVN-Revision: 34422 | ||||
* | odhcp6c: Add new embedded DHCPv6 client | Steven Barth | 2012-11-29 | 1 | -0/+37 |
| | | | | SVN-Revision: 34421 | ||||
* | 6distributed: add local IPv6 prefix distributor | Steven Barth | 2012-11-29 | 2 | -0/+64 |
| | | | | SVN-Revision: 34420 | ||||
* | 6relayd: Fix some RFC 6204 compatibility issues | Steven Barth | 2012-11-29 | 2 | -9/+4 |
| | | | | SVN-Revision: 34419 | ||||
* | Remove old IPv6 sysctl-config (deprecated) | Steven Barth | 2012-11-29 | 1 | -26/+0 |
| | | | | SVN-Revision: 34418 | ||||
* | iptables: fix typo in iptables musl patch after r34313 | Florian Fainelli | 2012-11-25 | 1 | -1/+1 |
| | | | | | | | | Thanks to Frank Meerkötter and Szabolcs Nagy for spotting the issue. Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34326 | ||||
* | iptables: add some musl portability fixes | Florian Fainelli | 2012-11-23 | 5 | -9/+148 |
| | | | | | | Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34313 | ||||
* | netfid: fix build on musl | Florian Fainelli | 2012-11-23 | 1 | -0/+11 |
| | | | | | | | | AF_INET* is provided by sys/socket.h Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34310 | ||||
* | hostapd: include sys/stat.h for a struct stat definition | Florian Fainelli | 2012-11-21 | 4 | -11/+19 |
| | | | | | | | | Some libcs need this header to be explicitely included (e.g: musl) Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34295 | ||||
* | 6relayd: add conffiles section, thanks swalker | Steven Barth | 2012-11-17 | 1 | -1/+5 |
| | | | | SVN-Revision: 34222 | ||||
* | 6relayd: various updates & fixes - Add RD- and DHCPv6-server functionality - ↵ | Steven Barth | 2012-11-16 | 3 | -26/+48 |
| | | | | | | Rework configuration and add example UCI file - Fix various bugs and be more RFC compliant SVN-Revision: 34204 | ||||
* | ppp: - fix multilink ppp with custom ifnames, patch by George Kashperko ↵ | Jo-Philipp Wich | 2012-11-12 | 6 | -12/+158 |
| | | | | | | <george@znau.edu.ua> - refresh patches SVN-Revision: 34171 | ||||
* | resolveip: fix endless getopt() loop when compiled for arm (#12290) | Jo-Philipp Wich | 2012-11-08 | 2 | -4/+4 |
| | | | | SVN-Revision: 34116 | ||||
* | netifd: don't send a default client identifier in DHCP requests if no ↵ | Jo-Philipp Wich | 2012-11-05 | 1 | -2/+2 |
| | | | | | | clientid uci option is given (#12426) SVN-Revision: 34089 | ||||
* | ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵ | Felix Fietkau | 2012-11-04 | 1 | -1/+27 |
| | | | | | | compile issues with linux 3.6 SVN-Revision: 34070 | ||||
* | iptables: remove support for libipq, it has been obsolete for years and is ↵ | Felix Fietkau | 2012-11-04 | 1 | -16/+0 |
| | | | | | | unsupported in newer kernels SVN-Revision: 34069 | ||||
* | 6relayd: auto-configure local interfaces as well | Steven Barth | 2012-10-31 | 2 | -3/+3 |
| | | | | SVN-Revision: 34027 | ||||
* | uhttpd: update to latest git head, improves handling of invalid requests | Jo-Philipp Wich | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 34010 | ||||
* | 6relayd: update to work around a raw-socket bug | Steven Barth | 2012-10-30 | 1 | -2/+2 |
| | | | | SVN-Revision: 34009 | ||||
* | ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy) | Steven Barth | 2012-10-30 | 3 | -0/+140 |
| | | | | | | | | | | 6relayd is an IPv6-tool that relays IPv6-management protocols like router discovery, neighbor discovery and DHCPv6 so that clients on routed (non-bridged) interfaces can use the public address prefix, DHCPv6 and DNS-service of a master interface. This is useful to avoid NAT in chained IPv6-routers. SVN-Revision: 34008 | ||||
* | netifd: update to latest version, fixes adding an alias during config reload ↵ | Felix Fietkau | 2012-10-30 | 1 | -2/+2 |
| | | | | | | | | for an interface that is already up Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 34006 | ||||
* | iwinfo: properly initialize memory of global nl80211_state, fixes random ↵ | Jo-Philipp Wich | 2012-10-29 | 2 | -1/+3 |
| | | | | | | libnl-tiny assertions when using nl80211_probe() on not supported devices SVN-Revision: 34003 | ||||
* | hostapd: merge some pending fixes (fixes assoc errors when moving between ↵ | Felix Fietkau | 2012-10-25 | 2 | -1/+43 |
| | | | | | | vaps of the same wifi device) SVN-Revision: 33919 | ||||
* | ltq-dsl-app: fix offline postinstall for dsl_control | Jo-Philipp Wich | 2012-10-23 | 2 | -5/+4 |
| | | | | SVN-Revision: 33901 | ||||
* | licensing: Add licensing metadata to many packages Two new variables are ↵ | Hamish Guthrie | 2012-10-19 | 4 | -0/+12 |
| | | | | | | | | | introduces to many packages, namely PKG_LICENSE and PKG_LICENSE_FILES - there may be more than one license applied to packages, and these are listed in the PKG_LICENSE variable and separated by spaces. All relevant license files are also added to the PKG_LICENSE_FILES variable, also space separated. The licensing metadata is put into the bin/<platform>/packages/Packages file for later parsing. A script for that is on it's way! SVN-Revision: 33861 | ||||
* | uhttpd: fix compilation with eglibc | Jo-Philipp Wich | 2012-10-19 | 1 | -2/+2 |
| | | | | SVN-Revision: 33860 | ||||
* | netifd: update to latest version, fixes device cleanup and config reload ↵ | Felix Fietkau | 2012-10-19 | 1 | -2/+2 |
| | | | | | | issues when assigning a device to a different bridge SVN-Revision: 33858 | ||||
* | netifd: enable parallel build | Felix Fietkau | 2012-10-18 | 1 | -0/+2 |
| | | | | SVN-Revision: 33832 | ||||
* | move lots of kernel related packages to the new system/ folder | John Crispin | 2012-10-17 | 17 | -0/+2192 |
| | | | | SVN-Revision: 33830 | ||||
* | samba36: enable parallel build | Felix Fietkau | 2012-10-17 | 1 | -0/+2 |
| | | | | SVN-Revision: 33829 | ||||
* | Fix broadcast DHCP client startup option in dhcp.sh | John Crispin | 2012-10-17 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Hans Dedecker (hans.dedecker at technicolor.com) Fixes the DHCP request broadcasts replies option parsing SVN-Revision: 33826 | ||||
* | hostapd: merge a security fix for a TLS message buffer overflow (CVE-2012-4445) | Felix Fietkau | 2012-10-17 | 1 | -0/+17 |
| | | | | SVN-Revision: 33815 | ||||
* | iftop: update iftop to 1.0pre2 | Florian Fainelli | 2012-10-16 | 7 | -61/+15 |
| | | | | | | | | | | Most significantly, includes IPv6 support. This version forces libncurses, by patching the configure script, instead of allowing libncursesw, saving (~65k) image space. Signed-off-by: Russell Senior <russell@personaltelco.net> SVN-Revision: 33782 | ||||
* | uhttpd: update to latest git head - introduces support for multiple index ↵ | Jo-Philipp Wich | 2012-10-15 | 2 | -4/+8 |
| | | | | | | files - fixes build with only the TLS module selected SVN-Revision: 33778 | ||||
* | uhttpd: switch to external git repo + cmake build system | Jo-Philipp Wich | 2012-10-15 | 17 | -5848/+23 |
| | | | | SVN-Revision: 33775 | ||||
* | rssileds: improve performance | Florian Fainelli | 2012-10-14 | 2 | -25/+35 |
| | | | | | | | | | LEDs brightness is now only updated if the value actually changed, thus reducing the number of fwrite syscalls significantly. Signed-off-by: Daniel Golle <dgolle@allnet.de> SVN-Revision: 33766 | ||||
* | 6in4: make local ip6addr optional | Jo-Philipp Wich | 2012-10-14 | 2 | -7/+9 |
| | | | | SVN-Revision: 33761 | ||||
* | ipset: update to v6.14, drop obsolete patches | Jo-Philipp Wich | 2012-10-12 | 4 | -74/+3 |
| | | | | SVN-Revision: 33735 | ||||
* | lldpd: fix minor whitespace quirk in init script | Jo-Philipp Wich | 2012-10-12 | 1 | -2/+2 |
| | | | | SVN-Revision: 33730 | ||||
* | lldpd: bump to v0.6.1, enable privilege separation and chrooting | Jo-Philipp Wich | 2012-10-12 | 4 | -45/+18 |
| | | | | SVN-Revision: 33729 | ||||
* | thc-ipv6: update to v2.0, package all available utilities | Jo-Philipp Wich | 2012-10-11 | 3 | -135/+40 |
| | | | | SVN-Revision: 33728 | ||||
* | thc-ipv6: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-11 | 2 | -0/+165 |
| | | | | SVN-Revision: 33727 | ||||
* | iputils: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 6 | -0/+437 |
| | | | | SVN-Revision: 33704 | ||||
* | iftop: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 6 | -0/+100 |
| | | | | SVN-Revision: 33702 | ||||
* | conntrack-tools: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+61 |
| | | | | SVN-Revision: 33701 | ||||
* | lldpd: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 5 | -0/+154 |
| | | | | SVN-Revision: 33700 | ||||
* | dante: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 4 | -0/+673 |
| | | | | SVN-Revision: 33699 | ||||
* | ipset: move to trunk and add myself as maintainer | Jo-Philipp Wich | 2012-10-10 | 4 | -0/+153 |
| | | | | SVN-Revision: 33698 |