summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean-13/+37
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean-35/+29
2023-04-03net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreqVladimir Oltean-6/+8
2023-03-30net: dsa: fix db type confusion in host fdb/mdb add/delVladimir Oltean-12/+12
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean-5/+116
2023-03-21net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas-2/+8
2023-03-20net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean-1/+1
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean-4/+5
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean-5/+6
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu-1/+1
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky-6/+2
2023-01-23net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss-0/+15
2023-01-23net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean-0/+37
2023-01-13net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers-1/+28
2023-01-13net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers-3/+51
2023-01-13net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers-6/+19
2023-01-13net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss-7/+88
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni-1/+10
2022-12-12net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean-1/+10
2022-12-12net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean-4/+4
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-3/+6
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev-1/+2
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev-1/+2
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev-1/+2
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean-25/+14
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean-8/+46
2022-11-22net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean-42/+42
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean-31/+46
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean-238/+221
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean-105/+108
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean-48/+50
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean-4/+15
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean-541/+581
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean-57/+77
2022-11-22net: dsa: move headers exported by master.c to master.hVladimir Oltean-9/+27
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean-97/+120
2022-11-22net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean-20/+49
2022-11-22net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean-7/+5
2022-11-22net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean-346/+370
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean-22/+37
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean-1/+2
2022-11-18net: dsa: tag_mtk: assign per-port queuesFelix Fietkau-0/+2
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean-5/+7
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean-3/+3
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean-4/+15
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean-51/+98
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean-4/+5
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean-0/+70
2022-11-17net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes-1/+1
2022-11-17net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes-1/+1