Age | Commit message (Expand) | Author |
2025-01-17 | net: mscc: ocelot: add TX timestamping statistics | Vladimir Oltean |
2024-12-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-12-15 | net: mscc: ocelot: fix incorrect IFH SRC_PORT field in ocelot_ifh_set_basic() | Vladimir Oltean |
2024-12-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski |
2024-12-10 | rtnetlink: add ndo_fdb_dump_context | Eric Dumazet |
2024-12-07 | net: mscc: ocelot: perform error cleanup in ocelot_hwstamp_set() | Vladimir Oltean |
2024-12-07 | net: mscc: ocelot: be resilient to loss of PTP packets during transmission | Vladimir Oltean |
2024-12-07 | net: mscc: ocelot: ocelot->ts_id_lock and ocelot_port->tx_skbs.lock are IRQ-safe | Vladimir Oltean |
2024-12-07 | net: mscc: ocelot: improve handling of TX timestamp for unknown skb | Vladimir Oltean |
2024-12-07 | net: mscc: ocelot: fix memory leak on ocelot_port_add_txtstamp_skb() | Vladimir Oltean |
2024-11-15 | ndo_fdb_del: Add a parameter to report whether notification was sent | Petr Machata |
2024-11-15 | ndo_fdb_add: Add a parameter to report whether notification was sent | Petr Machata |
2024-10-30 | net: mscc: ocelot: allow tc-flower mirred action towards foreign interfaces | Vladimir Oltean |
2024-10-04 | net: ethernet: Switch back to struct platform_driver::remove() | Uwe Kleine-König |
2024-09-09 | net: mscc: ocelot: Remove setting of RX software timestamp | Gal Pressman |
2024-08-16 | net: mscc: ocelot: treat 802.1ad tagged traffic as 802.1Q-untagged | Vladimir Oltean |
2024-08-16 | net: mscc: ocelot: serialize access to the injection/extraction groups | Vladimir Oltean |
2024-08-16 | net: mscc: ocelot: fix QoS class for injected packets with "ocelot-8021q" | Vladimir Oltean |
2024-08-16 | net: mscc: ocelot: use ocelot_xmit_get_vlan_info() also for FDMA and register... | Vladimir Oltean |
2024-07-15 | net: Add struct kernel_ethtool_ts_info | Kory Maincent |
2024-04-18 | net: mscc: ocelot: flower: validate control flags | Asbjørn Sloth Tønnesen |
2024-02-05 | net: ocelot: update the MODULE_DESCRIPTION() | Breno Leitao |
2024-01-29 | net: fill in MODULE_DESCRIPTION()s for ocelot | Breno Leitao |
2023-12-14 | net: mscc: ocelot: fix pMAC TX RMON stats for bucket 256-511 and above | Vladimir Oltean |
2023-12-14 | net: mscc: ocelot: fix eMAC TX RMON stats for bucket 256-511 and above | Vladimir Oltean |
2023-09-20 | net: ethernet: mscc: Convert to platform remove callback returning void | Uwe Kleine-König |
2023-08-22 | net: mscc: ocelot: Remove unused declarations | Yue Haibing |
2023-07-31 | net: flow_dissector: Use 64bits for used_keys | Ratheesh Kannoth |
2023-07-27 | net: Explicitly include correct DT includes | Rob Herring |
2023-07-19 | drivers:net: fix return value check in ocelot_fdma_receive_skb | Yuanjun Gong |
2023-07-06 | net: mscc: ocelot: fix oversize frame dropping for preemptible TCs | Vladimir Oltean |
2023-07-06 | net: mscc: ocelot: extend ocelot->fwd_domain_lock to cover ocelot->tas_lock | Vladimir Oltean |
2023-06-29 | net: mscc: ocelot: don't keep PTP configuration of all ports in single structure | Vladimir Oltean |
2023-06-29 | net: mscc: ocelot: don't report that RX timestamping is enabled by default | Vladimir Oltean |
2023-05-30 | flow_offload: Reject matching on layer 2 miss | Ido Schimmel |
2023-05-10 | net: mscc: ocelot: fix stat counter register values | Colin Foster |
2023-04-18 | net: mscc: ocelot: remove incompatible prototypes | Arnd Bergmann |
2023-04-17 | net: mscc: ocelot: add support for preemptible traffic classes | Vladimir Oltean |
2023-04-17 | net: mscc: ocelot: add support for mqprio offload | Vladimir Oltean |
2023-04-17 | net: mscc: ocelot: don't rely on cached verify_status in ocelot_port_get_mm() | Vladimir Oltean |
2023-04-17 | net: mscc: ocelot: optimize ocelot_mm_irq() | Vladimir Oltean |
2023-04-17 | net: mscc: ocelot: remove struct ocelot_mm_state :: lock | Vladimir Oltean |
2023-04-17 | net: mscc: ocelot: export a single ocelot_mm_irq() | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: fix ineffective WARN_ON() in ocelot_stats.c | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: strengthen type of "int i" in ocelot_stats.c | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: strengthen type of "u32 reg" and "u32 base" in ocelot_stats.c | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: remove blank line at the end of ocelot_stats.c | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: debugging print for statistics regions | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: refactor enum ocelot_reg decoding to helper | Vladimir Oltean |
2023-04-13 | net: mscc: ocelot: strengthen type of "u32 reg" in I/O accessors | Vladimir Oltean |