aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-09-03net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork1-1/+1
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
2013-01-21dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli1-2/+2
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-4/+4
2012-11-26dsa: Hide core config options; make drivers select what they needBen Hutchings1-17/+13
2012-11-25net: dsa/slave: Fix compilation warningsviresh kumar1-7/+9
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo1-1/+1
2012-05-09dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings7-1859/+1
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings5-95/+4
2011-11-29dsa: Remove unnecessary exportsBen Hutchings1-2/+0
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings2-7/+11
2011-11-26dsa: Define module author, description, license and aliases for driversBen Hutchings4-0/+18
2011-11-26mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings5-31/+32
2011-11-26dsa: Combine core and tagging codeBen Hutchings6-49/+38
2011-11-26dsa: Export functions from core to modulesBen Hutchings2-0/+4
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2-56/+0
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-3/+0
2011-06-29DSA: Enable cascading in multi-chip 6131 configurationBarry Grussling1-2/+6
2011-05-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-7/+23
2011-04-28dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard2-7/+23
2011-04-20net: dsa: remove ethtool_ops->set_sgMichał Mirosław1-1/+0
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-4/+21
2011-04-06dsa/mv88e6131: add support for mv88e6085 switchPeter Korsgaard2-4/+21
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-08dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard1-3/+4
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-08-11phylib: available for any speed ethernetRandy Dunlap1-1/+1
2010-07-20Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2010-07-18net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran1-2/+1
2010-07-12dsa: Fix Kconfig dependencies.David S. Miller1-1/+1
2010-04-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller4-0/+4
2010-04-03net: move address list functions to a separate fileJiri Pirko1-7/+7
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo4-0/+4
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger4-6/+6
2009-07-05dsa: fix 88e6xxx statistics counter snapshottingStephane Contri1-1/+1
2009-05-29net: convert unicast addr listJiri Pirko1-5/+5
2009-03-21dsa: add switch chip cascading supportLennert Buytenhek9-188/+363
2009-03-21dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2-11/+17
2009-03-21dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek1-0/+13
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger3-3/+3
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison5-5/+5
2009-01-06dsa: convert to net_device_ops (v2)Stephen Hemminger1-10/+41
2008-12-10net: Make staticRoel Kluin3-6/+6