summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean2020-01-171-1/+1
* 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
* 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
* | net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean2019-10-141-15/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-052-12/+18
|\|
| * net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean2019-10-021-8/+11
| * net: dsa: sja1105: Initialize the meta_lockVladimir Oltean2019-10-021-0/+1
| * net: dsa: sja1105: Prevent leaking memoryNavid Emamdoost2019-09-301-2/+4
| * net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the ...Vladimir Oltean2019-09-301-2/+2
* | net: dsa: sja1105: Make function sja1105_xfer_long_buf staticzhengbin2019-10-041-3/+3
* | net: dsa: sja1105: Add support for port mirroringVladimir Oltean2019-10-041-4/+84
* | net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean2019-10-027-88/+69
* | net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean2019-10-024-32/+47
* | net: dsa: sja1105: Don't use "inline" function declarations in C filesVladimir Oltean2019-10-022-5/+4
|/
* net: dsa: sja1105: Add dependency for NET_DSA_SJA1105_TASMao Wenan2019-09-211-0/+1
* net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean2019-09-166-1/+500
* net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean2019-09-161-1/+6
* net: dsa: sja1105: Add static config tables for schedulingVladimir Oltean2019-09-163-1/+222
* net: dsa: sja1105: Clear VLAN filtering offload netdev featureVladimir Oltean2019-08-271-0/+16
* net: dsa: sja1105: remove set but not used variables 'tx_vid' and 'rx_vid'YueHaibing2019-08-081-4/+0
* net: dsa: sja1105: Really fix panic on unregistering PTP clockVladimir Oltean2019-08-062-6/+5
* net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as wellVladimir Oltean2019-08-062-16/+13
* net: dsa: sja1105: Fix broken learning with vlan_filtering disabledVladimir Oltean2019-08-061-66/+55
* net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta2019-07-231-0/+3
* net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINKVladimir Oltean2019-06-281-0/+5