summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorLines
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-5/+5
2020-07-27net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando-5/+5
2020-07-22net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean-14/+14
2020-07-19net: mscc: ocelot: add support for PTP waveform configurationVladimir Oltean-24/+50
2020-07-16net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean-4/+4
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov-14/+15
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov-8/+9
2020-07-13net: mscc: ocelot: disable flow control on NPI interfaceVladimir Oltean-0/+4
2020-07-13net: mscc: ocelot: split writes to pause frame enable bit and to thresholdsVladimir Oltean-7/+12
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean-28/+27
2020-07-13soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov-1/+1
2020-07-13net: mscc: ocelot: convert port registers to regmapVladimir Oltean-12/+65
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu-6/+2
2020-06-28net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.cVladimir Oltean-4/+0
2020-06-22net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean-15/+80
2020-06-22net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean-5/+5
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean-20/+34
2020-06-22net: mscc: ocelot: make the NPI port a proper target for FDB and MDBVladimir Oltean-1/+11
2020-06-22net: mscc: ocelot: fix encoding destination ports into multicast IPv4 addressVladimir Oltean-8/+8
2020-06-20net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean-56/+45
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean-249/+255
2020-06-20net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean-5/+5
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean-1159/+1151
2020-06-20net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean-452/+442
2020-06-20net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCHVladimir Oltean-4/+4
2020-06-20net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean-11/+20
2020-06-20net: mscc: ocelot: rename module to mscc_ocelotVladimir Oltean-1/+2
2020-06-20net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean-1/+1
2020-06-20net: mscc: ocelot: access EtherType using __be16Vladimir Oltean-4/+4
2020-06-20net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean-4/+6
2020-06-19net: qos offload add flow status with dropped countPo Liu-1/+1
2020-05-27net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart-2/+6
2020-05-27net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart-11/+9
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+1
2020-05-22net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean-1/+1
2020-05-07net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller-3/+3
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-6/+12
2020-05-06net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean-2/+9
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean-4/+3
2020-04-22net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean-5/+0
2020-04-22net: mscc: ocelot: refine the ocelot_ace_is_problematic_mac_etype functionVladimir Oltean-4/+14
2020-04-22net: mscc: ocelot: support matching on EtherTypeVladimir Oltean-3/+19
2020-04-21net: mscc: ocelot: enable PTP programmable pinYangbo Lu-2/+4
2020-04-21net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu-0/+121
2020-04-21net: mscc: ocelot: add wave programming registers definitionsYangbo Lu-0/+2
2020-04-21net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu-0/+6
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu-250/+230
2020-04-18net: mscc: ocelot: deal with problematic MAC_ETYPE VCAP IS2 rulesVladimir Oltean-4/+106
2020-04-15net: mscc: ocelot: fix untagged packet drops when enslaving to vlan aware bridgeVladimir Oltean-43/+43
2020-03-30net: dsa: felix: add port policersVladimir Oltean-11/+4