summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2023-02-04net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean1-5/+6
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu1-1/+1
2023-02-02netlink: provide an ability to set default extack messageLeon Romanovsky2-6/+2
2023-01-24net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss1-0/+15
2023-01-23net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean1-0/+37
2023-01-13net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers1-1/+28
2023-01-13net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers1-3/+51
2023-01-13net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers1-6/+19
2023-01-13net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss1-7/+88
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-1/+10
2022-12-13net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean1-1/+10
2022-12-13net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean1-4/+4
2022-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+6
2022-12-03net: dsa: sja1105: Check return valueArtem Chernyshev1-1/+2
2022-12-03net: dsa: hellcreek: Check return valueArtem Chernyshev1-1/+2
2022-12-03net: dsa: ksz: Check return valueArtem Chernyshev1-1/+2
2022-11-23net: dsa: kill off dsa_priv.hVladimir Oltean8-25/+14
2022-11-23net: dsa: move tag_8021q headers to their proper placeVladimir Oltean7-8/+46
2022-11-23net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2-42/+42
2022-11-23net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean8-31/+46
2022-11-23net: dsa: merge dsa.c into dsa2.cVladimir Oltean4-238/+221
2022-11-23net: dsa: move notifier definitions to switch.hVladimir Oltean2-105/+108
2022-11-23net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean4-48/+50
2022-11-23net: dsa: move headers exported by switch.c to switch.hVladimir Oltean6-4/+15
2022-11-23net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean27-541/+581
2022-11-23net: dsa: move headers exported by slave.c to slave.hVladimir Oltean8-57/+77
2022-11-23net: dsa: move headers exported by master.c to master.hVladimir Oltean5-9/+27
2022-11-23net: dsa: move headers exported by port.c to port.hVladimir Oltean8-97/+120
2022-11-23net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean3-20/+49
2022-11-23net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean1-7/+5
2022-11-23net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean5-346/+370
2022-11-23net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean5-22/+37
2022-11-23net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2-1/+2
2022-11-19net: dsa: tag_mtk: assign per-port queuesFelix Fietkau1-0/+2
2022-11-18net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean4-5/+7
2022-11-18net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean3-3/+3
2022-11-18net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean3-4/+15
2022-11-18net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean18-51/+98
2022-11-18net: dsa: rename tagging protocol driver modaliasVladimir Oltean2-4/+5
2022-11-18net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean1-0/+70
2022-11-18net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes1-1/+1
2022-11-18net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes1-1/+1
2022-11-18net: dsa: refactor name assignment for user portsRasmus Villemoes2-5/+11
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-2/+28
2022-11-16net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean1-0/+10
2022-11-16net: dsa: remove phylink_validate() methodVladimir Oltean1-10/+8
2022-11-16net: 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-04net: remove unused ndo_get_devlink_portJiri Pirko1-8/+0
2022-11-04net: make drivers to use SET_NETDEV_DEVLINK_PORT to set devlink_portJiri Pirko2-9/+1