summaryrefslogtreecommitdiff
path: root/drivers/net/dsa
AgeCommit message (Expand)Author
2025-06-12Merge tag 'net-6.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-06-05net: dsa: b53: fix untagged traffic sent via cpu tagged with VID 0Jonas Gorski
2025-06-05net: dsa: b53: do not touch DLL_IQQD on bcm53115Jonas Gorski
2025-06-05net: dsa: b53: allow RGMII for bcm63xx RGMII portsJonas Gorski
2025-06-05net: dsa: b53: do not configure bcm63xx's IMP port interfaceJonas Gorski
2025-06-05net: dsa: b53: do not enable RGMII delay on bcm63xxJonas Gorski
2025-06-05net: dsa: b53: do not enable EEE on bcm63xxJonas Gorski
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-27net: dsa: mt7530: Add AN7583 supportChristian Marangi
2025-05-27Merge tag 'irq-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26net: dsa: microchip: Add SGMII port support to KSZ9477 switchTristram Ha
2025-05-20net: phy: fixed_phy: remove irq argument from fixed_phy_registerHeiner Kallweit
2025-05-16net: Switch to irq_domain_create_*()Jiri Slaby (SUSE)
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-13net: dsa: b53: prevent standalone from trying to forward to other portsJonas Gorski
2025-05-13net: dsa: microchip: let phylink manage PHY EEE configuration on KSZ switchesOleksij Rempel
2025-05-12net: dsa: b53: implement setting ageing timeJonas Gorski
2025-05-12net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENINGVladimir Oltean
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean
2025-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-05-07net: dsa: b53: do not set learning and unicast/multicast on upJonas Gorski
2025-05-07net: dsa: b53: fix learning on VLAN unaware bridgesJonas Gorski
2025-05-07net: dsa: b53: fix toggling vlan_filteringJonas Gorski
2025-05-07net: dsa: b53: do not program vlans when vlan filtering is offJonas Gorski
2025-05-07net: dsa: b53: do not allow to configure VLAN 0Jonas Gorski
2025-05-07net: dsa: b53: always rejoin default untagged VLAN on bridge leaveJonas Gorski
2025-05-07net: dsa: b53: fix VLAN ID for untagged vlan on bridge leaveJonas Gorski
2025-05-07net: dsa: b53: fix flushing old pvid VLAN on pvid changeJonas Gorski
2025-05-07net: dsa: b53: fix clearing PVID of a portJonas Gorski
2025-05-07net: dsa: b53: keep CPU port always tagged againJonas Gorski
2025-05-07net: dsa: b53: allow leaky reserved multicastJonas Gorski
2025-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-29net: dsa: felix: fix broken taprio gate states after clock jumpVladimir Oltean
2025-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-23net: dsa: mt7530: sync driver-specific behavior of MT7531 variantsDaniel Golle
2025-04-22net: dsa: rzn1_a5psw: Make the read-only array offsets static constColin Ian King
2025-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-04-16net: dsa: mv88e6xxx: fix -ENOENT when deleting VLANs and MST is unsupportedVladimir Oltean
2025-04-16net: dsa: mv88e6xxx: avoid unregistering devlink regions which were never reg...Vladimir Oltean
2025-04-16net: b53: enable BPDU reception for management portJonas Gorski
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller
2025-04-15net: dsa: mt7530: implement .get_stats64Christian Marangi
2025-04-15net: dsa: mt7530: move remaining MIB counter to defineChristian Marangi
2025-04-15net: dsa: mt7530: move pkt stats and err MIB counter to eth_mac stats APIChristian Marangi
2025-04-15net: dsa: mt7530: move pause MIB counter to eth_ctrl stats APIChristian Marangi
2025-04-15net: dsa: mt7530: move pkt size and rx err MIB counter to rmon stats APIChristian Marangi
2025-04-15net: dsa: mt7530: generalize read port stats logicChristian Marangi
2025-04-14net: dsa: microchip: add ETS scheduler support for KSZ88x3 switchesOleksij Rempel