<?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 Kconfig</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91ec2035134982b98fab0609a9fd8480e8217dc1 - Merge tag &apos;net-next-7.3&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/mctp/Kconfig#91ec2035134982b98fab0609a9fd8480e8217dc1</link>
        <description>Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;One of the &apos;small improvements all over the place&apos; releases for us.  It&apos;s hard to draw any direct comparisons because summer vacations  disrupted our patch processing (and presumably - generation) quite a  bit.  Quick and dirty count suggests we (Paolo and I) merged a very similar  number of net (632) and net-next (648) patches. This is not telling  the full story either because 1/3 to 1/2 of the net-next patches also  *seem* like AI-driven low priority fixes, cleanups and clarifications.  We are completely overwhelmed, of course. The glimmer of hope is that  we secured sufficient LLM budget and access (thank you Meta!) to run  reviews with multiple frontier models on each patch. This eliminates  some hallucinations. That said, in terms of review, the LLMs can only  do so much.  The sad truth is that our APIs (especially for rare events like PCIe  errors, timeouts etc) have always been racy, and now LLMs don&apos;t let us  ignore that. I expect our direction for the next release will be to  tweak the reviews a little bit more, but start shifting focus to  letting the LLMs take care of the busy work - managing patchwork,  automating common process complaints, editing commit messages, and  maybe applying patches which already got &quot;reviewed-by&quot; tags from  people we trust...  Core &amp; protocols:   - A few steps lowering rtnl_lock dependence:      - per-netns netdev unregistration for select SW drivers (e.g.        veth, ipvlan, tunnels)      - rtnl_lock-less FIB rule changes (RTM_NEWRULE and RTM_DELRULE)      - prepare software drivers and TC qdiscs for rtnl_lock-less GET   - Support BIG TCP (&gt;64kB TSO) in UDP tunnels (vxlan, geneve)   - Support buffers larger than PAGE_SIZE in devmem zero-copy API   - Improve MPTCP handling of extreme memory pressure handling, when     out-of-order queue had to be pruned   - Report the per-group user count via RTM_GETMULTICAST   - Expose the route deletion reason in RTM_DELROUTE   - Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more     useful handling of LSM denials when receiving SCM_RIGHTS messages:     instead of truncating the message at the first blocked fd, keep     every fd slot and store the LSM errno in the blocked slot   - IPv6 Segment Routing - support looking up the post-encap SID     (address) in a different/specified routing table   - Support PRP RedBox (interlink) creation   - Support per-nexthop UDP dst port in VXLAN   - Continue converting getsockopt callbacks in a number of protocols     to iov_iter  Ethernet:   - Merge initial CXL support for AMD/Solarflare NICs (shared branch     with the CXL tree)   - New drivers:      - ADIN1140 10BASE-T1S MACPHY      - Initial skeleton of Intel iXD and ZTE Dinghai drivers   - High-speed NICs:      - AMD/Pensando:         - support firmware flashing      - Cisco (enic):         - SR-IOV V2 admin channel and MBOX protocol      - Huawei (hns3):         - support for ethtool pfc_prevention_tout      - nVidia/Mellanox:         - support sharing bandwidth control across interfaces           of the same device      - Marvell (octeontx2-pf):         - link RQ page pools to netdev for Netlink stats      - Google vNIC:         - XDP metadata support for DQ RDA      - Microsoft vNIC:         - support forcing full-page RX buffers   - Other NICs:      - Synopsys IP:         - eic7700: support for eth1      - Microchip (lan743x):         - support for RMII interface      - Wangxun:         - support for ethtool -G and -C for VFs         - add Tx timeout and PCIe error handling      - Intel (igb/igc):         - RSS key get/set support         - support for forcing link speed without auto-negotiation   - Switches:      - NXP (dpaa2):         - support bonding/LAG offload      - Mediatek:         - mt7530: EN7528 support         - initial support for MT7628      - Micrel (ksz8/9):         - refactoring work to move towards library model         - PTP support for KSZ8463      - nVidia/Mellanox:         - support rtnl-lock-less ethtool callbacks      - Realtek:         - rtl8366rb: use generic RTL83xx code         - support SGMII and HSGMII for RTL8367S   - PHYs:      - Airoha:         - EcoNet EN7528 PHY support      - DAPU Telecom         - DAPU Telecom DAP8211R(I) Gigabit PHY support      - Realtek:         - support RTL8261C_CG         - support RTL8261D  Wireless:   - nl80211: per-link statistics support for multi-link operation   - mac80211: AQL/airtime-fairness support for multicast   - Merge Peripheral Authentication Service (PAS) / TEE support for     ath12k (shared branch with the firmware/qcom tree)   - New drivers:      - mm81x for Morse Micro Long-Range S1G devices      - nxpwifi for NXP devices (mostly forked off from mwifiex)   - Driver changes:      - Broadcom (brcmfmac):         - DPP support, some Cypress part update      - MediaTek (mt76):         - mt7928 support         - mt7925 NAN support         - mt7996 AP powersave improvements      - Qualcomm (ath12k):         - much kernel infrastructure integration work         - AHB platform MultiPD support      - Realtek (rt89):         - LED support         - RTL8922DE support         - dual-BT coex for RTL8922D      - Intel:         - new FW version support  Bluetooth:   - HCI: add support for Shorter Connection Interval (SCI) feature   - af_bluetooth: add minimal context analysis annotations   - Driver changes:      - Intel:         - add Bluetooth SAR revision 2 support         - add vendor_reset PCI sysfs for PLDR      - Mediatek:         - add USB IDs for MT7902 and MT7922 devices      - Realtek:         - add USB IDs for 8761CU and 8852BE devices      - NXP:         - add M.2 Bluetooth device support using pwrseq  Misc:   - DPLL support for manual/numerical oscillator control (NCO)     (implement in zl3073x)   - MCTP support for MCTP over USB v1.1 (DMTF DSP0283)   - Power-over-Ethernet: support Realtek PSE controllers   - Remove the IBM EHEA driver   - Remove tulip/xircom_cb driver&quot;* tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1433 commits)  net/mlx5e: do not HW-GRO coalesce small frames  net: openvswitch: fix nf_connlabels leak in ovs_ct_init  net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()  net: openvswitch: fix flow mask use-after-free on flow deletion  sctp: stop processing a packet once its association is deleted  dpll: zl3073x: add PTP clock support  dpll: zl3073x: add channel ToD, phase step and TIE operations  dpll: zl3073x: scale poll interval proportionally to timeout  ptp: vmclock: prevent read-only mappings from becoming writable  ipv4: reject undersized MTUs in ip_do_fragment()  bonding: initialize err for empty target lists  net: dsa: initial support for MT7628 embedded switch  net: dsa: initial MT7628 tagging driver  net: phy: mediatek: add phy driver for MT7628 built-in Fast Ethernet PHYs  dt-bindings: net: dsa: add MT7628 ESW  net: pse-pd: realtek-pse-mcu: add UART transport  net: pse-pd: realtek-pse-mcu: add I2C transport  net: pse-pd: add Realtek PSE MCU core  dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU  vsock: use sock_error() to consume sk_err after a failed connect  ...

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Thu, 20 Aug 2026 17:16:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>2fbade66245059c78daeaccfce13ecf499fffb51 - Merge branch &apos;net-mctp-usb-add-support-for-mctp-over-usb-v1-1&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#2fbade66245059c78daeaccfce13ecf499fffb51</link>
        <description>Merge branch &apos;net-mctp-usb-add-support-for-mctp-over-usb-v1-1&apos;Jeremy Kerr says:====================net: mctp: usb: Add support for MCTP-over-USB v1.1Version 1.1.0 of DSP0283 (MCTP over USB transport binding) has beenreleased, this patch series updates our current v1.0.1 support for thechanges in v1.1.x.The major change in v1.1 is the introduction of &quot;packet spanning&quot; mode,where a single MCTP packet may be split over multiple USB packets(themselves forming a single USB bulk transfer). This relaxes therequirement for USB high-speed mode, as we can now send MCTP packetscontained over multiple 64-byte full-speed USB bulk transfers, and givesus an increase in the maximum MCTP packet size - we now have 13 bits ofpacket length (previously 8) in the transport header.Handling packet spanning introduces some complexity in the transmit andreceive paths, as we lose some constraints on where packet boundariesmay correspond to USB transfer boundaries, and may need to retain stateacross separate transfers. To contain this complexity, we introduce anew library for the transfer packing- and unpacking implementations,&quot;mctp-usblib&quot;. The host driver is a consumer of this library, and afuture gadget driver can use the same implementations. We can now alsoimplement tests on the API boundary of the library.The series implements an incremental shift to mctp-usblib, thenimplements packet spanning mode in the new library. We have a fewchanges to prepare for this, in altering a few constants andbehaviours as v1.0-specific. Once packet spanning is implemented inmctp-usblib, we enable it in the host-side driver.====================Link: https://patch.msgid.link/20260724-dev-mctp-usb-1-1-v5-0-e66bbba0dbdc@codeconstruct.com.auSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 31 Jul 2026 01:55:01 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>e84c0edbc41ab5d3d2650281c1aad10ea11906f1 - net: mctp: usblib: Add initial kunit tests</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#e84c0edbc41ab5d3d2650281c1aad10ea11906f1</link>
        <description>net: mctp: usblib: Add initial kunit testsAdd some initial tests for the usblib receive path, where we&apos;reextracting MCTP packets from incoming USB transfer data.Signed-off-by: Jeremy Kerr &lt;jk@codeconstruct.com.au&gt;Link: https://patch.msgid.link/20260724-dev-mctp-usb-1-1-v5-10-e66bbba0dbdc@codeconstruct.com.auSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 24 Jul 2026 07:15:31 +0200</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@codeconstruct.com.au&gt;</dc:creator>
    </item>
