summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* 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
* dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli2013-01-211-2/+2
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* ethtool: fix drvinfo strings set in driversJiri Pirko2013-01-061-4/+4
* dsa: Hide core config options; make drivers select what they needBen Hutchings2012-11-261-17/+13
* net: dsa/slave: Fix compilation warningsviresh kumar2012-11-251-7/+9
* workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2012-08-201-1/+1
* dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches2012-05-091-5/+5
* dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings2011-11-297-1859/+1
* dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings2011-11-295-95/+4
* dsa: Remove unnecessary exportsBen Hutchings2011-11-291-2/+0
* dsa: Allow core and drivers to be built as modulesBen Hutchings2011-11-262-7/+11
* dsa: Define module author, description, license and aliases for driversBen Hutchings2011-11-264-0/+18
* mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings2011-11-265-31/+32
* dsa: Combine core and tagging codeBen Hutchings2011-11-266-49/+38
* dsa: Export functions from core to modulesBen Hutchings2011-11-262-0/+4
* dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings2011-11-262-56/+0
* net: Fix files explicitly needing to include module.hPaul Gortmaker2011-10-311-0/+1
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-171-3/+0
* DSA: Enable cascading in multi-chip 6131 configurationBarry Grussling2011-06-291-2/+6
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-05-052-7/+23
|\
| * dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard2011-04-282-7/+23
* | net: dsa: remove ethtool_ops->set_sgMichał Mirosław2011-04-201-1/+0
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2011-04-112-4/+21
|\
| * dsa/mv88e6131: add support for mv88e6085 switchPeter Korsgaard2011-04-062-4/+21
* | Fix common misspellingsLucas De Marchi2011-03-311-1/+1
|/
* dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard2011-03-081-3/+4
* 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
* phylib: available for any speed ethernetRandy Dunlap2010-08-111-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-07-201-1/+1
|\
| * dsa: Fix Kconfig dependencies.David S. Miller2010-07-121-1/+1
* | net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran2010-07-181-2/+1
|/
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-04-114-0/+4
|\
| * include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-304-0/+4
* | net: move address list functions to a separate fileJiri Pirko2010-04-031-7/+7
|/
* netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger2009-09-014-6/+6
* dsa: fix 88e6xxx statistics counter snapshottingStephane Contri2009-07-051-1/+1
* net: convert unicast addr listJiri Pirko2009-05-291-5/+5
* dsa: add switch chip cascading supportLennert Buytenhek2009-03-219-188/+363
* dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek2009-03-212-11/+17
* dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek2009-03-211-0/+13
* net: convert usage of packet_type to read_mostlyStephen Hemminger2009-03-103-3/+3
* net: replace uses of __constant_{endian}Harvey Harrison2009-02-015-5/+5
* dsa: convert to net_device_ops (v2)Stephen Hemminger2009-01-061-10/+41
* net: Make staticRoel Kluin2008-12-103-6/+6
* dsa: fix warning in net/dsa/mv88e6060.cIngo Molnar2008-11-251-1/+1