summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: felix: support changing the MTUVladimir Oltean2020-03-271-10/+35
* net: rename flow_action_hw_stats_types* -> flow_action_hw_stats*Jakub Kicinski2020-03-171-2/+2
* net: mscc: ocelot: adjust maxlen on NPI port, not CPUVladimir Oltean2020-03-151-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-03-121-11/+17
|\
| * net: mscc: ocelot: properly account for VLAN header length when setting MRUVladimir Oltean2020-03-091-11/+17
* | flow_offload: check for basic action hw stats typeJiri Pirko2020-03-081-0/+4
* | ocelot_flower: use flow_offload_has_one_action() helperJiri Pirko2020-03-081-1/+1
* | net: dsa: felix: Allow unknown unicast traffic towards the CPU port moduleVladimir Oltean2020-03-041-10/+0
* | net: mscc: ocelot: eliminate confusion between CPU and NPI portVladimir Oltean2020-03-042-30/+39
* | net: mscc: ocelot: parameterize the vcap_is2 propertiesVladimir Oltean2020-03-032-80/+84
* | net: mscc: ocelot: remove port_pcs_init indirection for VSC7514Vladimir Oltean2020-03-032-26/+17
* | net: mscc: ocelot: don't rely on preprocessor for vcap key/action packingVladimir Oltean2020-03-033-523/+297
* | net: mscc: ocelot: spell out full "ocelot" name instead of "oc"Vladimir Oltean2020-03-031-21/+24
* | net: mscc: ocelot: return directly in ocelot_cls_flower_{replace, destroy}Vladimir Oltean2020-03-031-11/+2
* | net: mscc: ocelot: replace "rule" and "ocelot_rule" variable names with "ace"Vladimir Oltean2020-03-031-51/+51
* | net: mscc: ocelot: simplify tc-flower offload structuresVladimir Oltean2020-03-035-215/+68
* | net: mscc: ocelot: make ocelot_ace_rule support multiple portsYangbo Lu2020-03-033-13/+13
|/
* net: mscc: fix in frame extractionHoratiu Vultur2020-02-171-0/+8
* net: mscc: ocelot: export ANA, DEV and QSYS registers to include/soc/msccVladimir Oltean2020-01-054-1173/+3
* net: mscc: ocelot: make phy_mode a member of the common struct ocelot_portVladimir Oltean2020-01-053-6/+6
* net: mscc: ocelot: unregister the PTP clock on deinitVladimir Oltean2019-12-031-4/+10
* net: mscc: ocelot: use skb queue instead of skbs listYangbo Lu2019-11-271-36/+18
* net: mscc: ocelot: avoid incorrect consuming in skbs listYangbo Lu2019-11-271-0/+1
* net: mscc: ocelot: convert to use ocelot_port_add_txtstamp_skb()Yangbo Lu2019-11-211-16/+27
* net: mscc: ocelot: convert to use ocelot_get_txtstamp()Yangbo Lu2019-11-213-60/+61
* net: mscc: ocelot: export ocelot_hwstamp_get/set functionsYangbo Lu2019-11-211-4/+4
* net: mscc: ocelot: omit error check from of_get_phy_modeHoratiu Vultur2019-11-161-3/+1
* net: mscc: ocelot: publish ocelot_sys.h to include/soc/msccVladimir Oltean2019-11-152-145/+1
* net: mscc: ocelot: publish structure definitions to include/soc/mscc/ocelot.hVladimir Oltean2019-11-152-511/+49
* net: mscc: ocelot: separate the implementation of switch resetVladimir Oltean2019-11-153-13/+33
* net: mscc: ocelot: adjust MTU on the CPU port in NPI modeVladimir Oltean2019-11-152-0/+11
* net: mscc: ocelot: export a constant for the tag length in bytesVladimir Oltean2019-11-153-5/+5
* net: mscc: ocelot: create a helper for changing the port MTUVladimir Oltean2019-11-151-17/+23
* net: mscc: ocelot: move invariant configs out of adjust_linkVladimir Oltean2019-11-151-42/+43
* net: mscc: ocelot: filter out ocelot SoC specific PCS config from common pathClaudiu Manoil2019-11-154-20/+39
* net: mscc: ocelot: move resource ioremap and regmap init to common codeClaudiu Manoil2019-11-153-19/+16
* net: mscc: ocelot: don't hardcode the number of the CPU portVladimir Oltean2019-11-111-4/+7
* net: mscc: ocelot: split assignment of the cpu port into a separate functionVladimir Oltean2019-11-113-22/+57
* net: mscc: ocelot: refactor adjust_link into a netdev-independent functionVladimir Oltean2019-11-111-10/+17
* net: mscc: ocelot: initialize list of multicast addresses in common codeClaudiu Manoil2019-11-112-1/+1
* net: mscc: ocelot: separate the common implementation of ndo_open and ndo_stopVladimir Oltean2019-11-111-10/+26
* net: mscc: ocelot: move port initialization into separate functionVladimir Oltean2019-11-111-21/+24
* net: mscc: ocelot: limit vlan ingress filtering to actual number of portsVladimir Oltean2019-11-111-1/+2
* net: mscc: ocelot: refactor ethtool callbacksVladimir Oltean2019-11-111-17/+47
* net: mscc: ocelot: separate net_device related items out of ocelot_portVladimir Oltean2019-11-116-190/+233
* net: mscc: ocelot: refactor struct ocelot_port out of function prototypesVladimir Oltean2019-11-114-65/+59
* net: mscc: ocelot: change prototypes of switchdev port attribute handlersVladimir Oltean2019-11-111-43/+45
* net: mscc: ocelot: change prototypes of hwtstamping ioctlsVladimir Oltean2019-11-111-12/+13
* net: mscc: ocelot: break out fdb operations into abstract implementationsVladimir Oltean2019-11-111-46/+78
* net: mscc: ocelot: break apart vlan operations into ocelot_vlan_{add, del}Vladimir Oltean2019-11-111-18/+42