summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)Author
2022-05-05net: mscc: ocelot: restrict tc-trap actions to VCAP IS2 lookup 0Vladimir Oltean
2022-05-05net: mscc: ocelot: fix VCAP IS2 filters matching on both lookupsVladimir Oltean
2022-05-05net: mscc: ocelot: fix last VCAP IS1/IS2 filter persisting in hardware when d...Vladimir Oltean
2022-05-05net: mscc: ocelot: mark traps with a bool instead of keeping them in a listVladimir Oltean
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: establish functions for handling VCAP aux resourcesVladimir Oltean
2022-03-17net: mscc: ocelot: add port mirroring support using tc-matchallVladimir Oltean
2022-03-17net: mscc: ocelot: refactor policer work out of ocelot_setup_tc_cls_matchallVladimir Oltean
2022-03-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-03-17net: mscc: ocelot: fix backwards compatibility with single-chain tc-flower of...Vladimir 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-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean
2022-03-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean
2022-03-03net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu
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: delete OCELOT_MRP_CPUQVladimir Oltean
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean
2022-02-17net: mscc: ocelot: use a consistent cookie for MRP trapsVladimir 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: add ability to perform bulk readsColin 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-19net: mscc: ocelot: fix using match before it is setTom Rix
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur
2022-01-15net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir 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-19flow_offload: add index to flow_action_entry structureBaowen Zheng
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu
2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger
2021-12-10net: ocelot: add FDMA supportClément Léger
2021-12-10net: ocelot: add support for ndo_change_mtuClément Léger
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-12-07net: mscc: ocelot: split register definitions to a separate fileColin Foster
2021-11-30net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi