aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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