Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
* | package/network/utils/rssileds: claim maintainership | Felix Fietkau | 2012-10-10 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33697 | |||||
* | claim maintainership for resolveip and lua | Jo-Philipp Wich | 2012-10-10 | 1 | -0/+1 | |
| | | | | SVN-Revision: 33694 | |||||
* | add myself as a maintainer for a few more packages | Felix Fietkau | 2012-10-10 | 3 | -0/+6 | |
| | | | | SVN-Revision: 33693 | |||||
* | hostapd: remove redundant MAINTAINER lines | Felix Fietkau | 2012-10-10 | 1 | -4/+0 | |
| | | | | SVN-Revision: 33692 | |||||
* | iperf: move to trunk and add myself as maintainer | Felix Fietkau | 2012-10-10 | 2 | -0/+100 | |
| | | | | SVN-Revision: 33691 | |||||
* | tcpdump: move to trunk and add myself as maintainer | Felix Fietkau | 2012-10-10 | 5 | -0/+962 | |
| | | | | SVN-Revision: 33690 | |||||
* | samba36: move to trunk and add myself as a maintainer | Felix Fietkau | 2012-10-10 | 22 | -0/+11211 | |
| | | | | SVN-Revision: 33689 | |||||
* | packages: sort network related packages into package/network/ | Felix Fietkau | 2012-10-10 | 344 | -0/+61928 | |
SVN-Revision: 33688 |