| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-07-18 | net: s/dev_close_many/netif_close_many/ | Stanislav Fomichev | 1 | -1/+2 |
| 2025-04-16 | net: dsa: free routing table on probe failure | Vladimir Oltean | 1 | -7/+14 |
| 2025-04-16 | net: dsa: clean up FDB, MDB, VLAN entries on unbind | Vladimir Oltean | 1 | -3/+35 |
| 2025-01-03 | driver core: Constify API device_find_child() and adapt for various usages | Zijun Hu | 1 | -1/+1 |
| 2024-10-07 | net: dsa: remove obsolete phylink dsa_switch operations | Russell King (Oracle) | 1 | -8/+0 |
| 2024-10-01 | net: dsa: improve shutdown sequence | Vladimir Oltean | 1 | -0/+7 |
| 2024-05-29 | net: dsa: remove mac_prepare()/mac_finish() shims | Russell King (Oracle) | 1 | -2/+0 |
| 2024-05-01 | net: dsa: Remove adjust_link paths | Florian Fainelli | 1 | -2/+1 |
| 2024-04-11 | net: dsa: allow DSA switch drivers to provide their own phylink mac ops | Russell King (Oracle) | 1 | -0/+11 |
| 2024-02-15 | net: dsa: remove OF-based MDIO bus registration from DSA core | Arınç ÜNAL | 1 | -6/+1 |
| 2023-10-24 | net: dsa: Use conduit and user terms | Florian Fainelli | 1 | -112/+112 |
| 2023-06-27 | net: dsa: avoid suspicious RCU usage for synced VLAN-aware MAC addresses | Vladimir Oltean | 1 | -1/+1 |
| 2023-06-20 | net: dsa: introduce preferred_default_local_cpu_port and use on MT7530 | Vladimir Oltean | 1 | -1/+23 |
| 2023-04-09 | net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stub | Vladimir Oltean | 1 | -0/+19 |
| 2022-11-22 | net: dsa: kill off dsa_priv.h | Vladimir Oltean | 1 | -1/+3 |
| 2022-11-22 | net: dsa: rename dsa2.c back into dsa.c and create its header | Vladimir Oltean | 1 | -0/+1747 |
| 2022-11-22 | net: dsa: merge dsa.c into dsa2.c | Vladimir Oltean | 1 | -234/+0 |
| 2022-11-22 | net: dsa: move tagging protocol code to tag.{c,h} | Vladimir Oltean | 1 | -228/+1 |
| 2022-11-22 | net: dsa: move headers exported by slave.c to slave.h | Vladimir Oltean | 1 | -0/+1 |
| 2022-11-22 | net: dsa: move bulk of devlink code to devlink.{c,h} | Vladimir Oltean | 1 | -107/+0 |
| 2022-11-22 | net: dsa: modularize DSA_TAG_PROTO_NONE | Vladimir Oltean | 1 | -21/+0 |
| 2022-11-22 | net: dsa: unexport dsa_dev_to_net_device() | Vladimir Oltean | 1 | -1/+0 |
| 2022-11-17 | net: dsa: autoload tag driver module on tagging protocol change | Vladimir Oltean | 1 | -1/+3 |
| 2022-11-17 | net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id() | Vladimir Oltean | 1 | -1/+1 |
| 2022-11-17 | net: dsa: strip sysfs "tagging" string of trailing newline | Vladimir Oltean | 1 | -2/+2 |
| 2022-11-17 | net: dsa: rename tagging protocol driver modalias | Vladimir Oltean | 1 | -1/+1 |
| 2022-11-15 | net: dsa: add support for DSA rx offloading via metadata dst | Felix Fietkau | 1 | -1/+18 |
| 2022-09-20 | net: dsa: allow the DSA master to be seen and changed through rtnetlink | Vladimir Oltean | 1 | -0/+9 |
| 2022-05-06 | net: dsa: delete dsa_port_walk_{fdbs,mdbs} | Vladimir Oltean | 1 | -40/+0 |
| 2022-04-25 | net: dsa: remove unused headers | Marcin Wojtas | 1 | -9/+0 |
| 2022-03-09 | net: dsa: felix: avoid early deletion of host FDB entries | Vladimir Oltean | 1 | -0/+60 |
| 2022-03-07 | net: dsa: return success if there was nothing to do | Tom Rix | 1 | -2/+2 |
| 2022-03-03 | net: dsa: felix: migrate host FDB and MDB entries when changing tag proto | Vladimir Oltean | 1 | -0/+40 |
| 2022-02-14 | net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN | Vladimir Oltean | 1 | -0/+1 |
| 2021-11-30 | devlink: Simplify devlink resources unregister call | Leon Romanovsky | 1 | -1/+1 |
| 2021-10-21 | net: dsa: remove the "dsa_to_port in a loop" antipattern from the core | Vladimir Oltean | 1 | -11/+11 |
| 2021-09-15 | net: dsa: flush switchdev workqueue before tearing down CPU/DSA ports | Vladimir Oltean | 1 | -0/+5 |
| 2021-08-02 | net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv() | Vladimir Oltean | 1 | -1/+1 |
| 2021-01-29 | net: dsa: allow changing the tag protocol via the "tagging" device attribute | Vladimir Oltean | 1 | -0/+26 |
| 2021-01-14 | net: dsa: tag_dsa: Support reception of packets from LAG devices | Tobias Waldekranz | 1 | -1/+11 |
| 2021-01-07 | net: dsa: remove the DSA specific notifiers | Vladimir Oltean | 1 | -22/+0 |
| 2020-11-09 | net: dsa: use net core stats64 handling | Heiner Kallweit | 1 | -6/+1 |
| 2020-10-04 | net: dsa: Add devlink port regions support to DSA | Andrew Lunn | 1 | -0/+14 |
| 2020-10-02 | net: dsa: Call dsa_untag_bridge_pvid() from dsa_switch_rcv() | Florian Fainelli | 1 | -0/+9 |
| 2020-09-18 | net: dsa: Add devlink regions support to DSA | Andrew Lunn | 1 | -0/+16 |
| 2020-09-18 | net: dsa: Add helper to convert from devlink to ds | Andrew Lunn | 1 | -10/+2 |
| 2020-05-07 | net: dsa: introduce a dsa_port_from_netdev public helper | Vladimir Oltean | 1 | -0/+9 |
| 2020-04-23 | net: dsa: add GRO support via gro_cells | Alexander Lobakin | 1 | -1/+1 |
| 2020-03-30 | net: dsa: Simplify 'dsa_tag_protocol_to_str()' | Christophe JAILLET | 1 | -5/+1 |
| 2019-11-05 | net: dsa: Add support for devlink resources | Andrew Lunn | 1 | -0/+37 |
| 2019-10-28 | net: dsa: Add support for devlink device parameters | Andrew Lunn | 1 | -0/+48 |
| 2019-10-22 | net: dsa: use dsa_to_port helper everywhere | Vivien Didelot | 1 | -3/+5 |
| 2019-05-30 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 | Thomas Gleixner | 1 | -5/+1 |
| 2019-05-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+6 |
| 2019-05-07 | net: dsa: Fix error cleanup path in dsa_init_module | YueHaibing | 1 | -2/+9 |
| 2019-04-30 | net: dsa: Remove legacy probing support | Andrew Lunn | 1 | -5/+0 |
| 2019-04-28 | dsa: Cleanup unneeded table and make tag structures static | Andrew Lunn | 1 | -35/+0 |
| 2019-04-28 | dsa: Make use of the list of tag drivers | Andrew Lunn | 1 | -5/+34 |
| 2019-04-28 | dsa: Add stub tag driver put method | Andrew Lunn | 1 | -0/+4 |
| 2019-04-28 | dsa: Rename dsa_resolve_tag_protocol() to _get ready for locking | Andrew Lunn | 1 | -1/+1 |
| 2019-04-28 | dsa: Register the none tagger ops | Andrew Lunn | 1 | -0/+7 |
| 2019-04-28 | dsa: Keep link list of tag drivers | Andrew Lunn | 1 | -0/+28 |
| 2019-04-28 | dsa: Add boilerplate helper to register DSA tag driver modules | Andrew Lunn | 1 | -0/+12 |
| 2019-04-28 | dsa: Add TAG protocol to tag ops | Andrew Lunn | 1 | -0/+1 |
| 2019-04-28 | dsa: Move tagger name into its ops structure | Andrew Lunn | 1 | -43/+2 |
| 2019-03-03 | net: dsa: add KSZ9893 switch tagging support | Tristram Ha | 1 | -0/+2 |
| 2018-12-16 | net: dsa: ksz: Rename NET_DSA_TAG_KSZ to _KSZ9477 | Tristram Ha | 1 | -4/+4 |
| 2018-09-17 | net: dsa: tag_gswip: Add gswip to dsa_tag_protocol_to_str() | Hauke Mehrtens | 1 | -0/+3 |
| 2018-09-13 | net: dsa: Add Lantiq / Intel GSWIP tag support | Hauke Mehrtens | 1 | -0/+3 |
| 2018-09-07 | net: dsa: Expose tagging protocol to user-space | Florian Fainelli | 1 | -0/+43 |
| 2018-08-27 | net: dsa: Drop GPIO includes | Linus Walleij | 1 | -2/+0 |
| 2018-02-14 | net: dsa: forward timestamping callbacks to switch drivers | Brandon Streiff | 1 | -0/+36 |
| 2017-11-13 | net: dsa: Support prepended Broadcom tag | Florian Fainelli | 1 | -0/+3 |
| 2017-10-28 | net: dsa: move fixed link registration helpers | Vivien Didelot | 1 | -39/+0 |
| 2017-10-28 | net: dsa: use dsa_is_user_port everywhere | Vivien Didelot | 1 | -1/+1 |
| 2017-10-18 | net: dsa: split dsa_port's netdev member | Vivien Didelot | 1 | -3/+3 |
| 2017-10-12 | net: dsa: Add support for DSA specific notifiers | Florian Fainelli | 1 | -0/+23 |
| 2017-10-01 | net: dsa: change dsa_ptr for a dsa_port | Vivien Didelot | 1 | -3/+3 |
| 2017-09-19 | net: dsa: move master ethtool code | Vivien Didelot | 1 | -28/+0 |
| 2017-09-19 | net: dsa: remove copy of master ethtool_ops | Vivien Didelot | 1 | -4/+4 |
| 2017-08-21 | dsa: remove unused net_device arg from handlers | Florian Westphal | 1 | -2/+2 |
| 2017-08-07 | net: dsa: Add support for learning FDB through notification | Arkadi Sharshevsky | 1 | -0/+13 |
| 2017-08-07 | net: dsa: remove useless args of dsa_cpu_dsa_setup | Vivien Didelot | 1 | -5/+5 |
| 2017-08-06 | net: dsa: User per-cpu 64-bit statistics | Florian Fainelli | 1 | -4/+6 |
| 2017-08-02 | net: dsa: Add support for 64-bit statistics | Florian Fainelli | 1 | -2/+6 |
| 2017-07-19 | net: dsa: unexport dsa_is_port_initialized | Vivien Didelot | 1 | -0/+5 |
| 2017-06-13 | net: dsa: Relocate master ethtool operations | Florian Fainelli | 1 | -10/+6 |
| 2017-06-13 | net: dsa: Remove master_netdev and use dst->cpu_dp->netdev | Florian Fainelli | 1 | -7/+2 |
| 2017-06-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+47 |
| 2017-06-04 | net: dsa: Pass dsa_port reference to ethtool setup/restore | Florian Fainelli | 1 | -2/+4 |
| 2017-06-02 | net: dsa: Move dsa_switch_{suspend,resume} out of legacy.c | Florian Fainelli | 1 | -0/+47 |
| 2017-05-31 | dsa: add support for Microchip KSZ tail tagging | Woojung Huh | 1 | -0/+3 |
| 2017-05-18 | net: dsa: include dsa.h only once | Vivien Didelot | 1 | -1/+1 |
| 2017-05-17 | net: dsa: Sort DSA tagging protocol drivers | Andrew Lunn | 1 | -9/+9 |
| 2017-04-20 | net: dsa: add support for the SMSC-LAN9303 tagging format | Juergen Beisert | 1 | -0/+3 |
| 2017-04-17 | net: dsa: isolate legacy code | Vivien Didelot | 1 | -766/+2 |
| 2017-04-08 | net: dsa: Factor bottom tag receive functions | Florian Fainelli | 1 | -1/+19 |
| 2017-04-08 | net: dsa: Move skb_unshare() to dsa_switch_rcv() | Florian Fainelli | 1 | -0/+4 |
| 2017-04-07 | net-next: dsa: add Mediatek tag RX/TX handler | Sean Wang | 1 | -0/+3 |
| 2017-03-28 | net: break include loop netdevice.h, dsa.h, devlink.h | Andrew Lunn | 1 | -1/+2 |
| 2017-02-07 | net: dsa: Rename and export dev_to_net_device() | Florian Fainelli | 1 | -2/+3 |
| 2017-02-06 | net: dsa: add switch notifier | Vivien Didelot | 1 | -0/+6 |
| 2017-02-06 | net: dsa: move netdevice notifier registration | Vivien Didelot | 1 | -6/+4 |
| 2017-01-29 | net: dsa: use ds->num_ports when possible | Vivien Didelot | 1 | -8/+8 |
| 2017-01-29 | net: dsa: variable number of ports | Vivien Didelot | 1 | -3/+2 |
| 2017-01-26 | net: dsa: Make most functions take a dsa_port argument | Florian Fainelli | 1 | -6/+9 |
| 2017-01-24 | net: dsa: Fix inverted test for multiple CPU interface | Andrew Lunn | 1 | -1/+1 |
| 2017-01-20 | net: dsa: Remove hwmon support | Andrew Lunn | 1 | -4/+0 |
| 2017-01-18 | net: dsa: use cpu_switch instead of ds[0] | Vivien Didelot | 1 | -1/+1 |
| 2017-01-18 | net: dsa: store CPU switch structure in the tree | Vivien Didelot | 1 | -4/+3 |
| 2017-01-09 | net: dsa: Make dsa_switch_ops const | Florian Fainelli | 1 | -5/+5 |
| 2017-01-09 | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driver | Florian Fainelli | 1 | -5/+7 |
| 2017-01-07 | net: dsa: move HWMON support to its own file | Vivien Didelot | 1 | -129/+2 |
| 2017-01-06 | net: dsa: remove version string | Vivien Didelot | 1 | -5/+0 |
| 2017-01-04 | net: dsa: remove out label in dsa_switch_setup_one | Vivien Didelot | 1 | -27/+13 |
| 2016-11-29 | of_mdio: add helper to deregister fixed-link PHYs | Johan Hovold | 1 | -10/+2 |
| 2016-11-27 | net: dsa: fix fixed-link-phy device leaks | Johan Hovold | 1 | -1/+4 |
| 2016-09-20 | net-next: dsa: make the set_addr() operation optional | John Crispin | 1 | -3/+5 |
| 2016-09-16 | net-next: dsa: add Qualcomm tag RX/TX handler | John Crispin | 1 | -0/+3 |
| 2016-08-24 | net: dsa: rename switch operations structure | Vivien Didelot | 1 | -35/+35 |
| 2016-08-22 | net: dsa: Allow the DSA driver to indicate the tag protocol | Andrew Lunn | 1 | -1/+4 |
| 2016-08-19 | net: dsa: bcm_sf2: Make it a real platform device driver | Florian Fainelli | 1 | -1/+0 |
| 2016-08-19 | net: dsa: Export suspend/resume functions | Florian Fainelli | 1 | -2/+4 |
| 2016-07-08 | net: dsa: initialize the routing table | Vivien Didelot | 1 | -0/+6 |
| 2016-06-08 | net: dsa: Initialize CPU port ethtool ops per tree | Florian Fainelli | 1 | -0/+41 |
| 2016-06-04 | net: dsa: Add new binding implementation | Andrew Lunn | 1 | -0/+5 |
| 2016-06-04 | net: dsa: Make mdio bus optional | Andrew Lunn | 1 | -11/+13 |
| 2016-06-04 | net: dsa: Refactor selection of tag ops into a function | Andrew Lunn | 1 | -26/+45 |
| 2016-06-04 | net: dsa: Split up creating/destroying of DSA and CPU ports | Andrew Lunn | 1 | -35/+51 |
| 2016-06-04 | net: dsa: Copy the routing table into the switch structure | Andrew Lunn | 1 | -0/+2 |
| 2016-06-04 | net: dsa: Remove dynamic allocate of routing table | Andrew Lunn | 1 | -12/+0 |
| 2016-06-04 | net: dsa: Move port device node into port structure | Andrew Lunn | 1 | -4/+4 |
| 2016-06-04 | net: dsa: Add a ports structure and use it in the switch structure | Andrew Lunn | 1 | -4/+4 |
| 2016-05-11 | dsa: Rename switch chip data to cd | Andrew Lunn | 1 | -9/+9 |
| 2016-05-11 | dsa: Remove master_dev from switch structure | Andrew Lunn | 1 | -1/+1 |
| 2016-05-11 | dsa: Move gpio reset into switch driver | Andrew Lunn | 1 | -16/+0 |
| 2016-04-21 | net: dsa: remove tag_protocol from dsa_switch | Vivien Didelot | 1 | -3/+2 |
| 2016-04-17 | net: dsa: constify probed name | Vivien Didelot | 1 | -3/+3 |
| 2016-04-13 | dsa: Rename phys_port_mask to enabled_port_mask | Andrew Lunn | 1 | -4/+4 |
| 2016-04-13 | net: dsa: Remove allocation of driver private memory | Andrew Lunn | 1 | -1/+1 |
| 2016-04-13 | net: dsa: Have the switch driver allocate there own private memory | Andrew Lunn | 1 | -3/+5 |
| 2016-04-13 | net: dsa: Pass the dsa device to the switch drivers | Andrew Lunn | 1 | -3/+4 |
| 2016-03-14 | phy: fixed: Fix removal of phys. | Andrew Lunn | 1 | -3/+1 |
| 2016-03-14 | dsa: dsa: Fix freeing of fixed-phys from user ports. | Andrew Lunn | 1 | -3/+0 |
| 2016-03-14 | dsa: Destroy fixed link phys after the phy has been disconnected | Andrew Lunn | 1 | -12/+12 |
| 2016-03-10 | net: dsa: Fix cleanup resources upon module removal | Neil Armstrong | 1 | -8/+8 |
| 2016-01-07 | phy: Add an mdio_device structure | Andrew Lunn | 1 | -1/+1 |
| 2015-12-07 | net: dsa: move dsa slave destroy code to slave.c | Neil Armstrong | 1 | -2/+1 |
| 2015-12-07 | net: dsa: Add missing master netdev dev_put() calls | Neil Armstrong | 1 | -1/+5 |
| 2015-12-07 | net: dsa: cleanup resources upon module removal | Neil Armstrong | 1 | -0/+8 |
| 2015-12-07 | net: dsa: remove DSA link polling | Neil Armstrong | 1 | -43/+0 |
| 2015-11-24 | net: dsa: include gpio consumer header file | Arnd Bergmann | 1 | -0/+1 |
| 2015-11-23 | net: dsa: Add support for a switch reset gpio | Andrew Lunn | 1 | -0/+17 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -11/+59 |
| 2015-10-07 | net: dsa: exit probe if no switch were found | Neil Armstrong | 1 | -3/+16 |
| 2015-10-07 | net: dsa: switch to devm_ calls and remove kfree calls | Neil Armstrong | 1 | -12/+5 |
| 2015-10-07 | net: dsa: complete dsa_switch_destroy | Neil Armstrong | 1 | -0/+37 |
| 2015-10-07 | net: dsa: add missing dsa_switch mdiobus remove | Neil Armstrong | 1 | -0/+2 |
| 2015-10-07 | net: dsa: add missing kfree on remove | Neil Armstrong | 1 | -1/+4 |
| 2015-10-07 | net: dsa: better error reporting | Russell King | 1 | -2/+2 |
| 2015-09-24 | net: fix net_device refcounting | Russell King | 1 | -1/+4 |
| 2015-09-24 | net: dsa: fix of_mdio_find_bus() device refcount leak | Russell King | 1 | -7/+31 |
| 2015-08-31 | net: dsa: Allow DSA and CPU ports to have a phy-mode property | Andrew Lunn | 1 | -1/+7 |
| 2015-08-31 | net: dsa: Allow configuration of CPU & DSA port speeds/duplex | Andrew Lunn | 1 | -0/+37 |
| 2015-08-18 | net: dsa: Allow multi hop routes to be expressed | Andrew Lunn | 1 | -10/+30 |
| 2015-08-10 | dsa: Support multiple MDIO busses | Andrew Lunn | 1 | -1/+11 |
| 2015-07-11 | net: dsa: Fix off-by-one in switch address parsing | Florian Fainelli | 1 | -1/+1 |
| 2015-07-11 | net: dsa: Test array index before use | Florian Fainelli | 1 | -2/+2 |
| 2015-05-31 | net: dsa: Properly propagate errors from dsa_switch_setup_one | Florian Fainelli | 1 | -2/+2 |
| 2015-04-29 | net: dsa: Fix scope of eeprom-length property | Guenter Roeck | 1 | -1/+1 |
| 2015-04-17 | net: dsa: use DEVICE_ATTR_RW to declare temp1_max | Vivien Didelot | 1 | -3/+3 |
| 2015-04-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -16/+7 |
| 2015-04-06 | net: dsa: fix filling routing table from OF description | Pavel Nakonechny | 1 | -16/+7 |
| 2015-03-09 | net: dsa: utilize of_find_net_device_by_node | Florian Fainelli | 1 | -5/+11 |
| 2015-03-06 | net: dsa: extract dsa switch tree setup and removal | Florian Fainelli | 1 | -39/+52 |
| 2015-03-06 | net: dsa: let switches specify their tagging protocol | Florian Fainelli | 1 | -2/+3 |
| 2015-03-06 | net: dsa: split dsa_switch_setup into two functions | Florian Fainelli | 1 | -37/+51 |
| 2015-03-06 | net: dsa: allow deferred probing | Florian Fainelli | 1 | -3/+3 |
| 2015-03-06 | net: dsa: update dsa_of_{probe, remove} to use a device pointer | Florian Fainelli | 1 | -12/+12 |
| 2015-02-25 | net: dsa: Introduce dsa_is_port_initialized | Guenter Roeck | 1 | -2/+2 |
| 2015-02-25 | net: dsa: integrate with SWITCHDEV for HW bridging | Florian Fainelli | 1 | -0/+7 |
| 2015-02-25 | net: dsa: Ensure that port array elements are initialized before being used | Guenter Roeck | 1 | -7/+3 |
| 2015-02-07 | dsa: correctly determine the number of switches in a system | Tobias Waldekranz | 1 | -1/+1 |
| 2014-12-14 | Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+0 |
| 2014-11-16 | net: dsa: replace count*size kzalloc by kcalloc | Fabian Frederick | 1 | -2/+2 |
| 2014-11-16 | net: dsa: replace count*size kmalloc by kmalloc_array | Fabian Frederick | 1 | -1/+2 |
| 2014-11-11 | dsa: Use netdev_<level> instead of printk | Joe Perches | 1 | -16/+12 |
| 2014-11-03 | Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke... | Greg Kroah-Hartman | 1 | -1/+0 |
| 2014-11-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+4 |
| 2014-10-30 | net: dsa: Add support for switch EEPROM access | Guenter Roeck | 1 | -0/+4 |
| 2014-10-30 | net: dsa: Add support for reporting switch chip temperatures | Guenter Roeck | 1 | -0/+131 |
| 2014-10-28 | net: dsa: Error out on tagging protocol mismatches | Andrew Lunn | 1 | -1/+4 |
| 2014-10-20 | net: dsa: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-10-01 | net: dsa: Fix build warning for !PM_SLEEP | Thierry Reding | 1 | -0/+2 |
| 2014-09-22 | net: dsa: allow switch drivers to implement suspend/resume hooks | Florian Fainelli | 1 | -0/+80 |
| 2014-09-15 | net: dsa: fix mii_bus to host_dev replacement | Florian Fainelli | 1 | -1/+1 |
| 2014-09-15 | dsa: Replace mii_bus with a generic host device | Alexander Duyck | 1 | -16/+8 |
| 2014-09-15 | dsa: Split ops up, and avoid assigning tag_protocol and receive separately | Alexander Duyck | 1 | -4/+28 |
| 2014-09-01 | net: dsa: make dsa_pack_type static | Florian Fainelli | 1 | -1/+1 |
| 2014-08-27 | net: dsa: add Broadcom SF2 switch driver | Florian Fainelli | 1 | -0/+1 |