summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ar71xx: disable jffs2 by default, it confuses users since many devices have ↵Felix Fietkau2013-05-211-1/+1
| | | | | | | | incompatible eraseblock sizes Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36679
* odhcp6c: Various fixes * Honour T1 and T2 values from servers better * ↵Steven Barth2013-05-211-2/+2
| | | | | | Correctly send Reconfigure-Accept option in requests SVN-Revision: 36678
* 6relayd: Various DHCPv6-fixes * Be more standards-compliant in stateful mode ↵Steven Barth2013-05-211-2/+2
| | | | | | * Handle hostnames from Windows-clients correctly * Handle messages from DHCPv6-relays better SVN-Revision: 36677
* kernel: update 3.9 to 3.9.3Jonas Gorski2013-05-207-15/+15
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36676
* odhcp6c: Fix address / prefix expiry logicSteven Barth2013-05-201-2/+2
| | | | SVN-Revision: 36675
* ar7: drop obsolete 3.3 supportJonas Gorski2013-05-2016-1753/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36674
* ar7: drop obsolete 3.6 supportJonas Gorski2013-05-2016-1762/+0
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36673
* ar7: switch to 3.9Jonas Gorski2013-05-203-4/+1
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36672
* ar7: add support for 3.9Jonas Gorski2013-05-2016-0/+1755
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36671
* kernel: add some missing symbols/move them to genericJonas Gorski2013-05-203-3/+7
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36670
* brcm2708: make it boot on revision 2 raspberry pisJonas Gorski2013-05-203-12/+927
| | | | | | | | | | | | | | * update the bootcode.bin to the newest version - gpu/cpu mem split is now configured through config.txt, so no need to create more than one sd card image (just edit the config.txt) - bootcode.bin now supports the never revision 2 raspberry pis * add a commented prepopulated config.txt for easier config changes Taken from <https://github.com/Evilpaul/RPi-config> Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36668
* brcm2708-gpu-fw: download zipped sources and switch to Hexxeh's gitJonas Gorski2013-05-201-8/+6
| | | | | | | | | | | | | * Use the gzipped download feature from github to get a tarball with a stable hash. * Use Liam McLoughlin's git which has a subset of the original git's contents, dropping all the precompiled modules and kernels. Reduces the download size from ~1.27 GiB to ~25 MiB. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36667
* mac80211: remove superfluous patchJonas Gorski2013-05-201-39/+0
| | | | | | | | | This is already handles in compat-3.8.h as prandom* was introduced in 3.8; only the aliases were removed in 3.10. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36666
* uboot-envtools: upgrade to 2013.04Luka Perkov2013-05-201-2/+2
| | | | SVN-Revision: 36665
* kernel: generic: add 3.10-rc1 supportJonas Gorski2013-05-19165-0/+31689
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36663
* kernel: adapt module paths for 3.10-rc1Jonas Gorski2013-05-192-6/+6
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36662
* mac80211: make it build with 3.10-rc1Jonas Gorski2013-05-193-0/+145
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36661
* bcm63xx: add 3.9 supportJonas Gorski2013-05-19133-0/+15025
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36660
* bcm63xx: Simplify CFE detection.Jonas Gorski2013-05-196-22/+78
| | | | | | | | | | | Check bootloader argument in mtd. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com> [jogo@openwrt.org: split into two patches, one for detection, one letting bcm63xxpart use it.] Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36659
* kernel: update 3.9 to 3.9.2Jonas Gorski2013-05-192-3/+3
| | | | | | Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36658
* kernel: don't remove of_tablesJonas Gorski2013-05-191-0/+33
| | | | | | | | These are needed for OF setup of clocksource, clocks and irqchips. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 36657
* ath9k: fix some more aggregation related issuesFelix Fietkau2013-05-183-130/+217
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36656
* dnsmasq: add directory for external hosts-filesSteven Barth2013-05-172-1/+4
| | | | SVN-Revision: 36655
* 6relayd: Add stateful DHCPv6-support (IA_NA) * Add management_level option ↵Steven Barth2013-05-173-3/+25
| | | | | | (0: set O-flag, >=1: set M-flag) * Add support for static DHCPv6-leases * Various fixes for DHCPv6-PD SVN-Revision: 36654
* netifd: Unify interface-based routing for IPv4 and IPv6 * Add interface ↵Steven Barth2013-05-171-2/+2
| | | | | | | | 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. SVN-Revision: 36653
* Config.in: expose symbols specific to lxc in separate itemLuka Perkov2013-05-171-0/+26
| | | | SVN-Revision: 36650
* ath9k: merge some aggregation / rate handling related fixesFelix Fietkau2013-05-173-20/+229
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36648
* valgrind: enable parallel buildsFelix Fietkau2013-05-171-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36647
* ar71xx: remove the xfrm.h chunk from the unaligned access hacks, it breaks ipsecFelix Fietkau2013-05-171-11/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36646
* mac80211: add a rate control rate selection fixFelix Fietkau2013-05-161-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36645
* uhttpd: update to latest version, fixes index page processing orderFelix Fietkau2013-05-161-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36644
* trace-cmd: update to latest versionFelix Fietkau2013-05-164-32/+26
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36643
* iproute2: workaround compile issues with gcc 4.8.xLuka Perkov2013-05-164-4/+16
| | | | SVN-Revision: 36642
* odhcp6c: Fix handling of RAs when no DHCPv6-server is presentSteven Barth2013-05-151-2/+2
| | | | SVN-Revision: 36641
* mac80211: add mesh_param supportFelix Fietkau2013-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> SVN-Revision: 36640
* mac80211: add HT support for meshFelix Fietkau2013-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> SVN-Revision: 36639
* iproute2: upgrade to 3.9.0Luka Perkov2013-05-1411-120/+50
| | | | SVN-Revision: 36638
* iproute2: print help in connmarkLuka Perkov2013-05-142-2/+5
| | | | SVN-Revision: 36637
* uhttpd: update to latest version, fixes a SSL connection memory leakFelix Fietkau2013-05-141-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36636
* package: fold the IPv6 menu into NetworkFelix Fietkau2013-05-148-15/+15
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36634
* mac80211: fix AP mode action frame handlingFelix Fietkau2013-05-141-1/+11
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36633
* mac80211: fix client mode state handling issuesFelix Fietkau2013-05-141-0/+62
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36632
* ar71xx: add hard_cfg offset detection for rb2011 support - fixes wlan on ↵Felix Fietkau2013-05-133-7/+51
| | | | | | | | some newer devices Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36631
* kernel: add missing PHY ID for an AR8327 switch variantFelix Fietkau2013-05-131-0/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 36630
* 6relayd: Always announce the current MAC-addressSteven Barth2013-05-131-2/+2
| | | | | | * Fixes #13516 thanks to berni for the detailed bugreport. SVN-Revision: 36629
* ds-lite: add ds-lite network protocol handlerSteven Barth2013-05-132-0/+116
| | | | SVN-Revision: 36628
* netifd: Various IPv6 improvements * Add support for IP-in-IPv6 tunnels ↵Steven Barth2013-05-131-2/+2
| | | | | | (DS-Lite) * Use source-based routing for IPv6 to allow multi-wan * Various smaller tunnel setup improvements SVN-Revision: 36627
* netifd: added support for setting up 6rd from DHCPSteven Barth2013-05-132-2/+28
| | | | SVN-Revision: 36626
* odhcp6c: added support for DS-Lite + various fixesSteven Barth2013-05-133-4/+19
| | | | SVN-Revision: 36625
* firewall3: Remove obsoleted ULA-borderSteven Barth2013-05-132-9/+1
| | | | SVN-Revision: 36624