summaryrefslogtreecommitdiffstats
path: root/package
Commit message (Collapse)AuthorAgeFilesLines
...
| * ath9k: fix some more aggregation related issuesnbd2013-05-183-130/+217
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36656 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * dnsmasq: add directory for external hosts-filescyrus2013-05-172-1/+4
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36655 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Add stateful DHCPv6-support (IA_NA)cyrus2013-05-173-3/+25
| | | | | | | | | | | | | | | | * Add management_level option (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36654 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: Unify interface-based routing for IPv4 and IPv6cyrus2013-05-171-2/+2
| | | | | | | | | | | | | | | | | | * Add interface option to set routing table for protocol routes * Enabled for IPv6 for source-based filtering, disabled for IPv4 Based on a patch by Kristian Evensen. Thank You. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36653 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ath9k: merge some aggregation / rate handling related fixesnbd2013-05-173-20/+229
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36648 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * valgrind: enable parallel buildsnbd2013-05-171-0/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36647 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: add a rate control rate selection fixnbd2013-05-161-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36645 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * uhttpd: update to latest version, fixes index page processing ordernbd2013-05-161-2/+2
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36644 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * trace-cmd: update to latest versionnbd2013-05-164-32/+26
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36643 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [package] iproute2: workaround compile issues with gcc 4.8.xluka2013-05-164-4/+16
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36642 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Fix handling of RAs when no DHCPv6-server is presentcyrus2013-05-151-2/+2
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36641 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: add mesh_param supportnbd2013-05-152-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch add mesh_param support in mac80211.sh It suppose that this patch http://patchwork.openwrt.org/patch/3540/ is applied (add HT support for mesh) Tested with rspro(ar9280)/wr1043nd, BB r36211 see also this http://lists.open80211s.org/pipermail/devel/2012-June/003352.html (mesh_hwmp_rootmode 1 & mesh_gate_announcements 1 => mesh_hwmp_rootmode 4 & mesh_gate_announcements 1) Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36640 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: add HT support for meshnbd2013-05-151-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | This is a quick patch to enable HT for mesh mode https://github.com/cozybit/open80211s/wiki/HOWTO#high-throughput http://lists.open80211s.org/pipermail/devel/2012-March/002990.html For my test setup the speed increased from 1-2 Mbytes/sec to 8-10 Mbytes/sec (iperf) Signed-off-by: Etienne CHAMPETIER <etienne.champetier@free.fr> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36639 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [package] iproute2: upgrade to 3.9.0luka2013-05-1411-120/+50
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36638 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [package] iproute2: print help in connmarkluka2013-05-142-2/+5
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36637 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * uhttpd: update to latest version, fixes a SSL connection memory leaknbd2013-05-141-2/+2
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36636 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * package: fold the IPv6 menu into Networknbd2013-05-148-15/+15
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36634 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: fix AP mode action frame handlingnbd2013-05-141-1/+11
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36633 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: fix client mode state handling issuesnbd2013-05-141-0/+62
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36632 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6relayd: Always announce the current MAC-addresscyrus2013-05-131-2/+2
| | | | | | | | | | | | * Fixes #13516 thanks to berni for the detailed bugreport. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36629 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ds-lite: add ds-lite network protocol handlercyrus2013-05-132-0/+116
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36628 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: Various IPv6 improvementscyrus2013-05-131-2/+2
| | | | | | | | | | | | | | | | * Add support for IP-in-IPv6 tunnels (DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36627 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * netifd: added support for setting up 6rd from DHCPcyrus2013-05-132-2/+28
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36626 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: added support for DS-Lite + various fixescyrus2013-05-133-4/+19
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36625 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: Remove obsoleted ULA-bordercyrus2013-05-132-9/+1
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36624 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: add wan6 interface to wan-zone by defaultcyrus2013-05-131-1/+1
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36623 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall: Remove obsoleted ULA-border rulecyrus2013-05-132-20/+1
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36622 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * valgrind: do not depend on a particular ARM target, depend on the arch levelnbd2013-05-131-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36621 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * 6rd: increase metric of default routecyrus2013-05-122-2/+2
| | | | | | | | | | | | This will prefer native IPv6 over 6rd if both are present. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36605 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iwinfo: only consider joined bss when finding current operating frequency, ↵jow2013-05-122-2/+3
| | | | | | | | | | | | fixes spurious misreporting of frequencies in ad-hoc mode git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36604 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ubus: update to the latest version, fixes a rare deadlock with multiple ↵nbd2013-05-111-3/+3
| | | | | | | | | | | | | | | | synchronous invoke/notify calls Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36603 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * openssl: disable mips16, it makes the code slowernbd2013-05-101-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36602 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * px5g: disable assembler functions, fixes compile errors with mips16nbd2013-05-091-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36601 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * toolchain: eliminate the INSTALL_LIBSTDCPP config symbol and make c++ ↵nbd2013-05-093-7/+0
| | | | | | | | | | | | | | | | support mandatory - fixes recursive config symbol dependency issues Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36594 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * kernel: modules: kmod-fs-isofs depends on kmod-lib-zlibjogo2013-05-091-0/+1
| | | | | | | | | | | | | | | | Add missing dependency. Fixes #11624. Signed-off-by: Jonas Gorski <jogo@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36593 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * grub2: Add sub package grub-editenv for target installationblogic2013-05-071-1/+23
| | | | | | | | | | | | | | | | | | grub-editenv allows to modify grub2 environment files. Add a new package that build grub2 for the target and packs up grub-editenv. Signed-off-by: Helmut Schaa <helmut.schaa@googlemail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36574 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * add uci support for "proxy-dnssec" in dnsmasqcyrus2013-05-071-0/+1
| | | | | | | | | | | | | | | | This patch simply adds support for the "--proxy-dnssec" command in dnsmasq into the init file so it can be used with /etc/config/dhcp. Signed-off-by: Adam Gensler <openwrt@kristenandadam.net> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36570 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * iw: update to 3.10, sync with nl80211.h changes in compat-wirelessnbd2013-05-066-512/+72
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36569 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * odhcp6c: Make SLAAC-only work without reqprefix=nocyrus2013-05-062-3/+7
| | | | | | | | | | | | | | | | | | Previously if the upstream router did not provide any DHCPv6-service the wan6 interface would not come up even if RAs were received. The new behavior allows the wan6 interface to comeup with RA-only configuration after a timeout of 10s. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36555 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ipset-dns: support simultaneously populating IPv4 and IPv6 setsjow2013-05-063-5/+66
| | | | | | | | git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36554 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * base-files: change network_find_wan() procedure to ignore default gateways ↵jow2013-05-062-11/+15
| | | | | | | | | | | | in different routing tables git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36553 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * Add ipset-dns - a tiny DNS proxy service which puts resolved ip addresses ↵jow2013-05-063-0/+137
| | | | | | | | | | | | into a specified ipset git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36552 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * sysupgrade: fixes broken pipe error during sysupgadeblogic2013-05-051-2/+2
| | | | | | | | | | | | Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36548 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * [package] kernel: add veth moduleluka2013-05-031-0/+17
| | | | | | | | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36540 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * hostapd: enable 802.11r for the -full variant (#13250)nbd2013-05-031-1/+1
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36533 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * mac80211: merge a client mode channel switch handling fixnbd2013-05-031-31/+47
| | | | | | | | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36531 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * ar71xx: add an external reset callback for ar913x and use it in ath9k - ↵nbd2013-05-035-6/+42
| | | | | | | | | | | | | | | | should reduce the frequency of DMA stop failures Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36530 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * firewall3: update to git headjow2013-05-021-2/+2
| | | | | | | | | | | | | | - assume "tcp+udp" if no protcol is specified in rules or redirects (#13422, #13386) - add support for fwmark matches and mark setting targets git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36521 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * uci: update to git headjow2013-05-021-3/+3
| | | | | | | | | | | | | | - copy permission of config files to state files to allow access to state info by non root users - properly handle empty string case when unsetting lists git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36518 3c298f89-4303-0410-b956-a3cf2f4a3e73
| * kernel: netfilter.mk: Explicitly set the order of autoloaded modulesjow2013-05-021-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | In my machine, the file is created with arptable_filter before arp_tables. This can't happen because the former depends on the latter. So, instead of rely on wildcards (*.ko), set by hand the files to be loaded in the correct order. Signed-off-by: Jonh Wendell <jonh.wendell@oiwifi.com.br> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36512 3c298f89-4303-0410-b956-a3cf2f4a3e73