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