index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
b53
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-08
net: dsa: Move FDB dump implementation inside DSA
Arkadi Sharshevsky
2
-13
/
+6
2017-08-08
net: dsa: Remove support for vlan dump from DSA's drivers
Arkadi Sharshevsky
2
-47
/
+0
2017-08-08
net: dsa: Remove prepare phase for FDB
Arkadi Sharshevsky
2
-18
/
+5
2017-08-08
net: dsa: Change DSA slave FDB API to be switchdev independent
Arkadi Sharshevsky
2
-12
/
+8
2017-07-21
net: dsa: b53: Add missing ARL entries for BCM53125
Florian Fainelli
1
-0
/
+1
2017-05-31
net: dsa: remove dev arg of dsa_register_switch
Vivien Didelot
1
-1
/
+1
2017-05-31
net: dsa: b53: remove unused dev argument
Vivien Didelot
1
-5
/
+3
2017-05-18
net: dsa: b53: Add compatible strings for the Cygnus-family BCM11360.
Eric Anholt
1
-0
/
+2
2017-05-18
net: dsa: use switchdev_obj_dump_cb_t everywhere
Vivien Didelot
2
-5
/
+5
2017-05-18
net: dsa: include switchdev.h only once
Vivien Didelot
1
-1
/
+0
2017-05-17
net: dsa: store CPU port pointer in the tree
Vivien Didelot
1
-2
/
+2
2017-04-25
net: dsa: b53: Fix CPU port for 58xx devices
Florian Fainelli
1
-1
/
+1
2017-04-25
net: dsa: b53: Implement software reset for 58xx devices
Florian Fainelli
2
-1
/
+25
2017-04-25
net: dsa: b53: Include IMP/CPU port in dumb forwarding mode
Florian Fainelli
2
-0
/
+14
2017-01-30
net: dsa: b53: Add support for port mirroring
Florian Fainelli
2
-0
/
+71
2017-01-30
net: dsa: b53: Add mirror capture register definitions
Florian Fainelli
1
-0
/
+32
2017-01-30
net: dsa: b53: use dsa_port's bridge pointer
Vivien Didelot
2
-7
/
+3
2017-01-30
net: dsa: pass bridge device when a port leaves
Vivien Didelot
2
-2
/
+2
2017-01-30
net: dsa: variable number of ports
Vivien Didelot
1
-3
/
+4
2017-01-26
net: dsa: Pass device pointer to dsa_register_switch
Florian Fainelli
1
-1
/
+1
2017-01-24
net: dsa: b53: Utilize mdio_module_driver
Florian Fainelli
1
-12
/
+1
2017-01-23
net: dsa: bcm_sf2: Add support for BCM7278 integrated switch
Florian Fainelli
2
-1
/
+15
2017-01-09
net: dsa: Make dsa_switch_ops const
Florian Fainelli
1
-1
/
+1
2017-01-09
net: dsa: b53: Export most operations to other drivers
Florian Fainelli
2
-33
/
+79
2017-01-06
net: dsa: b53: Utilize common helpers for u64/MAC
Florian Fainelli
2
-22
/
+4
2016-11-17
net: dsa: b53: Fix VLAN usage and how we treat CPU port
Florian Fainelli
1
-12
/
+4
2016-10-17
net: dsa: b53: Fix module autoload
Javier Martinez Canillas
1
-0
/
+1
2016-10-12
treewide: remove redundant #include <linux/kconfig.h>
Masahiro Yamada
1
-1
/
+0
2016-09-23
net: dsa: b53: implement DSA port fast ageing
Vivien Didelot
1
-20
/
+11
2016-09-20
net-next: dsa: b53: remove empty set_addr() stub
John Crispin
1
-6
/
+0
2016-09-16
net: dsa: b53: Remove unused including <linux/version.h>
Wei Yongjun
1
-1
/
+0
2016-09-02
net: dsa: remove ds_to_priv
Vivien Didelot
1
-21
/
+21
2016-08-26
net: dsa: b53: Add JOIN_ALL_VLAN support
Florian Fainelli
2
-4
/
+29
2016-08-26
net: dsa: b53: Define SF2 MIB layout
Florian Fainelli
2
-0
/
+69
2016-08-26
net: dsa: b53: Prepare to support 7445 switch
Florian Fainelli
2
-0
/
+13
2016-08-26
net: dsa: b53: Initialize ds->ops in b53_switch_alloc
Florian Fainelli
1
-2
/
+1
2016-08-25
net: dsa: rename switch operations structure
Vivien Didelot
1
-2
/
+2
2016-08-23
net: dsa: Allow the DSA driver to indicate the tag protocol
Andrew Lunn
1
-1
/
+6
2016-08-15
net: dsa: b53: remove .owner and .bus fields for driver
Wei Yongjun
1
-2
/
+0
2016-08-10
net: dsa: b53: constify b53_io_ops structures
Julia Lawall
6
-6
/
+8
2016-08-06
net: dsa: b53: Add missing ULL suffix for 64-bit constant
Geert Uytterhoeven
1
-1
/
+1
2016-08-01
dsa: b53: remove redundant if
xypron.glpk@gmx.de
1
-2
/
+1
2016-07-12
b53: Fix build warning.
David S. Miller
1
-1
/
+1
2016-07-11
net: dsa: b53: Add support for BCM585xx/586xx/88312 integrated switch
Florian Fainelli
3
-0
/
+21
2016-07-11
net: dsa: b53: Allow SRAB driver to specify platform data
Florian Fainelli
1
-10
/
+29
2016-06-29
dsa: b53: avoid 'maybe-uninitialized' warning
Arnd Bergmann
1
-6
/
+24
2016-06-23
net: dsa: b53: Fix statistics readings
Florian Fainelli
1
-1
/
+1
2016-06-17
dsa: b53: fix big-endian register access
Arnd Bergmann
1
-12
/
+8
2016-06-10
net: dsa: b53: Plug in VLAN support
Florian Fainelli
2
-26
/
+243
2016-06-10
net: dsa: b53: Add bridge support
Florian Fainelli
3
-3
/
+174
[next]