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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: mscc: ocelot: fix use-after-free in ocelot_vlan_del()
Vladimir Oltean
2022-02-15
1
-1
/
+5
*
net: mscc: ocelot: fix mutex lock error during ethtool stats read
Colin Foster
2022-02-10
1
-4
/
+7
*
net: mscc: ocelot: fix all IP traffic getting trapped to CPU with PTP over IP
Vladimir Oltean
2022-02-05
1
-0
/
+8
*
net: mscc: ocelot: fix using match before it is set
Tom Rix
2022-01-19
1
-7
/
+8
*
net: ocelot: Fix the call to switchdev_bridge_port_offload
Horatiu Vultur
2022-01-17
1
-3
/
+3
*
net: mscc: ocelot: don't dereference NULL pointers with shared tc filters
Vladimir Oltean
2022-01-15
1
-1
/
+28
*
net: mscc: ocelot: don't let phylink re-enable TX PAUSE on the NPI port
Vladimir Oltean
2022-01-13
1
-1
/
+4
*
net: dsa: felix: add port fast age support
Vladimir Oltean
2022-01-08
1
-0
/
+37
*
net: mscc: ocelot: fix incorrect balancing with down LAG ports
Vladimir Oltean
2022-01-08
1
-15
/
+11
*
flow_offload: add index to flow_action_entry structure
Baowen Zheng
2021-12-19
1
-1
/
+1
*
net: ocelot: add support to get port mac from device-tree
Clément Léger
2021-12-15
1
-1
/
+4
*
net_tstamp: add new flag HWTSTAMP_FLAG_BONDED_PHC_INDEX
Hangbin Liu
2021-12-14
1
-4
/
+0
*
net: ocelot: use dma_unmap_addr to get tx buffer dma_addr
Clément Léger
2021-12-13
1
-2
/
+2
*
net: ocelot: add FDMA support
Clément Léger
2021-12-11
5
-4
/
+1092
*
net: ocelot: add support for ndo_change_mtu
Clément Léger
2021-12-11
2
-0
/
+16
*
net: ocelot: add and export ocelot_ptp_rx_timestamp()
Clément Léger
2021-12-11
1
-17
/
+24
*
net: ocelot: export ocelot_ifh_port_set() to setup IFH
Clément Léger
2021-12-11
1
-5
/
+13
*
net: mscc: ocelot: split register definitions to a separate file
Colin Foster
2021-12-08
3
-510
/
+536
*
net: mscc: ocelot: fix mutex_lock not released
Lv Ruyi
2021-11-30
1
-1
/
+3
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-11-26
2
-8
/
+260
|
\
|
*
net: mscc: ocelot: correctly report the timestamping RX filters in ethtool
Vladimir Oltean
2021-11-26
1
-1
/
+4
|
*
net: mscc: ocelot: set up traps for PTP packets
Vladimir Oltean
2021-11-26
1
-1
/
+240
|
*
net: mscc: ocelot: create a function that replaces an existing VCAP filter
Vladimir Oltean
2021-11-26
1
-0
/
+16
|
*
net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP
Vladimir Oltean
2021-11-26
1
-6
/
+0
*
|
net: dsa: felix: enable cut-through forwarding between ports by default
Vladimir Oltean
2021-11-26
1
-8
/
+69
*
|
net: ocelot: remove "bridge" argument from ocelot_get_bridge_fwd_mask
Vladimir Oltean
2021-11-26
1
-6
/
+8
*
|
net: dsa: felix: restrict psfp rules on ingress port
Xiaoliang Yang
2021-11-18
1
-1
/
+1
*
|
net: mscc: ocelot: use index to set vcap policer
Xiaoliang Yang
2021-11-18
3
-37
/
+88
*
|
net: mscc: ocelot: add gate and police action offload to PSFP
Xiaoliang Yang
2021-11-18
2
-2
/
+53
*
|
net: mscc: ocelot: set vcap IS2 chain to goto PSFP chain
Xiaoliang Yang
2021-11-18
1
-3
/
+14
*
|
net: mscc: ocelot: add MAC table stream learn and lookup operations
Xiaoliang Yang
2021-11-18
2
-19
/
+75
*
|
net: ocelot_net: use phylink_generic_validate()
Russell King (Oracle)
2021-11-17
1
-26
/
+3
*
|
net: ocelot_net: remove interface checks in macb_validate()
Russell King (Oracle)
2021-11-17
1
-9
/
+0
*
|
net: ocelot_net: populate supported_interfaces member
Russell King (Oracle)
2021-11-17
1
-0
/
+3
|
/
*
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
2021-10-25
1
-12
/
+41
*
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
2021-10-25
1
-41
/
+12
*
net: convert users of bitmap_foo() to linkmode_foo()
Sean Anderson
2021-10-24
1
-4
/
+3
*
net: mscc: ocelot: serialize access to the MAC table
Vladimir Oltean
2021-10-24
1
-12
/
+41
*
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: track the port pvid using a pointer
Vladimir Oltean
2021-10-21
1
-19
/
+12
*
|
net: mscc: ocelot: add the local station MAC addresses in VID 0
Vladimir Oltean
2021-10-21
4
-15
/
+17
*
|
net: mscc: ocelot: allow a config where all bridge VLANs are egress-untagged
Vladimir Oltean
2021-10-21
1
-34
/
+112
*
|
net: mscc: ocelot: convert the VLAN masks to a list
Vladimir Oltean
2021-10-21
1
-16
/
+65
*
|
net: mscc: ocelot: add a type definition for REW_TAG_CFG_TAG_CFG
Vladimir Oltean
2021-10-21
1
-8
/
+5
*
|
ethernet: ocelot: use eth_hw_addr_gen()
Jakub Kicinski
2021-10-19
1
-2
/
+1
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-10-15
2
-37
/
+73
|
\
|
|
*
net: dsa: tag_ocelot: break circular dependency with ocelot switch lib driver
Vladimir Oltean
2021-10-13
2
-17
/
+1
|
*
net: mscc: ocelot: cross-check the sequence id from the timestamp FIFO with t...
Vladimir Oltean
2021-10-13
1
-1
/
+23
|
*
net: mscc: ocelot: deny TX timestamping of non-PTP packets
Vladimir Oltean
2021-10-13
1
-7
/
+12
[next]