summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean2020-10-061-0/+2
* net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean2020-10-061-6/+6
* net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean2020-09-211-8/+8
* net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean2020-09-182-8/+10
* net: mscc: ocelot: unregister net devices on unbindVladimir Oltean2020-09-181-0/+21
* net: mscc: ocelot: refactor ports parsing code into a dedicated functionVladimir Oltean2020-09-181-99/+110
* net: mscc: ocelot: error checking when calling ocelot_init()Vladimir Oltean2020-09-181-1/+4
* net: mscc: ocelot: check for errors on memory allocation of portsVladimir Oltean2020-09-181-0/+4
* net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean2020-09-182-5/+9
* net: mscc: ocelot: fix race condition with TX timestampingVladimir Oltean2020-09-181-6/+8
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-021-5/+5
|\
| * net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando2020-07-271-5/+5
* | net: mscc: ocelot: fix non-initialized CPU port on VSC7514Vladimir Oltean2020-07-221-14/+14
* | net: mscc: ocelot: add support for PTP waveform configurationVladimir Oltean2020-07-191-24/+50
* | net: mscc: ocelot: rethink Kconfig dependencies againVladimir Oltean2020-07-161-4/+4
* | net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov2020-07-132-14/+15
* | net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov2020-07-132-8/+9
* | net: mscc: ocelot: disable flow control on NPI interfaceVladimir Oltean2020-07-131-0/+4
* | net: mscc: ocelot: split writes to pause frame enable bit and to thresholdsVladimir Oltean2020-07-131-7/+12
* | net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean2020-07-134-28/+27
* | soc: mscc: ocelot: add MII registers descriptionMaxim Kochetkov2020-07-131-1/+1
* | net: mscc: ocelot: convert port registers to regmapVladimir Oltean2020-07-134-12/+65
* | net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-292-6/+2
* | net: mscc: ocelot: remove EXPORT_SYMBOL from ocelot_net.cVladimir Oltean2020-06-281-4/+0
* | net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean2020-06-222-15/+80
* | net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean2020-06-222-5/+5
* | net: dsa: felix: call port mdb operations from ocelotVladimir Oltean2020-06-223-20/+34
* | net: mscc: ocelot: make the NPI port a proper target for FDB and MDBVladimir Oltean2020-06-221-1/+11
* | net: mscc: ocelot: fix encoding destination ports into multicast IPv4 addressVladimir Oltean2020-06-221-8/+8
* | net: mscc: ocelot: unexpose ocelot_vcap_policer_{add,del}Vladimir Oltean2020-06-202-56/+45
* | net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean2020-06-205-249/+255
* | net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean2020-06-206-5/+5
* | net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean2020-06-2010-1159/+1151
* | net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.cVladimir Oltean2020-06-204-452/+442
* | net: mscc: ocelot: rename MSCC_OCELOT_SWITCH_OCELOT to MSCC_OCELOT_SWITCHVladimir Oltean2020-06-202-4/+4
* | net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean2020-06-202-11/+20
* | net: mscc: ocelot: rename module to mscc_ocelotVladimir Oltean2020-06-201-1/+2
* | net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.cVladimir Oltean2020-06-202-1/+1
* | net: mscc: ocelot: access EtherType using __be16Vladimir Oltean2020-06-202-4/+4
* | net: mscc: ocelot: use plain int when interacting with TCAM tablesVladimir Oltean2020-06-201-4/+6
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+1
|/
* net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart2020-05-272-2/+6
* net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart2020-05-271-11/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-241-1/+1
|\
| * net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean2020-05-221-1/+1
* | net: remove newlines in NL_SET_ERR_MSG_MODJacob Keller2020-05-071-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-05-062-6/+12
|\|
| * net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean2020-05-061-2/+9
| * net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean2020-05-062-4/+3