summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/hirschmann
AgeCommit message (Expand)AuthorLines
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
2021-03-13net: dsa: hellcreek: Move common code to helperKurt Kanzenbach-42/+43
2021-03-13net: dsa: hellcreek: Use boolean valueKurt Kanzenbach-1/+1
2021-03-13net: dsa: hellcreek: Add devlink VLAN regionKurt Kanzenbach-0/+80
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean-1/+2
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean-4/+8
2021-02-01net: dsa: hellcreek: Report FDB table occupancyKurt Kanzenbach-7/+40
2021-02-01net: dsa: hellcreek: Report VLAN table occupancyKurt Kanzenbach-0/+64
2021-01-29net: dsa: hellcreek: Add missing TAPRIO dependencyKurt Kanzenbach-0/+1
2021-01-23net: dsa: hellcreek: Add TAPRIO offloading supportKurt Kanzenbach-2/+318
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean-5/+0
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean-3/+9
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean-5/+1
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean-15/+7
2021-01-06net: dsa: fix led_classdev build errorsRandy Dunlap-0/+1
2020-11-23net: dsa: hellcreek: Don't print error message on deferKurt Kanzenbach-1/+1
2020-11-10net: dsa: fix unintended sign extension on a u16 left shiftColin Ian King-2/+2
2020-11-05net: dsa: hellcreek: Add PTP status LEDsKurt Kanzenbach-0/+156
2020-11-05net: dsa: hellcreek: Add support for hardware timestampingKamil Alkhouri-14/+616
2020-11-05net: dsa: hellcreek: Add PTP clock supportKamil Alkhouri-1/+435
2020-11-05net: dsa: Add DSA driver for Hirschmann Hellcreek switchesKurt Kanzenbach-0/+1512