summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)Author
2022-05-23net: mscc: ocelot: switch from {,un}set to {,un}assign for tag_8021q CPU portsVladimir Oltean
2022-05-23net: dsa: felix: directly call ocelot_port_{set,unset}_dsa_8021q_cpuVladimir Oltean
2022-05-23net: dsa: felix: update bridge fwd mask from ocelot lib when changing tag_802...Vladimir Oltean
2022-05-23net: dsa: felix: move the updating of PGID_CPU to the ocelot libVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host flooding to surfaceVladimir Oltean
2022-05-12net: dsa: felix: bring the NPI port indirection for host MDBs to surfaceVladimir Oltean
2022-05-12net: dsa: felix: program host FDB entries towards PGID_CPU for tag_8021q tooVladimir Oltean
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-05-06net: dsa: felix: perform MDB migration based on ocelot->multicast listVladimir Oltean
2022-05-05net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean
2022-04-30net: ethernet: ocelot: remove the need for num_stats initializerColin Foster
2022-04-25net: mscc: ocelot: don't add VID 0 to ocelot->vlans when leaving VLAN-aware b...Vladimir Oltean
2022-04-25net: mscc: ocelot: ignore VID 0 added by 8021q moduleVladimir Oltean
2022-04-19net: mscc: ocelot: fix broken IP multicast floodingVladimir Oltean
2022-03-17net: mscc: ocelot: offload per-flow mirroring using tc-mirred and VCAP IS2Vladimir Oltean
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean
2022-03-15net: mscc: ocelot: fix build error due to missing IEEE_8021QAZ_MAX_TCSVladimir Oltean
2022-03-14net: dsa: felix: configure default-prio and dscp prioritiesVladimir Oltean
2022-03-03net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean
2022-02-24net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean
2022-02-15net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster
2022-02-14net: mscc: ocelot: remove unnecessary stat reading from ethtoolColin Foster
2022-02-10net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster
2022-02-05net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean
2022-01-13net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI portVladimir Oltean
2022-01-07net: dsa: felix: add port fast age supportVladimir Oltean
2022-01-07net: mscc: ocelot: fix incorrect balancing with down LAG portsVladimir Oltean
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-10net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger
2021-12-10net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger
2021-11-30net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi
2021-11-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-11-26net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean
2021-11-26net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean
2021-11-25net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean
2021-11-25net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean