summaryrefslogtreecommitdiffstats
path: root/target/linux/generic-2.6/files/drivers/net/phy
Commit message (Collapse)AuthorAgeFilesLines
* change the way ./files* and the generic kernel files are applied. ./files ↵Felix Fietkau2008-10-181-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 mvswitchFelix Fietkau2008-07-211-1/+15
| | | | SVN-Revision: 11895
* some more mvswitch fixes: - initialize the vlan destination map properly - ↵Felix Fietkau2008-07-191-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 driverFelix Fietkau2008-07-191-1/+1
| | | | SVN-Revision: 11880
* set marvell switch ATU ageing time to minimum instead of maximum - hopefully ↵Felix Fietkau2008-06-092-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 Fietkau2008-04-292-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 Fietkau2008-04-281-0/+6
| | | | SVN-Revision: 10970
* fix vlan mapping for cpu port on the marvell switchFelix Fietkau2008-04-241-2/+2
| | | | SVN-Revision: 10934
* clear VLANTunnel bit on the marvell switch ports - should help with some ↵Felix Fietkau2008-04-231-1/+0
| | | | | | bridging issues SVN-Revision: 10931
* Add support for the ultra-crappy Marvell 88E6060, which is used in Fonera+ ↵Felix Fietkau2008-04-202-0/+509
| | | | | | and the upcoming Fonera 2.0 SVN-Revision: 10876
* Add stub driver for ADM6996F switches (configured through MII) The driver ↵Felix Fietkau2008-04-202-0/+275
currently uses a hardcoded VLAN mapping and has no configuration yet Tested on Accton MR3202a SVN-Revision: 10869