<item>
        <title>b8564b19c0fffb0ddfef760655c419b3953ceb0e - net: mctp: usblib: Move RX transfer processing to a new mctp-usblib</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#b8564b19c0fffb0ddfef760655c419b3953ceb0e</link>
        <description>net: mctp: usblib: Move RX transfer processing to a new mctp-usblibThe processing of USB receive transfers is common to both sides of aMCTP over USB transport. In order to support a future gadget driver,move the current host-side driver into a new common file, mctp-usblib.This currently handles the submit-complete-packetise process of thereceive path of the USB transport. We&apos;ll add transmit handling in anupcoming change.Signed-off-by: Jeremy Kerr &lt;jk@codeconstruct.com.au&gt;Link: https://patch.msgid.link/20260724-dev-mctp-usb-1-1-v5-3-e66bbba0dbdc@codeconstruct.com.auSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 24 Jul 2026 07:15:24 +0200</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@codeconstruct.com.au&gt;</dc:creator>
    </item>
<item>
        <title>bbfd5594756011167b8f8de9a00e0c946afda1e6 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#bbfd5594756011167b8f8de9a00e0c946afda1e6</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextNeed to pull in a67221b5eb8d (&quot;drm/i915/dp: Return min bpc supported by source instead of 0&quot;)in order to fix build breakage on GCC 9.4.0 (from Ubuntu 20.04).Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Wed, 28 May 2025 09:20:17 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>db5302ae571beec635c1a96e7f72926a4e65195e - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#db5302ae571beec635c1a96e7f72926a4e65195e</link>
        <description>Merge drm/drm-next into drm-intel-nextBackmerge to sync with v6.15-rc, xe, and specifically async flip changesin drm-misc.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 16 May 2025 09:22:36 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>4f9786035f9e519db41375818e1d0b5f20da2f10 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#4f9786035f9e519db41375818e1d0b5f20da2f10</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.16 merge window.

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Mon, 02 Jun 2025 06:41:07 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>d51b9d81f7883f526b26e3ab903e646274aebeb1 - Merge tag &apos;v6.15-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#d51b9d81f7883f526b26e3ab903e646274aebeb1</link>
        <description>Merge tag &apos;v6.15-rc6&apos; into nextSync up with mainline to bring in xpad controller changes.

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 16 May 2025 01:20:39 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>844e31bbaef7c8a6ff2c0fbac45c0c85b5484482 - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#844e31bbaef7c8a6ff2c0fbac45c0c85b5484482</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into msm-nextMerge drm-misc-next to get commit Fixes: fec450ca15af (&quot;drm/display:hdmi: provide central data authority for ACR params&quot;).Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Tue, 29 Apr 2025 22:42:29 +0200</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>3ab7ae8e07f888f223027f0ef84d33e43919ad55 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#3ab7ae8e07f888f223027f0ef84d33e43919ad55</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerge to bring in linux 6.15-rc.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Thu, 24 Apr 2025 13:34:55 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>1afba39f9305fe4061a4e70baa6ebab9d41459da - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#1afba39f9305fe4061a4e70baa6ebab9d41459da</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.15-rc1 into drm-misc-next. Also fixes abuild issue when enabling CONFIG_DRM_SCHED_KUNIT_TEST.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Mon, 07 Apr 2025 13:47:40 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>9f13acb2406a3aed90c6738b3a2f1c0e43118cbd - Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#9f13acb2406a3aed90c6738b3a2f1c0e43118cbd</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/cpu, to refresh the branch with upstream changesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 11 Apr 2025 11:13:27 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6ce0fdaae043803bb324d915ce0fe43316bf1e81 - Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#6ce0fdaae043803bb324d915ce0fe43316bf1e81</link>
        <description>Merge tag &apos;v6.15-rc1&apos; into x86/asm, to refresh the branchSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Wed, 09 Apr 2025 21:39:43 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1260ed77798502de9c98020040d2995008de10cc - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#1260ed77798502de9c98020040d2995008de10cc</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesBackmerging to get updates from v6.15-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Tue, 08 Apr 2025 10:15:47 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&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/mctp/Kconfig#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/mctp/Kconfig</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>1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95 - Merge tag &apos;net-next-6.15&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/mctp/Kconfig#1a9239bb4253f9076b5b4b2a1a4e8d7defd77a95</link>
        <description>Merge tag &apos;net-next-6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Continue Netlink conversions to per-namespace RTNL lock     (IPv4 routing, routing rules, routing next hops, ARP ioctls)   - Continue extending the use of netdev instance locks. As a driver     opt-in protect queue operations and (in due course) ethtool     operations with the instance lock and not RTNL lock.   - Support collecting TCP timestamps (data submitted, sent, acked) in     BPF, allowing for transparent (to the application) and lower     overhead tracking of TCP RPC performance.   - Tweak existing networking Rx zero-copy infra to support zero-copy     Rx via io_uring.   - Optimize MPTCP performance in single subflow mode by 29%.   - Enable GRO on packets which went thru XDP CPU redirect (were queued     for processing on a different CPU). Improving TCP stream     performance up to 2x.   - Improve performance of contended connect() by 200% by searching for     an available 4-tuple under RCU rather than a spin lock. Bring an     additional 229% improvement by tweaking hash distribution.   - Avoid unconditionally touching sk_tsflags on RX, improving     performance under UDP flood by as much as 10%.   - Avoid skb_clone() dance in ping_rcv() to improve performance under     ping flood.   - Avoid FIB lookup in netfilter if socket is available, 20% perf win.   - Rework network device creation (in-kernel) API to more clearly     identify network namespaces and their roles. There are up to 4     namespace roles but we used to have just 2 netns pointer arguments,     interpreted differently based on context.   - Use sysfs_break_active_protection() instead of trylock to avoid     deadlocks between unregistering objects and sysfs access.   - Add a new sysctl and sockopt for capping max retransmit timeout in     TCP.   - Support masking port and DSCP in routing rule matches.   - Support dumping IPv4 multicast addresses with RTM_GETMULTICAST.   - Support specifying at what time packet should be sent on AF_XDP     sockets.   - Expose TCP ULP diagnostic info (for TLS and MPTCP) to non-admin     users.   - Add Netlink YAML spec for WiFi (nl80211) and conntrack.   - Introduce EXPORT_IPV6_MOD() and EXPORT_IPV6_MOD_GPL() for symbols     which only need to be exported when IPv6 support is built as a     module.   - Age FDB entries based on Rx not Tx traffic in VxLAN, similar to     normal bridging.   - Allow users to specify source port range for GENEVE tunnels.   - netconsole: allow attaching kernel release, CPU ID and task name to     messages as metadata  Driver API:   - Continue rework / fixing of Energy Efficient Ethernet (EEE) across     the SW layers. Delegate the responsibilities to phylink where     possible. Improve its handling in phylib.   - Support symmetric OR-XOR RSS hashing algorithm.   - Support tracking and preserving IRQ affinity by NAPI itself.   - Support loopback mode speed selection for interface selftests.  Device drivers:   - Remove the IBM LCS driver for s390   - Remove the sb1000 cable modem driver   - Add support for SFP module access over SMBus   - Add MCTP transport driver for MCTP-over-USB   - Enable XDP metadata support in multiple drivers   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - add PCIe TLP Processing Hints (TPH) support for new AMD           platforms         - support dumping RoCE queue state for debug         - opt into instance locking      - Intel (100G, ice, idpf):         - ice: rework MSI-X IRQ management and distribution         - ice: support for E830 devices         - iavf: add support for Rx timestamping         - iavf: opt into instance locking      - nVidia/Mellanox:         - mlx4: use page pool memory allocator for Rx         - mlx5: support for one PTP device per hardware clock         - mlx5: support for 200Gbps per-lane link modes         - mlx5: move IPSec policy check after decryption      - AMD/Solarflare:         - support FW flashing via devlink      - Cisco (enic):         - use page pool memory allocator for Rx         - enable 32, 64 byte CQEs         - get max rx/tx ring size from the device      - Meta (fbnic):         - support flow steering and RSS configuration         - report queue stats         - support TCP segmentation         - support IRQ coalescing         - support ring size configuration      - Marvell/Cavium:         - support AF_XDP      - Wangxun:         - support for PTP clock and timestamping      - Huawei (hibmcge):         - checksum offload         - add more statistics   - Ethernet virtual:      - VirtIO net:         - aggressively suppress Tx completions, improve perf by 96%           with 1 CPU and 55% with 2 CPUs         - expose NAPI to IRQ mapping and persist NAPI settings      - Google (gve):         - support XDP in DQO RDA Queue Format         - opt into instance locking      - Microsoft vNIC:         - support BIG TCP   - Ethernet NICs consumer, and embedded:      - Synopsys (stmmac):         - cleanup Tx and Tx clock setting and other link-focused           cleanups         - enable SGMII and 2500BASEX mode switching for Intel platforms         - support Sophgo SG2044      - Broadcom switches (b53):         - support for BCM53101      - TI:         - iep: add perout configuration support         - icssg: support XDP      - Cadence (macb):         - implement BQL      - Xilinx (axinet):         - support dynamic IRQ moderation and changing coalescing at           runtime         - implement BQL         - report standard stats      - MediaTek:         - support phylink managed EEE      - Intel:         - igc: don&apos;t restart the interface on every XDP program change      - RealTek (r8169):         - support reading registers of internal PHYs directly         - increase max jumbo packet size on RTL8125/RTL8126      - Airoha:         - support for RISC-V NPU packet processing unit         - enable scatter-gather and support MTU up to 9kB      - Tehuti (tn40xx):         - support cards with TN4010 MAC and an Aquantia AQR105 PHY   - Ethernet PHYs:      - support for TJA1102S, TJA1121      - dp83tg720: add randomized polling intervals for link detection      - dp83822: support changing the transmit amplitude voltage      - support for LEDs on 88q2xxx   - CAN:      - canxl: support Remote Request Substitution bit access      - flexcan: add S32G2/S32G3 SoC   - WiFi:      - remove cooked monitor support      - strict mode for better AP testing      - basic EPCS support      - OMI RX bandwidth reduction support      - batman-adv: add support for jumbo frames   - WiFi drivers:      - RealTek (rtw88):         - support RTL8814AE and RTL8814AU      - RealTek (rtw89):         - switch using wiphy_lock and wiphy_work         - add BB context to manipulate two PHY as preparation of MLO         - improve BT-coexistence mechanism to play A2DP smoothly      - Intel (iwlwifi):         - add new iwlmld sub-driver for latest HW/FW combinations      - MediaTek (mt76):         - preparation for mt7996 Multi-Link Operation (MLO) support      - Qualcomm/Atheros (ath12k):         - continued work on MLO      - Silabs (wfx):         - Wake-on-WLAN support   - Bluetooth:      - add support for skb TX SND/COMPLETION timestamping      - hci_core: enable buffer flow control for SCO/eSCO      - coredump: log devcd dumps into the monitor   - Bluetooth drivers:      - intel: add support to configure TX power      - nxp: handle bootloader error during cmd5 and cmd7&quot;* tag &apos;net-next-6.15&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1681 commits)  unix: fix up for &quot;apparmor: add fine grained af_unix mediation&quot;  mctp: Fix incorrect tx flow invalidation condition in mctp-i2c  net: usb: asix: ax88772: Increase phy_name size  net: phy: Introduce PHY_ID_SIZE &#8212; minimum size for PHY ID string  net: libwx: fix Tx L4 checksum  net: libwx: fix Tx descriptor content for some tunnel packets  atm: Fix NULL pointer dereference  net: tn40xx: add pci-id of the aqr105-based Tehuti TN4010 cards  net: tn40xx: prepare tn40xx driver to find phy of the TN9510 card  net: tn40xx: create swnode for mdio and aqr105 phy and add to mdiobus  net: phy: aquantia: add essential functions to aqr105 driver  net: phy: aquantia: search for firmware-name in fwnode  net: phy: aquantia: add probe function to aqr105 for firmware loading  net: phy: Add swnode support to mdiobus_scan  gve: add XDP DROP and PASS support for DQ  gve: update XDP allocation path support RX buffer posting  gve: merge packet buffer size fields  gve: update GQ RX to use buf_size  gve: introduce config-based allocation for XDP  gve: remove xdp_xsk_done and xdp_xsk_wakeup statistics  ...

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Thu, 27 Mar 2025 05:48:21 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>b66e19dcf684b21b6d3a1844807bd1df97ad197a - Merge branch &apos;mctp-add-mctp-over-usb-hardware-transport-binding&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#b66e19dcf684b21b6d3a1844807bd1df97ad197a</link>
        <description>Merge branch &apos;mctp-add-mctp-over-usb-hardware-transport-binding&apos;Jeremy Kerr says:====================mctp: Add MCTP-over-USB hardware transport bindingAdd an implementation of the DMTF standard DSP0283, providing an MCTPchannel over high-speed USB.This is a fairly trivial first implementation, in that we only submitone tx and one rx URB at a time. We do accept multi-packet transfers,but do not yet generate them on transmit.Of course, questions and comments are most welcome, particularly on theUSB interfaces.v2: https://lore.kernel.org/20250212-dev-mctp-usb-v2-0-76e67025d764@codeconstruct.com.auv1: https://lore.kernel.org/20250206-dev-mctp-usb-v1-0-81453fe26a61@codeconstruct.com.au====================Link: https://patch.msgid.link/20250221-dev-mctp-usb-v3-0-3353030fe9cc@codeconstruct.com.auSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Sat, 22 Feb 2025 01:45:26 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0791c0327a6e4e7691d6fc5ad334c215de04dcc9 - net: mctp: Add MCTP USB transport driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/mctp/Kconfig#0791c0327a6e4e7691d6fc5ad334c215de04dcc9</link>
        <description>net: mctp: Add MCTP USB transport driverAdd an implementation for DMTF DSP0283, which defines a MCTP-over-USBtransport. As per that spec, we&apos;re restricted to full speed mode,requiring 512-byte transfers.Each MCTP-over-USB interface is a peer-to-peer link to a single MCTPendpoint, so no physical addressing is required (of course, that MCTPendpoint may then bridge to further MCTP endpoints). Consequently,interfaces will report with no lladdr data:    # mctp link    dev lo index 1 address 00:00:00:00:00:00 net 1 mtu 65536 up    dev mctpusb0 index 6 address none net 1 mtu 68 upThis is a simple initial implementation, with single rx &amp; tx urbs, andno multi-packet tx transfers - although we do accept multi-packet rxfrom the device.Includes suggested fixes from Santosh Puranik &lt;spuranik@nvidia.com&gt;.Signed-off-by: Jeremy Kerr &lt;jk@codeconstruct.com.au&gt;Cc: Santosh Puranik &lt;spuranik@nvidia.com&gt;Link: https://patch.msgid.link/20250221-dev-mctp-usb-v3-2-3353030fe9cc@codeconstruct.com.auSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Fri, 21 Feb 2025 01:56:58 +0100</pubDate>
        <dc:creator>Jeremy Kerr &lt;jk@codeconstruct.com.au&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/mctp/Kconfig#25768de50b1f2dbb6ea44bd5148a87fe2c9c3688</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.14 merge window.

            List of files:
            /linux/drivers/net/mctp/Kconfig</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/mctp/Kconfig#6d4a0f4ea72319c9a37c1a7191695467006dd272</link>
        <description>Merge tag &apos;v6.13-rc3&apos; into nextSync up with the mainline.

            List of files:
            /linux/drivers/net/mctp/Kconfig</description>
        <pubDate>Tue, 17 Dec 2024 18:40:45 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
