aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* ip17xx: Add VLAN tag fieldGabor Juhos2010-06-081-1/+44
| | | | | | | | | | Since IP175D uses tag-based VLANs, we need an ability to set VLAN tag of every VLAN. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21718
* ip17xx: Maintain state->remove_tag incrementallyGabor Juhos2010-06-081-3/+4
| | | | | | | | | | | | | So far, state->remove_tag was sometimes updated incrementally, sometimes left to correct_vlan_state() to recalculate. Since I want to avoid use of correct_vlan_state() for IP175D, this patch fixes the only two remaining places which leave state->remove_tag inconsistent with state->add_tag and it drops the recalculation. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21717
* ip17xx: Initialize VLAN state upon resetGabor Juhos2010-06-081-5/+15
| | | | | | | | | | | | | | Let VLAN state variables be initialized not only when the enable VLAN bit is toggled, but also upon reset. At this point, this should be a no-op, since the driver reads the current hardware state before doing any modifications anyway, but I plan to keep some state locally in the subsequent patches. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21716
* ip17xx: Introduce vlan arrayGabor Juhos2010-06-081-12/+14
| | | | | | | | | Replace vlan_ports array in struct ip175c_state by an array of structures. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21715
* ip17xx: Introduce indirection of low-level operationsGabor Juhos2010-06-081-49/+90
| | | | | | | | | | | | | | | | | | | | | | | | | | This patch introduces seperation between low-level and high-level parts of the driver. The low-level functions are now called via pointers stored in struct ip175c_regs. The only functional changes are: o correct_vlan_state() is now called as a part of every update_state(). o The order of setting of MODE_REG and resetting switch ports has changed. (These are independent actions, so it should not matter.) o ip175c_set_tagged() sets the tags via update_state() instead of writing directly to the registers. o The same for ip175c_set_pvid(). The only gaps in this abstraction are operations on ports (get_port_speed and friends), which access PHY registers directly. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21714
* ip17xx: Fix use of MODE_VALGabor Juhos2010-06-081-1/+1
| | | | | | | | | | | | The value written to MODE_REG in ip175c_reset() should be obviously MODE_VAL, not RESET_VAL. Actually, this change is a NOP, because in the only case where the MODE_REG is used, the two values are identical, but it makes the code more readable. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21713
* ip17xx: Fix indentation in get_state() and update_state()Gabor Juhos2010-06-081-76/+76
| | | | | | | Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21712
* ip17xx: Fixed error handling in ip175c_set_val()Gabor Juhos2010-06-081-1/+1
| | | | | | | | | Upon error, ip175c_set_val() returned 0 instead of -EINVAL. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21711
* ip17xx: Cosmetic cleanupsGabor Juhos2010-06-081-50/+35
| | | | | | | | | | Trying to unify capitalization and formatting of comments. Writing of periods at the end of comments is however still inconsistent. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21710
* ip17xx: Consolidate operations with PHY registersGabor Juhos2010-06-081-47/+40
| | | | | | | | | | | | | | | Call mdiobus_{read,write} instead of duplicating their code. Introduce ip_phy_write_masked(), which changes a part of a register. Will be used later in this patch series. Please note that it does not hold any lock between reading and writing, so it is up to the caller to serialize. Also add DUMP_MII_IO, which enables logging of all MII accesses. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21709
* swconfig: Fix a bug in use of SWITCH_PORT_FLAG_TAGGEDGabor Juhos2010-06-081-1/+1
| | | | | | | | | SWITCH_PORT_FLAG_TAGGED is a bit index, not a bit mask. Signed-off-by: Martin Mares <mj@ucw.cz> Signed-off-by: Patrick Horn <patrick.horn@gmail.com> SVN-Revision: 21708
* brcm47xx: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-0827-0/+2748
| | | | SVN-Revision: 21707
* generic-2.6: fix mini_fo 2.6.35 kernel issueAlexandros C. Couloumbis2010-06-081-0/+20
| | | | SVN-Revision: 21706
* fix a typo on commit r21704Alexandros C. Couloumbis2010-06-081-1/+1
| | | | SVN-Revision: 21705
* generic-2.6: generic: add missing config symbols for 2.6.35Alexandros C. Couloumbis2010-06-081-1/+8
| | | | SVN-Revision: 21704
* atheros: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-0814-0/+6657
| | | | SVN-Revision: 21703
* move broadcom-shdc from trunk to packages/utilsFlorian Fainelli2010-06-071-57/+0
| | | | SVN-Revision: 21702
* kernel: ensure that IMQ is autoloaded after ip_queue, fixes disappearing ↵Jo-Philipp Wich2010-06-071-1/+1
| | | | | | traffic when using qos rules SVN-Revision: 21700
* generic: add missing config symbol for 2.6.34Gabor Juhos2010-06-071-0/+1
| | | | SVN-Revision: 21699
* ar71xx: fix 2.6.34 build errorsGabor Juhos2010-06-073-0/+3
| | | | SVN-Revision: 21698
* ar71xx: add missing 2.6.34 config symbolGabor Juhos2010-06-071-0/+1
| | | | SVN-Revision: 21697
* generic-2.6: add kernel 2.6.35 preliminary support (patches)Alexandros C. Couloumbis2010-06-07104-0/+38334
| | | | SVN-Revision: 21696
* generic-2.6: add kernel 2.6.35 preliminary supportAlexandros C. Couloumbis2010-06-071-0/+3
| | | | SVN-Revision: 21695
* refresh kernel patchesAlexandros C. Couloumbis2010-06-0621-69/+69
| | | | SVN-Revision: 21694
* add 2.6.35 supportAlexandros C. Couloumbis2010-06-061-0/+40
| | | | SVN-Revision: 21693
* generate NA and non-NA images for Titan platformsFlorian Fainelli2010-06-061-0/+7
| | | | SVN-Revision: 21692
* add Titan MTD partitionning support (#6632)Florian Fainelli2010-06-062-0/+289
| | | | SVN-Revision: 21691
* titan board also have CYWL as a product idFlorian Fainelli2010-06-061-1/+1
| | | | SVN-Revision: 21690
* add mktitanimg to create Titan (AR7-based) images (#6632)Florian Fainelli2010-06-063-0/+1211
| | | | SVN-Revision: 21689
* do not override kmod-usb-storage-extras Kconfig symbols (#7285)Florian Fainelli2010-06-065-50/+0
| | | | SVN-Revision: 21688
* update openssl to 0.9.8o (#7428)Florian Fainelli2010-06-061-2/+2
| | | | SVN-Revision: 21687
* ar71xx: build firmware images if Minimal profile is selectedGabor Juhos2010-06-061-0/+4
| | | | SVN-Revision: 21684
* ar71xx: rename Minimal profileGabor Juhos2010-06-061-5/+5
| | | | SVN-Revision: 21683
* orion: Update Orion in trunk to kernel 2.6.34.Hauke Mehrtens2010-06-0610-3/+96
| | | | | | | | | Was flashed on WRT350Nv2, booted and is running for several days. Closes #7405 Thank you maddes for your patch. SVN-Revision: 21682
* generic: update mips multimachine patchGabor Juhos2010-06-053-42/+51
| | | | SVN-Revision: 21681
* adm5120: convert to use the new mips multimachine stuffGabor Juhos2010-06-0528-747/+55
| | | | SVN-Revision: 21680
* ar71xx: clarify the nand subtarget a bitFelix Fietkau2010-06-051-1/+1
| | | | SVN-Revision: 21679
* generic: merge mips multi machine update to generic patches for 2.6.34Gabor Juhos2010-06-045-337/+342
| | | | SVN-Revision: 21675
* generic: merge mips multi machine update to generic patches for 2.6.33Gabor Juhos2010-06-044-337/+332
| | | | SVN-Revision: 21674
* generic: merge mips multi machine update to generic patches for 2.6.32Gabor Juhos2010-06-045-470/+331
| | | | SVN-Revision: 21673
* adm5120: don't use linux/autoconf.hGabor Juhos2010-06-0412-1286/+0
| | | | SVN-Revision: 21672
* adm5120: fix build error on 2.6.34Gabor Juhos2010-06-041-0/+1
| | | | SVN-Revision: 21671
* Force usb features, fix dependsClaudio Mignanti2010-06-032-3/+2
| | | | SVN-Revision: 21664
* libelf: get rid of CRLF encoding in the makefile (thx, danimo)Felix Fietkau2010-06-030-0/+0
| | | | SVN-Revision: 21663
* base-files: introduce option "broadcast" for proto=dhcp interface to enable ↵Jo-Philipp Wich2010-06-021-2/+11
| | | | | | the broadcast flag in DHCP requests, required by certain providers SVN-Revision: 21661
* fix eglibc INET_ANL option selectionFlorian Fainelli2010-06-021-1/+1
| | | | SVN-Revision: 21660
* base-files: remove IPv6 LL addr from interfaces before adding them to a bridgeJo-Philipp Wich2010-06-021-0/+9
| | | | SVN-Revision: 21659
* mac80211: reduce the size of the debugfs codeFelix Fietkau2010-06-021-0/+262
| | | | SVN-Revision: 21657
* firewall: - support alias ifnames different from parent ifname - properly ↵Jo-Philipp Wich2010-06-021-10/+23
| | | | | | handle multiple subnets per alias (v4+v6) SVN-Revision: 21656
* base-files: - add aliases to device by default (not ifname) - introduce ↵Jo-Philipp Wich2010-06-022-4/+24
| | | | | | option "layer" to select the target ifname to attach the alias to: - 3 use tun device (tun over bridge over device) fallback to bridge or device - 2 use bridge (bridge over device) fallback to device - 1 use device SVN-Revision: 21655