Age | Commit message (Expand) | Author | Files | Lines |
2020-02-14 | net: dsa: tag_ar9331: Make sure there is headroom for tag | Per Forlin | 1 | -1/+1 |
2020-02-14 | net: dsa: tag_qca: Make sure there is headroom for tag | Per Forlin | 1 | -1/+1 |
2020-01-27 | net: dsa: Fix use-after-free in probing of DSA switch tree | Vladimir Oltean | 1 | -11/+25 |
2020-01-19 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -4/+1 |
2020-01-16 | net: dsa: tag_qca: fix doubled Tx statistics | Alexander Lobakin | 1 | -3/+0 |
2020-01-16 | net: dsa: tag_gswip: fix typo in tagger name | Alexander Lobakin | 1 | -1/+1 |
2020-01-08 | net: dsa: Get information about stacked DSA protocol | Florian Fainelli | 3 | -5/+31 |
2020-01-05 | net: dsa: Pass pcs_poll flag from driver to PHYLINK | Vladimir Oltean | 1 | -0/+1 |
2020-01-05 | net: dsa: tag_sja1105: Slightly improve the Xmas tree in sja1105_xmit | Vladimir Oltean | 1 | -2/+1 |
2020-01-05 | net: dsa: Make deferred_xmit private to sja1105 | Vladimir Oltean | 3 | -39/+15 |
2019-12-28 | net: dsa: Deny PTP on master if switch supports it | Vladimir Oltean | 1 | -0/+30 |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -6/+5 |
2019-12-20 | net: dsa: ksz: use common define for tag len | Michael Grzeschik | 1 | -5/+3 |
2019-12-20 | net: dsa: add support for Atheros AR9331 TAG format | Oleksij Rempel | 3 | -0/+103 |
2019-12-17 | net: dsa: make unexported dsa_link_touch() static | Ben Dooks (Codethink) | 1 | -1/+2 |
2019-12-17 | net: dsa: Make PHYLINK related function static again | Florian Fainelli | 2 | -38/+16 |
2019-11-23 | net: phylink: rename mac_link_state() op to mac_pcs_get_state() | Russell King | 2 | -10/+13 |
2019-11-21 | net: dsa: ocelot: add hardware timestamping support for Felix | Yangbo Lu | 1 | -1/+13 |
2019-11-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 1 | -1/+1 |
2019-11-16 | net: dsa: tag_8021q: Fix dsa_8021q_restore_pvid for an absent pvid | Vladimir Oltean | 1 | -1/+1 |
2019-11-15 | net: dsa: ocelot: add tagger for Ocelot/Felix switches | Vladimir Oltean | 3 | -0/+237 |
2019-11-12 | net: dsa: Prevent usage of NET_DSA_TAG_8021Q as tagging protocol | Florian Fainelli | 2 | -10/+1 |
2019-11-05 | net: dsa: Add support for devlink resources | Andrew Lunn | 1 | -0/+37 |
2019-11-05 | net: dsa: Fix use after free in dsa_switch_remove() | Florian Fainelli | 1 | -1/+2 |
2019-11-04 | net: of_get_phy_mode: Change API to solve int/unit warnings | Andrew Lunn | 2 | -9/+11 |
2019-11-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -17/+0 |
2019-10-31 | net: dsa: tag_8021q: clarify index limitation | Vivien Didelot | 1 | -3/+2 |
2019-10-31 | net: dsa: remove limitation of switch index value | Vivien Didelot | 1 | -2/+0 |
2019-10-31 | net: dsa: remove tree functions related to switches | Vivien Didelot | 1 | -33/+10 |
2019-10-31 | net: dsa: remove the dst->ds array | Vivien Didelot | 1 | -7/+0 |
2019-10-31 | net: dsa: remove switch routing table setup code | Vivien Didelot | 1 | -22/+2 |
2019-10-31 | net: dsa: remove ds->rtable | Vivien Didelot | 1 | -4/+0 |
2019-10-31 | net: dsa: list DSA links in the fabric | Vivien Didelot | 1 | -1/+40 |
2019-10-30 | net: dsa: add ethtool pause configuration support | Heiner Kallweit | 1 | -0/+18 |
2019-10-28 | net: dsa: Add support for devlink device parameters | Andrew Lunn | 2 | -1/+54 |
2019-10-28 | net: dsa: fix dereference on ds->dev before null check error | Colin Ian King | 1 | -2/+5 |
2019-10-24 | net: core: add generic lockdep keys | Taehee Yoo | 2 | -17/+0 |
2019-10-22 | net: dsa: remove dsa_switch_alloc helper | Vivien Didelot | 1 | -15/+6 |
2019-10-22 | net: dsa: allocate ports on touch | Vivien Didelot | 1 | -2/+14 |
2019-10-22 | net: dsa: use ports list to setup default CPU port | Vivien Didelot | 1 | -21/+12 |
2019-10-22 | net: dsa: use ports list to find first CPU port | Vivien Didelot | 1 | -14/+3 |
2019-10-22 | net: dsa: use ports list to setup multiple master devices | Vivien Didelot | 1 | -7/+15 |
2019-10-22 | net: dsa: use ports list to find a port by node | Vivien Didelot | 1 | -14/+3 |
2019-10-22 | net: dsa: use ports list for routing table setup | Vivien Didelot | 1 | -4/+3 |
2019-10-22 | net: dsa: use ports list to setup switches | Vivien Didelot | 1 | -52/+41 |
2019-10-22 | net: dsa: use ports list to find slave | Vivien Didelot | 1 | -17/+6 |
2019-10-22 | net: dsa: add ports list in the switch fabric | Vivien Didelot | 1 | -6/+42 |
2019-10-22 | net: dsa: use dsa_to_port helper everywhere | Vivien Didelot | 4 | -10/+12 |
2019-10-19 | net: dsa: fix switch tree list | Vivien Didelot | 1 | -1/+1 |
2019-10-02 | net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_set | Vladimir Oltean | 1 | -1/+11 |