<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#c17ee635fd3a482b2ad2bf5e269755c2eae5f25e</link>
        <description>Merge drm/drm-fixes into drm-misc-fixes7.0-rc1 was just released, let&apos;s merge it to kick the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 23 Feb 2026 10:09:45 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>37a93dd5c49b5fda807fd204edf2547c3493319c - Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#37a93dd5c49b5fda807fd204edf2547c3493319c</link>
        <description>Merge tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;Core &amp; protocols:   - A significant effort all around the stack to guide the compiler to     make the right choice when inlining code, to avoid unneeded calls     for small helper and stack canary overhead in the fast-path.     This generates better and faster code with very small or no text     size increases, as in many cases the call generated more code than     the actual inlined helper.   - Extend AccECN implementation so that is now functionally complete,     also allow the user-space enabling it on a per network namespace     basis.   - Add support for memory providers with large (above 4K) rx buffer.     Paired with hw-gro, larger rx buffer sizes reduce the number of     buffers traversing the stack, dincreasing single stream CPU usage     by up to ~30%.   - Do not add HBH header to Big TCP GSO packets. This simplifies the     RX path, the TX path and the NIC drivers, and is possible because     user-space taps can now interpret correctly such packets without     the HBH hint.   - Allow IPv6 routes to be configured with a gateway address that is     resolved out of a different interface than the one specified,     aligning IPv6 to IPv4 behavior.   - Multi-queue aware sch_cake. This makes it possible to scale the     rate shaper of sch_cake across multiple CPUs, while still enforcing     a single global rate on the interface.   - Add support for the nbcon (new buffer console) infrastructure to     netconsole, enabling lock-free, priority-based console operations     that are safer in crash scenarios.   - Improve the TCP ipv6 output path to cache the flow information,     saving cpu cycles, reducing cache line misses and stack use.   - Improve netfilter packet tracker to resolve clashes for most     protocols, avoiding unneeded drops on rare occasions.   - Add IP6IP6 tunneling acceleration to the flowtable infrastructure.   - Reduce tcp socket size by one cache line.   - Notify neighbour changes atomically, avoiding inconsistencies     between the notification sequence and the actual states sequence.   - Add vsock namespace support, allowing complete isolation of vsocks     across different network namespaces.   - Improve xsk generic performances with cache-alignment-oriented     optimizations.   - Support netconsole automatic target recovery, allowing netconsole     to reestablish targets when underlying low-level interface comes     back online.  Driver API:   - Support for switching the working mode (automatic vs manual) of a     DPLL device via netlink.   - Introduce PHY ports representation to expose multiple front-facing     media ports over a single MAC.   - Introduce &quot;rx-polarity&quot; and &quot;tx-polarity&quot; device tree properties,     to generalize polarity inversion requirements for differential     signaling.   - Add helper to create, prepare and enable managed clocks.  Device drivers:   - Add Huawei hinic3 PF etherner driver.   - Add DWMAC glue driver for Motorcomm YT6801 PCIe ethernet     controller.   - Add ethernet driver for MaxLinear MxL862xx switches   - Remove parallel-port Ethernet driver.   - Convert existing driver timestamp configuration reporting to     hwtstamp_get and remove legacy ioctl().   - Convert existing drivers to .get_rx_ring_count(), simplifing the RX     ring count retrieval. Also remove the legacy fallback path.   - Ethernet high-speed NICs:      - Broadcom (bnxt, bng):         - bnxt: add FW interface update to support FEC stats histogram           and NVRAM defragmentation         - bng: add TSO and H/W GRO support      - nVidia/Mellanox (mlx5):         - improve latency of channel restart operations, reducing the           used H/W resources         - add TSO support for UDP over GRE over VLAN         - add flow counters support for hardware steering (HWS) rules         - use a static memory area to store headers for H/W GRO,           leading to 12% RX tput improvement      - Intel (100G, ice, idpf):         - ice: reorganizes layout of Tx and Rx rings for cacheline           locality and utilizes __cacheline_group* macros on the new           layouts         - ice: introduces Synchronous Ethernet (SyncE) support      - Meta (fbnic):         - adds debugfs for firmware mailbox and tx/rx rings vectors   - Ethernet virtual:      - geneve: introduce GRO/GSO support for double UDP encapsulation   - Ethernet NICs consumer, and embedded:      - Synopsys (stmmac):         - some code refactoring and cleanups      - RealTek (r8169):         - add support for RTL8127ATF (10G Fiber SFP)         - add dash and LTR support      - Airoha:         - AN8811HB 2.5 Gbps phy support      - Freescale (fec):         - add XDP zero-copy support      - Thunderbolt:         - add get link setting support to allow bonding      - Renesas:         - add support for RZ/G3L GBETH SoC   - Ethernet switches:      - Maxlinear:         - support R(G)MII slow rate configuration         - add support for Intel GSW150      - Motorcomm (yt921x):         - add DCB/QoS support      - TI:         - icssm-prueth: support bridging (STP/RSTP) via the switchdev           framework   - Ethernet PHYs:      - Realtek:         - enable SGMII and 2500Base-X in-band auto-negotiation         - simplify and reunify C22/C45 drivers      - Micrel: convert bindings to DT schema   - CAN:      - move skb headroom content into skb extensions, making CAN        metadata access more robust   - CAN drivers:      - rcar_canfd:         - add support for FD-only mode         - add support for the RZ/T2H SoC      - sja1000: cleanup the CAN state handling   - WiFi:      - implement EPPKE/802.1X over auth frames support      - split up drop reasons better, removing generic RX_DROP      - additional FTM capabilities: 6 GHz support, supported number of        spatial streams and supported number of LTF repetitions      - better mac80211 iterators to enumerate resources      - initial UHR (Wi-Fi 8) support for cfg80211/mac80211   - WiFi drivers:      - Qualcomm/Atheros:         - ath11k: support for Channel Frequency Response measurement         - ath12k: a significant driver refactor to support multi-wiphy           devices and and pave the way for future device support in the           same driver (rather than splitting to ath13k)         - ath12k: support for the QCC2072 chipset      - Intel:         - iwlwifi: partial Neighbor Awareness Networking (NAN) support         - iwlwifi: initial support for U-NII-9 and IEEE 802.11bn      - RealTek (rtw89):         - preparations for RTL8922DE support   - Bluetooth:      - implement setsockopt(BT_PHY) to set the connection packet type/PHY      - set link_policy on incoming ACL connections   - Bluetooth drivers:      - btusb: add support for MediaTek7920, Realtek RTL8761BU and 8851BE      - btqca: add WCN6855 firmware priority selection feature&quot;* tag &apos;net-next-7.0&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1254 commits)  bnge/bng_re: Add a new HSI  net: macb: Fix tx/rx malfunction after phy link down and up  af_unix: Fix memleak of newsk in unix_stream_connect().  net: ti: icssg-prueth: Add optional dependency on HSR  net: dsa: add basic initial driver for MxL862xx switches  net: mdio: add unlocked mdiodev C45 bus accessors  net: dsa: add tag format for MxL862xx switches  dt-bindings: net: dsa: add MaxLinear MxL862xx  selftests: drivers: net: hw: Modify toeplitz.c to poll for packets  octeontx2-pf: Unregister devlink on probe failure  net: renesas: rswitch: fix forwarding offload statemachine  ionic: Rate limit unknown xcvr type messages  tcp: inet6_csk_xmit() optimization  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_syn_recv_sock()  tcp: populate inet-&gt;cork.fl.u.ip6 in tcp_v6_connect()  ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet-&gt;cork.fl.u.ip6  ipv6: use inet-&gt;cork.fl.u.ip6 and np-&gt;final in ip6_datagram_dst_update()  ipv6: use np-&gt;final in inet6_sk_rebuild_header()  ipv6: add daddr/final storage in struct ipv6_pinfo  net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()  ...

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Thu, 12 Feb 2026 04:31:52 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b00a7b3a612925faa7362f5c61065e3e5f393fff - net: atp: drop ancient parallel-port Ethernet driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#b00a7b3a612925faa7362f5c61065e3e5f393fff</link>
        <description>net: atp: drop ancient parallel-port Ethernet driverThis driver is old and almost certainly entirely unused. The two otherparallel port Ethernet drivers (de600/de620) were removed by PaulGortmaker in commit 168e06ae26dd (&quot;drivers/net: delete old parallelport de600/de620 drivers&quot;), but this driver remained. Drop it - Paul&apos;sreasoning applies here as well. To quote him:&quot;The parallel port is largely replaced by USB [...] Let us not pretendthat anyone cares about these drivers anymore, or worse - pretend thatanyone is using them on a modern kernel.&quot;Signed-off-by: Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;Acked-by: Daniel Palmer &lt;daniel@thingy.jp&gt;Link: https://patch.msgid.link/20260121084532.60606-1-enelsonmoore@gmail.comSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 21 Jan 2026 09:45:04 +0100</pubDate>
        <dc:creator>Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c771600c6af14749609b49565ffb4cac2959710d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#c771600c6af14749609b49565ffb4cac2959710d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWe need4ba4f1afb6a9 (&quot;perf: Generic hotplug support for a PMU with a scope&quot;)in order to land a i915 PMU simplification and a fix. That landed in 6.12and we are stuck at 6.9 so lets bump things forward.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 05 Feb 2025 10:29:14 +0100</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>25768de50b1f2dbb6ea44bd5148a87fe2c9c3688 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Tue, 21 Jan 2025 06:37:39 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6d4a0f4ea72319c9a37c1a7191695467006dd272 - Merge tag &apos;v6.13-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>77b679453d3364688ff3e5153c0be5b2b52672b7 - Merge tag &apos;v6.12-rc3&apos; into perf-tools-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#77b679453d3364688ff3e5153c0be5b2b52672b7</link>
        <description>Merge tag &apos;v6.12-rc3&apos; into perf-tools-nextTo get the fixes in the current perf-tools tree.Signed-off-by: Namhyung Kim &lt;namhyung@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 14 Oct 2024 19:45:28 +0200</pubDate>
        <dc:creator>Namhyung Kim &lt;namhyung@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3fd6c59042dbba50391e30862beac979491145fe - Merge tag &apos;v6.12-rc1&apos; into clk-meson-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#3fd6c59042dbba50391e30862beac979491145fe</link>
        <description>Merge tag &apos;v6.12-rc1&apos; into clk-meson-nextLinux 6.12-rc1

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 11:28:07 +0200</pubDate>
        <dc:creator>Jerome Brunet &lt;jbrunet@baylibre.com&gt;</dc:creator>
    </item>
