summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/hirschmann
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: hirschmann: Convert to platform remove callback returning voidUwe Kleine-König2023-09-201-5/+3
* net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2023-08-242-2/+2
* net: dsa: hellcreek: Replace bogus commentKurt Kanzenbach2023-08-021-8/+1
* net: dsa: Explicitly include correct DT includesRob Herring2023-07-262-1/+1
* net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean2023-05-311-5/+9
* net: dsa: hellcreek: Get rid of custom led_init_default_state_get()Andy Shevchenko2023-03-161-21/+24
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-11-301-5/+0
* net: dsa: hellcreek: Offload per-tc max SDU from tc-taprioKurt Kanzenbach2022-09-292-2/+81
* net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/caseVladimir Oltean2022-09-291-8/+12
* net: dsa: hellcreek: remove unnecessary platform_set_drvdata()Yang Yingliang2022-09-221-1/+0
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET2022-07-111-5/+2
* net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He2022-06-231-0/+1
* net: dsa: Use netif_rx().Sebastian Andrzej Siewior2022-03-041-1/+1
* net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean2022-02-271-1/+2
* net: dsa: request drivers to perform FDB isolationVladimir Oltean2022-02-271-2/+4
* net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach2021-12-141-4/+60
* net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach2021-12-141-1/+1
* net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach2021-12-141-0/+14
* net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach2021-12-141-2/+5
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean2021-12-081-1/+2
* net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean2021-12-081-2/+2
* net: dsa: hellcreek: convert to phylink_generic_validate()Russell King (Oracle)2021-12-011-11/+13
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+2
* net: dsa: hellcreek: be compatible with masters which unregister on shutdownVladimir Oltean2021-09-191-0/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-261-4/+4
|\
| * net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach2021-08-261-1/+1
| * net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach2021-08-261-3/+3
* | net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean2021-08-241-0/+1
|/
* net: dsa: hellcreek: fix broken backpressure in .port_fdb_dumpVladimir Oltean2021-08-101-2/+5
* net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei2021-06-071-2/+1
* net: dsa: no longer clone skb in core driverYangbo Lu2021-04-272-12/+17
* net: dsa: no longer identify PTP packet in core driverYangbo Lu2021-04-272-2/+7
* net: dsa: check tx timestamp request in core driverYangbo Lu2021-04-271-4/+0
* net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe()Guobin Huang2021-03-281-6/+2
* net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach2021-03-221-0/+18
* net: dsa: hellcreek: Offload bridge port flagsKurt Kanzenbach2021-03-151-25/+104
* net: dsa: hellcreek: Add devlink FDB regionKurt Kanzenbach2021-03-132-0/+63
* net: dsa: hellcreek: Move common code to helperKurt Kanzenbach2021-03-131-42/+43
* net: dsa: hellcreek: Use boolean valueKurt Kanzenbach2021-03-131-1/+1
* net: dsa: hellcreek: Add devlink VLAN regionKurt Kanzenbach2021-03-132-0/+80
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-141-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-4/+8
* net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2021-02-012-7/+40
* net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2021-02-012-0/+64
* net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach2021-01-291-0/+1
* net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2021-01-232-2/+318
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-5/+0
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-3/+9