aboutsummaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2015-08-31net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn
2015-08-31net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn
2015-08-18net: dsa: Allow multi hop routes to be expressedAndrew Lunn
2015-08-18net: dsa: convert to using IFF_NO_QUEUEPhil Sutter
2015-08-13net: dsa: add support for switchdev VLAN objectsVivien Didelot
2015-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-08-12net: dsa: Do not override PHY interface if already configuredFlorian Fainelli
2015-08-11net: dsa: add support for switchdev FDB objectsVivien Didelot
2015-08-11net: dsa: change FDB routines prototypesVivien Didelot
2015-08-11Revert "Merge branch 'mv88e6xxx-switchdev-fdb'"David S. Miller
2015-08-10dsa: Support multiple MDIO bussesAndrew Lunn
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot
2015-07-31net: dsa: Add netconsole supportFlorian Fainelli
2015-07-31net: dsa: Refactor transmit path to eliminate duplicationFlorian Fainelli
2015-07-11net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli
2015-07-11net: dsa: Test array index before useFlorian Fainelli
2015-06-28dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef
2015-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli
2015-05-13switchdev: don't use anonymous union on switchdev attr/obj structsScott Feldman
2015-05-12switchdev: convert STP update to switchdev attr setScott Feldman
2015-05-12switchdev: convert parent_id_get to switchdev attr getScott Feldman
2015-05-12switchdev: s/swdev_/switchdev_/Jiri Pirko
2015-05-09net: dsa: Add lockdep class to tx queues to avoid lockdep splatAndrew Lunn
2015-04-29net: dsa: Fix scope of eeprom-length propertyGuenter Roeck
2015-04-17net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot
2015-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-04-06net: dsa: fix filling routing table from OF descriptionPavel Nakonechny
2015-04-02dsa: implement ndo_get_iflinkNicolas Dichtel
2015-03-29net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck
2015-03-25net: dsa: Handle non-bridge master changeGuenter Roeck
2015-03-20net: dsa: make NET_DSA manually selectable from the configMathieu Olivari
2015-03-16dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko
2015-03-16switchdev: use new swdev opsScott Feldman
2015-03-14net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli
2015-03-11net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli
2015-03-11net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli
2015-03-06net: dsa: extract dsa switch tree setup and removalFlorian Fainelli
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli
2015-03-06net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli
2015-03-06net: dsa: allow deferred probingFlorian Fainelli
2015-03-06net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck
2015-02-09net: dsa: Remove redundant phy_attach()Andrew Lunn
2015-02-07dsa: correctly determine the number of switches in a systemTobias Waldekranz
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot