summaryrefslogtreecommitdiffstats
path: root/sys/dev/etherswitch
Commit message (Expand)AuthorAgeFilesLines
* MFC: r262571brueffer2014-03-063-2/+9
* MFC r258779,r258780,r258787,r258822:eadler2014-02-041-4/+219
* Add the support for 802.1q and port based vlans for arswitch.loos2013-07-2311-70/+660
* Fix the arswitch instability problem. It turns out that theloos2013-07-234-27/+9
* Add a new flag (ETHERSWITCH_VID_VALID) to say what vlangroups are in use.loos2013-07-235-11/+33
* Bring in a basic ethernet switch driver for the IP17x series ofadrian2013-05-0811-0/+1650
* Fix the ukswitch code to work with the new vlan changes:adrian2013-05-081-9/+9
* Correctly mark the CPU port.adrian2013-05-081-0/+1
* Add the ability to change the vlan operation mode.adrian2013-05-083-1/+71
* Update arswitch to the new API.adrian2013-04-221-1/+1
* Convert over the etherswitch framework to use VLAN IDs per port, ratheradrian2013-04-222-9/+23
* Implement a very basic multi-PHY aware switch device.adrian2013-04-191-0/+570
* Disable automatic attachment of arswitch. It can't be auto-detected (like PHYsray2012-11-071-11/+0
* Don't try to cache the page setting - always set the page beforeadrian2012-10-221-4/+11
* Mask data to only 16 bits to be sure on write into switch reg.ray2012-10-151-1/+1
* Locking for etherswitch framework:ray2012-10-154-7/+82
* Defaulting to id "0" if ar7240_probe(dev) success, fix warning when buildingray2012-10-151-0/+1
* Fix tiypo.ray2012-10-111-1/+1
* Setup the CPU port and broadcast map on the AR7240, rather thanadrian2012-05-122-10/+18
* .. oops, include setting the MTU.adrian2012-05-121-1/+4
* Document what the flood register setting does.adrian2012-05-121-1/+8
* * Add in the AR7240 global control field for setting the maximum frameadrian2012-05-121-0/+14
* * Remove the AR7240 register defines and reuse the AR8x16 defines.adrian2012-05-122-8/+5
* Further arswitch work:adrian2012-05-124-1/+194
* Commit the first pass of the etherswitch support.adrian2012-05-1118-0/+3090
* Bring over the first part of the etherswitch framework - an MDIO bus andadrian2012-05-015-0/+657
OpenPOWER on IntegriCloud