Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2014-01-22dsa: Use ether_addr_copyJoe Perches
2013-09-04net: dsa: inherit addr_assign_type along with dev_addrBjørn Mork
2013-03-25dsa: fix freeing of sparse port allocationFlorian Fainelli
2013-03-25dsa: factor freeing of dsa_platform_dataFlorian Fainelli
2013-03-25dsa: add device tree bindings to register DSA switchesFlorian Fainelli
2013-01-22dsa: make dsa_switch_setup check for valid port namesFlorian Fainelli
2013-01-22dsa: use an unique and non conflicting bus name for the slave MII busFlorian Fainelli
2013-01-15net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko
2012-11-27dsa: Hide core config options; make drivers select what they needBen Hutchings
2012-11-26net: dsa/slave: Fix compilation warningsviresh kumar
2012-08-21workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo
2012-05-10dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches
2011-11-29dsa: Move switch drivers to new directory drivers/net/dsaBen Hutchings
2011-11-29dsa: Move all definitions needed by drivers into <net/dsa.h>Ben Hutchings
2011-11-29dsa: Remove unnecessary exportsBen Hutchings
2011-11-26dsa: Allow core and drivers to be built as modulesBen Hutchings
2011-11-26dsa: Define module author, description, license and aliases for driversBen Hutchings
2011-11-26mv88e6xxx: Combine mv88e6131 and mv88e612_61_65 driversBen Hutchings
2011-11-26dsa: Combine core and tagging codeBen Hutchings
2011-11-26dsa: Export functions from core to modulesBen Hutchings
2011-11-26dsa: Change dsa_uses_{dsa, trailer}_tags() into inline functionsBen Hutchings
2011-11-01net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-08-18net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-06-29DSA: Enable cascading in multi-chip 6131 configurationBarry Grussling
2011-05-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2011-04-29dsa/mv88e6131: fix unknown multicast/broadcast forwarding on mv88e6085Peter Korsgaard
2011-04-20net: dsa: remove ethtool_ops->set_sgMichał Mirosław
2011-04-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2011-04-07dsa/mv88e6131: add support for mv88e6085 switchPeter Korsgaard
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-09dsa/mv88e6060: support nonzero mii base addressPeter Korsgaard
2011-01-24module: fix missing semicolons in MODULE macro usageRusty Russell
2010-12-24net/dsa: don't use flush_scheduled_work()Tejun Heo
2010-08-12phylib: available for any speed ethernetRandy Dunlap
2010-07-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-07-19net: preserve ifreq parameter when calling generic phy_mii_ioctl().Richard Cochran
2010-07-13dsa: Fix Kconfig dependencies.David S. Miller
2010-04-12Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-04-04net: move address list functions to a separate fileJiri Pirko
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-09-01netdev: convert pseudo-devices to netdev_tx_tStephen Hemminger
2009-07-06dsa: fix 88e6xxx statistics counter snapshottingStephane Contri
2009-05-30net: convert unicast addr listJiri Pirko
2009-03-22dsa: add switch chip cascading supportLennert Buytenhek
2009-03-22dsa: add support for the Marvell 88E6095/6095F switch chipsLennert Buytenhek
2009-03-22dsa: set ->iflink on slave interfaces to the ifindex of the parentLennert Buytenhek
2009-03-10net: convert usage of packet_type to read_mostlyStephen Hemminger
2009-02-01net: replace uses of __constant_{endian}Harvey Harrison
2009-01-07dsa: convert to net_device_ops (v2)Stephen Hemminger