summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/hirschmann
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-2/+2
2025-12-01net: dsa: hellcreek: use simple HSR offload helpersVladimir Oltean-0/+2
2025-11-14net: dsa: hellcreek: fix missing error handling in LED registrationPavel Zhigulin-2/+12
2025-07-01net: dsa: hellcreek: Constify struct devlink_region_ops and struct hellcreek_...Christophe JAILLET-10/+10
2025-05-09net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()Vladimir Oltean-18/+13
2024-11-03net: dsa: use ethtool string helpersRosen Penev-6/+2
2024-10-04net: dsa: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-07-15net: Add struct kernel_ethtool_ts_infoKory Maincent-2/+2
2024-06-10net: dsa: hellcreek: Replace kernel.h with what is usedAndy Shevchenko-3/+5
2024-03-29net: dsa: hellcreek: Convert to gettimex64()Kurt Kanzenbach-10/+15
2023-09-20net: dsa: hirschmann: Convert to platform remove callback returning voidUwe Kleine-König-5/+3
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski-2/+2
2023-08-02net: dsa: hellcreek: Replace bogus commentKurt Kanzenbach-8/+1
2023-07-26net: dsa: Explicitly include correct DT includesRob Herring-1/+1
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean-5/+9
2023-03-16net: dsa: hellcreek: Get rid of custom led_init_default_state_get()Andy Shevchenko-21/+24
2022-11-30net: devlink: let the core report the driver name instead of the driversVincent Mailhol-5/+0
2022-09-29net: dsa: hellcreek: Offload per-tc max SDU from tc-taprioKurt Kanzenbach-2/+81
2022-09-29net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/caseVladimir Oltean-8/+12
2022-09-22net: dsa: hellcreek: remove unnecessary platform_set_drvdata()Yang Yingliang-1/+0
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-11net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET-5/+2
2022-06-23net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He-0/+1
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior-1/+1
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean-1/+2
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean-2/+4
2021-12-14net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach-4/+60
2021-12-14net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach-1/+1
2021-12-14net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach-0/+14
2021-12-14net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach-2/+5
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu-4/+0
2021-12-08net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean-1/+2
2021-12-08net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean-2/+2
2021-12-01net: dsa: hellcreek: convert to phylink_generic_validate()Russell King (Oracle)-11/+13
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-4/+2
2021-09-19net: dsa: hellcreek: be compatible with masters which unregister on shutdownVladimir Oltean-0/+16
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+4
2021-08-26net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach-1/+1
2021-08-26net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach-3/+3
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean-0/+1
2021-08-10net: dsa: hellcreek: fix broken backpressure in .port_fdb_dumpVladimir Oltean-2/+5
2021-06-07net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei-2/+1
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu-12/+17
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu-2/+7
2021-04-27net: dsa: check tx timestamp request in core driverYangbo Lu-4/+0
2021-03-28net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe()Guobin Huang-6/+2
2021-03-22net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach-0/+18
2021-03-15net: dsa: hellcreek: Offload bridge port flagsKurt Kanzenbach-25/+104
2021-03-13net: dsa: hellcreek: Add devlink FDB regionKurt Kanzenbach-0/+63