summaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa/sja1105
Commit message (Expand)AuthorAgeFilesLines
* net: dsa: sja1105: fix ucast/bcast flooding always remaining enabledVladimir Oltean2021-03-041-2/+2
* net: dsa: sja1105: fix SGMII PCS being forced to SPEED_UNKNOWN instead of SPE...Vladimir Oltean2021-03-041-1/+1
* net: dsa: sja1105: Remove unneeded cast in sja1105_crc32()Geert Uytterhoeven2021-02-251-1/+1
* net: dsa: sja1105: fix leakage of flooded frames outside bridging domainVladimir Oltean2021-02-162-41/+76
* net: dsa: sja1105: fix configuration of source address learningVladimir Oltean2021-02-161-1/+1
* net: dsa: sja1105: make devlink property best_effort_vlan_filtering true by d...Vladimir Oltean2021-02-151-0/+2
* net: dsa: propagate extack to .port_vlan_filteringVladimir Oltean2021-02-143-6/+8
* net: dsa: propagate extack to .port_vlan_addVladimir Oltean2021-02-141-2/+4
* net: dsa: sja1105: offload bridge port flags to deviceVladimir Oltean2021-02-123-11/+219
* net: dsa: set configure_vlan_while_not_filtering to true by defaultVladimir Oltean2021-01-151-2/+0
* net: dsa: remove the transactional logic from VLAN objectsVladimir Oltean2021-01-111-28/+15
* net: dsa: remove the transactional logic from MDB entriesVladimir Oltean2021-01-111-11/+3
* net: switchdev: remove the transaction structure from port attributesVladimir Oltean2021-01-113-21/+8
* net: switchdev: remove vid_begin -> vid_end range from VLAN objectsVladimir Oltean2021-01-111-21/+12
* net: dsa: sja1105: Use kzalloc for allocating only one thingZheng Yongjun2021-01-051-1/+1
* net: dsa: propagate switchdev vlan_filtering prepare phase to driversVladimir Oltean2020-10-053-8/+21
* net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic configVladimir Oltean2020-10-031-5/+5
* net: dsa: sja1105: implement .devlink_info_getVladimir Oltean2020-09-253-0/+21
* net: dsa: sja1105: expose static config as devlink regionVladimir Oltean2020-09-253-3/+124
* net: dsa: sja1105: move devlink param code to sja1105_devlink.cVladimir Oltean2020-09-254-103/+132
* net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean2020-09-201-1/+6
* net: dsa: tag_8021q: add a context structureVladimir Oltean2020-09-112-90/+126
* net: dsa: tag_8021q: setup tagging via a single function callVladimir Oltean2020-09-111-11/+4
* net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...Nathan Chancellor2020-08-241-1/+1
* net: dsa: sja1105: use detected device id instead of DT one on mismatchVladimir Oltean2020-08-051-11/+24
* net: dsa: sja1105: poll for extts events from a timerVladimir Oltean2020-08-032-34/+50
* net:qos: police action offloading parameter 'burst' change to the original valuePo Liu2020-06-292-12/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-06-251-166/+173
|\
| * net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean2020-06-251-2/+1
| * net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean2020-06-251-0/+8
| * net: dsa: sja1105: unconditionally free old gating configVladimir Oltean2020-06-251-2/+2
| * net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean2020-06-251-160/+160
| * net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean2020-06-181-1/+3
| * net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean2020-06-181-1/+3
| * net: dsa: sja1105: remove debugging code in sja1105_vl_gateVladimir Oltean2020-06-181-4/+0
* | net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean2020-06-222-12/+17
* | net: dsa: sja1105: make config table operation structures constantVladimir Oltean2020-06-224-16/+16
* | net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean2020-06-222-45/+0
* | net: dsa: sja1105: Use struct_size() in kzalloc()Gustavo A. R. Silva2020-06-191-2/+1
* | net: qos offload add flow status with dropped countPo Liu2020-06-191-1/+1
|/
* net: dsa: sja1105: fix PTP timestamping with large tc-taprio cyclesVladimir Oltean2020-06-151-4/+4
* net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2020-06-012-1/+3
* net: dsa: sja1105: fix port mirroring for P/Q/R/SVladimir Oltean2020-05-303-16/+48
* net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.cVladimir Oltean2020-05-302-18/+18
* net: dsa: sja1105: avoid invalid state in sja1105_vlan_filteringVladimir Oltean2020-05-291-0/+4
* net: dsa: sja1105: offload the Credit-Based Shaper qdiscVladimir Oltean2020-05-285-0/+199
* net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANsVladimir Oltean2020-05-121-3/+409
* net: dsa: sja1105: implement a common frame memory partitioning functionVladimir Oltean2020-05-124-18/+42
* net: dsa: sja1105: add packing ops for the Retagging TableVladimir Oltean2020-05-124-2/+110
* net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameterVladimir Oltean2020-05-122-4/+120