aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-12-07net: dsa: move dsa slave destroy code to slave.cNeil Armstrong1-2/+1
2015-12-07net: dsa: Add missing master netdev dev_put() callsNeil Armstrong1-1/+5
2015-12-07net: dsa: cleanup resources upon module removalNeil Armstrong1-0/+8
2015-12-07net: dsa: remove DSA link pollingNeil Armstrong1-43/+0
2015-11-24net: dsa: include gpio consumer header fileArnd Bergmann1-0/+1
2015-11-23net: dsa: Add support for a switch reset gpioAndrew Lunn1-0/+17
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-11/+59
2015-10-07net: dsa: exit probe if no switch were foundNeil Armstrong1-3/+16
2015-10-07net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong1-12/+5
2015-10-07net: dsa: complete dsa_switch_destroyNeil Armstrong1-0/+37
2015-10-07net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong1-0/+2
2015-10-07net: dsa: add missing kfree on removeNeil Armstrong1-1/+4
2015-10-07net: dsa: better error reportingRussell King1-2/+2
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-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-10dsa: Support multiple MDIO bussesAndrew Lunn1-1/+11
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-05-31net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli1-2/+2
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-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 Roeck1-2/+2
2015-02-25net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli1-0/+7
2015-02-25net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck1-7/+3
2015-02-07dsa: correctly determine the number of switches in a systemTobias Waldekranz1-1/+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-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 Perches1-16/+12
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 switch EEPROM accessGuenter Roeck1-0/+4
2014-10-30net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck1-0/+131
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-01net: dsa: Fix build warning for !PM_SLEEPThierry Reding1-0/+2
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli1-0/+80
2014-09-15net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli1-1/+1
2014-09-15dsa: Replace mii_bus with a generic host deviceAlexander Duyck1-16/+8