summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105
AgeCommit message (Expand)Author
2020-03-03net: dsa: sja1105: add 100baseT1_Full supportOleksij Rempel
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean
2020-01-05net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean
2019-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-30net: dsa: sja1105: Empty the RX timestamping queue on PTP settings changeVladimir Oltean
2019-12-30net: dsa: sja1105: Use PTP core's dedicated kernel thread for RX timestampingVladimir Oltean
2019-12-30net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean
2019-12-30net: dsa: sja1105: Remove restriction of zero base-time for taprio offloadVladimir Oltean
2019-12-30net: dsa: sja1105: Really make the PTP command read-writeVladimir Oltean
2019-12-30net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel
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: Disallow management xmit during switch resetVladimir Oltean
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-28net: dsa: sja1105: improve NET_DSA_SJA1105_TAS dependencyArnd Bergmann
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot
2019-10-22net: dsa: sja1105: register switch before assigning port private dataVivien Didelot
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot
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-15net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xferVladimir 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-14net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_infoVladimir Oltean
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-10-04net: dsa: sja1105: Make function sja1105_xfer_long_buf staticzhengbin
2019-10-04net: dsa: sja1105: Add support for port mirroringVladimir 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-10-02net: dsa: sja1105: Don't use "inline" function declarations in C filesVladimir Oltean
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean
2019-10-02net: dsa: sja1105: Initialize the meta_lockVladimir Oltean
2019-09-30net: dsa: sja1105: Prevent leaking memoryNavid Emamdoost
2019-09-30net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the ...Vladimir Oltean
2019-09-21net: dsa: sja1105: Add dependency for NET_DSA_SJA1105_TASMao Wenan
2019-09-16net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean