summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: Properly propagate errors from dsa_switch_setup_oneFlorian Fainelli2015-05-311-2/+2
* net: dsa: Fix scope of eeprom-length propertyGuenter Roeck2015-04-291-1/+1
* net: dsa: use DEVICE_ATTR_RW to declare temp1_maxVivien Didelot2015-04-171-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-04-061-16/+7
|\
| * net: dsa: fix filling routing table from OF descriptionPavel Nakonechny2015-04-061-16/+7
* | dsa: implement ndo_get_iflinkNicolas Dichtel2015-04-021-5/+3
* | net: dsa: Add basic framework to support ndo_fdb functionsGuenter Roeck2015-03-291-0/+102
* | net: dsa: Handle non-bridge master changeGuenter Roeck2015-03-251-1/+2
* | net: dsa: make NET_DSA manually selectable from the configMathieu Olivari2015-03-201-1/+4
* | dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSAJiri Pirko2015-03-161-2/+1
* | switchdev: use new swdev opsScott Feldman2015-03-161-2/+7
* | net: dsa: do not use slave MII bus for fixed PHYsFlorian Fainelli2015-03-141-1/+2
* | net: dsa: fully divert PHY reads/writes if requestedFlorian Fainelli2015-03-111-7/+22
* | net: dsa: move PHY setup on DSA MII bus to its own functionFlorian Fainelli2015-03-111-8/+20
* | net: dsa: utilize of_find_net_device_by_nodeFlorian Fainelli2015-03-091-5/+11
* | net: dsa: extract dsa switch tree setup and removalFlorian Fainelli2015-03-061-39/+52
* | net: dsa: let switches specify their tagging protocolFlorian Fainelli2015-03-061-2/+3
* | net: dsa: split dsa_switch_setup into two functionsFlorian Fainelli2015-03-061-37/+51
* | net: dsa: allow deferred probingFlorian Fainelli2015-03-061-3/+3
* | net: dsa: update dsa_of_{probe, remove} to use a device pointerFlorian Fainelli2015-03-061-12/+12
* | net: dsa: Introduce dsa_is_port_initializedGuenter Roeck2015-02-252-6/+3
* | net: dsa: integrate with SWITCHDEV for HW bridgingFlorian Fainelli2015-02-254-0/+161
* | net: dsa: Ensure that port array elements are initialized before being usedGuenter Roeck2015-02-253-17/+13
|/
* 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
OpenPOWER on IntegriCloud