summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2025-12-02net: dsa: add simple HSR offload helpersVladimir Oltean1-0/+65
2025-12-02net: dsa: avoid calling ds->ops->port_hsr_leave() when unoffloadedVladimir Oltean1-0/+3
2025-11-29net: dsa: tag_yt921x: use the dsa_xmit_port_mask() helperVladimir Oltean1-5/+3
2025-11-29net: dsa: tag_xrs700x: use the dsa_xmit_port_mask() helperVladimir Oltean1-7/+1
2025-11-29net: dsa: tag_trailer: use the dsa_xmit_port_mask() helperVladimir Oltean1-2/+1
2025-11-29net: dsa: tag_rzn1_a5psw: use the dsa_xmit_port_mask() helperVladimir Oltean1-2/+1
2025-11-29net: dsa: tag_rtl8_4: use the dsa_xmit_port_mask() helperVladimir Oltean1-2/+1
2025-11-29net: dsa: tag_rtl4_a: use the dsa_xmit_port_mask() helperVladimir Oltean1-1/+1
2025-11-29net: dsa: tag_qca: use the dsa_xmit_port_mask() helperVladimir Oltean1-2/+1
2025-11-29net: dsa: tag_ocelot: use the dsa_xmit_port_mask() helperVladimir Oltean1-4/+2
2025-11-29net: dsa: tag_mxl_gsw1xx: use the dsa_xmit_port_mask() helperVladimir Oltean1-3/+4
2025-11-29net: dsa: tag_mtk: use the dsa_xmit_port_mask() helperVladimir Oltean1-1/+2
2025-11-29net: dsa: tag_ksz: use the dsa_xmit_port_mask() helperVladimir Oltean1-16/+4
2025-11-29net: dsa: tag_hellcreek: use the dsa_xmit_port_mask() helperVladimir Oltean1-2/+1
2025-11-29net: dsa: tag_gswip: use the dsa_xmit_port_mask() helperVladimir Oltean1-4/+2
2025-11-29net: dsa: tag_brcm: use the dsa_xmit_port_mask() helperVladimir Oltean1-4/+4
2025-11-29net: dsa: introduce the dsa_xmit_port_mask() tagging protocol helperVladimir Oltean1-0/+18
2025-11-26net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean1-33/+93
2025-11-26net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean1-6/+5
2025-11-26net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean1-7/+7
2025-11-21devlink: pass extack through to devlink_param::get()Daniel Zahka1-1/+2
2025-11-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2025-11-11net: dsa: tag_brcm: do not mark link local traffic as offloadedJonas Gorski1-2/+4
2025-11-07net: dsa: add tagging driver for MaxLinear GSW1xx switch familyDaniel Golle3-0/+125
2025-11-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2025-11-01net: dsa: tag_brcm: legacy: fix untagged rx on unbridged ports for bcm63xxJonas Gorski1-2/+8
2025-10-22net: dsa: tag_yt921x: add support for Motorcomm YT921x tagsDavid Yang3-0/+148
2025-07-19net: s/dev_close_many/netif_close_many/Stanislav Fomichev2-2/+3
2025-06-18net: dsa: tag_brcm: add support for legacy FCS tagsÁlvaro Fernández Rojas2-3/+86
2025-06-18net: dsa: tag_brcm: legacy: reorganize functionsÁlvaro Fernández Rojas1-32/+32
2025-05-31net: dsa: tag_brcm: legacy: fix pskb_may_pull lengthÁlvaro Fernández Rojas1-1/+1
2025-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+15
2025-05-17net: dsa: microchip: linearize skb for tail-tagging switchesJakob Unterwurzacher1-4/+15
2025-05-10net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean2-21/+30
2025-04-17net: dsa: avoid refcount warnings when ds->ops->tag_8021q_vlan_del() failsVladimir Oltean1-1/+1
2025-04-17net: dsa: free routing table on probe failureVladimir Oltean1-7/+14
2025-04-17net: dsa: clean up FDB, MDB, VLAN entries on unbindVladimir Oltean1-3/+35
2025-03-08net: move misc netdev_lock flavors to a separate headerJakub Kicinski1-0/+1
2025-03-06net: ethtool: try to protect all callback with netdev instance lockJakub Kicinski1-1/+15
2025-02-21bpf: Add BPF_SOCK_OPS_TSTAMP_SND_HW_CB callbackJason Xing1-1/+1
2025-02-13net: dsa: allow use of phylink managed EEE supportRussell King (Oracle)1-8/+17
2025-01-28Merge tag 'driver-core-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2025-01-22Merge tag 'net-next-6.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2-11/+39
2025-01-22Merge tag 'kthread-for-6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-3/+3
2025-01-18net: dsa: implement get_ts_stats ethtool operation for user portsVladimir Oltean1-0/+11
2025-01-13Merge 6.13-rc7 into driver-core-nextGreg Kroah-Hartman1-5/+11
2025-01-08treewide: Introduce kthread_run_worker[_on_cpu]()Frederic Weisbecker3-3/+3
2025-01-08net: dsa: no longer call ds->ops->get_mac_eee()Russell King (Oracle)1-8/+0
2025-01-03driver core: Constify API device_find_child() and adapt for various usagesZijun Hu1-1/+1
2024-12-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-5/+11