aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/etherswitch/e6000sw
Commit message (Expand)AuthorAgeFilesLines
* Improve detection of addressing mode in e6000swMarcin Wojtas2018-04-101-1/+3
* Clean up OF_getprop_alloc APIOleksandr Tymoshenko2018-04-081-2/+2
* [etherswitch] check if_alloc returns NULLMichael Zhilin2018-01-241-0/+6
* Fix the port vlan support in e6000 based switches.Luiz Otavio O Souza2017-07-272-92/+85
* Add support to 2.5G uplink for the MV88E6141 and MV88E6341 switches.Luiz Otavio O Souza2017-06-202-43/+111
* Prevent multiple lock initialization in e6000sw probeZbigniew Bodek2017-06-131-3/+8
* Add the initial support for the Marvell 88E6141 and 88E6341 switches.Luiz Otavio O Souza2017-06-131-18/+66
* Remove an unnecessary variable from the switch softc structure and make theLuiz Otavio O Souza2017-06-091-19/+22
* style(9) fixes, remove unnecessary headers, remove duplicate #defines andLuiz Otavio O Souza2017-06-022-136/+88
* Poll PHY status using internal e6000sw registersWojciech Macek2017-05-192-6/+53
* Improve busy-wait loop during switch phy access in e6000swWojciech Macek2017-05-191-8/+39
* Add missing unlock in e6000sw driverZbigniew Bodek2017-05-171-0/+1
* Fix broken malloc in e6000swZbigniew Bodek2017-05-171-2/+4
* [etherswitch] [e6000sw] fix compile issue under clang/armAdrian Chadd2017-05-061-2/+4
* When the switch is set to operate in the Multi Chip Addressing Mode weLuiz Otavio O Souza2017-04-301-13/+7
* [etherswitch] add support for Marvell 88E6065 ethernet switch incl. 802.1qMichael Zhilin2017-03-271-41/+363
* Improve ports handling in e6000sw driverZbigniew Bodek2017-01-052-80/+286
* [etherswitch] add Marvell 88e6060 switch supportMichael Zhilin2016-11-151-0/+703
* sys/dev: minor spelling fixes.Pedro F. Giffuni2016-05-031-1/+1
* [mdio] migrate mdiobus out of etherswitch and into a top-level device of its ...Adrian Chadd2015-12-261-1/+1
* Introduce e6000sw etherswitch supportZbigniew Bodek2015-10-252-0/+1161