aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-09-28net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli1-0/+40
2014-09-28net: dsa: allow enabling and disable switch portsFlorian Fainelli1-0/+14
2014-09-28net: dsa: start and stop the PHY state machineFlorian Fainelli1-0/+6
2014-09-22net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli1-0/+23
2014-09-22net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli3-0/+113
2014-09-19net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli1-1/+8
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 Duyck2-17/+9
2014-09-15dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck7-31/+53
2014-09-13net: dsa: change tag_protocol to an enumFlorian Fainelli2-5/+4
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: add Broadcom tag RX/TX handlerFlorian Fainelli5-0/+185
2014-08-27net: dsa: allow updating fixed PHY link informationFlorian Fainelli1-0/+17
2014-08-27net: dsa: allow drivers to do link adjustmentFlorian Fainelli1-0/+4
2014-08-27net: dsa: allow switches to work without taggingFlorian Fainelli1-1/+18
2014-08-27net: dsa: allow for more complex PHY setupsFlorian Fainelli3-3/+82
2014-08-27net: dsa: retain a per-port device_node pointerFlorian Fainelli2-0/+3
2014-08-27net: dsa: provide a switch device device tree node pointerFlorian Fainelli1-0/+1
2014-08-27net: dsa: reduce number of protocol hooksFlorian Fainelli6-67/+50
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-2/+2
2014-06-25net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick1-2/+1
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2014-05-16net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt1-1/+2
2014-05-13net: get rid of SET_ETHTOOL_OPSWilfried Klaebe1-1/+1
2014-01-21dsa: Use ether_addr_copyJoe Perches1-1/+1
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