summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
Commit message (Expand)AuthorAgeFilesLines
* 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
* net: dsa: sja1105: Check for PHY mode mismatches with what PHYLINK reportsVladimir Oltean2019-06-281-0/+44
* net: dsa: sja1105: Don't check state->link in phylink_mac_configVladimir Oltean2019-06-281-4/+7
* net: dsa: sja1105: Implement is_static for FDB entries on E/TVladimir Oltean2019-06-271-0/+15
* net: dsa: sja1105: Use correct dsa_8021q VIDs for FDB commandsVladimir Oltean2019-06-271-26/+56
* net: dsa: sja1105: Populate is_static for FDB entries on P/Q/R/SVladimir Oltean2019-06-273-5/+62
* net: dsa: sja1105: Add a high-level overview of the dynamic config interfaceVladimir Oltean2019-06-271-0/+92
* net: dsa: sja1105: Back up static FDB entries in kernel memoryVladimir Oltean2019-06-271-12/+99
* net: dsa: sja1105: Make P/Q/R/S learn MAC addressesVladimir Oltean2019-06-273-0/+8
* net: dsa: sja1105: Actually implement the P/Q/R/S FDB bitsVladimir Oltean2019-06-271-0/+5
* net: dsa: sja1105: Make vid 1 the default pvidVladimir Oltean2019-06-271-9/+4
* net: dsa: sja1105: Cancel PTP delayed work on unregisterVladimir Oltean2019-06-271-0/+1
* net: dsa: sja1105: Build PTP support in main DSA driverVladimir Oltean2019-06-274-18/+1
* net: dsa: sja1105: fix ptp link errorArnd Bergmann2019-06-172-2/+5
* net: dsa: sja1105: Make two functions staticYueHaibing2019-06-131-4/+4
* net: dsa: sja1105: Add RGMII delay support for P/Q/R/S chipsVladimir Oltean2019-06-093-2/+102