summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)AuthorLines
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET-1/+7
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean-3/+84
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-4/+6
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean-4/+6
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean-20/+43
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean-13/+22
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean-13/+14
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean-29/+42
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean-4/+0
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean-36/+17
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean-26/+99
2020-10-30net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean-34/+34
2020-10-30net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean-5/+2
2020-10-30net: mscc: ocelot: use ether_addr_copyVladimir Oltean-2/+2
2020-10-30net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean-1/+1
2020-10-13net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean-8/+3
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean-4/+40
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean-0/+2
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-6/+8
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean-0/+2
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean-6/+6
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean-4/+21
2020-10-02net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean-3/+25
2020-10-02net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean-14/+22
2020-10-02net: mscc: ocelot: only install TCAM entries into a specific lookup and PAGVladimir Oltean-5/+11
2020-10-02net: mscc: ocelot: offload egress VLAN rewriting to VCAP ES0Xiaoliang Yang-10/+266
2020-10-02net: mscc: ocelot: offload ingress skbedit and vlan actions to VCAP IS1Xiaoliang Yang-0/+225
2020-10-02net: mscc: ocelot: create TCAM skeleton from tc filter chainsVladimir Oltean-32/+288
2020-10-02net: mscc: ocelot: introduce conversion helpers between port and netdevVladimir Oltean-0/+34
2020-10-02net: mscc: ocelot: offload multiple tc-flower actions in same ruleVladimir Oltean-55/+53
2020-09-29net: mscc: ocelot: look up the filters in flower_stats() and flower_destroy()Vladimir Oltean-13/+18
2020-09-29net: mscc: ocelot: add a new ocelot_vcap_block_find_filter_by_id functionVladimir Oltean-7/+21
2020-09-29net: mscc: ocelot: rename variable 'cnt' in vcap_data_offset_get()Vladimir Oltean-8/+12
2020-09-29net: mscc: ocelot: rename variable 'count' in vcap_data_offset_get()Vladimir Oltean-8/+8
2020-09-29net: mscc: ocelot: calculate vcap offsets correctly for full and quarter entriesXiaoliang Yang-2/+15
2020-09-29net: mscc: ocelot: parse flower action before keyVladimir Oltean-3/+16
2020-09-29net: mscc: ocelot: remove unneeded VCAP parameters for IS2Vladimir Oltean-13/+0
2020-09-29net: mscc: ocelot: automatically detect VCAP constantsVladimir Oltean-3/+91
2020-09-29net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and targetVladimir Oltean-0/+45
2020-09-29net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and targetVladimir Oltean-0/+88
2020-09-29net: mscc: ocelot: generalize existing code for VCAPVladimir Oltean-264/+225
2020-09-29net: mscc: ocelot: return error if VCAP filter is not foundXiaoliang Yang-4/+12
2020-09-29net: mscc: ocelot: introduce a new ocelot_target_{read,write} APIVladimir Oltean-0/+17
2020-09-26net: mscc: ocelot: move NPI port configuration to DSAVladimir Oltean-37/+10
2020-09-24net: mscc: ocelot: always pass skb clone to ocelot_port_add_txtstamp_skbVladimir Oltean-23/+29
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-119/+166
2020-09-21net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entriesVladimir Oltean-8/+8
2020-09-18net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean-1/+2
2020-09-18net: mscc: ocelot: deinitialize only initialized portsVladimir Oltean-8/+10
2020-09-18net: mscc: ocelot: unregister net devices on unbindVladimir Oltean-0/+21