summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105/sja1105.h
AgeCommit message (Expand)Author
2020-03-30net: dsa: sja1105: add broadcast and per-traffic class policersVladimir Oltean
2020-03-29net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/SVladimir Oltean
2020-03-27net: dsa: sja1105: implement the port MTU callbacksVladimir Oltean
2020-03-23net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean
2020-03-23net: dsa: sja1105: make the AVB table dynamically reconfigurableVladimir Oltean
2020-03-20net: dsa: sja1105: Add support for the SGMII portVladimir Oltean
2019-11-14net: dsa: sja1105: Simplify reset handlingVladimir Oltean
2019-11-14net: dsa: sja1105: Implement state machine for TAS with PTP clock sourceVladimir Oltean
2019-11-14net: dsa: sja1105: Make the PTP command read-writeVladimir Oltean
2019-11-12net: dsa: sja1105: Print the reset reasonVladimir Oltean
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-18net: dsa: sja1105: Switch to hardware operations for PTPVladimir Oltean
2019-10-15net: dsa: sja1105: Use the correct style for SPDX License IdentifierNishad Kamdar
2019-10-15net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean
2019-10-14net: dsa: sja1105: Change the PTP command access patternVladimir Oltean
2019-10-14net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean
2019-10-14net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean
2019-10-02net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean
2019-10-02net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean
2019-09-16net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean
2019-06-09net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean
2019-06-09net: dsa: sja1105: Remove duplicate rgmii_pad_mii_tx from regsVladimir Oltean
2019-06-09net: dsa: sja1105: Export the sja1105_inhibit_tx functionVladimir Oltean
2019-06-08net: dsa: sja1105: Add a global sja1105_tagger_data structureVladimir Oltean
2019-06-08net: dsa: sja1105: Add logic for TX timestampingVladimir Oltean
2019-06-08net: dsa: sja1105: Add support for the PTP clockVladimir Oltean
2019-06-04net: dsa: sja1105: Add FDB operations for P/Q/R/S seriesVladimir Oltean
2019-06-04net: dsa: sja1105: Make room for P/Q/R/S FDB operationsVladimir Oltean
2019-05-05net: dsa: sja1105: Add support for traffic through standalone portsVladimir Oltean
2019-05-03net: dsa: sja1105: Prevent PHY jabbering during switch resetVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for configuring address ageing timeVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for ethtool port countersVladimir Oltean
2019-05-03net: dsa: sja1105: Error out if RGMII delays are requested in DTVladimir Oltean
2019-05-03net: dsa: sja1105: Add support for FDB and MDB managementVladimir Oltean
2019-05-03net: dsa: Introduce driver for NXP SJA1105 5-port L2 switchVladimir Oltean