summaryrefslogtreecommitdiff
path: root/drivers/net/dsa/sja1105
AgeCommit message (Expand)AuthorFilesLines
2021-04-28net: dsa: free skb->cb usage in core driverYangbo Lu2-3/+3
2021-04-28net: dsa: no longer clone skb in core driverYangbo Lu2-5/+10
2021-04-28net: dsa: no longer identify PTP packet in core driverYangbo Lu2-3/+2
2021-03-21Revert "net: dsa: sja1105: Clear VLAN filtering offload netdev feature"Vladimir Oltean1-16/+0
2021-03-16net: dsa: sja1105: fix error return code in sja1105_cls_flower_add()Wei Yongjun1-2/+1
2021-03-14flow_offload: reject configuration of packet-per-second policing in offload d...Baowen Zheng1-0/+6
2021-03-05net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean1-2/+2
2021-03-05net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean1-1/+1
2021-02-25net: dsa: sja1105: Remove unneeded cast in sja1105_crc32()Geert Uytterhoeven1-1/+1
2021-02-17net: dsa: sja1105: fix leakage of flooded frames outside bridging domainVladimir Oltean2-41/+76
2021-02-17net: dsa: sja1105: fix configuration of source address learningVladimir Oltean1-1/+1
2021-02-16net: dsa: sja1105: make devlink property best_effort_vlan_filtering true by d...Vladimir Oltean1-0/+2
2021-02-15net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean3-6/+8
2021-02-15net: dsa: propagate extack to .port_vlan_addVladimir Oltean1-2/+4
2021-02-13net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean3-11/+219
2021-01-16net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean1-2/+0
2021-01-12net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean1-28/+15
2021-01-12net: dsa: remove the transactional logic from MDB entriesVladimir Oltean1-11/+3
2021-01-12net: switchdev: remove the transaction structure from port attributesVladimir Oltean3-21/+8
2021-01-12net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean1-21/+12
2021-01-06net: dsa: sja1105: Use kzalloc for allocating only one thingZheng Yongjun1-1/+1
2020-10-05net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean3-8/+21
2020-10-04net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean1-5/+5
2020-09-26net: dsa: sja1105: implement .devlink_info_getVladimir Oltean3-0/+21
2020-09-26net: dsa: sja1105: expose static config as devlink regionVladimir Oltean3-3/+124
2020-09-26net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean4-103/+132
2020-09-21net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+6
2020-09-12net: dsa: tag_8021q: add a context structureVladimir Oltean2-90/+126
2020-09-12net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean1-11/+4
2020-08-25net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...Nathan Chancellor1-1/+1
2020-08-05net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean1-11/+24
2020-08-04net: dsa: sja1105: poll for extts events from a timerVladimir Oltean2-34/+50
2020-06-30net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2-12/+8
2020-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-166/+173
2020-06-26net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-26net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-26net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-26net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-23net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean2-12/+17
2020-06-23net: dsa: sja1105: make config table operation structures constantVladimir Oltean4-16/+16
2020-06-23net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean2-45/+0
2020-06-19net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2020-06-19net: qos offload add flow status with dropped countPo Liu1-1/+1
2020-06-19net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean1-1/+3
2020-06-19net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean1-1/+3
2020-06-19net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean1-4/+0
2020-06-15net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean1-4/+4
2020-06-01net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2-1/+3
2020-05-31net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean3-16/+48
2020-05-31net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.cVladimir Oltean2-18/+18