aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2020-07-05net: dsa: bcm_sf2: Pass GENMASK() signed bitsAndrew Lunn1-2/+2
2020-07-05net: dsa: bcm_sf2: Initialize __be16 with a __be16 valueAndrew Lunn1-2/+2
2020-07-05net: dsa: b53: Fixup endianness warningsAndrew Lunn1-8/+18
2020-07-05net: dsa: mv88e6xxx: scratch: Fixup kerneldocAndrew Lunn1-3/+6
2020-07-05net: dsa: mv88e6xxx: Remove set but unused variableAndrew Lunn1-3/+2
2020-07-05net: dsa: mv88e6xxx: vlan_tci is __be16Andrew Lunn1-1/+1
2020-07-05net: dsa: mv88e6xxx: Fix sparse warnings from GENMASKAndrew Lunn1-2/+2
2020-07-05net: dsa: felix: use resolved link config in mac_link_up()Vladimir Oltean3-152/+183
2020-07-05net: dsa: felix: delete .phylink_mac_an_restart codeVladimir Oltean3-48/+0
2020-07-05net: dsa: felix: set proper pause frame timers based on link speedVladimir Oltean1-4/+23
2020-07-05net: dsa: felix: unconditionally configure MAC speed to 1000MbpsVladimir Oltean1-2/+7
2020-07-05net: dsa: felix: support half-duplex link modesVladimir Oltean2-11/+16
2020-07-05net: dsa: felix: clarify the intention of writes to MII_BMCRVladimir Oltean1-8/+3
2020-07-04net: dsa: microchip: remove unused private membersCodrin Ciubotariu4-80/+2
2020-07-04net: dsa: microchip: split adjust_link() in phylink_mac_link_{up|down}()Codrin Ciubotariu4-16/+29
2020-07-02net: dsa: microchip: set the correct number of portsCodrin Ciubotariu2-0/+6
2020-07-01net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driverHelmut Grohne1-0/+1
2020-06-30net: dsa/bcm_sf2: move pause mode setting into mac_link_up()Russell King1-7/+15
2020-06-30net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()Russell King1-27/+16
2020-06-30net: dsa/bcm_sf2: fix incorrect usage of state->linkRussell King1-2/+26
2020-06-30net: dsa/b53: use resolved link config in mac_link_up()Russell King1-9/+3
2020-06-30net: dsa/b53: change b53_force_port_config() pause argumentRussell King1-10/+15
2020-06-29net:qos: police action offloading parameter 'burst' change to the original valuePo Liu3-15/+9
2020-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-166/+175
2020-06-25net: dsa: sja1105: fix tc-gate schedule with single elementVladimir Oltean1-2/+1
2020-06-25net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rulesVladimir Oltean1-0/+8
2020-06-25net: dsa: sja1105: unconditionally free old gating configVladimir Oltean1-2/+2
2020-06-25net: dsa: sja1105: move sja1105_compose_gating_subschedule at the topVladimir Oltean1-160/+160
2020-06-25net: dsa/ar9331: convert to mac_link_up()Russell King1-29/+31
2020-06-22net: dsa: felix: call port mdb operations from ocelotVladimir Oltean1-0/+26
2020-06-22net: dsa: sja1105: make the instantiations of struct sja1105_info constantVladimir Oltean2-12/+17
2020-06-22net: dsa: sja1105: make config table operation structures constantVladimir Oltean4-16/+16
2020-06-22net: dsa: sja1105: remove empty structures from config table opsVladimir Oltean2-45/+0
2020-06-22net: dsa: qca8k: Minor comment spelling fixJonathan McDowell1-1/+1
2020-06-22net: dsa: qca8k: Improve SGMII interface handlingJonathan McDowell2-1/+45
2020-06-22net: dsa: qca8k: Switch to PHYLINK instead of PHYLIBJonathan McDowell1-96/+210
2020-06-20net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a libraryVladimir Oltean1-1/+3
2020-06-20net: dsa: felix: make vcap is2 keys and actions staticVladimir Oltean1-2/+2
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-18net: dsa: bcm_sf2: Fix node reference countFlorian Fainelli1-0/+2
2020-06-18net: dsa: sja1105: fix checks for VLAN state in gate actionVladimir Oltean1-1/+3
2020-06-18net: dsa: sja1105: fix checks for VLAN state in redirect actionVladimir Oltean1-1/+3
2020-06-18net: 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-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2-14/+14
2020-06-07net: dsa: lantiq_gswip: fix and improve the unsupported interface errorMartin Blumenstingl1-1/+2
2020-06-04net: dsa: qca8k: Fix "Unexpected gfp" kernel exceptionMichal Vokáč1-2/+1
2020-06-01net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.cVladimir Oltean2-1/+3
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+6