summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
AgeCommit message (Expand)AuthorLines
4 daysConvert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
4 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-5/+5
5 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+10
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean-2/+2
2026-01-21net: dsa: sja1105: re-merge sja1105_set_port_speed() and sja1105_set_port_con...Vladimir Oltean-23/+3
2026-01-21net: dsa: sja1105: let phylink help with the replay of link callbacksVladimir Oltean-50/+8
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-5/+3
2025-11-26net: dsa: sja1105: fix SGMII linking at 10M or 100M but not passing trafficVladimir Oltean-7/+0
2025-11-19net: dsa: sja1105: Switch to use %ptSpAndy Shevchenko-5/+3
2025-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-5/+1
2025-05-12net: dsa: sja1105: discard incoming frames in BR_STATE_LISTENINGVladimir Oltean-5/+1
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-21/+18
2025-04-15net: ptp: introduce .supported_perout_flags to ptp_clock_infoJacob Keller-4/+0
2025-04-15net: ptp: introduce .supported_extts_flags to ptp_clock_infoJacob Keller-7/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-8/+27
2025-03-24net: dsa: sja1105: fix kasan out-of-bounds warning in sja1105_table_delete_en...Vladimir Oltean-2/+4
2025-03-24net: dsa: sja1105: reject other RX filters than HWTSTAMP_FILTER_PTP_V2_L2_EVENTVladimir Oltean-5/+15
2025-03-24net: dsa: sja1105: fix displaced ethtool statistics countersVladimir Oltean-1/+8
2025-02-07net: dsa: sja1105: Use of_get_available_child_by_name()Biju Das-5/+1
2024-12-11lib: packing: demote truncation error in pack() to a warning in __pack()Vladimir Oltean-6/+2
2024-11-03net: dsa: use ethtool string helpersRosen Penev-5/+2
2024-10-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+0
2024-10-04net: dsa: sja1105: fix reception from VLAN-unaware bridgesVladimir Oltean-1/+0
2024-10-02net: dsa: sja1105: use phylink_pcs internallyRussell King (Oracle)-28/+18
2024-10-02net: dsa: sja1105: call PCS config/link_up via pcs_ops structureRussell King (Oracle)-3/+7
2024-10-02net: dsa: sja1105: simplify static configuration reloadRussell King (Oracle)-31/+34
2024-08-21net: dsa: sja1105: Simplify with scoped for each OF child loopJinjie Ruan-8/+2
2024-07-15Merge branch 'net-make-timestamping-selectable'Jakub Kicinski-2/+2
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-2/+2
2024-07-15net: dsa: prepare 'dsa_tag_8021q_bridge_join' for standalone usePawel Dembicki-3/+2
2024-07-15net: dsa: Define max num of bridges in tag8021q implementationPawel Dembicki-2/+1
2024-04-18net: dsa: sja1105: flower: validate control flagsAsbjørn Sloth Tønnesen-0/+3
2024-04-16net: dsa: sja1105: provide own phylink MAC operationsRussell King (Oracle)-11/+27
2024-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1/+1
2024-04-04net: dsa: sja1105: Fix parameters order in sja1110_pcs_mdio_write_c45()Christophe JAILLET-1/+1
2024-04-02net: dsa: sja1105: drop driver owner assignmentKrzysztof Kozlowski-1/+0
2023-11-29net: dsa: sja1105: Use units.h instead of the copy of a definitionAndy Shevchenko-1/+2
2023-10-24net: dsa: Use conduit and user termsFlorian Fainelli-2/+2
2023-09-21net: dsa: sja1105: make read-only const arrays staticColin Ian King-8/+13
2023-09-11net: dsa: sja1105: block FDB accesses that are concurrent with a switch resetVladimir Oltean-0/+2
2023-09-11net: dsa: sja1105: serialize sja1105_port_mcast_flood() with other FDB accessesVladimir Oltean-13/+45
2023-09-11net: dsa: sja1105: fix multicast forwarding working only for last added mdb e...Vladimir Oltean-43/+37
2023-09-11net: dsa: sja1105: propagate exact error code from sja1105_dynamic_config_pol...Vladimir Oltean-7/+8
2023-09-11net: dsa: sja1105: hide all multicast addresses from "bridge fdb show"Vladimir Oltean-5/+6
2023-09-06net: dsa: sja1105: complete tc-cbs offload support on SJA1110Vladimir Oltean-0/+19
2023-09-06net: dsa: sja1105: fix -ENOSPC when replacing the same tc-cbs too many timesVladimir Oltean-3/+20
2023-09-06net: dsa: sja1105: fix bandwidth discrepancy between tc-cbs software and offloadVladimir Oltean-3/+12