index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
/
ocelot_vsc7514.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: ocelot: add FDMA support
Clément Léger
2021-12-11
1
-0
/
+10
*
net: mscc: ocelot: split register definitions to a separate file
Colin Foster
2021-12-08
1
-509
/
+11
*
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
2021-11-18
1
-0
/
+7
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-10-22
1
-0
/
+1
|
\
|
*
net: mscc: ocelot: Add of_node_put() before goto
Wan Jiabing
2021-10-18
1
-0
/
+1
*
|
net: mscc: ocelot: delay devlink registration to the end
Leon Romanovsky
2021-09-27
1
-3
/
+2
*
|
devlink: Make devlink_register to be void
Leon Romanovsky
2021-09-22
1
-5
/
+1
|
/
*
net: mscc: ocelot: allow probing to continue with ports that fail to register
Vladimir Oltean
2021-08-20
1
-3
/
+4
*
net: mscc: ocelot: convert to phylink
Vladimir Oltean
2021-08-16
1
-57
/
+2
*
devlink: Set device as early as possible
Leon Romanovsky
2021-08-09
1
-2
/
+3
*
net: dsa: tag_ocelot_8021q: add support for PTP timestamping
Vladimir Oltean
2021-02-15
1
-2
/
+1
*
net: mscc: ocelot: refactor ocelot_xtr_irq_handler into ocelot_xtr_poll
Vladimir Oltean
2021-02-15
1
-135
/
+5
*
net: mscc: ocelot: use common tag parsing code with DSA
Vladimir Oltean
2021-02-15
1
-38
/
+16
*
net: mscc: ocelot: better error handling in ocelot_xtr_irq_handler
Vladimir Oltean
2021-02-15
1
-10
/
+12
*
net: mscc: ocelot: only drain extraction queue on error
Vladimir Oltean
2021-02-15
1
-1
/
+1
*
net: mscc: ocelot: stop returning IRQ_NONE in ocelot_xtr_irq_handler
Vladimir Oltean
2021-02-15
1
-5
/
+2
*
net: mscc: ocelot: fix error code in mscc_ocelot_probe()
Dan Carpenter
2021-02-04
1
-1
/
+3
*
net: mscc: ocelot: fix error handling bugs in mscc_ocelot_init_ports()
Dan Carpenter
2021-02-04
1
-33
/
+19
*
net: mscc: ocelot: don't use NPI tag prefix for the CPU port module
Vladimir Oltean
2021-01-30
1
-2
/
+0
*
net: mscc: ocelot: configure watermarks using devlink-sb
Vladimir Oltean
2021-01-16
1
-0
/
+8
*
net: mscc: ocelot: register devlink ports
Vladimir Oltean
2021-01-16
1
-16
/
+102
*
net: mscc: ocelot: add ops for decoding watermark threshold and occupancy
Vladimir Oltean
2021-01-16
1
-0
/
+16
*
net: mscc: ocelot: auto-detect packet buffer size and number of frame references
Vladimir Oltean
2021-01-16
1
-1
/
+0
*
net: mscc: ocelot: Fix a resource leak in the error handling path of the prob...
Christophe JAILLET
2020-12-16
1
-1
/
+7
*
net: mscc: ocelot: fix dropping of unknown IPv4 multicast on Seville
Vladimir Oltean
2020-12-06
1
-0
/
+1
*
net: mscc: ocelot: add missing VCAP ES0 and IS1 regmaps for VSC7514
Vladimir Oltean
2020-10-09
1
-0
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2020-10-09
1
-0
/
+2
|
\
|
*
net: mscc: ocelot: warn when encoding an out-of-bounds watermark value
Vladimir Oltean
2020-10-06
1
-0
/
+2
*
|
net: mscc: ocelot: introduce conversion helpers between port and netdev
Vladimir Oltean
2020-10-03
1
-0
/
+2
*
|
net: mscc: ocelot: remove unneeded VCAP parameters for IS2
Vladimir Oltean
2020-09-30
1
-13
/
+0
*
|
net: mscc: ocelot: automatically detect VCAP constants
Vladimir Oltean
2020-09-30
1
-1
/
+12
*
|
net: mscc: ocelot: add definitions for VCAP ES0 keys, actions and target
Vladimir Oltean
2020-09-30
1
-0
/
+45
*
|
net: mscc: ocelot: add definitions for VCAP IS1 keys, actions and target
Vladimir Oltean
2020-09-30
1
-0
/
+88
*
|
net: mscc: ocelot: generalize existing code for VCAP
Vladimir Oltean
2020-09-30
1
-11
/
+14
*
|
net: mscc: ocelot: move NPI port configuration to DSA
Vladimir Oltean
2020-09-26
1
-4
/
+3
|
/
*
net: mscc: ocelot: fix some key offsets for IP4_TCP_UDP VCAP IS2 entries
Vladimir Oltean
2020-09-22
1
-8
/
+8
*
net: mscc: ocelot: deinitialize only initialized ports
Vladimir Oltean
2020-09-18
1
-0
/
+2
*
net: mscc: ocelot: unregister net devices on unbind
Vladimir Oltean
2020-09-18
1
-0
/
+21
*
net: mscc: ocelot: refactor ports parsing code into a dedicated function
Vladimir Oltean
2020-09-18
1
-99
/
+110
*
net: mscc: ocelot: error checking when calling ocelot_init()
Vladimir Oltean
2020-09-18
1
-1
/
+4
*
net: mscc: ocelot: check for errors on memory allocation of ports
Vladimir Oltean
2020-09-18
1
-0
/
+4
*
net: mscc: ocelot: fix non-initialized CPU port on VSC7514
Vladimir Oltean
2020-07-22
1
-14
/
+14
*
net: mscc: ocelot: extend watermark encoding function
Maxim Kochetkov
2020-07-14
1
-0
/
+13
*
net: mscc: ocelot: convert SYS_PAUSE_CFG register access to regfield
Maxim Kochetkov
2020-07-14
1
-0
/
+3
*
net: mscc: ocelot: convert QSYS_SWITCH_PORT_MODE and SYS_PORT_MODE to regfields
Vladimir Oltean
2020-07-14
1
-0
/
+11
*
soc: mscc: ocelot: add MII registers description
Maxim Kochetkov
2020-07-14
1
-1
/
+1
*
net: mscc: ocelot: convert port registers to regmap
Vladimir Oltean
2020-07-14
1
-5
/
+48
*
net: mscc: ocelot: move ocelot_regs.c into ocelot_vsc7514.c
Vladimir Oltean
2020-06-21
1
-0
/
+442
*
net: mscc: ocelot: rename ocelot_board.c to ocelot_vsc7514.c
Vladimir Oltean
2020-06-21
1
-0
/
+626