summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot.c
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: Add support for MRPHoratiu Vultur2021-02-161-1/+9
* net: mscc: ocelot: avoid type promotion when calling ocelot_ifh_set_destVladimir Oltean2021-02-151-1/+1
* net: dsa: tag_ocelot_8021q: add support for PTP timestampingVladimir Oltean2021-02-141-0/+7
* net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_pollVladimir Oltean2021-02-141-0/+151
* net: mscc: ocelot: use common tag parsing code with DSAVladimir Oltean2021-02-141-30/+8
* net: mscc: ocelot: refactor ocelot_port_inject_frame out of ocelot_port_xmitVladimir Oltean2021-02-141-0/+80
* net: mscc: ocelot: offload bridge port flags to deviceVladimir Oltean2021-02-121-1/+86
* net: mscc: ocelot: use separate flooding PGID for broadcastVladimir Oltean2021-02-121-5/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-02-101-0/+54
|\
| * net: dsa: felix: implement port flushing on .phylink_mac_link_downVladimir Oltean2021-02-091-0/+54
* | net: mscc: ocelot: rebalance LAGs on link up/down eventsVladimir Oltean2021-02-061-9/+32
* | net: mscc: ocelot: rename aggr_count to num_ports_in_lagVladimir Oltean2021-02-061-4/+3
* | net: mscc: ocelot: drop the use of the "lags" arrayVladimir Oltean2021-02-061-56/+39
* | net: mscc: ocelot: set up logical port IDs centrallyVladimir Oltean2021-02-061-19/+28
* | net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean2021-02-061-10/+6
* | net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean2021-02-061-7/+22
* | net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean2021-02-061-1/+4
* | net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean2021-02-061-1/+5
* | net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean2021-01-291-8/+53
* | net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean2021-01-291-6/+6
* | net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean2021-01-291-27/+36
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-01-201-5/+18
|\|
| * net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel2021-01-201-5/+18
* | net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean2021-01-151-5/+0
* | net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean2021-01-151-0/+1
* | net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean2021-01-151-1/+21
* | net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-111-22/+10
|/
* net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean2020-12-141-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-12-111-4/+5
|\
| * net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean2020-12-051-4/+5
* | net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean2020-11-021-17/+24
* | net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean2020-11-021-13/+22
* | net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean2020-11-021-13/+14
* | net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean2020-11-021-21/+34
* | net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean2020-11-021-4/+0
* | net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean2020-11-021-36/+17
* | net: mscc: ocelot: support L2 multicast entriesVladimir Oltean2020-10-301-25/+84
* | net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean2020-10-301-26/+25
* | net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean2020-10-301-5/+2
* | net: mscc: ocelot: use ether_addr_copyVladimir Oltean2020-10-301-2/+2
* | net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean2020-10-301-1/+1
|/
* net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean2020-10-111-1/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-10-081-6/+6
|\
| * net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean2020-10-061-6/+6
* | net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-051-3/+20
* | net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang2020-10-021-0/+4
* | net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang2020-10-021-0/+3
* | net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean2020-09-291-0/+1
* | net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean2020-09-261-33/+7
* | net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean2020-09-241-19/+11
|/