index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ethernet
/
mscc
Age
Commit message (
Expand
)
Author
Lines
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
-9
/
+9
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
-9
/
+9
2026-02-12
net: mscc: ocelot: add missing lock protection in ocelot_port_xmit_inj()
Ziyi Guo
-2
/
+10
2026-02-12
net: mscc: ocelot: split xmit into FDMA and register injection paths
Ziyi Guo
-9
/
+30
2026-02-12
net: mscc: ocelot: extract ocelot_xmit_timestamp() helper
Ziyi Guo
-14
/
+22
2026-01-04
net: mscc: ocelot: Fix crash when adding interface under a lag
Jerry Wu
-2
/
+4
2025-10-06
net: mscc: ocelot: Fix use-after-free caused by cyclic delayed work
Duoming Zhou
-1
/
+1
2025-05-09
net: dsa: convert to ndo_hwtstamp_get() and ndo_hwtstamp_set()
Vladimir Oltean
-42
/
+34
2025-05-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-0
/
+6
2025-04-25
net: mscc: ocelot: delete PVID VLAN when readding it as non-PVID
Vladimir Oltean
-0
/
+6
2025-04-15
net: ptp: introduce .supported_perout_flags to ptp_clock_info
Jacob Keller
-5
/
+2
2025-01-17
net: mscc: ocelot: add TX timestamping statistics
Vladimir Oltean
-11
/
+90
2024-12-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-1
/
+1
2024-12-15
net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic()
Vladimir Oltean
-1
/
+1
2024-12-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-80
/
+129
2024-12-10
rtnetlink: add ndo_fdb_dump_context
Eric Dumazet
-1
/
+2
2024-12-07
net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set()
Vladimir Oltean
-17
/
+42
2024-12-07
net: mscc: ocelot: be resilient to loss of PTP packets during transmission
Vladimir Oltean
-55
/
+79
2024-12-07
net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safe
Vladimir Oltean
-8
/
+6
2024-12-07
net: mscc: ocelot: improve handling of TX timestamp for unknown skb
Vladimir Oltean
-2
/
+2
2024-12-07
net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb()
Vladimir Oltean
-1
/
+3
2024-11-15
ndo_fdb_del: Add a parameter to report whether notification was sent
Petr Machata
-1
/
+1
2024-11-15
ndo_fdb_add: Add a parameter to report whether notification was sent
Petr Machata
-1
/
+1
2024-10-30
net: mscc: ocelot: allow tc-flower mirred action towards foreign interfaces
Vladimir Oltean
-12
/
+42
2024-10-04
net: ethernet: Switch back to struct platform_driver::remove()
Uwe Kleine-König
-1
/
+1
2024-09-09
net: mscc: ocelot: Remove setting of RX software timestamp
Gal Pressman
-8
/
+4
2024-08-16
net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged
Vladimir Oltean
-11
/
+178
2024-08-16
net: mscc: ocelot: serialize access to the injection/extraction groups
Vladimir Oltean
-0
/
+56
2024-08-16
net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q"
Vladimir Oltean
-2
/
+9
2024-08-16
net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register...
Vladimir Oltean
-7
/
+24
2024-07-15
net: Add struct kernel_ethtool_ts_info
Kory Maincent
-2
/
+2
2024-04-18
net: mscc: ocelot: flower: validate control flags
Asbjørn Sloth Tønnesen
-5
/
+2
2024-02-05
net: ocelot: update the MODULE_DESCRIPTION()
Breno Leitao
-1
/
+1
2024-01-29
net: fill in MODULE_DESCRIPTION()s for ocelot
Breno Leitao
-0
/
+1
2023-12-14
net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above
Vladimir Oltean
-4
/
+4
2023-12-14
net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above
Vladimir Oltean
-4
/
+4
2023-09-20
net: ethernet: mscc: Convert to platform remove callback returning void
Uwe Kleine-König
-4
/
+2
2023-08-22
net: mscc: ocelot: Remove unused declarations
Yue Haibing
-3
/
+0
2023-07-31
net: flow_dissector: Use 64bits for used_keys
Ratheesh Kannoth
-14
/
+14
2023-07-27
net: Explicitly include correct DT includes
Rob Herring
-2
/
+2
2023-07-19
drivers:net: fix return value check in ocelot_fdma_receive_skb
Yuanjun Gong
-1
/
+2
2023-07-06
net: mscc: ocelot: fix oversize frame dropping for preemptible TCs
Vladimir Oltean
-2
/
+5
2023-07-06
net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock
Vladimir Oltean
-6
/
+2
2023-06-29
net: mscc: ocelot: don't keep PTP configuration of all ports in single structure
Vladimir Oltean
-21
/
+41
2023-06-29
net: mscc: ocelot: don't report that RX timestamping is enabled by default
Vladimir Oltean
-5
/
+0
2023-05-30
flow_offload: Reject matching on layer 2 miss
Ido Schimmel
-0
/
+10
2023-05-10
net: mscc: ocelot: fix stat counter register values
Colin Foster
-9
/
+9
2023-04-18
net: mscc: ocelot: remove incompatible prototypes
Arnd Bergmann
-3
/
+0
2023-04-17
net: mscc: ocelot: add support for preemptible traffic classes
Vladimir Oltean
-1
/
+66
2023-04-17
net: mscc: ocelot: add support for mqprio offload
Vladimir Oltean
-0
/
+50
[next]