summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/hirschmann
AgeCommit message (Expand)AuthorFilesLines
2023-08-24net: dsa: use capital "OR" for multiple licenses in SPDXKrzysztof Kozlowski2-2/+2
2023-08-02net: dsa: hellcreek: Replace bogus commentKurt Kanzenbach1-8/+1
2023-07-27net: dsa: Explicitly include correct DT includesRob Herring2-1/+1
2023-05-31net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enumVladimir Oltean1-5/+9
2023-03-17net: dsa: hellcreek: Get rid of custom led_init_default_state_get()Andy Shevchenko1-21/+24
2022-12-01net: devlink: let the core report the driver name instead of the driversVincent Mailhol1-5/+0
2022-09-30net: dsa: hellcreek: Offload per-tc max SDU from tc-taprioKurt Kanzenbach2-2/+81
2022-09-30net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/caseVladimir Oltean1-8/+12
2022-09-23net: dsa: hellcreek: remove unnecessary platform_set_drvdata()Yang Yingliang1-1/+0
2022-09-01net: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-07-12net: dsa: hellcreek: Use the bitmap API to allocate bitmapsChristophe JAILLET1-5/+2
2022-06-24net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He1-0/+1
2022-03-04net: dsa: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-02-27net: dsa: pass extack to .port_bridge_join driver methodsVladimir Oltean1-1/+2
2022-02-27net: dsa: request drivers to perform FDB isolationVladimir Oltean1-2/+4
2021-12-15net: dsa: hellcreek: Add missing PTP via UDP rulesKurt Kanzenbach1-4/+60
2021-12-15net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach1-1/+1
2021-12-15net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach1-0/+14
2021-12-15net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach1-2/+5
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-09net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_joinVladimir Oltean1-1/+2
2021-12-09net: dsa: keep the bridge_dev and bridge_num as part of the same structureVladimir Oltean1-2/+2
2021-12-02net: dsa: hellcreek: convert to phylink_generic_validate()Russell King (Oracle)1-11/+13
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson1-4/+2
2021-09-19net: dsa: hellcreek: be compatible with masters which unregister on shutdownVladimir Oltean1-0/+16
2021-08-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-08-26net: dsa: hellcreek: Adjust schedule look ahead windowKurt Kanzenbach1-1/+1
2021-08-26net: dsa: hellcreek: Fix incorrect setting of GCLKurt Kanzenbach1-3/+3
2021-08-24net: dsa: let drivers state that they need VLAN filtering while standaloneVladimir Oltean1-0/+1
2021-08-10net: dsa: hellcreek: fix broken backpressure in .port_fdb_dumpVladimir Oltean1-2/+5
2021-06-07net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()Zou Wei1-2/+1
2021-04-28net: dsa: no longer clone skb in core driverYangbo Lu2-12/+17
2021-04-28net: dsa: no longer identify PTP packet in core driverYangbo Lu2-2/+7
2021-04-28net: dsa: check tx timestamp request in core driverYangbo Lu1-4/+0
2021-03-29net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe()Guobin Huang1-6/+2
2021-03-23net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach1-0/+18
2021-03-15net: dsa: hellcreek: Offload bridge port flagsKurt Kanzenbach1-25/+104
2021-03-14net: dsa: hellcreek: Add devlink FDB regionKurt Kanzenbach2-0/+63
2021-03-14net: dsa: hellcreek: Move common code to helperKurt Kanzenbach1-42/+43
2021-03-14net: dsa: hellcreek: Use boolean valueKurt Kanzenbach1-1/+1
2021-03-14net: dsa: hellcreek: Add devlink VLAN regionKurt Kanzenbach2-0/+80
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean1-1/+2
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-4/+8
2021-02-02net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2-7/+40
2021-02-02net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach2-0/+64
2021-01-30net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach1-0/+1
2021-01-24net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach2-2/+318
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-5/+0
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-3/+9
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean1-5/+1