summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc/ocelot.c
AgeCommit message (Expand)AuthorFilesLines
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean1-0/+7
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+5
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean1-4/+5
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean1-17/+24
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean1-13/+22
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean1-13/+14
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean1-21/+34
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean1-4/+0
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean1-36/+17
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean1-25/+84
2020-10-30net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean1-26/+25
2020-10-30net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean1-5/+2
2020-10-30net: mscc: ocelot: use ether_addr_copyVladimir Oltean1-2/+2
2020-10-30net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean1-1/+1
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean1-1/+14
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean1-6/+6
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean1-3/+20
2020-10-02net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang1-0/+4
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang1-0/+3
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean1-0/+1
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean1-33/+7
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean1-19/+11
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean1-8/+8
2020-09-18net: mscc: ocelot: add locking for the port TX timestamp IDVladimir Oltean1-1/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-5/+5
2020-07-27net: mscc: ocelot: fix hardware timestamp dequeue logiclaurent brando1-5/+5
2020-07-13net: mscc: ocelot: extend watermark encoding functionMaxim Kochetkov1-14/+2
2020-07-13net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfieldMaxim Kochetkov1-8/+6
2020-07-13net: mscc: ocelot: disable flow control on NPI interfaceVladimir Oltean1-0/+4
2020-07-13net: mscc: ocelot: split writes to pause frame enable bit and to thresholdsVladimir Oltean1-7/+12
2020-07-13net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfieldsVladimir Oltean1-22/+14
2020-06-22net: mscc: ocelot: support IPv4, IPv6 and plain Ethernet mdb entriesVladimir Oltean1-15/+79
2020-06-22net: mscc: ocelot: introduce macros for iterating over PGIDsVladimir Oltean1-4/+4
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-15/+8
2020-06-22net: mscc: ocelot: make the NPI port a proper target for FDB and MDBVladimir Oltean1-1/+11
2020-06-22net: mscc: ocelot: fix encoding destination ports into multicast IPv4 addressVladimir Oltean1-8/+8
2020-06-20net: mscc: ocelot: generalize the "ACE/ACL" namesVladimir Oltean1-1/+1
2020-06-20net: mscc: ocelot: rename ocelot_ace.{c, h} to ocelot_vcap.{c,h}Vladimir Oltean1-1/+1
2020-06-20net: mscc: ocelot: move net_device related functions to ocelot_net.cVladimir Oltean1-886/+23
2020-05-27net: mscc: allow offloading timestamping operations to the PHYAntoine Tenart1-1/+4
2020-05-27net: mscc: use the PHY MII ioctl interface when possibleAntoine Tenart1-11/+9
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-05-22net: mscc: ocelot: fix address ageing time (again)Vladimir Oltean1-1/+1
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-6/+11
2020-05-06net: mscc: ocelot: ANA_AUTOAGE_AGE_PERIOD holds a value in seconds, not msVladimir Oltean1-2/+9
2020-05-06net: dsa: ocelot: the MAC table on Felix is twice as largeVladimir Oltean1-4/+2
2020-04-21net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu1-0/+6
2020-04-21net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu1-206/+0