summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: fix preparation of a port STP updateVivien Didelot2015-09-301-3/+8
* net: fix net_device refcountingRussell King2015-09-251-1/+4
* net: dsa: fix of_mdio_find_bus() device refcount leakRussell King2015-09-251-7/+31
* net: dsa: Fix Marvell Egress Trailer checkNeil Armstrong2015-09-231-1/+1
* net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn2015-08-311-1/+7
* net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn2015-08-311-0/+37
* net: dsa: Allow multi hop routes to be expressedAndrew Lunn2015-08-181-10/+30
* net: dsa: convert to using IFF_NO_QUEUEPhil Sutter2015-08-181-1/+1
* net: dsa: add support for switchdev VLAN objectsVivien Didelot2015-08-141-0/+158
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-08-141-1/+2
|\
| * net: dsa: Do not override PHY interface if already configuredFlorian Fainelli2015-08-121-1/+2
* | net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-111-61/+81
* | net: dsa: change FDB routines prototypesVivien Didelot2015-08-111-7/+9
* | Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller2015-08-111-116/+102Star
* | dsa: Support multiple MDIO bussesAndrew Lunn2015-08-101-1/+11
* | net: dsa: add support for switchdev FDB objectsVivien Didelot2015-08-101-102/+116
* | net: dsa: Add netconsole supportFlorian Fainelli2015-08-012-0/+71
* | net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli2015-08-016-49/+33Star
|/
* net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli2015-07-121-1/+1
* net: dsa: Test array index before useFlorian Fainelli2015-07-121-2/+2
* dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef2015-06-291-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-021-2/+2
|\
| * net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli2015-06-011-2/+2
* | switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman2015-05-131-3/+3
* | switchdev: convert STP update to switchdev attr setScott Feldman2015-05-131-1/+19
* | switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-131-5/+11
* | switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-131-4/+4
* | net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn2015-05-091-2/+12
|/
* net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
* net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot2015-04-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-071-16/+7Star
|\
| * net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7Star
* | dsa: implement ndo_get_iflinkNicolas Dichtel2015-04-021-5/+3Star
* | net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck2015-03-291-0/+102
* | net: dsa: Handle non-bridge master changeGuenter Roeck2015-03-251-1/+2
* | net: dsa: make NET_DSA manually selectable from the configMathieu Olivari2015-03-211-1/+4
* | dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-161-2/+1Star
* | switchdev: use new swdev opsScott Feldman2015-03-161-2/+7
* | net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli2015-03-151-1/+2
* | net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli2015-03-111-7/+22
* | net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli2015-03-111-8/+20
* | net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli2015-03-101-5/+11
* | net: dsa: extract dsa switch tree setup and removalFlorian Fainelli2015-03-061-39/+52
* | net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-061-2/+3
* | net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli2015-03-061-37/+51
* | net: dsa: allow deferred probingFlorian Fainelli2015-03-061-3/+3
* | net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli2015-03-061-12/+12
* | net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-252-6/+3Star
* | net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-254-0/+161
* | net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck2015-02-253-17/+13Star
|/