summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mscc
AgeCommit message (Expand)Author
2021-02-06net: mscc: ocelot: avoid unneeded "lp" variable in LAG joinVladimir Oltean
2021-02-06net: mscc: ocelot: set up the bonding mask in a way that avoids a net_deviceVladimir Oltean
2021-02-06net: mscc: ocelot: use ipv6 in the aggregation codeVladimir Oltean
2021-02-06net: mscc: ocelot: don't refuse bonding interfaces we can't offloadVladimir Oltean
2021-02-06net: mscc: ocelot: use a switch-case statement in ocelot_netdevice_eventVladimir Oltean
2021-02-06net: mscc: ocelot: rename ocelot_netdevice_port_event to ocelot_netdevice_cha...Vladimir Oltean
2021-02-03net: mscc: ocelot: fix error code in mscc_ocelot_probe()Dan Carpenter
2021-02-03net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()Dan Carpenter
2021-01-29net: dsa: felix: perform switch setup for tag_8021qVladimir Oltean
2021-01-29net: mscc: ocelot: don't use NPI tag prefix for the CPU port moduleVladimir Oltean
2021-01-29net: mscc: ocelot: reapply bridge forwarding mask on bonding join/leaveVladimir Oltean
2021-01-29net: mscc: ocelot: store a namespaced VCAP filter IDVladimir Oltean
2021-01-29net: mscc: ocelot: export VCAP structures to include/soc/msccVladimir Oltean
2021-01-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-20net: mscc: ocelot: Fix multicast to the CPU portAlban Bedel
2021-01-18net: mscc: ocelot: allow offloading of bridge on top of LAGVladimir Oltean
2021-01-16net: mscc: ocelot: Remove unneeded semicolonXu Wang
2021-01-15net: mscc: ocelot: configure watermarks using devlink-sbVladimir Oltean
2021-01-15net: mscc: ocelot: initialize watermarks to sane defaultsVladimir Oltean
2021-01-15net: mscc: ocelot: register devlink portsVladimir Oltean
2021-01-15net: mscc: ocelot: delete unused ocelot_set_cpu_port prototypeVladimir Oltean
2021-01-15net: mscc: ocelot: add ops for decoding watermark threshold and occupancyVladimir Oltean
2021-01-15net: mscc: ocelot: auto-detect packet buffer size and number of frame referencesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port object notifiersVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2020-12-16net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...Christophe JAILLET
2020-12-14net: mscc: ocelot: install MAC addresses in .ndo_set_rx_mode from process con...Vladimir Oltean
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-05net: mscc: ocelot: fix dropping of unknown IPv4 multicast on SevilleVladimir Oltean
2020-11-02net: mscc: ocelot: deny changing the native VLAN from the prepare phaseVladimir Oltean
2020-11-02net: mscc: ocelot: move the logic to drop 802.1p traffic to the pvid deletionVladimir Oltean
2020-11-02net: mscc: ocelot: add a "valid" boolean to struct ocelot_vlanVladimir Oltean
2020-11-02net: mscc: ocelot: transform the pvid and native vlan values into a structureVladimir Oltean
2020-11-02net: mscc: ocelot: don't reset the pvid to 0 when deleting itVladimir Oltean
2020-11-02net: mscc: ocelot: use the pvid of zero when bridged with vlan_filtering=0Vladimir Oltean
2020-10-30net: mscc: ocelot: support L2 multicast entriesVladimir Oltean
2020-10-30net: mscc: ocelot: make entry_type a member of struct ocelot_multicastVladimir Oltean
2020-10-30net: mscc: ocelot: remove the "new" variable in ocelot_port_mdb_addVladimir Oltean
2020-10-30net: mscc: ocelot: use ether_addr_copyVladimir Oltean
2020-10-30net: mscc: ocelot: classify L2 mdb entries as LOCKEDVladimir Oltean
2020-10-13net: mscc: ocelot: remove duplicate ocelot_port_dev_checkVladimir Oltean
2020-10-11net: mscc: ocelot: offload VLAN mangle action to VCAP IS1Vladimir Oltean
2020-10-08net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514Vladimir Oltean
2020-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-06net: mscc: ocelot: warn when encoding an out-of-bounds watermark valueVladimir Oltean
2020-10-06net: mscc: ocelot: divide watermark value by 60 when writing to SYS_ATOPVladimir Oltean
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-02net: mscc: ocelot: offload redirect action to VCAP IS2Vladimir Oltean
2020-10-02net: mscc: ocelot: relax ocelot_exclusive_mac_etype_filter_rules()Vladimir Oltean