summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105
AgeCommit message (Expand)Author
2021-05-24net: dsa: sja1105: update existing VLANs from the bridge VLAN listVladimir Oltean
2021-05-24net: dsa: sja1105: use 4095 as the private VLAN for untagged trafficVladimir Oltean
2021-05-24net: dsa: sja1105: error out on unsupported PHY modeVladimir Oltean
2021-05-24net: dsa: sja1105: add error handling in sja1105_setup()Vladimir Oltean
2021-05-24net: dsa: sja1105: call dsa_unregister_switch when allocating memory failsVladimir Oltean
2021-05-24net: dsa: sja1105: fix VL lookup command packing for P/Q/R/SVladimir Oltean
2021-04-27net: dsa: free skb->cb usage in core driverYangbo Lu
2021-04-27net: dsa: no longer clone skb in core driverYangbo Lu
2021-04-27net: dsa: no longer identify PTP packet in core driverYangbo Lu
2021-03-20Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"Vladimir Oltean
2021-03-16net: dsa: sja1105: fix error return code in sja1105_cls_flower_add()Wei Yongjun
2021-03-13flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng
2021-03-04net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean
2021-03-04net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean
2021-02-25net: dsa: sja1105: Remove unneeded cast in sja1105_crc32()Geert Uytterhoeven
2021-02-16net: dsa: sja1105: fix leakage of flooded frames outside bridging domainVladimir Oltean
2021-02-16net: dsa: sja1105: fix configuration of source address learningVladimir Oltean
2021-02-15net: dsa: sja1105: make devlink property best_effort_vlan_filtering true by d...Vladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean
2021-02-14net: dsa: propagate extack to .port_vlan_addVladimir Oltean
2021-02-12net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean
2021-01-15net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean
2021-01-11net: dsa: remove the transactional logic from MDB entriesVladimir Oltean
2021-01-11net: switchdev: remove the transaction structure from port attributesVladimir Oltean
2021-01-11net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean
2021-01-05net: dsa: sja1105: Use kzalloc for allocating only one thingZheng Yongjun
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean
2020-10-03net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean
2020-09-25net: dsa: sja1105: implement .devlink_info_getVladimir Oltean
2020-09-25net: dsa: sja1105: expose static config as devlink regionVladimir Oltean
2020-09-25net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean
2020-09-20net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean
2020-09-11net: dsa: tag_8021q: add a context structureVladimir Oltean
2020-09-11net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean
2020-08-24net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...Nathan Chancellor
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean
2020-08-03net: dsa: sja1105: poll for extts events from a timerVladimir Oltean
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean
2020-06-22net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean
2020-06-22net: dsa: sja1105: make config table operation structures constantVladimir Oltean
2020-06-22net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean
2020-06-19net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva
2020-06-19net: qos offload add flow status with dropped countPo Liu
2020-06-18net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean