summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Set valid phy interface typeGuenter Roeck2015-02-171-2/+7
* net: dsa: Remove redundant phy_attach()Andrew Lunn2015-02-091-13/+0
* dsa: correctly determine the number of switches in a systemTobias Waldekranz2015-02-071-1/+1
* net: dsa: set slave MII bus PHY maskVivien Didelot2015-01-251-0/+1
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman2014-11-031-1/+0
| |\
| | * net: dsa: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | | net: dsa: propagate error code from dsa_slave_phy_setupFlorian Fainelli2014-12-111-4/+11
* | | net: dsa: handle non-existing PHYs on switch internal busFlorian Fainelli2014-12-111-0/+3
* | | net: dsa: replace count*size kzalloc by kcallocFabian Frederick2014-11-161-2/+2
* | | net: dsa: replace count*size kmalloc by kmalloc_arrayFabian Frederick2014-11-161-1/+2
* | | dsa: Use netdev_<level> instead of printkJoe Perches2014-11-112-21/+17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-061-2/+5
|\ \ \
| * | | net: dsa: slave: Fix autoneg for phys on switch MDIO busAndrew Lunn2014-11-061-2/+5
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-011-1/+4
|\ \ \ | |/ /
| * | net: dsa: Error out on tagging protocol mismatchesAndrew Lunn2014-10-281-1/+4
| |/
* | net: dsa: Add support for reading switch registers with ethtoolGuenter Roeck2014-10-301-0/+23
* | net: dsa: Add support for switch EEPROM accessGuenter Roeck2014-10-302-0/+45
* | net: dsa: Add support for reporting switch chip temperaturesGuenter Roeck2014-10-302-0/+142
* | net: dsa: Don't set skb->protocol on outgoing tagged packetsGuenter Roeck2014-10-303-6/+0
|/
* Net: DSA: Fix checking for get_phy_flags functionAndrew Lunn2014-10-191-1/+1
* net: dsa: add includes for ethtool and phy_fixed definitionsFlorian Fainelli2014-10-171-0/+1
* net: dsa: do not call phy_start_anegFlorian Fainelli2014-10-041-1/+0
* net: dsa: Fix build warning for !PM_SLEEPThierry Reding2014-10-011-0/+2
* net: dsa: allow switches driver to implement get/set EEEFlorian Fainelli2014-09-281-0/+40
* net: dsa: allow enabling and disable switch portsFlorian Fainelli2014-09-281-0/+14
* net: dsa: start and stop the PHY state machineFlorian Fainelli2014-09-281-0/+6
* net: dsa: add {get, set}_wol callbacks to slave devicesFlorian Fainelli2014-09-221-0/+23
* net: dsa: allow switch drivers to implement suspend/resume hooksFlorian Fainelli2014-09-223-0/+113
* net: dsa: allow switch drivers to specify phy_device::dev_flagsFlorian Fainelli2014-09-191-1/+8
* net: dsa: fix mii_bus to host_dev replacementFlorian Fainelli2014-09-151-1/+1
* dsa: Replace mii_bus with a generic host deviceAlexander Duyck2014-09-152-17/+9
* dsa: Split ops up, and avoid assigning tag_protocol and receive separatelyAlexander Duyck2014-09-157-31/+53
* net: dsa: change tag_protocol to an enumFlorian Fainelli2014-09-132-5/+4
* net: dsa: make dsa_pack_type staticFlorian Fainelli2014-09-011-1/+1
* net: dsa: add Broadcom SF2 switch driverFlorian Fainelli2014-08-271-0/+1
* net: dsa: add Broadcom tag RX/TX handlerFlorian Fainelli2014-08-275-0/+185
* net: dsa: allow updating fixed PHY link informationFlorian Fainelli2014-08-271-0/+17
* net: dsa: allow drivers to do link adjustmentFlorian Fainelli2014-08-271-0/+4
* net: dsa: allow switches to work without taggingFlorian Fainelli2014-08-271-1/+18
* net: dsa: allow for more complex PHY setupsFlorian Fainelli2014-08-273-3/+82
* net: dsa: retain a per-port device_node pointerFlorian Fainelli2014-08-272-0/+3
* net: dsa: provide a switch device device tree node pointerFlorian Fainelli2014-08-271-0/+1
* net: dsa: reduce number of protocol hooksFlorian Fainelli2014-08-276-67/+50
* net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
* net/dsa/dsa.c: remove unnecessary null test before kfreeFabian Frederick2014-06-251-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+2
|\
| * net/dsa/dsa.c: increment chip_index during of_node handling on dsa_of_probe()Fabian Godehardt2014-05-161-1/+2
* | net: get rid of SET_ETHTOOL_OPSWilfried Klaebe2014-05-131-1/+1
|/
* dsa: Use ether_addr_copyJoe Perches2014-01-211-1/+1
OpenPOWER on IntegriCloud