summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/hirschmann (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: use ethtool string helpersRosen Penev2024-11-031-6/+2
* net: dsa: Switch back to struct platform_driver::remove()Uwe Kleine-König2024-10-051-1/+1
* net: Add struct kernel_ethtool_ts_infoKory Maincent2024-07-152-2/+2
* net: dsa: hellcreek: Replace kernel.h with what is usedAndy Shevchenko2024-06-101-3/+5
* net: dsa: hellcreek: Convert to gettimex64()Kurt Kanzenbach2024-03-291-10/+15
* 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-272-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-171-21/+24
* net: devlink: let the core report the driver name instead of the driversVincent Mailhol2022-12-011-5/+0
* net: dsa: hellcreek: Offload per-tc max SDU from tc-taprioKurt Kanzenbach2022-09-302-2/+81
* net: dsa: hellcreek: refactor hellcreek_port_setup_tc() to use switch/caseVladimir Oltean2022-09-301-8/+12
* net: dsa: hellcreek: remove unnecessary platform_set_drvdata()Yang Yingliang2022-09-231-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-121-5/+2
* net/dsa/hirschmann: Add missing of_node_get() in hellcreek_led_setup()Liang He2022-06-241-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-151-4/+60
* net: dsa: hellcreek: Allow PTP P2P measurements on blocked portsKurt Kanzenbach2021-12-151-1/+1
* net: dsa: hellcreek: Add STP forwarding ruleKurt Kanzenbach2021-12-151-0/+14
* net: dsa: hellcreek: Fix insertion of static FDB entriesKurt Kanzenbach2021-12-151-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-021-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-271-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-291-6/+2
* net: dsa: hellcreek: Report switch name and IDKurt Kanzenbach2021-03-231-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-151-1/+2
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-151-4/+8
* net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach2021-02-022-7/+40