aboutsummaryrefslogtreecommitdiffstats
path: root/net/dsa/dsa2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-04-20net: dsa: Allow default tag protocol to be overridden from DTTobias Waldekranz1-17/+86
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle1-1/+1
2021-03-29net: dsa: Fix type was not set for devlink portMaxim Kochetkov1-1/+7
2021-03-22net: dsa: don't assign an error value to tag_opsGeorge McCollister1-4/+7
2021-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+5
2021-02-04net: dsa: call teardown method on probe failureVladimir Oltean1-2/+5
2021-01-29net: dsa: allow changing the tag protocol via the "tagging" device attributeVladimir Oltean1-3/+52
2021-01-29net: dsa: keep a copy of the tagging protocol in the DSA switch treeVladimir Oltean1-12/+24
2021-01-29net: dsa: document the existing switch tree notifiers and add a new oneVladimir Oltean1-0/+43
2021-01-15net: dsa: add ops for devlink-sbVladimir Oltean1-1/+158
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-0/+2
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+4
2021-01-14net: dsa: Link aggregation supportTobias Waldekranz1-0/+93
2021-01-12net: dsa: clear devlink port type before unregistering slave netdevsVladimir Oltean1-0/+4
2021-01-06net: dsa: print error on invalid port indexRafał Miłecki1-0/+2
2020-10-04net: dsa: Register devlink ports before calling DSA driver setup()Andrew Lunn1-53/+72
2020-10-04net: dsa: Make use of devlink port flavour unusedAndrew Lunn1-0/+10
2020-09-18net: dsa: wire up devlink info getAndrew Lunn1-3/+16
2020-07-22net: dsa: of: Allow ethernet-ports as encapsulating nodeKurt Kanzenbach1-2/+6
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-6/+11
2020-05-10net: dsa: introduce a dsa_switch_find functionVladimir Oltean1-0/+21
2020-05-04net: dsa: Do not make user port errors fatalFlorian Fainelli1-1/+1
2020-03-27net: dsa: implement auto-normalization of MTU for bridge hardware datapathVladimir Oltean1-1/+1
2020-01-27net: dsa: Fix use-after-free in probing of DSA switch treeVladimir Oltean1-11/+25
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-2/+29
2019-12-17net: dsa: make unexported dsa_link_touch() staticBen Dooks (Codethink)1-1/+2
2019-11-05net: dsa: Fix use after free in dsa_switch_remove()Florian Fainelli1-1/+2
2019-10-31net: dsa: remove limitation of switch index valueVivien Didelot1-2/+0
2019-10-31net: dsa: remove tree functions related to switchesVivien Didelot1-33/+10
2019-10-31net: dsa: remove the dst->ds arrayVivien Didelot1-7/+0
2019-10-31net: dsa: remove switch routing table setup codeVivien Didelot1-22/+2
2019-10-31net: dsa: remove ds->rtableVivien Didelot1-4/+0
2019-10-31net: dsa: list DSA links in the fabricVivien Didelot1-1/+40
2019-10-28net: dsa: Add support for devlink device parametersAndrew Lunn1-1/+6
2019-10-28net: dsa: fix dereference on ds->dev before null check errorColin Ian King1-2/+5
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-15/+6
2019-10-22net: dsa: allocate ports on touchVivien Didelot1-2/+14
2019-10-22net: dsa: use ports list to setup default CPU portVivien Didelot1-21/+12
2019-10-22net: dsa: use ports list to find first CPU portVivien Didelot1-14/+3
2019-10-22net: dsa: use ports list to setup multiple master devicesVivien Didelot1-7/+15
2019-10-22net: dsa: use ports list to find a port by nodeVivien Didelot1-14/+3
2019-10-22net: dsa: use ports list for routing table setupVivien Didelot1-4/+3
2019-10-22net: dsa: use ports list to setup switchesVivien Didelot1-52/+41
2019-10-22net: dsa: add ports list in the switch fabricVivien Didelot1-6/+42
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-2/+2
2019-10-19net: dsa: fix switch tree listVivien Didelot1-1/+1
2019-09-17Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-09-15net: dsa: Fix load order between DSA drivers and taggersAndrew Lunn1-0/+2
2019-09-02net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean1-10/+29
2019-08-27net: dsa: remove bitmap operationsVivien Didelot1-14/+0