summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorLines
2021-11-29net: mscc: ocelot: fix missing unlock on error in ocelot_hwstamp_set()Wei Yongjun-1/+3
2021-11-26net: mscc: ocelot: correctly report the timestamping RX filters in ethtoolVladimir Oltean-1/+4
2021-11-26net: mscc: ocelot: set up traps for PTP packetsVladimir Oltean-1/+240
2021-11-26net: mscc: ocelot: create a function that replaces an existing VCAP filterVladimir Oltean-0/+16
2021-11-26net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMPVladimir Oltean-6/+0
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean-12/+41
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller-41/+12
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson-4/+3
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean-12/+41
2021-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-0/+1
2021-10-21net: mscc: ocelot: track the port pvid using a pointerVladimir Oltean-19/+12
2021-10-21net: mscc: ocelot: add the local station MAC addresses in VID 0Vladimir Oltean-15/+17
2021-10-21net: mscc: ocelot: allow a config where all bridge VLANs are egress-untaggedVladimir Oltean-34/+112
2021-10-21net: mscc: ocelot: convert the VLAN masks to a listVladimir Oltean-16/+65
2021-10-21net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFGVladimir Oltean-8/+5
2021-10-19ethernet: ocelot: use eth_hw_addr_gen()Jakub Kicinski-2/+1
2021-10-18net: mscc: ocelot: Add of_node_put() before gotoWan Jiabing-0/+1
2021-10-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-37/+73
2021-10-12net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driverVladimir Oltean-17/+1
2021-10-12net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...Vladimir Oltean-1/+23
2021-10-12net: mscc: ocelot: deny TX timestamping of non-PTP packetsVladimir Oltean-7/+12
2021-10-12net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skbVladimir Oltean-3/+3
2021-10-12net: mscc: ocelot: avoid overflowing the PTP timestamp FIFOVladimir Oltean-7/+30
2021-10-12net: mscc: ocelot: make use of all 63 PTP timestamp identifiersVladimir Oltean-1/+3
2021-10-12net: mscc: ocelot: Fix dumplicated argument in ocelotWan Jiabing-3/+3
2021-10-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+2
2021-10-07of: net: move of_net under net/Jakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski-1/+1
2021-10-02ethernet: use eth_hw_addr_set()Jakub Kicinski-1/+1
2021-10-02net: mscc: ocelot: write full VLAN TCI in the injection headerVladimir Oltean-1/+1
2021-10-02net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0Vladimir Oltean-20/+105
2021-10-01net: mscc: ocelot: fix VCAP filters remaining active after being deletedVladimir Oltean-2/+2
2021-09-27net: mscc: ocelot: delay devlink registration to the endLeon Romanovsky-3/+2
2021-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-16/+11
2021-09-23net: mscc: ocelot: fix forwarding from BLOCKING ports remaining enabledVladimir Oltean-3/+8
2021-09-22devlink: Make devlink_register to be voidLeon Romanovsky-5/+1
2021-09-19net: mscc: ocelot: remove buggy duplicate write to DEV_CLOCK_CFGColin Foster-6/+0
2021-09-19net: mscc: ocelot: remove buggy and useless write to ANA_PFC_PFC_CFGColin Foster-4/+0
2021-09-17net: update NXP copyright textVladimir Oltean-3/+3
2021-08-20net: mscc: ocelot: use helpers for port VLAN membershipVladimir Oltean-20/+40
2021-08-20net: mscc: ocelot: transmit the VLAN filtering restrictions via extackVladimir Oltean-6/+8
2021-08-20net: mscc: ocelot: transmit the "native VLAN" error via extackVladimir Oltean-18/+19
2021-08-20net: mscc: ocelot: allow probing to continue with ports that fail to registerVladimir Oltean-3/+4
2021-08-20net: mscc: ocelot: be able to reuse a devlink_port after teardownHoratiu Vultur-0/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+1
2021-08-18net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU portVladimir Oltean-0/+1
2021-08-16net: mscc: ocelot: convert to phylinkVladimir Oltean-165/+308
2021-08-16net: dsa: felix: stop calling ocelot_port_{enable,disable}Vladimir Oltean-17/+9
2021-08-13ethernet: fix PTP_1588_CLOCK dependenciesArnd Bergmann-0/+1
2021-08-12net: mscc: Fix non-GPL export of regmap APIsMark Brown-8/+8