summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Fix off-by-one in switch address parsingFlorian Fainelli2015-07-111-1/+1
* net: dsa: Test array index before useFlorian Fainelli2015-07-111-2/+2
* dsa: fix promiscuity leak on slave dev open errorGilad Ben-Yossef2015-06-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-06-011-2/+2
|\
| * net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli2015-05-311-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-121-1/+19
* | switchdev: convert parent_id_get to switchdev attr getScott Feldman2015-05-121-5/+11
* | switchdev: s/swdev_/switchdev_/Jiri Pirko2015-05-121-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-061-16/+7
|\
| * net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
* | dsa: implement ndo_get_iflinkNicolas Dichtel2015-04-021-5/+3
* | 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-201-1/+4
* | dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-161-2/+1
* | switchdev: use new swdev opsScott Feldman2015-03-161-2/+7
* | net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli2015-03-141-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-091-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/+3
* | 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/+13
|/
* net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
* net: dsa: Remove redundant phy_attach()Andrew Lunn2015-02-091-13/+0
* dsa: correctly determine the number of switches in a systemTobias Waldekranz2015-02-071-1/+1
* net: dsa: set slave MII bus PHY maskVivien Didelot2015-01-251-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * net: dsa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli2014-12-111-4/+11
* | | net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli2014-12-111-0/+3
* | | net: dsa: replace count*size kzalloc by kcallocFabian Frederick2014-11-161-2/+2
* | | net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-11-161-1/+2
* | | dsa: Use netdev_<level> instead of printkJoe Perches2014-11-112-21/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-2/+5
|\ \ \
| * | | net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn2014-11-061-2/+5
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-1/+4
|\| |
| * | net: dsa: Error out on tagging protocol mismatchesAndrew Lunn2014-10-281-1/+4
| |/
* | net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck2014-10-301-0/+23
* | net: dsa: Add support for switch EEPROM accessGuenter Roeck2014-10-302-0/+45