Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix a crash in ip175c attribute enumeration | Felix Fietkau | 2009-04-30 | 1 | -1/+0 |
| | | | | SVN-Revision: 15506 | ||||
* | Add a driver for Atheros AR8216 switches Thanks to Vertical Communications, ↵ | Felix Fietkau | 2009-04-29 | 2 | -0/+675 |
| | | | | | | Inc. for providing access to the documentation SVN-Revision: 15482 | ||||
* | swconfig: add a generic switch reset call | Felix Fietkau | 2009-04-28 | 2 | -10/+20 |
| | | | | SVN-Revision: 15470 | ||||
* | clean up the ip175c driver some more, add support for setting the pvid and ↵ | Felix Fietkau | 2009-04-20 | 1 | -105/+91 |
| | | | | | | fix querying the phy status SVN-Revision: 15308 | ||||
* | swconfig: add a generic method for setting the port primary vlan id (used ↵ | Felix Fietkau | 2009-04-20 | 1 | -7/+40 |
| | | | | | | for transparently fixing up pvid for untagged port when setting vlan ports) SVN-Revision: 15307 | ||||
* | add IC+ IP175C driver (based on Patrick Horn's driver, see #4050) | Felix Fietkau | 2009-04-20 | 1 | -0/+1342 |
| | | | | SVN-Revision: 15305 | ||||
* | swconfig: treat struct switch_attr as constant | Felix Fietkau | 2009-04-20 | 1 | -9/+9 |
| | | | | SVN-Revision: 15302 | ||||
* | swconfig: remove old debugging stuff | Felix Fietkau | 2009-04-20 | 1 | -2/+0 |
| | | | | SVN-Revision: 15301 | ||||
* | mvswitch: re-enable header mode | Felix Fietkau | 2009-04-10 | 1 | -1/+1 |
| | | | | SVN-Revision: 15186 | ||||
* | atheros: in later kernels, vlan 0 no longer works as expected, switch to ↵ | Felix Fietkau | 2009-03-22 | 1 | -3/+5 |
| | | | | | | (1,2) instead of (0,1) for lan/wan SVN-Revision: 14981 | ||||
* | mvswitch,adm6996: use phy fixups instead of a nonstandard patch for hardware ↵ | Felix Fietkau | 2009-03-22 | 2 | -52/+40 |
| | | | | | | detection SVN-Revision: 14977 | ||||
* | improve routing/nat performance for devices using the marvell 88e6060 switch | Felix Fietkau | 2008-10-28 | 1 | -0/+1 |
| | | | | SVN-Revision: 13060 | ||||
* | change the way ./files* and the generic kernel files are applied. ./files ↵ | Felix Fietkau | 2008-10-18 | 1 | -0/+872 |
| | | | | | | now applies to *ALL* kernel versions, and is copied along with ./files-* - this gets rid of quite a bit of redundancy in the extra kernel drivers. SVN-Revision: 13010 | ||||
* | add missing defines for mvswitch | Felix Fietkau | 2008-07-21 | 1 | -1/+15 |
| | | | | SVN-Revision: 11895 | ||||
* | some more mvswitch fixes: - initialize the vlan destination map properly - ↵ | Felix Fietkau | 2008-07-19 | 1 | -27/+54 |
| | | | | | | workaround for moving node bug: clear the ATU database on every PHY poll SVN-Revision: 11881 | ||||
* | add extra safety for the packet mangling in the mvswitch driver | Felix Fietkau | 2008-07-19 | 1 | -1/+1 |
| | | | | SVN-Revision: 11880 | ||||
* | set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵ | Felix Fietkau | 2008-06-09 | 2 | -1/+3 |
| | | | | | | fixes some fonera 2.0 ethernet issues SVN-Revision: 11410 | ||||
* | enable a different pseudo-vlan mode in the marvell switch (uses a ↵ | Felix Fietkau | 2008-04-29 | 2 | -23/+85 |
| | | | | | | proprietary header instead of a proprietary trailer) - fixes some mtu issues SVN-Revision: 10975 | ||||
* | allow bigger packets in the marvell switch (does not fix the mtu problems yet) | Felix Fietkau | 2008-04-28 | 1 | -0/+6 |
| | | | | SVN-Revision: 10970 | ||||
* | fix vlan mapping for cpu port on the marvell switch | Felix Fietkau | 2008-04-24 | 1 | -2/+2 |
| | | | | SVN-Revision: 10934 | ||||
* | clear VLANTunnel bit on the marvell switch ports - should help with some ↵ | Felix Fietkau | 2008-04-23 | 1 | -1/+0 |
| | | | | | | bridging issues SVN-Revision: 10931 | ||||
* | Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵ | Felix Fietkau | 2008-04-20 | 2 | -0/+509 |
| | | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876 | ||||
* | Add stub driver for ADM6996F switches (configured through MII) The driver ↵ | Felix Fietkau | 2008-04-20 | 2 | -0/+275 |
currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869 |