aboutsummaryrefslogtreecommitdiffstats
path: root/package/network
Commit message (Collapse)AuthorAgeFilesLines
* netifd: don't send a default client identifier in DHCP requests if no ↵Jo-Philipp Wich2012-11-051-2/+2
| | | | | | clientid uci option is given (#12426) SVN-Revision: 34089
* ppp: add more pppol2tpv3 related structs from the kernel headers to fix ↵Felix Fietkau2012-11-041-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 Fietkau2012-11-041-16/+0
| | | | | | unsupported in newer kernels SVN-Revision: 34069
* 6relayd: auto-configure local interfaces as wellSteven Barth2012-10-312-3/+3
| | | | SVN-Revision: 34027
* uhttpd: update to latest git head, improves handling of invalid requestsJo-Philipp Wich2012-10-301-2/+2
| | | | SVN-Revision: 34010
* 6relayd: update to work around a raw-socket bugSteven Barth2012-10-301-2/+2
| | | | SVN-Revision: 34009
* ipv6: add 6relayd (RD-, DHCPv6- & NDP-Proxy)Steven Barth2012-10-303-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 Fietkau2012-10-301-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 Wich2012-10-292-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 Fietkau2012-10-252-1/+43
| | | | | | vaps of the same wifi device) SVN-Revision: 33919
* ltq-dsl-app: fix offline postinstall for dsl_controlJo-Philipp Wich2012-10-232-5/+4
| | | | SVN-Revision: 33901
* licensing: Add licensing metadata to many packages Two new variables are ↵Hamish Guthrie2012-10-194-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 eglibcJo-Philipp Wich2012-10-191-2/+2
| | | | SVN-Revision: 33860
* netifd: update to latest version, fixes device cleanup and config reload ↵Felix Fietkau2012-10-191-2/+2
| | | | | | issues when assigning a device to a different bridge SVN-Revision: 33858
* netifd: enable parallel buildFelix Fietkau2012-10-181-0/+2
| | | | SVN-Revision: 33832
* move lots of kernel related packages to the new system/ folderJohn Crispin2012-10-1717-0/+2192
| | | | SVN-Revision: 33830
* samba36: enable parallel buildFelix Fietkau2012-10-171-0/+2
| | | | SVN-Revision: 33829
* Fix broadcast DHCP client startup option in dhcp.shJohn Crispin2012-10-171-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 Fietkau2012-10-171-0/+17
| | | | SVN-Revision: 33815
* iftop: update iftop to 1.0pre2Florian Fainelli2012-10-167-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 Wich2012-10-152-4/+8
| | | | | | files - fixes build with only the TLS module selected SVN-Revision: 33778
* uhttpd: switch to external git repo + cmake build systemJo-Philipp Wich2012-10-1517-5848/+23
| | | | SVN-Revision: 33775
* rssileds: improve performanceFlorian Fainelli2012-10-142-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 optionalJo-Philipp Wich2012-10-142-7/+9
| | | | SVN-Revision: 33761
* ipset: update to v6.14, drop obsolete patchesJo-Philipp Wich2012-10-124-74/+3
| | | | SVN-Revision: 33735
* lldpd: fix minor whitespace quirk in init scriptJo-Philipp Wich2012-10-121-2/+2
| | | | SVN-Revision: 33730
* lldpd: bump to v0.6.1, enable privilege separation and chrootingJo-Philipp Wich2012-10-124-45/+18
| | | | SVN-Revision: 33729
* thc-ipv6: update to v2.0, package all available utilitiesJo-Philipp Wich2012-10-113-135/+40
| | | | SVN-Revision: 33728
* thc-ipv6: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-112-0/+165
| | | | SVN-Revision: 33727
* iputils: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-106-0/+437
| | | | SVN-Revision: 33704
* iftop: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-106-0/+100
| | | | SVN-Revision: 33702
* conntrack-tools: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-101-0/+61
| | | | SVN-Revision: 33701
* lldpd: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-105-0/+154
| | | | SVN-Revision: 33700
* dante: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-104-0/+673
| | | | SVN-Revision: 33699
* ipset: move to trunk and add myself as maintainerJo-Philipp Wich2012-10-104-0/+153
| | | | SVN-Revision: 33698
* package/network/utils/rssileds: claim maintainershipFelix Fietkau2012-10-101-0/+1
| | | | SVN-Revision: 33697
* claim maintainership for resolveip and luaJo-Philipp Wich2012-10-101-0/+1
| | | | SVN-Revision: 33694
* add myself as a maintainer for a few more packagesFelix Fietkau2012-10-103-0/+6
| | | | SVN-Revision: 33693
* hostapd: remove redundant MAINTAINER linesFelix Fietkau2012-10-101-4/+0
| | | | SVN-Revision: 33692
* iperf: move to trunk and add myself as maintainerFelix Fietkau2012-10-102-0/+100
| | | | SVN-Revision: 33691
* tcpdump: move to trunk and add myself as maintainerFelix Fietkau2012-10-105-0/+962
| | | | SVN-Revision: 33690
* samba36: move to trunk and add myself as a maintainerFelix Fietkau2012-10-1022-0/+11211
| | | | SVN-Revision: 33689
* packages: sort network related packages into package/network/Felix Fietkau2012-10-10344-0/+61928
SVN-Revision: 33688