aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck1-4/+28
2014-09-01net: dsa: make dsa_pack_type staticFlorian Fainelli1-1/+1
2014-08-27net: dsa: add Broadcom SF2 switch driverFlorian Fainelli1-0/+1
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli1-0/+5
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli1-0/+2
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli1-0/+1
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli1-18/+21
2014-06-25net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick1-2/+1
2014-05-16net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt1-1/+2
2013-03-25dsa: fix freeing of sparse port allocationFlorian Fainelli1-3/+5
2013-03-25dsa: factor freeing of dsa_platform_dataFlorian Fainelli1-20/+18
2013-03-24dsa: add device tree bindings to register DSA switchesFlorian Fainelli1-5/+228
2013-01-21dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli1-0/+6
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2011-11-26dsa: Combine core and tagging codeBen Hutchings1-1/+25
2011-11-26dsa: Export functions from core to modulesBen Hutchings1-0/+2
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings1-23/+0
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell1-1/+1
2010-12-24net/dsa: don't use flush_scheduled_work()Tejun Heo1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek1-68/+109
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek1-0/+7
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek1-0/+16
2008-10-08net: Distributed Switch Architecture protocol supportLennert Buytenhek1-0/+369