aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* revert unrelated change in previous commitJo-Philipp Wich2012-02-271-1/+0
| | | | SVN-Revision: 30738
* partly revert r30708, it breaks various archesJo-Philipp Wich2012-02-275-0/+5
| | | | SVN-Revision: 30737
* ramips: don't read RAMIPS_RX_CALC_IDX0 register in the loopGabor Juhos2012-02-261-1/+3
| | | | SVN-Revision: 30733
* ramips: raeth: add rx_info structureGabor Juhos2012-02-262-24/+57
| | | | | | | | | | | | | This helps to reduce code size on RX path: add/remove: 0/0 grow/shrink: 3/1 up/down: 68/-56 (12) function old new delta ramips_eth_open 1104 1144 +40 ramips_ring_free 212 232 +20 ramips_eth_stop 400 408 +8 ramips_eth_rx_hw 648 592 -56 SVN-Revision: 30732
* ramips: raeth: add tx_info structureGabor Juhos2012-02-262-19/+55
| | | | | | | | | | | | | | This helps to reduce code size on TX path: add/remove: 0/0 grow/shrink: 1/4 up/down: 56/-92 (-36) function old new delta ramips_eth_open 1048 1104 +56 ramips_eth_tx_housekeeping 156 148 -8 ramips_ring_free 224 212 -12 ramips_eth_stop 420 400 -20 ramips_eth_hard_start_xmit 480 428 -52 SVN-Revision: 30731
* Revert "scripts/download.pl: fix sourceforge url"Felix Fietkau2012-02-261-1/+1
| | | | | | | To use the new url, the project name would need to be appended multiple times, let's hope the old redirect will continue to work in the future SVN-Revision: 30730
* ixp4xx: fix a compile errorFelix Fietkau2012-02-251-0/+11
| | | | SVN-Revision: 30728
* firewall: allow ICMPv6 type 129 (echo reply) - this fixes basic ICMPv6 in ↵Jo-Philipp Wich2012-02-252-1/+3
| | | | | | case no connection tracking is used SVN-Revision: 30727
* scripts/download.pl: fix sourceforge urlFelix Fietkau2012-02-251-1/+1
| | | | SVN-Revision: 30726
* add some missing 2.6.39 kernel symbols observed on x86/generic buildsJo-Philipp Wich2012-02-251-0/+4
| | | | SVN-Revision: 30718
* enable RTC_CLASS for Linux 3.2 and 3.3Jo-Philipp Wich2012-02-252-0/+2
| | | | SVN-Revision: 30717
* kernel: only depend on kmod-rtc-core if its provided by the used Kernel versionJo-Philipp Wich2012-02-251-2/+2
| | | | SVN-Revision: 30716
* dropbear: patch possible use after free by authenticated remote users with ↵Jo-Philipp Wich2012-02-253-3/+94
| | | | | | active command restrictions (CVE-2012-0920) SVN-Revision: 30714
* ramips: raeth: don't process disabled interruptsGabor Juhos2012-02-251-5/+11
| | | | | | Also rename the 'fe_int' variable. SVN-Revision: 30713
* ar71xx: use v6.0.0 in UBTN-XM firmwares (closes #11038)Gabor Juhos2012-02-241-1/+1
| | | | SVN-Revision: 30712
* uci: update to git head, reduces quotations in exported config files and ↵Jo-Philipp Wich2012-02-241-3/+3
| | | | | | fixes delta list handling in the Lua binding SVN-Revision: 30711
* ramips: fix FONERA20N image generationGabor Juhos2012-02-241-4/+6
| | | | SVN-Revision: 30710
* broadcom-wl: remove an erroneous BUG() call in the glue driverJo-Philipp Wich2012-02-242-8/+2
| | | | SVN-Revision: 30709
* config: deprecated symbol CONFIG_LEDS_GPIO_PLATFORMJo-Philipp Wich2012-02-248-6/+2
| | | | | | | | | | | | CONFIG_LEDS_GPIO_PLATFORM went away a while ago. http://git.kernel.org/?p=linux/kernel/git/stable/linux-stable.git;a=commit;h=2bcc7ed5b83b0a59c6976476e8788675038fb11b Also, most platforms comment out CONFIG_LEDS_GPIO but not x86 for some reason. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com> SVN-Revision: 30708
* ramips: image: increase minimum kernel partition size to 896kGabor Juhos2012-02-231-13/+13
| | | | SVN-Revision: 30706
* ramips: image: cleanup and sort templates/profilesGabor Juhos2012-02-231-173/+167
| | | | SVN-Revision: 30705
* ramips: image: use GENERIC_4M template for the ALL0256N boardGabor Juhos2012-02-231-5/+1
| | | | SVN-Revision: 30704
* ramips: image: introduce mkmtd/{,phys,spi} helpersGabor Juhos2012-02-231-45/+58
| | | | SVN-Revision: 30703
* ramips: image: pass mtdlayout variables by valueGabor Juhos2012-02-231-29/+29
| | | | SVN-Revision: 30702
* ramips: image: merge F5D8235V{1,2} templatesGabor Juhos2012-02-231-7/+3
| | | | SVN-Revision: 30701
* ramips: image: use generic template for the WR6202, OMNIEMB, W502U boardsGabor Juhos2012-02-231-20/+3
| | | | SVN-Revision: 30700
* ramips: image: introduce mkcmdline helperGabor Juhos2012-02-231-22/+26
| | | | SVN-Revision: 30699
* ramips: image: use the GENERIC_4M template for the V11ST-FE boardGabor Juhos2012-02-231-6/+1
| | | | SVN-Revision: 30698
* ramips: image: simplify Makefile a bitGabor Juhos2012-02-231-25/+28
| | | | SVN-Revision: 30697
* ramips: image: add MkImageLzma wrapperGabor Juhos2012-02-231-8/+9
| | | | SVN-Revision: 30696
* ramips: image: allow to build board specific initramfs imagesGabor Juhos2012-02-231-30/+83
| | | | SVN-Revision: 30695
* firewall: bail out if uci is used in firewall include filesJo-Philipp Wich2012-02-232-2/+8
| | | | SVN-Revision: 30694
* iwinfo: fix wl backend, unsigned -> signed for mcs idx, revision bump after ↵Jo-Philipp Wich2012-02-233-4/+4
| | | | | | latest abi changes SVN-Revision: 30693
* iwinfo: replace internal constant mode strings with enumsJo-Philipp Wich2012-02-2313-52/+71
| | | | SVN-Revision: 30692
* iwinfo: implement netlink scanning code, rework IE parsing codeJo-Philipp Wich2012-02-237-240/+510
| | | | SVN-Revision: 30691
* drop backported patches as they cause regressions and oopsesJohn Crispin2012-02-233-249/+0
| | | | SVN-Revision: 30690
* fixes etop locking issueJohn Crispin2012-02-231-6/+5
| | | | SVN-Revision: 30689
* ramips: merge identical switch configuration entriesGabor Juhos2012-02-221-23/+5
| | | | SVN-Revision: 30688
* ramips: use unified switch identifiers in uci-defaults/networkGabor Juhos2012-02-221-12/+12
| | | | SVN-Revision: 30687
* ramips: fix VLAN config of the RT-N15Gabor Juhos2012-02-221-2/+8
| | | | SVN-Revision: 30686
* iwinfo: fix array size mismatch after r30684Jo-Philipp Wich2012-02-221-4/+4
| | | | SVN-Revision: 30685
* Allow full 250mw (24dBm) on WRT54GL and related with wl legacy driver on ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | iwinfo Signed-off-by: Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30684
* Adjust txpower offset for Nano and Picostation M2 in iwinfo Signed-off-by: ↵Jo-Philipp Wich2012-02-221-2/+2
| | | | | | Hanno Schupp <hanno.schupp@gmail.com> SVN-Revision: 30683
* iwinfo: add per-station rate and mcs info to assoclist opJo-Philipp Wich2012-02-2210-88/+1305
| | | | SVN-Revision: 30682
* ramips: raeth: show interrupt statistics in debugfsGabor Juhos2012-02-223-0/+105
| | | | SVN-Revision: 30681
* ramips: raeth: add debugfs supportGabor Juhos2012-02-228-1/+94
| | | | SVN-Revision: 30680
* ramips: raeth: rename main source fileGabor Juhos2012-02-222-0/+2
| | | | SVN-Revision: 30679
* iwinfo: fix logic flaw in mtd partition checkJo-Philipp Wich2012-02-221-1/+1
| | | | SVN-Revision: 30678
* iptables: make it possible to dynamically configure built-in statically ↵Felix Fietkau2012-02-223-49/+60
| | | | | | linked extensions, fold -mod-conntrack and -mod-nat into the default package. saves about 8k on an ar71xx default squashfs SVN-Revision: 30676
* iptables: do not link binaries with -rdynamic, plugins do not need any ↵Felix Fietkau2012-02-211-1/+0
| | | | | | symbols from the main executable. saves some space SVN-Revision: 30675