summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2023-03-16net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean
2023-02-03net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean
2023-02-02net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu
2023-02-01netlink: provide an ability to set default extack messageLeon Romanovsky
2023-01-23net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss
2023-01-23net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean
2023-01-13net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers
2023-01-13net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers
2023-01-13net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers
2023-01-13net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss
2022-12-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-12-12net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean
2022-12-12net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean
2022-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-12-02net: dsa: sja1105: Check return valueArtem Chernyshev
2022-12-02net: dsa: hellcreek: Check return valueArtem Chernyshev
2022-12-02net: dsa: ksz: Check return valueArtem Chernyshev
2022-11-22net: dsa: kill off dsa_priv.hVladimir Oltean
2022-11-22net: dsa: move tag_8021q headers to their proper placeVladimir Oltean
2022-11-22net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean
2022-11-22net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean
2022-11-22net: dsa: merge dsa.c into dsa2.cVladimir Oltean
2022-11-22net: dsa: move notifier definitions to switch.hVladimir Oltean
2022-11-22net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean
2022-11-22net: dsa: move headers exported by switch.c to switch.hVladimir Oltean
2022-11-22net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean
2022-11-22net: dsa: move headers exported by slave.c to slave.hVladimir Oltean
2022-11-22net: dsa: move headers exported by master.c to master.hVladimir Oltean
2022-11-22net: dsa: move headers exported by port.c to port.hVladimir Oltean
2022-11-22net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean
2022-11-22net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean
2022-11-22net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean
2022-11-22net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean
2022-11-22net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean
2022-11-18net: dsa: tag_mtk: assign per-port queuesFelix Fietkau
2022-11-17net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean
2022-11-17net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean
2022-11-17net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean
2022-11-17net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean
2022-11-17net: dsa: rename tagging protocol driver modaliasVladimir Oltean
2022-11-17net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean
2022-11-17net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes
2022-11-17net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes
2022-11-17net: dsa: refactor name assignment for user portsRasmus Villemoes
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-15net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean
2022-11-15net: dsa: remove phylink_validate() methodVladimir Oltean
2022-11-15net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau
2022-11-14net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean
2022-11-03net: remove unused ndo_get_devlink_portJiri Pirko