summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-271-18/+21
* net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick2014-06-251-2/+1
* net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt2014-05-161-1/+2
* dsa: fix freeing of sparse port allocationFlorian Fainelli2013-03-251-3/+5
* dsa: factor freeing of dsa_platform_dataFlorian Fainelli2013-03-251-20/+18
* dsa: add device tree bindings to register DSA switchesFlorian Fainelli2013-03-241-5/+228
* dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli2013-01-211-0/+6
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* dsa: Combine core and tagging codeBen Hutchings2011-11-261-1/+25
* dsa: Export functions from core to modulesBen Hutchings2011-11-261-0/+2
* dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-261-23/+0
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* module: fix missing semicolons in MODULE macro usageRusty Russell2011-01-241-1/+1
* net/dsa: don't use flush_scheduled_work()Tejun Heo2010-12-241-1/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
OpenPOWER on IntegriCloud