summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105
AgeCommit message (Expand)Author
2026-03-06net: dsa: sja1105: ensure phylink_replay_link_end() will not be missedVladimir Oltean
2026-03-06net: dsa: sja1105: reorder sja1105_reload_cbs() and phylink_replay_link_end()Vladimir Oltean
2026-02-26Merge tag 'net-7.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-19net: dsa: sja1105: protect link replay helpers against NULL phylink instanceVladimir Oltean
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean
2026-01-21net: dsa: sja1105: re-merge sja1105_set_port_speed() and sja1105_set_port_con...Vladimir Oltean
2026-01-21net: dsa: sja1105: let phylink help with the replay of link callbacksVladimir Oltean
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean
2025-11-19net: dsa: sja1105: Switch to use %ptSpAndy Shevchenko
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-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-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2025-03-24net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_en...Vladimir Oltean
2025-03-24net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENTVladimir Oltean
2025-03-24net: dsa: sja1105: fix displaced ethtool statistics countersVladimir Oltean
2025-02-07net: dsa: sja1105: Use of_get_available_child_by_name()Biju Das
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean
2024-11-03net: dsa: use ethtool string helpersRosen Penev
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-10-04net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean
2024-10-02net: dsa: sja1105: use phylink_pcs internallyRussell King (Oracle)
2024-10-02net: dsa: sja1105: call PCS config/link_up via pcs_ops structureRussell King (Oracle)
2024-10-02net: dsa: sja1105: simplify static configuration reloadRussell King (Oracle)
2024-08-21net: dsa: sja1105: Simplify with scoped for each OF child loopJinjie Ruan
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent
2024-07-15net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki
2024-07-15net: dsa: Define max num of bridges in tag8021q implementationPawel Dembicki
2024-04-18net: dsa: sja1105: flower: validate control flagsAsbjørn Sloth Tønnesen
2024-04-16net: dsa: sja1105: provide own phylink MAC operationsRussell King (Oracle)
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-04net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET
2024-04-02net: dsa: sja1105: drop driver owner assignmentKrzysztof Kozlowski
2023-11-29net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean