index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
hirschmann
/
hellcreek.c
Age
Commit message (
Expand
)
Author
2023-08-24
net: dsa: use capital "OR" for multiple licenses in SPDX
Krzysztof Kozlowski
2023-07-26
net: dsa: Explicitly include correct DT includes
Rob Herring
2023-05-31
net/sched: taprio: replace tc_taprio_qopt_offload :: enable with a "cmd" enum
Vladimir Oltean
2022-11-30
net: devlink: let the core report the driver name instead of the drivers
Vincent Mailhol
2022-09-29
net: dsa: hellcreek: Offload per-tc max SDU from tc-taprio
Kurt Kanzenbach
2022-09-29
net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/case
Vladimir Oltean
2022-09-22
net: dsa: hellcreek: remove unnecessary platform_set_drvdata()
Yang Yingliang
2022-08-31
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
2022-07-11
net: dsa: hellcreek: Use the bitmap API to allocate bitmaps
Christophe JAILLET
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
2021-12-14
net: dsa: hellcreek: Add missing PTP via UDP rules
Kurt Kanzenbach
2021-12-14
net: dsa: hellcreek: Allow PTP P2P measurements on blocked ports
Kurt Kanzenbach
2021-12-14
net: dsa: hellcreek: Add STP forwarding rule
Kurt Kanzenbach
2021-12-14
net: dsa: hellcreek: Fix insertion of static FDB entries
Kurt Kanzenbach
2021-12-08
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
2021-12-08
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
2021-12-01
net: dsa: hellcreek: convert to phylink_generic_validate()
Russell King (Oracle)
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-09-19
net: dsa: hellcreek: be compatible with masters which unregister on shutdown
Vladimir Oltean
2021-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-26
net: dsa: hellcreek: Adjust schedule look ahead window
Kurt Kanzenbach
2021-08-26
net: dsa: hellcreek: Fix incorrect setting of GCL
Kurt Kanzenbach
2021-08-24
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
2021-08-10
net: dsa: hellcreek: fix broken backpressure in .port_fdb_dump
Vladimir Oltean
2021-06-07
net: dsa: hellcreek: Use is_zero_ether_addr() instead of memcmp()
Zou Wei
2021-03-28
net: dsa: hellcreek: Remove redundant dev_err call in hellcreek_probe()
Guobin Huang
2021-03-22
net: dsa: hellcreek: Report switch name and ID
Kurt Kanzenbach
2021-03-15
net: dsa: hellcreek: Offload bridge port flags
Kurt Kanzenbach
2021-03-13
net: dsa: hellcreek: Add devlink FDB region
Kurt Kanzenbach
2021-03-13
net: dsa: hellcreek: Move common code to helper
Kurt Kanzenbach
2021-03-13
net: dsa: hellcreek: Use boolean value
Kurt Kanzenbach
2021-03-13
net: dsa: hellcreek: Add devlink VLAN region
Kurt Kanzenbach
2021-02-14
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
2021-02-14
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
2021-02-01
net: dsa: hellcreek: Report FDB table occupancy
Kurt Kanzenbach
2021-02-01
net: dsa: hellcreek: Report VLAN table occupancy
Kurt Kanzenbach
2021-01-23
net: dsa: hellcreek: Add TAPRIO offloading support
Kurt Kanzenbach
2021-01-15
net: dsa: set configure_vlan_while_not_filtering to true by default
Vladimir Oltean
2021-01-11
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
2021-01-11
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-11
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
2020-11-23
net: dsa: hellcreek: Don't print error message on defer
Kurt Kanzenbach
2020-11-10
net: dsa: fix unintended sign extension on a u16 left shift
Colin Ian King
2020-11-05
net: dsa: hellcreek: Add support for hardware timestamping
Kamil Alkhouri
2020-11-05
net: dsa: hellcreek: Add PTP clock support
Kamil Alkhouri
2020-11-05
net: dsa: Add DSA driver for Hirschmann Hellcreek switches
Kurt Kanzenbach