index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-02
net: dsa: microchip: set the correct number of ports
Codrin Ciubotariu
2
-0
/
+6
2020-07-01
net: dsa: microchip: enable ksz9893 via i2c in the ksz9477 driver
Helmut Grohne
1
-0
/
+1
2020-06-30
net: dsa/bcm_sf2: move pause mode setting into mac_link_up()
Russell King
1
-7
/
+15
2020-06-30
net: dsa/bcm_sf2: move speed/duplex forcing to mac_link_up()
Russell King
1
-27
/
+16
2020-06-30
net: dsa/bcm_sf2: fix incorrect usage of state->link
Russell King
1
-2
/
+26
2020-06-30
net: dsa/b53: use resolved link config in mac_link_up()
Russell King
1
-9
/
+3
2020-06-30
net: dsa/b53: change b53_force_port_config() pause argument
Russell King
1
-10
/
+15
2020-06-29
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
3
-15
/
+9
2020-06-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-166
/
+175
2020-06-25
net: dsa: sja1105: fix tc-gate schedule with single element
Vladimir Oltean
1
-2
/
+1
2020-06-25
net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rules
Vladimir Oltean
1
-0
/
+8
2020-06-25
net: dsa: sja1105: unconditionally free old gating config
Vladimir Oltean
1
-2
/
+2
2020-06-25
net: dsa: sja1105: move sja1105_compose_gating_subschedule at the top
Vladimir Oltean
1
-160
/
+160
2020-06-25
net: dsa/ar9331: convert to mac_link_up()
Russell King
1
-29
/
+31
2020-06-22
net: dsa: felix: call port mdb operations from ocelot
Vladimir Oltean
1
-0
/
+26
2020-06-22
net: dsa: sja1105: make the instantiations of struct sja1105_info constant
Vladimir Oltean
2
-12
/
+17
2020-06-22
net: dsa: sja1105: make config table operation structures constant
Vladimir Oltean
4
-16
/
+16
2020-06-22
net: dsa: sja1105: remove empty structures from config table ops
Vladimir Oltean
2
-45
/
+0
2020-06-22
net: dsa: qca8k: Minor comment spelling fix
Jonathan McDowell
1
-1
/
+1
2020-06-22
net: dsa: qca8k: Improve SGMII interface handling
Jonathan McDowell
2
-1
/
+45
2020-06-22
net: dsa: qca8k: Switch to PHYLINK instead of PHYLIB
Jonathan McDowell
1
-96
/
+210
2020-06-20
net: mscc: ocelot: convert MSCC_OCELOT_SWITCH into a library
Vladimir Oltean
1
-1
/
+3
2020-06-20
net: dsa: felix: make vcap is2 keys and actions static
Vladimir Oltean
1
-2
/
+2
2020-06-19
net: dsa: sja1105: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-19
net: qos offload add flow status with dropped count
Po Liu
1
-1
/
+1
2020-06-18
net: dsa: bcm_sf2: Fix node reference count
Florian Fainelli
1
-0
/
+2
2020-06-18
net: dsa: sja1105: fix checks for VLAN state in gate action
Vladimir Oltean
1
-1
/
+3
2020-06-18
net: dsa: sja1105: fix checks for VLAN state in redirect action
Vladimir Oltean
1
-1
/
+3
2020-06-18
net: dsa: sja1105: remove debugging code in sja1105_vl_gate
Vladimir Oltean
1
-4
/
+0
2020-06-15
net: dsa: sja1105: fix PTP timestamping with large tc-taprio cycles
Vladimir Oltean
1
-4
/
+4
2020-06-14
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-14
/
+14
2020-06-07
net: dsa: lantiq_gswip: fix and improve the unsupported interface error
Martin Blumenstingl
1
-1
/
+2
2020-06-04
net: dsa: qca8k: Fix "Unexpected gfp" kernel exception
Michal Vokáč
1
-2
/
+1
2020-06-01
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c
Vladimir Oltean
2
-1
/
+3
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-2
/
+6
2020-05-30
net: dsa: sja1105: fix port mirroring for P/Q/R/S
Vladimir Oltean
3
-16
/
+48
2020-05-30
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.c
Vladimir Oltean
2
-18
/
+18
2020-05-29
net: dsa: sja1105: avoid invalid state in sja1105_vlan_filtering
Vladimir Oltean
1
-0
/
+4
2020-05-28
net: dsa: sja1105: offload the Credit-Based Shaper qdisc
Vladimir Oltean
5
-0
/
+199
2020-05-27
net: dsa: felix: send VLANs on CPU port as egress-tagged
Vladimir Oltean
1
-2
/
+6
2020-05-27
net: dsa: felix: accept VLAN config regardless of bridge VLAN awareness state
Vladimir Oltean
1
-0
/
+1
2020-05-27
net: dsa: b53: remove redundant premature assignment to new_pvid
Colin Ian King
1
-1
/
+0
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
6
-35
/
+28
2020-05-23
net: Fix return value about devm_platform_ioremap_resource()
Tiezhu Yang
1
-1
/
+1
2020-05-22
felix: Fix initialization of ioremap resources
Claudiu Manoil
3
-27
/
+24
2020-05-16
net: dsa: mt7530: fix roaming from DSA user ports
DENG Qingfang
2
-7
/
+3
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2020-05-15
net: dsa: mt7530: fix VLAN setup
DENG Qingfang
1
-12
/
+1
2020-05-14
net: dsa: felix: fix incorrect clamp calculation for burst
Colin Ian King
1
-1
/
+1
2020-05-13
net: dsa: mt7530: set CPU port to fallback mode
DENG Qingfang
2
-3
/
+14
[prev]
[next]