Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
85fa319d8a5240bab2e4123cfc9178bff55694ca
/
drivers
/
net
/
dsa
b8c6cd1
net: dsa: bcm_sf2: do not use indirect reads and writes for 7445E0
by Florian Fainelli
· 9 years ago
40a7166
net: dsa: mv88e6xxx: fix fid_mask when leaving bridge
by Vivien Didelot
· 9 years ago
db687a5
dsa: mv88x6xxx: Zero statistics counters
by Andrew Lunn
· 9 years ago
56d95e2
dsa: mv88x6xxx: Add debugfs interface for scratch registers
by Andrew Lunn
· 9 years ago
d35bd87
dsa: mv88x6xxx: Add debugfs interface for device map
by Andrew Lunn
· 9 years ago
532c7a3
dsa: mv88x6xxx: Add debugfs interface for statistics
by Andrew Lunn
· 9 years ago
80c4627
dsa: mv88x6xxx: Refactor getting a single statistic
by Andrew Lunn
· 9 years ago
8a0a265
dsa: mv88e6xxx: Add debugfs interface for ATU
by Andrew Lunn
· 9 years ago
87c8cef
dsa: mv88e6xxx: Add debugfs interface for registers
by Andrew Lunn
· 9 years ago
aafc66f
net: dsa: bcm_sf2: Utilize BRCM_PSEUDO_PHY_ADDR
by Florian Fainelli
· 9 years ago
80edb72
net: dsa: mv88e6xxx: Fix deadlock by double lock
by Andrew Lunn
· 9 years ago
4ab7f91
net: dsa: bcm_sf2: properly propagate carrier down state for MoCA
by Florian Fainelli
· 10 years ago
b04096f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
16fe24f
net: dsa: mv88e6xxx: Fix false positive lockdep splat
by Andrew Lunn
· 10 years ago
3188823
net: dsa: mv88e6xxx: Replace stats mutex with SMI mutex
by Andrew Lunn
· 10 years ago
3898c14
net: dsa: mv88e6xxx: Replace PHY mutex by SMI mutex
by Andrew Lunn
· 10 years ago
1441f4e
net: dsa: mv88e6131: Add support for mv88e6185
by Andrew Lunn
· 10 years ago
eee7483
net: dsa: mv88e6171: Add other members of the family
by Andrew Lunn
· 10 years ago
1636d88
net: dsa: Move mv88e6172 support into mv88e6352 family driver
by Andrew Lunn
· 10 years ago
15966a2
net: dsa: Converting remaining registers to mnemonics
by Andrew Lunn
· 10 years ago
dbde9e6
net: dsa: Centralize setting up ports
by Andrew Lunn
· 10 years ago
54d792f
net: dsa: Centralise global and port setup code into mv88e6xxx.
by Andrew Lunn
· 10 years ago
4212b54
net: dsa: mv88e6xxx: unregister mv88e6352 driver
by Vivien Didelot
· 10 years ago
47cf1e6
net: dsa: mv88e6xxx: use PORT_DEFAULT_VLAN
by Vivien Didelot
· 10 years ago
614f03f
net: dsa: mv88e6xxx: fix setup of port control 1
by Vivien Didelot
· 10 years ago
c3ffe6d
net: dsa: mv88e6xxx: Add missing initialization in mv88e6xxx_set_port_state()
by Geert Uytterhoeven
· 10 years ago
31976cf
dsa: mv88e6xxx: Drop duplicate declaration of 'ret' variable
by Guenter Roeck
· 10 years ago
538cc28
dsa: mv88e6xxx: Fix error handling in mv88e6xxx_set_port_state
by Guenter Roeck
· 10 years ago
f3a8b6b
net: dsa: mv88e6xxx: Fix stats counters for 6352 family
by Andrew Lunn
· 10 years ago
cca8b13
net: dsa: Use mnemonics rather than register numbers
by Andrew Lunn
· 10 years ago
e413e7e
net: dsa: Consolidate getting the statistics
by Andrew Lunn
· 10 years ago
2f40c69
net: dsa: mv88e6xxx: Add missing mutex's in EEE operations.
by Andrew Lunn
· 10 years ago
fd3a0ee
net: dsa: Consolidate phy read and write functions
by Andrew Lunn
· 10 years ago
49143585
net: dsa: Move phy page access functions into shared code
by Andrew Lunn
· 10 years ago
143a830
net: dsa: Centralize Marvell switch reset
by Andrew Lunn
· 10 years ago
44e50dd
net: dsa: Consistently set and use ps->num_ports
by Andrew Lunn
· 10 years ago
14ef6ad
net: dsa: mv88e6123_61_65: Determine and use number of switch ports
by Guenter Roeck
· 10 years ago
d198893
net: dsa: mv88e6131: Determine and use number of switch ports
by Guenter Roeck
· 10 years ago
b2eb066
net: dsa: mv88e6xxx: Move switch product IDs into common include file
by Guenter Roeck
· 10 years ago
0d65da4
net: dsa: mv88e6131: Use common initialization functions
by Guenter Roeck
· 10 years ago
b2a6b93
net: dsa: mv88e6171: Add support for hardware bridging
by Andrew Lunn
· 10 years ago
baae51d
net: dsa: mv88e6171: Add EEE support to the mv88e6172
by Andrew Lunn
· 10 years ago
464caa2
net: dsa: mv88e6171: Add defines for switch product IDs
by Andrew Lunn
· 10 years ago
a8f064c
net: dsa: Centralise getting switch id
by Andrew Lunn
· 10 years ago
4f431e5
net: dsa: mv88e6352: Add support for ndo_fdb functions
by Guenter Roeck
· 10 years ago
defb05b
net: dsa: mv88e6xxx: Add support for fdb_add, fdb_del, and fdb_getnext
by Guenter Roeck
· 10 years ago
3f244ab
net: dsa: mv88e6352: Add support for hardware bridging
by Guenter Roeck
· 10 years ago
facd95b
net: dsa: mv88e6xxx: Add Hardware bridging support
by Guenter Roeck
· 10 years ago
b0019b7
net: dsa: mv88e6171: Use common port configuration
by Guenter Roeck
· 10 years ago
54af0cf
net: dsa: mv88e6123_61_65: Use common port configuration
by Guenter Roeck
· 10 years ago
2089052
net: dsa: mv88e6352: Use common port initialization code
by Guenter Roeck
· 10 years ago
8d6d09e
net: dsa: mv88e6xxx: Split mv88e6xxx_reg_read and mv88e6xxx_reg_write
by Guenter Roeck
· 10 years ago
366f0a0
net: dsa: mv88e6xxx: Disable Message Port bit for CPU port
by Guenter Roeck
· 10 years ago
d827e88
net: dsa: mv88e6xxx: Provide function for common port initialization
by Guenter Roeck
· 10 years ago
acdaffc
net: dsa: mv88e6xxx: Factor out common initialization code
by Guenter Roeck
· 10 years ago
bd76a11
dsa: change "select" to "depends on" for NET_SWITCHDEV and for NET_DSA
by Jiri Pirko
· 10 years ago
04b0a80
net: dsa: mv88e6352: Add support for EEE
by Guenter Roeck
· 10 years ago
11b3b45
net: dsa: mv88e6xxx: Add EEE support
by Guenter Roeck
· 10 years ago
71a83a6
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
12f460f
net: dsa: bcm_sf2: add HW bridging support
by Florian Fainelli
· 10 years ago
ddede6d
net: dsa: bcm_sf2: fix 64-bits register reads
by Florian Fainelli
· 10 years ago
4c73266
net: dsa: mv88e6171: Enable access to phys via internal mdio bus
by Andrew Lunn
· 10 years ago
f304468
net: dsa: mv88e6352: Refactor shareable code
by Andrew Lunn
· 10 years ago
2573bee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
9af197a
net: dsa: bcm_sf2: implement GPHY power down
by Florian Fainelli
· 10 years ago
b083668
net: dsa: bcm_sf2: move GPHY enabling to its own function
by Florian Fainelli
· 10 years ago
6e0ba47
dsa: do not dereference non-existing routing table
by Tobias Waldekranz
· 10 years ago
b8665c6
net: dsa/mv88e6352: make mv88e6352_wait generic
by Vivien Didelot
· 10 years ago
bb92ea5
net: dsa/mv88e6xxx: add reg read and write debug
by Vivien Didelot
· 10 years ago
691c9a8
net: dsa: bcm_sf2: factor interrupt disabling in a function
by Florian Fainelli
· 10 years ago
9f9f264
net: dsa: bcm_sf2: always select FIXED_PHY
by Florian Fainelli
· 10 years ago
7855f67
net: dsa: bcm_sf2: force link for all fixed PHY devices
by Florian Fainelli
· 10 years ago
60b7379
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
33f8461
net: dsa: bcm_sf2: reset switch prior to initialization
by Florian Fainelli
· 10 years ago
a566059
net: dsa: bcm_sf2: fix unmapping registers in case of errors
by Florian Fainelli
· 10 years ago
03d6faa
net: dsa: mv88e6171: Add support for reading switch registers
by Andrew Lunn
· 10 years ago
4dd38cd
net: dsa: mv88e6171: Add support for reading the temperature
by Andrew Lunn
· 10 years ago
eaa2376
net: dsa: Centralise code for reading the temperature sensor
by Andrew Lunn
· 10 years ago
f03ae5f
dsa: mv88e6171: Add support for mv88e6172
by Andrew Lunn
· 10 years ago
55b42b5
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 10 years ago
17ee3e0
net: dsa: Provide additional RMON statistics
by Guenter Roeck
· 10 years ago
95d08b5
net: dsa/mv88e6352: Add support for reading switch registers
by Guenter Roeck
· 10 years ago
a1ab91f3
net: dsa/mv88e6123_61_65: Add support for reading switch registers
by Guenter Roeck
· 10 years ago
33b43df
net: dsa/mv88e6352: Implement EEPROM access functions
by Guenter Roeck
· 10 years ago
87e5f66
net: dsa/mv88e6123_61_65: Report chip temperature
by Guenter Roeck
· 10 years ago
276db3b
net: dsa/mv88e6352: Report chip temperature
by Guenter Roeck
· 10 years ago
2716777
net: dsa/mv88e6352: Add support for MV88E6176
by Guenter Roeck
· 10 years ago
3ad50cc
net: dsa: Add support for Marvell 88E6352
by Guenter Roeck
· 10 years ago
a93e464
net: dsa: Report known silicon revisions for Marvell 88E6131
by Guenter Roeck
· 10 years ago
3de6aa4c
net: dsa: Report known silicon revisions for Marvell 88E6060
by Guenter Roeck
· 10 years ago
c146b77
dsa: mv88e6171: Fix tagging protocol/Kconfig
by Andrew Lunn
· 10 years ago
b184e49
dsa: Fix conversion from host device to mii bus
by Guenter Roeck
· 10 years ago
77b3a4d
dsa: mv88e6171: Fix tag_protocol check
by Guenter Roeck
· 10 years ago
28b5533
drivers/net/dsa/Kconfig: Let NET_DSA_BCM_SF2 depend on HAS_IOMEM
by Chen Gang
· 10 years ago
450b05c
net: dsa: bcm_sf2: add support for controlling EEE
by Florian Fainelli
· 10 years ago
b6d045d
net: dsa: bcm_sf2: add port_enable/disable callbacks
by Florian Fainelli
· 10 years ago
7de1557
net: dsa: bcm_sf2: disable RGMII interface(s) when link is down
by Florian Fainelli
· 10 years ago
96e65d7
net: dsa: bcm_sf2: add support for Wake-on-LAN
by Florian Fainelli
· 10 years ago
8cfa949
net: dsa: bcm_sf2: add suspend/resume callbacks
by Florian Fainelli
· 10 years ago
aa9aef7
net: dsa: bcm_sf2: communicate integrated PHY revision to PHY driver
by Florian Fainelli
· 10 years ago
Next »