Age | Commit message (Expand) | Author |
2017-01-10 | net: dsa: Ensure validity of dst->ds[0] | Florian Fainelli |
2017-01-09 | net: dsa: select NET_SWITCHDEV | Vivien Didelot |
2017-01-09 | net: dsa: Make dsa_switch_ops const | Florian Fainelli |
2017-01-09 | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver | Florian Fainelli |
2017-01-07 | net: dsa: move HWMON support to its own file | Vivien Didelot |
2017-01-06 | net: dsa: remove version string | Vivien Didelot |
2017-01-05 | net:dsa: check for EPROBE_DEFER from dsa_dst_parse() | Volodymyr Bendiuga |
2017-01-04 | net: dsa: remove out label in dsa_switch_setup_one | Vivien Didelot |
2016-12-29 | net: dsa: Implement ndo_get_phys_port_id | Florian Fainelli |
2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2016-11-29 | net: dsa: slave: fix fixed-link phydev leaks | Johan Hovold |
2016-11-29 | of_mdio: add helper to deregister fixed-link PHYs | Johan Hovold |
2016-11-29 | net: dsa: slave: fix of-node leak and phy priority | Johan Hovold |
2016-11-28 | net: dsa: fix unbalanced dsa_switch_tree reference counting | Nikita Yushchenko |
2016-11-27 | net: dsa: fix fixed-link-phy device leaks | Johan Hovold |
2016-10-21 | net: remove MTU limits on a few ether_setup callers | Jarod Wilson |
2016-10-12 | net: dsa: slave: use new api ethtool_{get|set}_link_ksettings | Philippe Reynes |
2016-09-23 | net: dsa: add port fast ageing | Vivien Didelot |
2016-09-23 | net: dsa: add port STP state helper | Vivien Didelot |
2016-09-20 | net-next: dsa: make the set_addr() operation optional | John Crispin |
2016-09-20 | net-next: dsa: fix duplicate invocation of set_addr() | John Crispin |
2016-09-16 | net-next: dsa: add Qualcomm tag RX/TX handler | John Crispin |
2016-08-31 | net: dsa: add MDB support | Vivien Didelot |
2016-08-24 | net: dsa: rename switch operations structure | Vivien Didelot |
2016-08-22 | net: dsa: Allow the DSA driver to indicate the tag protocol | Andrew Lunn |
2016-08-19 | net: dsa: bcm_sf2: Make it a real platform device driver | Florian Fainelli |
2016-08-19 | net: dsa: Export suspend/resume functions | Florian Fainelli |
2016-07-19 | net: dsa: support switchdev ageing time attr | Vivien Didelot |
2016-07-12 | net: dsa: Fix non static symbol warning | Wei Yongjun |
2016-07-08 | net: dsa: initialize the routing table | Vivien Didelot |
2016-06-08 | net: dsa: Initialize CPU port ethtool ops per tree | Florian Fainelli |
2016-06-08 | net: dsa: Add initialization helper for CPU port ethtool_ops | Florian Fainelli |
2016-06-08 | net: dsa: Provide a slave MII bus if needed | Florian Fainelli |
2016-06-08 | net: dsa: Initialize ds->enabled_port_mask and ds->phys_mii_mask | Florian Fainelli |
2016-06-08 | net: dsa: Provide unique DSA slave MII bus names | Florian Fainelli |
2016-06-04 | net: dsa: Add new binding implementation | Andrew Lunn |
2016-06-04 | net: dsa: Make mdio bus optional | Andrew Lunn |
2016-06-04 | net: dsa: Refactor selection of tag ops into a function | Andrew Lunn |
2016-06-04 | net: dsa: Split up creating/destroying of DSA and CPU ports | Andrew Lunn |
2016-06-04 | net: dsa: Copy the routing table into the switch structure | Andrew Lunn |
2016-06-04 | net: dsa: Remove dynamic allocate of routing table | Andrew Lunn |
2016-06-04 | net: dsa: Move port device node into port structure | Andrew Lunn |
2016-06-04 | net: dsa: Add a ports structure and use it in the switch structure | Andrew Lunn |
2016-06-04 | net: dsa: tag_{e}dsa.c: Remove dependency on platform data | Andrew Lunn |
2016-06-04 | net: dsa: slave: Remove MDIO address from switch MDIO bus name | Andrew Lunn |
2016-06-04 | net: dsa: slave: chip data is optional, don't dereference NULL | Andrew Lunn |
2016-05-11 | dsa: Rename switch chip data to cd | Andrew Lunn |
2016-05-11 | dsa: Remove master_dev from switch structure | Andrew Lunn |
2016-05-11 | dsa: Move gpio reset into switch driver | Andrew Lunn |
2016-04-28 | net: dsa: Provide CPU port statistics to master netdev | Florian Fainelli |