aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105/sja1105_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-07net: dsa: sja1105: implement tc-gate using time-triggered virtual linksVladimir Oltean1-0/+1
2020-05-07net: dsa: sja1105: support flow-based redirection via virtual linksVladimir Oltean1-1/+11
2020-03-30net: dsa: sja1105: add broadcast and per-traffic class policersVladimir Oltean1-0/+4
2020-03-30net: dsa: sja1105: add configuration of port policersVladimir Oltean1-32/+100
2020-03-27net: dsa: sja1105: implement the port MTU callbacksVladimir Oltean1-4/+46
2020-03-23net: dsa: sja1105: configure the PTP_CLK pin as EXT_TS or PER_OUTVladimir Oltean1-0/+8
2020-03-23net: dsa: sja1105: unconditionally set DESTMETA and SRCMETA in AVB tableVladimir Oltean1-0/+32
2020-03-20net: dsa: sja1105: Add support for the SGMII portVladimir Oltean1-5/+184
2020-03-19net: dsa: sja1105: Avoid error message for unknown PHY mode on disabled portsVladimir Oltean1-0/+3
2020-03-14net: dsa: sja1105: move MAC configuration to .phylink_mac_link_upVladimir Oltean1-4/+9
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-03-03net: dsa: sja1105: add 100baseT1_Full supportOleksij Rempel1-0/+1
2020-02-29net: dsa: sja1105: Don't destroy not-yet-created xmit_workerVladimir Oltean1-1/+2
2020-02-27net: dsa: propagate resolved link config via mac_link_up()Russell King1-1/+3
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-17net: dsa: sja1105: Don't error out on disabled ports with no phy-modeVladimir Oltean1-1/+1
2020-01-08net: dsa: Get information about stacked DSA protocolFlorian Fainelli1-1/+2
2020-01-05net: dsa: Make deferred_xmit private to sja1105Vladimir Oltean1-21/+75
2020-01-05net: dsa: sja1105: Always send through management routes in slot 0Vladimir Oltean1-25/+1
2019-12-30net: dsa: sja1105: Reconcile the meaning of TPID and TPID2 for E/T and P/Q/R/SVladimir Oltean1-4/+4
2019-12-30net: dsa: sja1105: Take PTP egress timestamp by port, not mgmt slotVladimir Oltean1-1/+1
2019-11-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2019-11-25net: dsa: sja1105: fix sja1105_parse_rgmii_delays()Oleksij Rempel1-5/+5
2019-11-12net: dsa: sja1105: Print the reset reasonVladimir Oltean1-3/+15
2019-11-11net: dsa: sja1105: Disallow management xmit during switch resetVladimir Oltean1-0/+4
2019-11-11net: dsa: sja1105: Restore PTP time after switch resetVladimir Oltean1-1/+34
2019-11-11net: dsa: sja1105: Implement the .gettimex64 system call for PTPVladimir Oltean1-1/+2
2019-11-04net: of_get_phy_mode: Change API to solve int/unit warningsAndrew Lunn1-3/+4
2019-10-22net: dsa: remove dsa_switch_alloc helperVivien Didelot1-1/+3
2019-10-22net: dsa: sja1105: register switch before assigning port private dataVivien Didelot1-5/+10
2019-10-22net: dsa: use dsa_to_port helper everywhereVivien Didelot1-9/+9
2019-10-14net: dsa: sja1105: Move PTP data to its own private structureVladimir Oltean1-229/+2
2019-10-14net: dsa: sja1105: Make all public PTP functions take dsa_switch as argumentVladimir Oltean1-5/+6
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-10/+14
2019-10-04net: dsa: sja1105: Add support for port mirroringVladimir Oltean1-4/+84
2019-10-02net: dsa: sja1105: Rename sja1105_spi_send_packed_buf to sja1105_xfer_bufVladimir Oltean1-2/+2
2019-10-02net: dsa: sja1105: Replace sja1105_spi_send_int with sja1105_xfer_{u32, u64}Vladimir Oltean1-4/+3
2019-10-02net: dsa: sja1105: Don't use "inline" function declarations in C filesVladimir Oltean1-4/+3
2019-10-02net: dsa: sja1105: Fix sleeping while atomic in .port_hwtstamp_setVladimir Oltean1-8/+11
2019-10-02net: dsa: sja1105: Initialize the meta_lockVladimir Oltean1-0/+1
2019-09-30net: dsa: sja1105: Ensure PTP time for rxtstamp reconstruction is not in the pastVladimir Oltean1-2/+2
2019-09-16net: dsa: sja1105: Configure the Time-Aware Scheduler via tc-taprio offloadVladimir Oltean1-1/+18
2019-09-16net: dsa: sja1105: Advertise the 8 TX queuesVladimir Oltean1-1/+6
2019-08-27net: dsa: sja1105: Clear VLAN filtering offload netdev featureVladimir Oltean1-0/+16
2019-08-08net: dsa: sja1105: remove set but not used variables 'tx_vid' and 'rx_vid'YueHaibing1-4/+0
2019-08-06net: dsa: sja1105: Really fix panic on unregistering PTP clockVladimir Oltean1-2/+2
2019-08-06net: dsa: sja1105: Use the LOCKEDS bit for SJA1105 E/T as wellVladimir Oltean1-15/+0
2019-08-06net: dsa: sja1105: Fix broken learning with vlan_filtering disabledVladimir Oltean1-66/+55
2019-07-23net: dsa: sja1105: sja1105_main: Add of_node_put()Nishka Dasgupta1-0/+3
2019-06-28net: dsa: sja1105: Mark in-band AN modes not supported for PHYLINKVladimir Oltean1-0/+5