summaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* dsa: add switch chip cascading supportLennert Buytenhek2009-03-211-68/+109
* dsa: add support for Trailer tagging formatLennert Buytenhek2008-10-081-0/+7
* dsa: add support for original DSA tagging formatLennert Buytenhek2008-10-081-0/+16
* net: Distributed Switch Architecture protocol supportLennert Buytenhek2008-10-081-0/+369
OpenPOWER on IntegriCloud