index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
sja1105
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
2020-10-05
3
-8
/
+21
*
net: dsa: sja1105: remove duplicate prefix for VL Lookup dynamic config
Vladimir Oltean
2020-10-03
1
-5
/
+5
*
net: dsa: sja1105: implement .devlink_info_get
Vladimir Oltean
2020-09-25
3
-0
/
+21
*
net: dsa: sja1105: expose static config as devlink region
Vladimir Oltean
2020-09-25
3
-3
/
+124
*
net: dsa: sja1105: move devlink param code to sja1105_devlink.c
Vladimir Oltean
2020-09-25
4
-103
/
+132
*
net: dsa: tag_8021q: add VLANs to the master interface too
Vladimir Oltean
2020-09-20
1
-1
/
+6
*
net: dsa: tag_8021q: add a context structure
Vladimir Oltean
2020-09-11
2
-90
/
+126
*
net: dsa: tag_8021q: setup tagging via a single function call
Vladimir Oltean
2020-09-11
1
-11
/
+4
*
net: dsa: sja1105: Do not use address of compatible member in sja1105_check_d...
Nathan Chancellor
2020-08-24
1
-1
/
+1
*
net: dsa: sja1105: use detected device id instead of DT one on mismatch
Vladimir Oltean
2020-08-05
1
-11
/
+24
*
net: dsa: sja1105: poll for extts events from a timer
Vladimir Oltean
2020-08-03
2
-34
/
+50
*
net:qos: police action offloading parameter 'burst' change to the original value
Po Liu
2020-06-29
2
-12
/
+8
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-06-25
1
-166
/
+173
|
\
|
*
net: dsa: sja1105: fix tc-gate schedule with single element
Vladimir Oltean
2020-06-25
1
-2
/
+1
|
*
net: dsa: sja1105: recalculate gating subschedule after deleting tc-gate rules
Vladimir Oltean
2020-06-25
1
-0
/
+8
|
*
net: dsa: sja1105: unconditionally free old gating config
Vladimir Oltean
2020-06-25
1
-2
/
+2
|
*
net: dsa: sja1105: move sja1105_compose_gating_subschedule at the top
Vladimir Oltean
2020-06-25
1
-160
/
+160
|
*
net: dsa: sja1105: fix checks for VLAN state in gate action
Vladimir Oltean
2020-06-18
1
-1
/
+3
|
*
net: dsa: sja1105: fix checks for VLAN state in redirect action
Vladimir Oltean
2020-06-18
1
-1
/
+3
|
*
net: dsa: sja1105: remove debugging code in sja1105_vl_gate
Vladimir Oltean
2020-06-18
1
-4
/
+0
*
|
net: dsa: sja1105: make the instantiations of struct sja1105_info constant
Vladimir Oltean
2020-06-22
2
-12
/
+17
*
|
net: dsa: sja1105: make config table operation structures constant
Vladimir Oltean
2020-06-22
4
-16
/
+16
*
|
net: dsa: sja1105: remove empty structures from config table ops
Vladimir Oltean
2020-06-22
2
-45
/
+0
*
|
net: dsa: sja1105: Use struct_size() in kzalloc()
Gustavo A. R. Silva
2020-06-19
1
-2
/
+1
*
|
net: qos offload add flow status with dropped count
Po Liu
2020-06-19
1
-1
/
+1
|
/
*
net: dsa: sja1105: fix PTP timestamping with large tc-taprio cycles
Vladimir Oltean
2020-06-15
1
-4
/
+4
*
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_vl.c
Vladimir Oltean
2020-06-01
2
-1
/
+3
*
net: dsa: sja1105: fix port mirroring for P/Q/R/S
Vladimir Oltean
2020-05-30
3
-16
/
+48
*
net: dsa: sja1105: suppress -Wmissing-prototypes in sja1105_static_config.c
Vladimir Oltean
2020-05-30
2
-18
/
+18
*
net: dsa: sja1105: avoid invalid state in sja1105_vlan_filtering
Vladimir Oltean
2020-05-29
1
-0
/
+4
*
net: dsa: sja1105: offload the Credit-Based Shaper qdisc
Vladimir Oltean
2020-05-28
5
-0
/
+199
*
net: dsa: sja1105: implement VLAN retagging for dsa_8021q sub-VLANs
Vladimir Oltean
2020-05-12
1
-3
/
+409
*
net: dsa: sja1105: implement a common frame memory partitioning function
Vladimir Oltean
2020-05-12
4
-18
/
+42
*
net: dsa: sja1105: add packing ops for the Retagging Table
Vladimir Oltean
2020-05-12
4
-2
/
+110
*
net: dsa: sja1105: add a new best_effort_vlan_filtering devlink parameter
Vladimir Oltean
2020-05-12
2
-4
/
+120
*
net: dsa: tag_sja1105: implement sub-VLAN decoding
Vladimir Oltean
2020-05-12
1
-0
/
+4
*
net: dsa: sja1105: prepare tagger for handling DSA tags and VLAN simultaneously
Vladimir Oltean
2020-05-12
3
-0
/
+22
*
net: dsa: sja1105: exit sja1105_vlan_filtering when called multiple times
Vladimir Oltean
2020-05-12
1
-0
/
+3
*
net: dsa: sja1105: allow VLAN configuration from the bridge in all states
Vladimir Oltean
2020-05-12
1
-0
/
+2
*
net: dsa: sja1105: save/restore VLANs using a delta commit method
Vladimir Oltean
2020-05-12
2
-131
/
+372
*
net: dsa: sja1105: deny alterations of dsa_8021q VLANs from the bridge
Vladimir Oltean
2020-05-12
2
-1
/
+31
*
net: dsa: sja1105: keep the VLAN awareness state in a driver variable
Vladimir Oltean
2020-05-12
3
-15
/
+33
*
net: dsa: sja1105: implement cross-chip bridging operations
Vladimir Oltean
2020-05-10
2
-0
/
+92
*
dsa: sja1105: fix semicolon.cocci warnings
kbuild test robot
2020-05-10
1
-1
/
+1
*
net: dsa: sja1105: remove set but not used variable 'prev_time'
Samuel Zou
2020-05-08
1
-2
/
+0
*
net: dsa: sja1105: implement tc-gate using time-triggered virtual links
Vladimir Oltean
2020-05-07
10
-17
/
+759
*
net: dsa: sja1105: support flow-based redirection via virtual links
Vladimir Oltean
2020-05-07
7
-6
/
+437
*
net: dsa: sja1105: make room for virtual link parsing in flower offload
Vladimir Oltean
2020-05-07
2
-27
/
+112
*
net: dsa: sja1105: add static tables for virtual links
Vladimir Oltean
2020-05-07
4
-0
/
+318
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-06
2
-8
/
+19
|
\
[next]