aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-10-03switchdev: push object ID back to object structureJiri Pirko1-6/+3
2015-10-03switchdev: bring back switchdev_obj and use it as a generic object paramJiri Pirko1-14/+27
2015-10-03switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdbJiri Pirko1-3/+3
2015-10-03switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlanJiri Pirko1-3/+3
2015-10-03switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*Jiri Pirko1-2/+2
2015-10-03switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*Jiri Pirko1-6/+6
2015-09-29net: dsa: fix preparation of a port STP updateVivien Didelot1-3/+8
2015-09-29net: switchdev: abstract object in add/del opsVivien Didelot1-12/+8
2015-09-29net: switchdev: pass callback to dump operationVivien Didelot1-12/+14
2015-09-29net: switchdev: remove dev from switchdev_obj cbVivien Didelot1-2/+2
2015-09-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+35
2015-09-25net: dsa: Set a "dsa" device_typeFlorian Fainelli1-0/+5
2015-09-24net: fix net_device refcountingRussell King1-1/+4
2015-09-24net: dsa: fix of_mdio_find_bus() device refcount leakRussell King1-7/+31
2015-09-24dsa: use prepare/commit switchdev transaction helpersJiri Pirko1-10/+5
2015-09-24switchdev: move transaction phase enum under transaction structureJiri Pirko1-8/+10
2015-09-24switchdev: introduce transaction item queue for attr_set and obj_addJiri Pirko1-2/+4
2015-09-24switchdev: rename "trans" to "trans_ph".Jiri Pirko1-4/+4
2015-09-22net: dsa: Fix Marvell Egress Trailer checkNeil Armstrong1-1/+1
2015-08-31net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn1-1/+7
2015-08-31net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn1-0/+37
2015-08-18net: dsa: Allow multi hop routes to be expressedAndrew Lunn1-10/+30
2015-08-18net: dsa: convert to using IFF_NO_QUEUEPhil Sutter1-1/+1
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot1-0/+158
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2015-08-12net: dsa: Do not override PHY interface if already configuredFlorian Fainelli1-1/+2
2015-08-11net: dsa: add support for switchdev FDB objectsVivien Didelot1-61/+81
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot1-7/+9
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller1-116/+102
2015-08-10dsa: Support multiple MDIO bussesAndrew Lunn1-1/+11
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot1-102/+116
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli2-0/+71
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli6-49/+33
2015-07-11net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli1-1/+1
2015-07-11net: dsa: Test array index before useFlorian Fainelli1-2/+2
2015-06-28dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef1-1/+1
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2015-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli1-2/+2
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman1-3/+3
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman1-1/+19
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman1-5/+11
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko1-4/+4
2015-05-09net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn1-2/+12
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck1-1/+1
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot1-3/+3
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-16/+7
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny1-16/+7
2015-04-02dsa: implement ndo_get_iflinkNicolas Dichtel1-5/+3
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck1-0/+102
2015-03-25net: dsa: Handle non-bridge master changeGuenter Roeck1-1/+2