summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
Commit message (Expand)AuthorAgeFilesLines
* net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()Vladimir Oltean2022-02-151-1/+5
* net: mscc: ocelot: fix mutex lock error during ethtool stats readColin Foster2022-02-101-4/+7
* net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IPVladimir Oltean2022-02-051-0/+8
* net: mscc: ocelot: fix using match before it is setTom Rix2022-01-191-7/+8
* net: ocelot: Fix the call to switchdev_bridge_port_offloadHoratiu Vultur2022-01-171-3/+3
* net: mscc: ocelot: don't dereference NULL pointers with shared tc filtersVladimir Oltean2022-01-151-1/+28
* net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI portVladimir Oltean2022-01-131-1/+4
* net: dsa: felix: add port fast age supportVladimir Oltean2022-01-071-0/+37
* net: mscc: ocelot: fix incorrect balancing with down LAG portsVladimir Oltean2022-01-071-15/+11
* flow_offload: add index to flow_action_entry structureBaowen Zheng2021-12-191-1/+1
* net: ocelot: add support to get port mac from device-treeClément Léger2021-12-151-1/+4
* net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEXHangbin Liu2021-12-141-4/+0
* net: ocelot: use dma_unmap_addr to get tx buffer dma_addrClément Léger2021-12-131-2/+2
* net: ocelot: add FDMA supportClément Léger2021-12-105-4/+1092
* net: ocelot: add support for ndo_change_mtuClément Léger2021-12-102-0/+16
* net: ocelot: add and export ocelot_ptp_rx_timestamp()Clément Léger2021-12-101-17/+24
* net: ocelot: export ocelot_ifh_port_set() to setup IFHClément Léger2021-12-101-5/+13
* net: mscc: ocelot: split register definitions to a separate fileColin Foster2021-12-073-510/+536
* net: mscc: ocelot: fix mutex_lock not releasedLv Ruyi2021-11-301-1/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-11-262-8/+260
|\
| * net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean2021-11-261-1/+4
| * net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean2021-11-261-1/+240
| * net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean2021-11-261-0/+16
| * net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean2021-11-261-6/+0
* | net: dsa: felix: enable cut-through forwarding between ports by defaultVladimir Oltean2021-11-251-8/+69
* | net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_maskVladimir Oltean2021-11-251-6/+8
* | net: dsa: felix: restrict psfp rules on ingress portXiaoliang Yang2021-11-181-1/+1
* | net: mscc: ocelot: use index to set vcap policerXiaoliang Yang2021-11-183-37/+88
* | net: mscc: ocelot: add gate and police action offload to PSFPXiaoliang Yang2021-11-182-2/+53
* | net: mscc: ocelot: set vcap IS2 chain to goto PSFP chainXiaoliang Yang2021-11-181-3/+14
* | net: mscc: ocelot: add MAC table stream learn and lookup operationsXiaoliang Yang2021-11-182-19/+75
* | net: ocelot_net: use phylink_generic_validate()Russell King (Oracle)2021-11-171-26/+3
* | net: ocelot_net: remove interface checks in macb_validate()Russell King (Oracle)2021-11-171-9/+0
* | net: ocelot_net: populate supported_interfaces memberRussell King (Oracle)2021-11-171-0/+3
|/
* net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean2021-10-251-12/+41
* Revert "Merge branch 'dsa-rtnl'"David S. Miller2021-10-251-41/+12
* net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson2021-10-241-4/+3
* net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean2021-10-241-12/+41
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-10-221-0/+1
|\
| * net: mscc: ocelot: Add of_node_put() before gotoWan Jiabing2021-10-181-0/+1
* | net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean2021-10-211-19/+12
* | net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean2021-10-214-15/+17
* | net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean2021-10-211-34/+112
* | net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean2021-10-211-16/+65
* | net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean2021-10-211-8/+5
* | ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski2021-10-191-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-10-142-37/+73
|\|
| * net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean2021-10-122-17/+1
| * net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean2021-10-121-1/+23
| * net: mscc: ocelot: deny TX timestamping of non-PTP packetsVladimir Oltean2021-10-121-7/+12