summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+10
2022-12-12net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean1-1/+10
2022-12-12net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean1-4/+4
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+6
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev1-1/+2
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev1-1/+2
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev1-1/+2
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean8-25/+14
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean7-8/+46
2022-11-22net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2-42/+42
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean8-31/+46
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean4-238/+221
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean2-105/+108
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean4-48/+50
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean6-4/+15
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean27-541/+581
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean8-57/+77
2022-11-22net: dsa: move headers exported by master.c to master.hVladimir Oltean5-9/+27
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean8-97/+120
2022-11-22net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean3-20/+49
2022-11-22net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean1-7/+5
2022-11-22net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean5-346/+370
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean5-22/+37
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2-1/+2
2022-11-18net: dsa: tag_mtk: assign per-port queuesFelix Fietkau1-0/+2
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean4-5/+7
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean3-3/+3
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean3-4/+15
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean18-51/+98
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean2-4/+5
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-0/+70
2022-11-17net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes1-1/+1
2022-11-17net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes1-1/+1
2022-11-17net: dsa: refactor name assignment for user portsRasmus Villemoes2-5/+11
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+28
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean1-0/+10
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean1-10/+8
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau1-1/+18
2022-11-14net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean3-2/+18
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko1-8/+0
2022-11-03net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-9/+1
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+10
2022-10-28net: dsa: fall back to default tagger if we can't load the one from DTVladimir Oltean1-3/+10
2022-10-28net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner1-2/+2
2022-10-15net: dsa: uninitialized variable in dsa_slave_netdevice_event()Dan Carpenter1-1/+1
2022-10-09net: dsa: fix wrong pointer passed to PTR_ERR() in dsa_port_phylink_create()Yang Yingliang1-1/+1
2022-09-30net: dsa: remove bool devlink_port_setupVladimir Oltean1-8/+6
2022-09-30net: dsa: don't do devlink port setup earlyJiri Pirko1-94/+82
2022-09-30net: dsa: don't leave dangling pointers in dp->pl when failingVladimir Oltean3-10/+19
2022-09-30net: dsa: move port_setup/teardown to be called outside devlink port register...Jiri Pirko1-42/+26