aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-20net: dsa: make NET_DSA manually selectable from the configMathieu Olivari1-1/+4
2015-03-16dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko1-2/+1
2015-03-16switchdev: use new swdev opsScott Feldman1-2/+7
2015-03-14net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli1-1/+2
2015-03-11net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli1-7/+22
2015-03-11net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli1-8/+20
2015-03-09net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli1-5/+11
2015-03-06net: dsa: extract dsa switch tree setup and removalFlorian Fainelli1-39/+52
2015-03-06net: dsa: let switches specify their tagging protocolFlorian Fainelli1-2/+3
2015-03-06net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli1-37/+51
2015-03-06net: dsa: allow deferred probingFlorian Fainelli1-3/+3
2015-03-06net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli1-12/+12
2015-02-25net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2-6/+3
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli4-0/+161
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck3-17/+13
2015-02-17net: dsa: Set valid phy interface typeGuenter Roeck1-2/+7
2015-02-09net: dsa: Remove redundant phy_attach()Andrew Lunn1-13/+0
2015-02-07dsa: correctly determine the number of switches in a systemTobias Waldekranz1-1/+1
2015-01-25net: dsa: set slave MII bus PHY maskVivien Didelot1-0/+1
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-12-11net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli1-4/+11
2014-12-11net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli1-0/+3
2014-11-16net: dsa: replace count*size kzalloc by kcallocFabian Frederick1-2/+2
2014-11-16net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick1-1/+2
2014-11-11dsa: Use netdev_<level> instead of printkJoe Perches2-21/+17
2014-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2014-11-06net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn1-2/+5
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux into driver-core-nextGreg Kroah-Hartman1-1/+0
2014-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2014-10-30net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck1-0/+23
2014-10-30net: dsa: Add support for switch EEPROM accessGuenter Roeck2-0/+45
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2-0/+142
2014-10-30net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck3-6/+0
2014-10-28net: dsa: Error out on tagging protocol mismatchesAndrew Lunn1-1/+4
2014-10-20net: dsa: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-19Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn1-1/+1
2014-10-17net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli1-0/+1
2014-10-04net: dsa: do not call phy_start_anegFlorian Fainelli1-1/+0