summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: add broadcast and per-traffic class policersVladimir Oltean2020-03-304-0/+385
* net: dsa: sja1105: add configuration of port policersVladimir Oltean2020-03-301-32/+100
* net: dsa: sja1105: show more ethtool statistics counters for P/Q/R/SVladimir Oltean2020-03-293-1/+134
* net: dsa: sja1105: implement the port MTU callbacksVladimir Oltean2020-03-272-4/+47
* net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean2020-03-237-0/+269
* net: dsa: sja1105: make the AVB table dynamically reconfigurableVladimir Oltean2020-03-233-3/+27
* net: dsa: sja1105: make future_base_time a common helperVladimir Oltean2020-03-232-27/+27
* net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB tableVladimir Oltean2020-03-232-38/+32
* net: dsa: sja1105: Add support for the SGMII portVladimir Oltean2020-03-205-5/+244
* net: dsa: sja1105: Avoid error message for unknown PHY mode on disabled portsVladimir Oltean2020-03-191-0/+3
* net: dsa: sja1105: move MAC configuration to .phylink_mac_link_upVladimir Oltean2020-03-141-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-1/+2
|\
| * net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean2020-02-291-1/+2
* | net: dsa: sja1105: add 100baseT1_Full supportOleksij Rempel2020-03-031-0/+1
* | net: dsa: propagate resolved link config via mac_link_up()Russell King2020-02-271-1/+3
|/
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-191-1/+1
|\
| * net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean2020-01-171-1/+1
* | net: dsa: Get information about stacked DSA protocolFlorian Fainelli2020-01-081-1/+2
* | net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean2020-01-051-21/+75
* | net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean2020-01-051-25/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-314-15/+13
|\|
| * net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean2019-12-302-6/+9
| * net: dsa: sja1105: Remove restriction of zero base-time for taprio offloadVladimir Oltean2019-12-301-5/+0
| * net: dsa: sja1105: Really make the PTP command read-writeVladimir Oltean2019-12-301-1/+1
| * net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean2019-12-302-3/+3
* | net: dsa: sja1105: Empty the RX timestamping queue on PTP settings changeVladimir Oltean2019-12-301-0/+3
* | net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean2019-12-302-18/+16
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-251-5/+5
|\
| * net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel2019-11-251-5/+5
* | net: dsa: sja1105: Simplify reset handlingVladimir Oltean2019-11-142-97/+15
* | net: dsa: sja1105: Implement state machine for TAS with PTP clock sourceVladimir Oltean2019-11-147-17/+487
* | net: dsa: sja1105: Make the PTP command read-writeVladimir Oltean2019-11-144-44/+53
* | net: dsa: sja1105: Print the reset reasonVladimir Oltean2019-11-124-7/+27
* | net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean2019-11-111-0/+4
* | net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean2019-11-114-32/+114
* | net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean2019-11-114-22/+61
* | net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn2019-11-041-3/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-021-2/+2
|\|
| * net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann2019-10-281-2/+2
* | net: dsa: remove dsa_switch_alloc helperVivien Didelot2019-10-221-1/+3
* | net: dsa: sja1105: register switch before assigning port private dataVivien Didelot2019-10-221-5/+10
* | net: dsa: use dsa_to_port helper everywhereVivien Didelot2019-10-221-9/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-205-10/+10
|\|
| * net: dsa: sja1105: Use the correct style for SPDX License IdentifierNishad Kamdar2019-10-155-10/+10
* | net: dsa: sja1105: Switch to hardware operations for PTPVladimir Oltean2019-10-184-124/+128
* | net: dsa: sja1105: Switch to scatter/gather API for SPIVladimir Oltean2019-10-152-81/+85
* | net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir Oltean2019-10-151-33/+15
* | net: dsa: sja1105: Change the PTP command access patternVladimir Oltean2019-10-143-12/+18
* | net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean2019-10-144-296/+335
* | net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean2019-10-145-36/+37