<item>
        <title>b88132ceb3faccdd785809df75f9d490ebaab459 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#b88132ceb3faccdd785809df75f9d490ebaab459</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to resolve a conflict with core locally.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Fri, 04 Oct 2024 11:29:21 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2dd0ef5d951e9b565ddb324fe26c531b6a40bf82 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#2dd0ef5d951e9b565ddb324fe26c531b6a40bf82</link>
        <description>Merge drm/drm-next into drm-misc-nextGet drm-misc-next to up v6.12-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 10:50:54 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>e0568571258d096f0277c74185bcbfc9cf21bccb - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#e0568571258d096f0277c74185bcbfc9cf21bccb</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.12-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 30 Sep 2024 10:49:10 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c8d430db8eec7d4fd13a6bea27b7086a54eda6da - Merge tag &apos;kvmarm-fixes-6.12-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#c8d430db8eec7d4fd13a6bea27b7086a54eda6da</link>
        <description>Merge tag &apos;kvmarm-fixes-6.12-1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADKVM/arm64 fixes for 6.12, take #1- Fix pKVM error path on init, making sure we do not change critical  system registers as we&apos;re about to fail- Make sure that the host&apos;s vector length is at capped by a value  common to all CPUs- Fix kvm_has_feat*() handling of &quot;negative&quot; features, as the current  code is pretty broken- Promote Joey to the status of official reviewer, while James steps  down -- hopefully only temporarly

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Sun, 06 Oct 2024 09:59:22 +0200</pubDate>
        <dc:creator>Paolo Bonzini &lt;pbonzini@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0c436dfe5c25d0931b164b944165259f95e5281f - Merge tag &apos;asoc-fix-v6.12-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#0c436dfe5c25d0931b164b944165259f95e5281f</link>
        <description>Merge tag &apos;asoc-fix-v6.12-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.12A bunch of fixes here that came in during the merge window and the firstweek of release, plus some new quirks and device IDs.  There&apos;s nothingmajor here, it&apos;s a bit bigger than it might&apos;ve been due to there beingno fixes sent during the merge window due to your vacation.

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 02 Oct 2024 21:29:16 +0200</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2cd86f02c017bf9733e5cd891381b7d40f6f37ad - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#2cd86f02c017bf9733e5cd891381b7d40f6f37ad</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesRequired for a panthor fix that broke whenFOP_UNSIGNED_OFFSET was added in place of FMODE_UNSIGNED_OFFSET.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Tue, 01 Oct 2024 18:09:41 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9410645520e9b820069761f3450ef6661418e279 - Merge tag &apos;net-next-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#9410645520e9b820069761f3450ef6661418e279</link>
        <description>Merge tag &apos;net-next-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;The zero-copy changes are relatively significant, but regression risk  should be contained. The feature needs to be used to cause trouble.  Also it feels like we got an order of magnitude more semi-automated  &quot;refactoring&quot; chaff than usual, I wonder if it&apos;s just us.  Core &amp; protocols:   - Support Device Memory TCP, ability to zero-copy receive TCP     payloads to a DMABUF region of memory while packet headers land     separately in normal kernel buffers, and TCP processes then as     usual.   - The ability to read the PTP PHC (Physical Hardware Clock) alongside     MONOTONIC_RAW timestamps with PTP_SYS_OFFSET_EXTENDED. Previously     only CLOCK_REALTIME was supported.   - Allow matching on all bits of IP DSCP for routing decisions.     Previously we only supported on matching TOS bits in IPv4 which is     a narrower interpretation of the same header field.   - Increase the range of weights used for multi-path routing from     8 bits to 16 bits.   - Add support for IPv6 PIO p flag in the Prefix Information Option     per draft-ietf-6man-pio-pflag.   - IPv6 IOAM6 support for new tunsrc encap mode for better     performance.   - Detect destinations which blackhole MPTCP traffic and avoid     initiating MPTCP connections to them for a certain period of time,     1h by default.   - Improve IPsec control path performance by removing the inexact     policies list.   - AF_VSOCK: add support for SIOCOUTQ ioctl.   - Add enum for reasons TCP reset was sent for easier tracing.   - Add SMC ringbufs usage statistics.  Drivers:   - Handle netconsole setup failures more gracefully, don&apos;t fail     loading, retain the specified target as disabled.   - Extend bonding&apos;s IPsec offload pass thru capabilities (ESN, stats).  Filtering:   - Add TCP_BPF_SOCK_OPS_CB_FLAGS to bpf_*sockopt() to address the case     when long-lived sockets miss a chance to set additional callbacks     if a sockops program was not attached early in their lifetime.   - Support using BPF skb helpers in tracepoints.   - Conntrack Netlink: support CTA_FILTER for flush.   - Improve SCTP support in nfnetlink_queue.   - Improve performance of large nftables flush transactions.  Things we sprinkled into general kernel code:   - selftests: support setting an &quot;interpreter&quot; for script files; make     it easy to run as separate cases tests where one &quot;interpreter&quot; is     fed various test descriptions (in our case packet sequences).  Driver API:   - Extend core and ethtool APIs to support many PHYs connected to a     single interface (PHY topologies).   - Extend cable diagnostics to specify whether Time Domain     Reflectometry (TDR) or Active Link Cable Diagnostic (ALCD) was     used.   - Add library for implementing MAC-PHY Ethernet drivers for SPI     devices compatible with Open Alliance 10BASE-T1x MAC-PHY Serial     Interface (TC6) standard.   - Add helpers to the PHY framework, for PHYs following the Open     Alliance standards:       - 1000BaseT1 link settings       - cable test and diagnostics   - Support listing / dumping all allocated RSS contexts.   - Add configuration for frequency Embedded SYNC in DPLL, which     magically embeds sync pulses into Ethernet signaling.  Device drivers:   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - use better FW APIs for queue reset         - support QOS and TPID settings for the SR-IOV VLAN         - support dynamic MSI-X allocation      - Intel (100G, ice, idpf):         - ice: support PCIe subfunctions         - iavf: add support for TC U32 filters on VFs         - ice: support Embedded SYNC in DPLL      - nVidia/Mellanox (mlx5):         - support HW managed steering tables         - support PCIe PTM cross timestamping      - AMD/Pensando:         - ionic: use page_pool to increase Rx performance      - Cisco (enic):         - report per-queue statistics   - Ethernet virtual:      - Microsoft vNIC:         - mana: support configuring ring length         - netvsc: enable more channels on systems with many CPUs      - IBM veth:         - optimize polling to improve TCP_RR performance         - optimize performance of Tx handling      - VirtIO net:         - synchronize the operstate with the admin state to allow a           lower virtio-net to propagate the link status to an upper           device like macvlan   - Ethernet NICs consumer, and embedded:      - Add driver for Realtek automotive PCIe devices (RTL9054,        RTL9068, RTL9072, RTL9075, RTL9068, RTL9071)      - Add driver for Microchip LAN8650/1 10BASE-T1S MAC-PHY.      - Microchip:         - lan743x: use phylink - support WOL, EEE, pause, link settings         - add Wake-on-LAN support for KSZ87xx family         - add KSZ8895/KSZ8864 switch support         - factor out FDMA code and use it in sparx5 and lan966x           (including DCB support in both)      - Synopsys (stmmac):         - support frame preemption (configured using TC and ethtool)         - support Loongson DWMAC (GMAC v3.73)         - support RockChips RK3576 DWMAC      - TI:         - am65-cpsw: add multi queue RX support         - icssg-prueth: HSR offload support      - Cadence (macb):         - enable software (hrtimer based) IRQ coalescing by default      - Xilinx (axinet):         - expose HW statistics         - improve multicast filtering         - relax Rx checksum offload constraints      - MediaTek:         - mt7530: add EN7581 support      - Aspeed (ftgmac100):         - report link speed and duplex      - Intel:         - igc: add mqprio offload         - igc: report EEE configuration      - RealTek (r8169):         - add support for RTL8126A rev.b      - Vitesse (vsc73xx):         - implement FDB add/del/dump operations      - Freescale (fs_enet):         - use phylink   - Ethernet PHYs:      - vitesse: implement downshift and MDI-X in vsc73xx PHYs      - microchip: support LAN887x, supporting IEEE 802.3bw (100BASE-T1)        and IEEE 802.3bp (1000BASE-T1) specifications      - add Applied Micro QT2025 PHY driver (in Rust)      - add Motorcomm yt8821 2.5G Ethernet PHY driver   - CAN:      - add driver for Rockchip RK3568 CAN-FD controller      - flexcan: add wakeup support for imx95      - kvaser_usb: set hardware timestamp on transmitted packets   - WiFi:      - mac80211/cfg80211:         - EHT rate support in AQL airtime fairness         - handle DFS (radar detection) per link in Multi-Link Operation      - RealTek (rtw89):         - support RTL8852BT and 8852BE-VT (WiFi 6)         - support hardware rfkill         - support HW encryption in unicast management frames         - support Wake-on-WLAN with supported network detection      - RealTek (rtw89):         - improve Rx performance by using USB frame aggregation         - support USB 3 with RTL8822CU/RTL8822BU      - Intel (iwlwifi/mvm):         - offload RLC/SMPS functionality to firmware      - Marvell (mwifiex):         - add host based MLME to enable WPA3   - Bluetooth:      - add support for Amlogic HCI UART protocol      - add support for ISO data/packets to Intel and NXP drivers&quot;* tag &apos;net-next-6.12&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1303 commits)  net/mlx5: HWS, check the correct variable in hws_send_ring_alloc_sq()  netfilter: nft_socket: Fix a NULL vs IS_ERR() bug in nft_socket_cgroup_subtree_level()  ice: Fix a NULL vs IS_ERR() check in probe()  ice: Fix a couple NULL vs IS_ERR() bugs  net: ethernet: fs_enet: Make the per clock optional  net: ti: icssg-prueth: Add multicast filtering support in HSR mode  net: ti: icssg-prueth: Enable HSR Tx duplication, Tx Tag and Rx Tag offload  net: ti: icssg-prueth: Add support for HSR frame forward offload  net: ti: icssg-prueth: Stop hardcoding def_inc  net: ti: icss-iep: Move icss_iep structure  net: ibm: emac: get rid of wol_irq  net: ibm: emac: remove all waiting code  net: ibm: emac: replace of_get_property  net: ibm: emac: use netdev&apos;s phydev directly  net: ibm: emac: use devm for register_netdev  net: ibm: emac: remove mii_bus with devm  net: ibm: emac: use devm for of_iomap  net: ibm: emac: manage emac_irq with devm  net: ibm: emac: use devm for alloc_etherdev  octeontx2-af: debugfs: Add Channel info to RPM map  ...

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 16 Sep 2024 06:02:27 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>76930d3d20d595ffffe516df1b3d6a70c4f33bd6 - Merge branch &apos;add-realtek-automotive-pcie-driver&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#76930d3d20d595ffffe516df1b3d6a70c4f33bd6</link>
        <description>Merge branch &apos;add-realtek-automotive-pcie-driver&apos;Justin Lai says:====================Add Realtek automotive PCIe driverThis series includes adding realtek automotive ethernet driverand adding rtase ethernet driver entry in MAINTAINERS file.This ethernet device driver for the PCIe interface ofRealtek Automotive Ethernet Switch,applicable toRTL9054, RTL9068, RTL9072, RTL9075, RTL9068, RTL9071.====================Link: https://patch.msgid.link/20240904032114.247117-1-justinlai0215@realtek.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Fri, 06 Sep 2024 07:02:41 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ad61903add56561b72b49d717c01563cf1535781 - realtek: Update the Makefile and Kconfig in the realtek folder</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#ad61903add56561b72b49d717c01563cf1535781</link>
        <description>realtek: Update the Makefile and Kconfig in the realtek folder1. Add the RTASE entry in the Kconfig.2. Add the CONFIG_RTASE entry in the Makefile.Signed-off-by: Justin Lai &lt;justinlai0215@realtek.com&gt;Link: https://patch.msgid.link/20240904032114.247117-13-justinlai0215@realtek.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Wed, 04 Sep 2024 05:21:13 +0200</pubDate>
        <dc:creator>Justin Lai &lt;justinlai0215@realtek.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Mon, 15 Jul 2024 23:03:44 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f47c7ae8c7afaf9ad291d39f0d3974f191a7946 - Merge tag &apos;v6.9&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#6f47c7ae8c7afaf9ad291d39f0d3974f191a7946</link>
        <description>Merge tag &apos;v6.9&apos; into nextSync up with the mainline to bring in the new cleanup API.

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Tue, 28 May 2024 06:37:18 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>60a2f25de7b8b785baee2932db932ae9a5b8c86d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/realtek/Makefile#60a2f25de7b8b785baee2932db932ae9a5b8c86d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSome display refactoring patches are needed in order to allow conflict-less merging.Signed-off-by: Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;

            List of files:
            /linux/drivers/net/ethernet/realtek/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
</channel>
</rss>
