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.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
/
ethernet
/
mscc
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-25
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
1
-12
/
+41
2021-10-25
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
1
-41
/
+12
2021-10-24
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
1
-4
/
+3
2021-10-24
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
1
-12
/
+41
2021-10-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-0
/
+1
2021-10-21
net: mscc: ocelot: track the port pvid using a pointer
Vladimir Oltean
1
-19
/
+12
2021-10-21
net: mscc: ocelot: add the local station MAC addresses in VID 0
Vladimir Oltean
4
-15
/
+17
2021-10-21
net: mscc: ocelot: allow a config where all bridge VLANs are egress-untagged
Vladimir Oltean
1
-34
/
+112
2021-10-21
net: mscc: ocelot: convert the VLAN masks to a list
Vladimir Oltean
1
-16
/
+65
2021-10-21
net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFG
Vladimir Oltean
1
-8
/
+5
2021-10-19
ethernet: ocelot: use eth_hw_addr_gen()
Jakub Kicinski
1
-2
/
+1
2021-10-18
net: mscc: ocelot: Add of_node_put() before goto
Wan Jiabing
1
-0
/
+1
2021-10-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-37
/
+73
2021-10-13
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
2
-17
/
+1
2021-10-13
net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...
Vladimir Oltean
1
-1
/
+23
2021-10-13
net: mscc: ocelot: deny TX timestamping of non-PTP packets
Vladimir Oltean
1
-7
/
+12
2021-10-13
net: mscc: ocelot: warn when a PTP IRQ is raised for an unknown skb
Vladimir Oltean
1
-3
/
+3
2021-10-13
net: mscc: ocelot: avoid overflowing the PTP timestamp FIFO
Vladimir Oltean
1
-7
/
+30
2021-10-13
net: mscc: ocelot: make use of all 63 PTP timestamp identifiers
Vladimir Oltean
1
-1
/
+3
2021-10-12
net: mscc: ocelot: Fix dumplicated argument in ocelot
Wan Jiabing
2
-3
/
+3
2021-10-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+2
2021-10-07
of: net: move of_net under net/
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set() instead of ether_addr_copy()
Jakub Kicinski
1
-1
/
+1
2021-10-02
ethernet: use eth_hw_addr_set()
Jakub Kicinski
1
-1
/
+1
2021-10-02
net: mscc: ocelot: write full VLAN TCI in the injection header
Vladimir Oltean
1
-1
/
+1
2021-10-02
net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0
Vladimir Oltean
1
-20
/
+105
2021-10-02
net: mscc: ocelot: fix VCAP filters remaining active after being deleted
Vladimir Oltean
1
-2
/
+2
2021-09-27
net: mscc: ocelot: delay devlink registration to the end
Leon Romanovsky
1
-3
/
+2
2021-09-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-16
/
+11
2021-09-23
net: mscc: ocelot: fix forwarding from BLOCKING ports remaining enabled
Vladimir Oltean
1
-3
/
+8
2021-09-22
devlink: Make devlink_register to be void
Leon Romanovsky
1
-5
/
+1
2021-09-19
net: mscc: ocelot: remove buggy duplicate write to DEV_CLOCK_CFG
Colin Foster
1
-6
/
+0
2021-09-19
net: mscc: ocelot: remove buggy and useless write to ANA_PFC_PFC_CFG
Colin Foster
1
-4
/
+0
2021-09-17
net: update NXP copyright text
Vladimir Oltean
3
-3
/
+3
2021-08-20
net: mscc: ocelot: use helpers for port VLAN membership
Vladimir Oltean
1
-20
/
+40
2021-08-20
net: mscc: ocelot: transmit the VLAN filtering restrictions via extack
Vladimir Oltean
2
-6
/
+8
2021-08-20
net: mscc: ocelot: transmit the "native VLAN" error via extack
Vladimir Oltean
2
-18
/
+19
2021-08-20
net: mscc: ocelot: allow probing to continue with ports that fail to register
Vladimir Oltean
1
-3
/
+4
2021-08-20
net: mscc: ocelot: be able to reuse a devlink_port after teardown
Horatiu Vultur
1
-0
/
+1
2021-08-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+1
2021-08-19
net: mscc: ocelot: allow forwarding from bridge ports to the tag_8021q CPU port
Vladimir Oltean
1
-0
/
+1
2021-08-16
net: mscc: ocelot: convert to phylink
Vladimir Oltean
5
-165
/
+308
2021-08-16
net: dsa: felix: stop calling ocelot_port_{enable,disable}
Vladimir Oltean
2
-17
/
+9
2021-08-14
ethernet: fix PTP_1588_CLOCK dependencies
Arnd Bergmann
1
-0
/
+1
2021-08-12
net: mscc: Fix non-GPL export of regmap APIs
Mark Brown
1
-8
/
+8
2021-08-12
net: mscc: Fix non-GPL export of regmap APIs
Mark Brown
1
-8
/
+8
2021-08-09
devlink: Set device as early as possible
Leon Romanovsky
1
-2
/
+3
2021-07-27
dev_ioctl: split out ndo_eth_ioctl
Arnd Bergmann
1
-1
/
+1
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
1
-1
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
1
-27
/
+18
[next]