summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-11/+59
|\
| * net: dsa: exit probe if no switch were foundNeil Armstrong2015-10-071-3/+16
| * net: dsa: switch to devm_ calls and remove kfree callsNeil Armstrong2015-10-071-12/+5
| * net: dsa: complete dsa_switch_destroyNeil Armstrong2015-10-071-0/+37
| * net: dsa: add missing dsa_switch mdiobus removeNeil Armstrong2015-10-071-0/+2
| * net: dsa: add missing kfree on removeNeil Armstrong2015-10-071-1/+4
* | net: dsa: better error reportingRussell King2015-10-071-2/+2
|/
* net: fix net_device refcountingRussell King2015-09-241-1/+4
* net: dsa: fix of_mdio_find_bus() device refcount leakRussell King2015-09-241-7/+31
* net: dsa: Allow DSA and CPU ports to have a phy-mode propertyAndrew Lunn2015-08-311-1/+7
* net: dsa: Allow configuration of CPU & DSA port speeds/duplexAndrew Lunn2015-08-311-0/+37
* net: dsa: Allow multi hop routes to be expressedAndrew Lunn2015-08-181-10/+30
* dsa: Support multiple MDIO bussesAndrew Lunn2015-08-101-1/+11
* 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
* net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli2015-05-311-2/+2
* 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
* | 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-251-2/+2
* | net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-251-0/+7
* | net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck2015-02-251-7/+3
|/
* dsa: correctly determine the number of switches in a systemTobias Waldekranz2015-02-071-1/+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: 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-111-16/+12
* | | 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 switch EEPROM accessGuenter Roeck2014-10-301-0/+4
* | net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2014-10-301-0/+131
|/
* net: dsa: Fix build warning for !PM_SLEEPThierry Reding2014-10-011-0/+2
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-221-0/+80
* net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli2014-09-151-1/+1
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-151-16/+8
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-151-4/+28
* net: dsa: make dsa_pack_type staticFlorian Fainelli2014-09-011-1/+1
* net: dsa: add Broadcom SF2 switch driverFlorian Fainelli2014-08-271-0/+1
* net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-271-0/+5
* net: dsa: retain a per-port device_node pointerFlorian Fainelli2014-08-271-0/+2
* net: dsa: provide a switch device device tree node pointerFlorian Fainelli2014-08-271-0/+1
OpenPOWER on IntegriCloud