- Sep 06, 2012
-
-
Luka Perkov authored
SVN-Revision: 33324
-
- Sep 05, 2012
-
-
Florian Fainelli authored
SVN-Revision: 33323
-
Gabor Juhos authored
Add missing andmask to ramips_esw register read for recv_good value. Without the mask, recv_bad leaks into the recv_good packet count. Didn't notice the bug before since you don't usually get bad packets, so I only saw it when I was playing with overlength packets earlier... Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33322
-
Gabor Juhos authored
Use doubletagging to disable ramips_esw vlan by default, it seems more reliable. Daniel Golle found an issue where sometimes (possibly only for RT3352) the default vlan disable method (clearing en_vlan, untag, doubletag and putting all ports into vlan 0) doesn't work and the packets get sent out vlan-tagged with vlan 0. Instead switch to using the doubletagging method (allow doubletagged packets, put all ports into vlan 0 with untag enabled) by default. Unless someone figures out a way to really globally disable vlan for this switch, this seems like the best (most reliable) option. I did some tests regarding maximum packet size and did not see any difference between the two methods, both allow for slightly bigger packets than the ramips_main.c ethernet driver (ping stops going through above "ping -s 1472" (1514 bytes), on the switch packets are recv_good until "ping -s 1490", or about 1532 bytes). Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33321
-
John Crispin authored
SVN-Revision: 33319
-
Gabor Juhos authored
SVN-Revision: 33318
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33317
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33316
-
- Sep 03, 2012
-
-
Florian Fainelli authored
SVN-Revision: 33315
-
Florian Fainelli authored
SVN-Revision: 33314
-
Florian Fainelli authored
SVN-Revision: 33313
-
Florian Fainelli authored
Fixes sporadic crashes while reconfiguring the network interface. SVN-Revision: 33312
-
- Aug 29, 2012
-
-
Felix Fietkau authored
SVN-Revision: 33311
-
Gabor Juhos authored
That was based on assumptions. SVN-Revision: 33310
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33309
-
Gabor Juhos authored
SVN-Revision: 33308
-
Gabor Juhos authored
SVN-Revision: 33307
-
Gabor Juhos authored
SVN-Revision: 33306
-
Gabor Juhos authored
This allows them to transparently communicate with an external VLAN switch. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33305
-
Gabor Juhos authored
Power down phy on disabled switch ports. Haven't measured this myself yet, but according to this http://www.8devices.com/community/viewtopic.php?f=6&t=156 it can save about 300mW of power. [juhosg: fix checkpatch warning] Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33304
-
Gabor Juhos authored
Add support for 8devices Carambola dev board. The Carambola is a small RT3050-based development board with two ethernet ports, on-board chip antenna, usb and plenty of accessible gpio ports, sold by 8devices. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33303
-
Gabor Juhos authored
Rename POC registers. The current code uses POC1-POC3. The datasheet uses: POC1: Port Control 0 POC1: Port Control 1 POC2: Port Control 2 So the first POC1 is a typo that should have been POC0, rename the registers to POC0-POC2 accordingly. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33302
-
Gabor Juhos authored
Stop handling VLAN setup in the kernel. Removes the obsolete RT305X_ESW_VLAN_CONFIG_BYPASS option I added for WL-351 and add some extra comments. Also removes the en_vlan per-port flag that isn't very useful really, it now is only controlled by the global enable_vlan flag. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33301
-
Gabor Juhos authored
Add switch setup to uci network defaults. The 'lan' attribute is used to decide into which vlan to put the port. Currently 'disable' is never set, but the intention is to use this for devices like the 8devices Carambola, which only has two ports hooked up to the SoC. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33300
-
Gabor Juhos authored
Add swconfig support to ramips_esw.c This patch adds swconfig support for ramips_esw: Tested on both D-LINK DIR-300 B1 and Sitecom WL-351 (external rtl8366rb on internal port 5). I've made sure that in the enable_vlan=0 case it behaves like a dumb switch, so external switches should work fine with vlans and verified this on the WL-351. The current state shown by swconfig is always read directly from HW registers, new settings only show after 'swconfig dev rt305x set apply'. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33299
-
Gabor Juhos authored
Minor indentation cleanup. Prepare for the main swconfig patch by cleaning up indentation a bit. Signed-off-by:
Tobias Diedrich <ranma+openwrt@tdiedrich.de> SVN-Revision: 33298
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33297
-
Gabor Juhos authored
uboot-env settings for ALL0239-3G, ALL0256N, ALL5002. Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33296
-
Gabor Juhos authored
SVN-Revision: 33295
-
Gabor Juhos authored
An improved LED support for Buffalo WZR-HP-AG300H. There will be two new packages to go with this patch (ar922x-led-fix-hotplug and ar922x-led-fix-init). These packages essentially perform the same task of disabling "JTAG over GPIO pins" function which is currently required for LEDs on AR922x emac GPIO to work, and are both considered a temporary fix that circumvent this problem. [juhosg: add the hotplug script from the proposed ar922x-led-fix-hotplug package to ar71xx/base-files] Signed-off-by:
Yoichi Shinoda <shinoda@jaist.ac.jp> SVN-Revision: 33294
-
Jo-Philipp Wich authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33293
-
John Crispin authored
SVN-Revision: 33292
-
Jo-Philipp Wich authored
ppp: introduce "authfail" option which specifies whether pppd should attempt to re-authenticate after a failed PAP/CHAP auth SVN-Revision: 33291
-
Felix Fietkau authored
SVN-Revision: 33290
-
Felix Fietkau authored
SVN-Revision: 33289
-
- Aug 27, 2012
-
-
Gabor Juhos authored
Signed-off-by:
Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 33288
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33287
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33286
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33285
-
Gabor Juhos authored
Signed-off-by:
Daniel Golle <dgolle@allnet.de> SVN-Revision: 33284
-