summaryrefslogtreecommitdiffstats
path: root/net/dsa
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean2023-03-301-5/+116
* net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas2023-03-211-2/+8
* net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean2023-03-201-1/+1
* net: dsa: don't error out when drivers return ETH_DATA_LEN in .port_max_mtu()Vladimir Oltean2023-03-161-4/+5
* net: dsa: use NL_SET_ERR_MSG_WEAK_MOD() more consistentlyVladimir Oltean2023-02-031-5/+6
* net: dsa: Use sysfs_emit() to instead of sprintf()Bo Liu2023-02-021-1/+1
* netlink: provide an ability to set default extack messageLeon Romanovsky2023-02-012-6/+2
* net: dsa: microchip: enable port queues for tc mqprioArun Ramadoss2023-01-231-0/+15
* net: dsa: add plumbing for changing and getting MAC merge layer stateVladimir Oltean2023-01-231-0/+37
* net: dsa: microchip: ptp: move pdelay_rsp correction field to tail tagChristian Eggers2023-01-131-1/+28
* net: dsa: microchip: ptp: add packet transmission timestampingChristian Eggers2023-01-131-3/+51
* net: dsa: microchip: ptp: add packet reception timestampingChristian Eggers2023-01-131-6/+19
* net: dsa: microchip: ptp: add 4 bytes in tail tag when ptp enabledArun Ramadoss2023-01-131-7/+88
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-12-131-1/+10
|\
| * net: dsa: tag_8021q: avoid leaking ctx on dsa_tag_8021q_register() error pathVladimir Oltean2022-12-121-1/+10
* | net: dsa: don't call ptp_classify_raw() if switch doesn't provide RX timestam...Vladimir Oltean2022-12-121-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-12-083-3/+6
|\|
| * net: dsa: sja1105: Check return valueArtem Chernyshev2022-12-021-1/+2
| * net: dsa: hellcreek: Check return valueArtem Chernyshev2022-12-021-1/+2
| * net: dsa: ksz: Check return valueArtem Chernyshev2022-12-021-1/+2
* | net: dsa: kill off dsa_priv.hVladimir Oltean2022-11-228-25/+14
* | net: dsa: move tag_8021q headers to their proper placeVladimir Oltean2022-11-227-8/+46
* | net: dsa: move definitions from dsa_priv.h to slave.cVladimir Oltean2022-11-222-42/+42
* | net: dsa: rename dsa2.c back into dsa.c and create its headerVladimir Oltean2022-11-228-31/+46
* | net: dsa: merge dsa.c into dsa2.cVladimir Oltean2022-11-224-238/+221
* | net: dsa: move notifier definitions to switch.hVladimir Oltean2022-11-222-105/+108
* | net: dsa: move dsa_tree_notify() and dsa_broadcast() to switch.cVladimir Oltean2022-11-224-48/+50
* | net: dsa: move headers exported by switch.c to switch.hVladimir Oltean2022-11-226-4/+15
* | net: dsa: move tagging protocol code to tag.{c,h}Vladimir Oltean2022-11-2227-541/+581
* | net: dsa: move headers exported by slave.c to slave.hVladimir Oltean2022-11-228-57/+77
* | net: dsa: move headers exported by master.c to master.hVladimir Oltean2022-11-225-9/+27
* | net: dsa: move headers exported by port.c to port.hVladimir Oltean2022-11-228-97/+120
* | net: dsa: move rest of devlink setup/teardown to devlink.cVladimir Oltean2022-11-223-20/+49
* | net: dsa: if ds->setup is true, ds->devlink is always non-NULLVladimir Oltean2022-11-221-7/+5
* | net: dsa: move bulk of devlink code to devlink.{c,h}Vladimir Oltean2022-11-225-346/+370
* | net: dsa: modularize DSA_TAG_PROTO_NONEVladimir Oltean2022-11-225-22/+37
* | net: dsa: unexport dsa_dev_to_net_device()Vladimir Oltean2022-11-222-1/+2
* | net: dsa: tag_mtk: assign per-port queuesFelix Fietkau2022-11-181-0/+2
* | net: dsa: autoload tag driver module on tagging protocol changeVladimir Oltean2022-11-174-5/+7
* | net: dsa: rename dsa_tag_driver_get() to dsa_tag_driver_get_by_id()Vladimir Oltean2022-11-173-3/+3
* | net: dsa: strip sysfs "tagging" string of trailing newlineVladimir Oltean2022-11-173-4/+15
* | net: dsa: provide a second modalias to tag proto drivers based on their nameVladimir Oltean2022-11-1718-51/+98
* | net: dsa: rename tagging protocol driver modaliasVladimir Oltean2022-11-172-4/+5
* | net: dsa: stop exposing tag proto module helpers to the worldVladimir Oltean2022-11-171-0/+70
* | net: dsa: set name_assign_type to NET_NAME_ENUM for enumerated user portsRasmus Villemoes2022-11-171-1/+1
* | net: dsa: use NET_NAME_PREDICTABLE for user ports with name given in DTRasmus Villemoes2022-11-171-1/+1
* | net: dsa: refactor name assignment for user portsRasmus Villemoes2022-11-172-5/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-11-174-2/+28
|\|
| * net: dsa: don't leak tagger-owned storage on switch driver unbindVladimir Oltean2022-11-151-0/+10
| * net: dsa: make dsa_master_ioctl() see through port_hwtstamp_get() shimsVladimir Oltean2022-11-143-2/+18