summaryrefslogtreecommitdiffstats
path: root/net/dsa
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-26/+26
2026-02-11net: dsa: add tag format for MxL862xx switchesDaniel Golle-0/+118
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean-3/+2
2026-02-03net: dsa: tag_yt921x: add priority supportDavid Yang-1/+5
2026-02-03net: dsa: tag_yt921x: clarify priority and code fieldsDavid Yang-30/+53
2026-01-21net: dsa: fix off-by-one in maximum bridge ID determinationVladimir Oltean-1/+1
2025-12-23net: dsa: fix missing put_device() in dsa_tree_find_first_conduit()Vladimir Oltean-7/+1
2025-12-23net: dsa: properly keep track of conduit referenceVladimir Oltean-25/+34
2025-12-01net: dsa: add simple HSR offload helpersVladimir Oltean-0/+65
2025-12-01net: dsa: avoid calling ds->ops->port_hsr_leave() when unoffloadedVladimir Oltean-0/+3
2025-11-28net: dsa: tag_yt921x: use the dsa_xmit_port_mask() helperVladimir Oltean-5/+3
2025-11-28net: dsa: tag_xrs700x: use the dsa_xmit_port_mask() helperVladimir Oltean-7/+1
2025-11-28net: dsa: tag_trailer: use the dsa_xmit_port_mask() helperVladimir Oltean-2/+1
2025-11-28net: dsa: tag_rzn1_a5psw: use the dsa_xmit_port_mask() helperVladimir Oltean-2/+1
2025-11-28net: dsa: tag_rtl8_4: use the dsa_xmit_port_mask() helperVladimir Oltean-2/+1
2025-11-28net: dsa: tag_rtl4_a: use the dsa_xmit_port_mask() helperVladimir Oltean-1/+1
2025-11-28net: dsa: tag_qca: use the dsa_xmit_port_mask() helperVladimir Oltean-2/+1
2025-11-28net: dsa: tag_ocelot: use the dsa_xmit_port_mask() helperVladimir Oltean-4/+2
2025-11-28net: dsa: tag_mxl_gsw1xx: use the dsa_xmit_port_mask() helperVladimir Oltean-3/+4
2025-11-28net: dsa: tag_mtk: use the dsa_xmit_port_mask() helperVladimir Oltean-1/+2
2025-11-28net: dsa: tag_ksz: use the dsa_xmit_port_mask() helperVladimir Oltean-16/+4
2025-11-28net: dsa: tag_hellcreek: use the dsa_xmit_port_mask() helperVladimir Oltean-2/+1
2025-11-28net: dsa: tag_gswip: use the dsa_xmit_port_mask() helperVladimir Oltean-4/+2
2025-11-28net: dsa: tag_brcm: use the dsa_xmit_port_mask() helperVladimir Oltean-4/+4
2025-11-28net: dsa: introduce the dsa_xmit_port_mask() tagging protocol helperVladimir Oltean-0/+18
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean-33/+93
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean-6/+5
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean-7/+7
2025-11-20devlink: pass extack through to devlink_param::get()Daniel Zahka-1/+2
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+4
2025-11-10net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski-2/+4
2025-11-06net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle-0/+125
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+8
2025-10-31net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski-2/+8
2025-10-21net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsDavid Yang-0/+148
2025-07-18net: s/dev_close_many/netif_close_many/Stanislav Fomichev-2/+3
2025-06-17net: dsa: tag_brcm: add support for legacy FCS tagsÁlvaro Fernández Rojas-3/+86
2025-06-17net: dsa: tag_brcm: legacy: reorganize functionsÁlvaro Fernández Rojas-32/+32
2025-05-30net: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+15
2025-05-16net: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher-4/+15
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-21/+30
2025-04-16net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean-1/+1
2025-04-16net: dsa: free routing table on probe failureVladimir Oltean-7/+14
2025-04-16net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean-3/+35
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski-1/+15
2025-02-20bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing-1/+1
2025-02-12net: dsa: allow use of phylink managed EEE supportRussell King (Oracle)-8/+17