summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorFilesLines
2022-03-04net: mscc: ocelot: use pretty names for IPPROTO_UDP and IPPROTO_TCPVladimir Oltean1-2/+2
2022-03-04net: mscc: ocelot: use list_for_each_entry in ocelot_vcap_block_remove_filterVladimir Oltean1-5/+3
2022-03-03net: mscc: ocelot: accept configuring bridge port flags on the NPI portVladimir Oltean1-0/+3
2022-02-28flow_offload: reject offload for all drivers with invalid police parametersJianbo Liu4-11/+59
2022-02-27net: mscc: ocelot: enforce FDB isolation when VLAN-unawareVladimir Oltean4-36/+243
2022-02-25net: dsa: felix: support FDB entries on offloaded LAG interfacesVladimir Oltean1-1/+127
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+5
2022-02-17net: mscc: ocelot: annotate which traps need PTP timestampingVladimir Oltean3-8/+11
2022-02-17net: mscc: ocelot: keep traps in a listVladimir Oltean3-2/+12
2022-02-17net: mscc: ocelot: use a single VCAP filter for all MRP trapsVladimir Oltean3-30/+29
2022-02-17net: mscc: ocelot: delete OCELOT_MRP_CPUQVladimir Oltean1-1/+0
2022-02-17net: mscc: ocelot: consolidate cookie allocation for private VCAP rulesVladimir Oltean2-21/+19
2022-02-17net: mscc: ocelot: use a consistent cookie for MRP trapsVladimir Oltean1-1/+2
2022-02-15net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean1-1/+5
2022-02-14net: mscc: ocelot: use bulk reads for statsColin Foster1-15/+77
2022-02-14net: mscc: ocelot: add ability to perform bulk readsColin Foster1-0/+13
2022-02-14net: mscc: ocelot: remove unnecessary stat reading from ethtoolColin Foster1-17/+16
2022-02-10net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster1-4/+7
2022-02-05net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean1-0/+8
2022-01-19net: mscc: ocelot: fix using match before it is setTom Rix1-7/+8
2022-01-17net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur1-3/+3
2022-01-16net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean1-1/+28
2022-01-13net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI portVladimir Oltean1-1/+4
2022-01-08net: dsa: felix: add port fast age supportVladimir Oltean1-0/+37
2022-01-08net: mscc: ocelot: fix incorrect balancing with down LAG portsVladimir Oltean1-15/+11
2021-12-19flow_offload: add index to flow_action_entry structureBaowen Zheng1-1/+1
2021-12-15net: ocelot: add support to get port mac from device-treeClément Léger1-1/+4
2021-12-14net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu1-4/+0
2021-12-13net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger1-2/+2
2021-12-11net: ocelot: add FDMA supportClément Léger5-4/+1092
2021-12-11net: ocelot: add support for ndo_change_mtuClément Léger2-0/+16
2021-12-11net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger1-17/+24
2021-12-11net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger1-5/+13
2021-12-08net: mscc: ocelot: split register definitions to a separate fileColin Foster3-510/+536
2021-11-30net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi1-1/+3
2021-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-8/+260
2021-11-26net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean1-1/+4
2021-11-26net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean1-1/+240
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean1-0/+16
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean1-6/+0
2021-11-26net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean1-8/+69
2021-11-26net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean1-6/+8
2021-11-18net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang1-1/+1
2021-11-18net: mscc: ocelot: use index to set vcap policerXiaoliang Yang3-37/+88
2021-11-18net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang2-2/+53
2021-11-18net: mscc: ocelot: set vcap IS2 chain to goto PSFP chainXiaoliang Yang1-3/+14
2021-11-18net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang2-19/+75
2021-11-17net: ocelot_net: use phylink_generic_validate()Russell King (Oracle)1-26/+3
2021-11-17net: ocelot_net: remove interface checks in macb_validate()Russell King (Oracle)1-9/+0
2021-11-17net: ocelot_net: populate supported_interfaces memberRussell King (Oracle)1-0/+3