summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)Author
2023-04-23net: dsa: tag_ocelot: call only the relevant portion of __skb_vlan_pop() on TXVladimir Oltean
2023-04-23net: dsa: update TX path comments to not mention skb_mac_header()Vladimir Oltean
2023-04-23net: dsa: tag_sja1105: replace skb_mac_header() with vlan_eth_hdr()Vladimir Oltean
2023-04-23net: dsa: tag_sja1105: don't rely on skb_mac_header() in TX pathsVladimir Oltean
2023-04-23net: dsa: tag_ksz: do not rely on skb_mac_header() in TX pathsVladimir Oltean
2023-04-23net: dsa: tag_ocelot: do not rely on skb_mac_header() for VLAN xmitVladimir Oltean
2023-04-12net: dsa: add trace points for VLAN operationsVladimir Oltean
2023-04-12net: dsa: add trace points for FDB/MDB operationsVladimir Oltean
2023-04-09net: dsa: replace NETDEV_PRE_CHANGE_HWTSTAMP notifier with a stubVladimir Oltean
2023-04-03net: create a netdev notifier for DSA to reject PTP on DSA masterVladimir Oltean
2023-04-03net: dsa: make dsa_port_supports_hwtstamp() construct a fake ifreqVladimir Oltean
2023-03-30net: dsa: fix db type confusion in host fdb/mdb add/delVladimir Oltean
2023-03-30net: dsa: sync unicast and multicast addresses for VLAN filters tooVladimir Oltean
2023-03-21net: dsa: tag_brcm: legacy: fix daisy-chained switchesÁlvaro Fernández Rojas
2023-03-20net: dsa: report rx_bytes unadjusted for ETH_HLENVladimir Oltean
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