<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>64edfa65062dc4509ba75978116b2f6d392346f5 - Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#64edfa65062dc4509ba75978116b2f6d392346f5</link>
        <description>Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking deletions from Jakub Kicinski: &quot;Delete some obsolete networking code  Old code like amateur radio and NFC have long been a burden to core  networking developers. syzbot loves to find bugs in BKL-era code, and  noobs try to fix them.  If we want to have a fighting chance of surviving the LLM-pocalypse  this code needs to find a dedicated owner or get deleted. We&apos;ve talked  about these deletions multiple times in the past and every time  someone wanted the code to stay. It is never very clear to me how many  of those people actually use the code vs are just nostalgic to see it  go. Amateur radio did have occasional users (or so I think) but most  users switched to user space implementations since its all super slow  stuff. Nobody stepped up to maintain the kernel code.  We were lucky enough to find someone who wants to help with NFC so  we&apos;re giving that a chance. Let&apos;s try to put the rest of this code  behind us&quot;* tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next:  drivers: net: 8390: wd80x3: Remove this driver  drivers: net: 8390: ultra: Remove this driver  drivers: net: 8390: AX88190: Remove this driver  drivers: net: fujitsu: fmvj18x: Remove this driver  drivers: net: smsc: smc91c92: Remove this driver  drivers: net: smsc: smc9194: Remove this driver  drivers: net: amd: nmclan: Remove this driver  drivers: net: amd: lance: Remove this driver  drivers: net: 3com: 3c589: Remove this driver  drivers: net: 3com: 3c574: Remove this driver  drivers: net: 3com: 3c515: Remove this driver  drivers: net: 3com: 3c509: Remove this driver  net: packetengines: remove obsolete yellowfin driver and vendor dir  net: packetengines: remove obsolete hamachi driver  net: remove unused ATM protocols and legacy ATM device drivers  net: remove ax25 and amateur radio (hamradio) subsystem  net: remove ISDN subsystem and Bluetooth CMTP  caif: remove CAIF NETWORK LAYER

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Fri, 24 Apr 2026 18:41:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>dd8d4bc28ad7252610d8e79c1313a2d1e3499a51 - net: remove ax25 and amateur radio (hamradio) subsystem</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#dd8d4bc28ad7252610d8e79c1313a2d1e3499a51</link>
        <description>net: remove ax25 and amateur radio (hamradio) subsystemRemove the amateur radio (AX.25, NET/ROM, ROSE) protocol implementationand all associated hamradio device drivers from the kernel tree.This set of protocols has long been a huge bug/syzbot magnet,and since nobody stepped up to help us deal with the influxof the AI-generated bug reports we need to move it out of treeto protect our sanity.The code is moved to an out-of-tree repo:https://github.com/linux-netdev/mod-orphanif it&apos;s cleaned up and reworked there we can accept it back.Minimal stub headers are kept for include/net/ax25.h (AX25_P_IP,AX25_ADDR_LEN, ax25_address) and include/net/rose.h (ROSE_ADDR_LEN)so that the conditional integration code in arp.c and tun.c continuesto compile and work when the out-of-tree modules are loaded.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Stephen Hemminger &lt;stephen@networkplumber.org&gt;Acked-by: Carlos Bilbao &lt;carlos.bilbao@kernel.org&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Reviewed-by: Kuniyuki Iwashima &lt;kuniyu@google.com&gt;Acked-by: Toke H&#248;iland-J&#248;rgensen &lt;toke@toke.dk&gt;Link: https://patch.msgid.link/20260421021824.1293976-1-kuba@kernel.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Tue, 21 Apr 2026 04:18:23 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6d5431555de032f5ad9e08a7fb372f37bf493903 - caif: remove CAIF NETWORK LAYER</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#6d5431555de032f5ad9e08a7fb372f37bf493903</link>
        <description>caif: remove CAIF NETWORK LAYERRemove CAIF (Communication CPU to Application CPU Interface), theST-Ericsson modem protocol. The subsystem has been orphaned since 2013.The last meaningful changes from the maintainers were in March 2013:  a8c7687bf216 (&quot;caif_virtio: Check that vringh_config is not null&quot;)  b2273be8d2df (&quot;caif_virtio: Use vringh_notify_enable correctly&quot;)  0d2e1a2926b1 (&quot;caif_virtio: Introduce caif over virtio&quot;)Not-so-coincidentally, according to &quot;the Internet&quot; ST-Ericsson officiallyshut down its modem joint venture in Aug 2013.If anyone is using this code please yell!In the 13 years since, the code has accumulated 200 non-merge commits,of which 71 were cross-tree API changes, 21 carried Fixes: tags, andthe remaining ~110 were cleanups, doc conversions, treewide refactors,and one partial removal (caif_hsi, ca75bcf0a83b).We are still getting fixes to this code, in the last 10 days there were3 reports on security@ about CAIF that I have been CCed on.UAPI constants (AF_CAIF, ARPHRD_CAIF, N_CAIF, VIRTIO_ID_CAIF) and theSELinux classmap entry are intentionally kept for ABI stability.Acked-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Reviewed-by: Linus Walleij &lt;linusw@kernel.org&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Link: https://patch.msgid.link/20260416182829.1440262-1-kuba@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Thu, 16 Apr 2026 20:28:28 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>f4b369c6fe0ceaba2da2daff8c9eb415f85926dd - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#f4b369c6fe0ceaba2da2daff8c9eb415f85926dd</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 7.1 merge window.

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 20 Apr 2026 03:28:57 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0421ccdfad0d92713a812a5aeb7d07b0ea7213c8 - Merge tag &apos;v7.0-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#0421ccdfad0d92713a812a5aeb7d07b0ea7213c8</link>
        <description>Merge tag &apos;v7.0-rc3&apos; into nextSync up with the mainline to brig up the latest changes, specificallychanges to ALPS driver.

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Thu, 12 Mar 2026 18:44:42 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>cc4adab164b772a34b3340d644b7c4728498581e - Merge tag &apos;v6.19-rc1&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#cc4adab164b772a34b3340d644b7c4728498581e</link>
        <description>Merge tag &apos;v6.19-rc1&apos; into msm-nextMerge Linux 6.19-rc1 in order to catch up with other changes (e.g. UBWCconfig database defining UBWC_6).Signed-off-by: Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Tue, 20 Jan 2026 23:06:55 +0100</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>5add3c3c280a35f7e258e9cef7607db5a2e56fdc - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#5add3c3c280a35f7e258e9cef7607db5a2e56fdc</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.19-rc1. An important upstream bugfix andto help unblock PTL CI.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Fri, 19 Dec 2025 11:51:22 +0100</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b8304863a3990d0f18c38e5b94191830a63ee1af - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#b8304863a3990d0f18c38e5b94191830a63ee1af</link>
        <description>Merge drm/drm-next into drm-intel-nextSync-up some display code needed for Async flips refactor.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 14:24:02 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>7f790dd21a931c61167f7bdc327aecf2cebad327 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#7f790dd21a931c61167f7bdc327aecf2cebad327</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s kickstart the v6.20 (7.0?) release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 09:27:39 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a4a508df2aa34f8650afde54ea804321c618f45f - Merge tag &apos;v6.18&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#a4a508df2aa34f8650afde54ea804321c618f45f</link>
        <description>Merge tag &apos;v6.18&apos; into nextSync up with the mainline to bring in the latest APIs.

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Sat, 13 Dec 2025 10:18:20 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>24f171c7e145f43b9f187578e89b0982ce87e54c - Merge tag &apos;asoc-fix-v6.19-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/net/Kconfig#24f171c7e145f43b9f187578e89b0982ce87e54c</link>
        <description>Merge tag &apos;asoc-fix-v6.19-rc1&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linusASoC: Fixes for v6.19We&apos;ve been quite busy with fixes since the merge window, though not inany particularly exciting ways - the standout thing is the fix for _SXcontrols which were broken by a change to how we do clamping, otherwiseit&apos;s all fairly run of the mill fixes and quirks.

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Sun, 21 Dec 2025 11:11:11 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>84318277d6334c6981ab326d4acc87c6a6ddc9b8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#84318277d6334c6981ab326d4acc87c6a6ddc9b8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesPull in rc1 to include all changes since the merge window closed,and grab all fixes and changes from drm/drm-next.Signed-off-by: Maarten Lankhorst &lt;dev@lankhorst.se&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 15 Dec 2025 12:53:27 +0100</pubDate>
        <dc:creator>Maarten Lankhorst &lt;dev@lankhorst.se&gt;</dc:creator>
    </item>
<item>
        <title>8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88 - Merge tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#8f7aa3d3c7323f4ca2768a9e74ebbe359c4f8f88</link>
        <description>Merge tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Replace busylock at the Tx queuing layer with a lockless list.     Resulting in a 300% (4x) improvement on heavy TX workloads, sending     twice the number of packets per second, for half the cpu cycles.   - Allow constantly busy flows to migrate to a more suitable CPU/NIC     queue.     Normally we perform queue re-selection when flow comes out of idle,     but under extreme circumstances the flows may be constantly busy.     Add sysctl to allow periodic rehashing even if it&apos;d risk packet     reordering.   - Optimize the NAPI skb cache, make it larger, use it in more paths.   - Attempt returning Tx skbs to the originating CPU (like we already     did for Rx skbs).   - Various data structure layout and prefetch optimizations from Eric.   - Remove ktime_get() from the recvmsg() fast path, ktime_get() is     sadly quite expensive on recent AMD machines.   - Extend threaded NAPI polling to allow the kthread busy poll for     packets.   - Make MPTCP use Rx backlog processing. This lowers the lock     pressure, improving the Rx performance.   - Support memcg accounting of MPTCP socket memory.   - Allow admin to opt sockets out of global protocol memory accounting     (using a sysctl or BPF-based policy). The global limits are a poor     fit for modern container workloads, where limits are imposed using     cgroups.   - Improve heuristics for when to kick off AF_UNIX garbage collection.   - Allow users to control TCP SACK compression, and default to 33% of     RTT.   - Add tcp_rcvbuf_low_rtt sysctl to let datacenter users avoid     unnecessarily aggressive rcvbuf growth and overshot when the     connection RTT is low.   - Preserve skb metadata space across skb_push / skb_pull operations.   - Support for IPIP encapsulation in the nftables flowtable offload.   - Support appending IP interface information to ICMP messages (RFC     5837).   - Support setting max record size in TLS (RFC 8449).   - Remove taking rtnl_lock from RTM_GETNEIGHTBL and RTM_SETNEIGHTBL.   - Use a dedicated lock (and RCU) in MPLS, instead of rtnl_lock.   - Let users configure the number of write buffers in SMC.   - Add new struct sockaddr_unsized for sockaddr of unknown length,     from Kees.   - Some conversions away from the crypto_ahash API, from Eric Biggers.   - Some preparations for slimming down struct page.   - YAML Netlink protocol spec for WireGuard.   - Add a tool on top of YAML Netlink specs/lib for reporting commonly     computed derived statistics and summarized system state.  Driver API:   - Add CAN XL support to the CAN Netlink interface.   - Add uAPI for reporting PHY Mean Square Error (MSE) diagnostics, as     defined by the OPEN Alliance&apos;s &quot;Advanced diagnostic features for     100BASE-T1 automotive Ethernet PHYs&quot; specification.   - Add DPLL phase-adjust-gran pin attribute (and implement it in     zl3073x).   - Refactor xfrm_input lock to reduce contention when NIC offloads     IPsec and performs RSS.   - Add info to devlink params whether the current setting is the     default or a user override. Allow resetting back to default.   - Add standard device stats for PSP crypto offload.   - Leverage DSA frame broadcast to implement simple HSR frame     duplication for a lot of switches without dedicated HSR offload.   - Add uAPI defines for 1.6Tbps link modes.  Device drivers:   - Add Motorcomm YT921x gigabit Ethernet switch support.   - Add MUCSE driver for N500/N210 1GbE NIC series.   - Convert drivers to support dedicated ops for timestamping control,     and away from the direct IOCTL handling. While at it support GET     operations for PHY timestamping.   - Add (and convert most drivers to) a dedicated ethtool callback for     reading the Rx ring count.   - Significant refactoring efforts in the STMMAC driver, which     supports Synopsys turn-key MAC IP integrated into a ton of SoCs.   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support PPS in/out on all pins      - Intel (100G, ice, idpf):         - ice: implement standard ethtool and timestamping stats         - i40e: support setting the max number of MAC addresses per VF         - iavf: support RSS of GTP tunnels for 5G and LTE deployments      - nVidia/Mellanox (mlx5):         - reduce downtime on interface reconfiguration         - disable being an XDP redirect target by default (same as           other drivers) to avoid wasting resources if feature is           unused      - Meta (fbnic):         - add support for Linux-managed PCS on 25G, 50G, and 100G links      - Wangxun:         - support Rx descriptor merge, and Tx head writeback         - support Rx coalescing offload         - support 25G SPF and 40G QSFP modules   - Ethernet virtual:      - Google (gve):         - allow ethtool to configure rx_buf_len         - implement XDP HW RX Timestamping support for DQ descriptor           format      - Microsoft vNIC (mana):         - support HW link state events         - handle hardware recovery events when probing the device   - Ethernet NICs consumer, and embedded:      - usbnet: add support for Byte Queue Limits (BQL)      - AMD (amd-xgbe):         - add device selftests      - NXP (enetc):         - add i.MX94 support      - Broadcom integrated MACs (bcmgenet, bcmasp):         - bcmasp: add support for PHY-based Wake-on-LAN      - Broadcom switches (b53):         - support port isolation         - support BCM5389/97/98 and BCM63XX ARL formats      - Lantiq/MaxLinear switches:         - support bridge FDB entries on the CPU port         - use regmap for register access         - allow user to enable/disable learning         - support Energy Efficient Ethernet         - support configuring RMII clock delays         - add tagging driver for MaxLinear GSW1xx switches      - Synopsys (stmmac):         - support using the HW clock in free running mode         - add Eswin EIC7700 support         - add Rockchip RK3506 support         - add Altera Agilex5 support      - Cadence (macb):         - cleanup and consolidate descriptor and DMA address handling         - add EyeQ5 support      - TI:         - icssg-prueth: support AF_XDP      - Airoha access points:         - add missing Ethernet stats and link state callback         - add AN7583 support         - support out-of-order Tx completion processing      - Power over Ethernet:         - pd692x0: preserve PSE configuration across reboots         - add support for TPS23881B devices   - Ethernet PHYs:      - Open Alliance OATC14 10BASE-T1S PHY cable diagnostic support      - Support 50G SerDes and 100G interfaces in Linux-managed PHYs      - micrel:         - support for non PTP SKUs of lan8814         - enable in-band auto-negotiation on lan8814      - realtek:         - cable testing support on RTL8224         - interrupt support on RTL8221B      - motorcomm: support for PHY LEDs on YT853      - microchip: support for LAN867X Rev.D0 PHYs w/ SQI and cable diag      - mscc: support for PHY LED control   - CAN drivers:      - m_can: add support for optional reset and system wake up      - remove can_change_mtu() obsoleted by core handling      - mcp251xfd: support GPIO controller functionality   - Bluetooth:      - add initial support for PASTa   - WiFi:      - split ieee80211.h file, it&apos;s way too big      - improvements in VHT radiotap reporting, S1G, Channel Switch        Announcement handling, rate tracking in mesh networks      - improve multi-radio monitor mode support, and add a cfg80211        debugfs interface for it      - HT action frame handling on 6 GHz      - initial chanctx work towards NAN      - MU-MIMO sniffer improvements   - WiFi drivers:      - RealTek (rtw89):         - support USB devices RTL8852AU and RTL8852CU         - initial work for RTL8922DE         - improved injection support      - Intel:         - iwlwifi: new sniffer API support      - MediaTek (mt76):         - WED support for &gt;32-bit DMA         - airoha NPU support         - regdomain improvements         - continued WiFi7/MLO work      - Qualcomm/Atheros:         - ath10k: factory test support         - ath11k: TX power insertion support         - ath12k: BSS color change support         - ath12k: statistics improvements      - brcmfmac: Acer A1 840 tablet quirk      - rtl8xxxu: 40 MHz connection fixes/support&quot;* tag &apos;net-next-6.19&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1381 commits)  net: page_pool: sanitise allocation order  net: page pool: xa init with destroy on pp init  net/mlx5e: Support XDP target xmit with dummy program  net/mlx5e: Update XDP features in switch channels  selftests/tc-testing: Test CAKE scheduler when enqueue drops packets  net/sched: sch_cake: Fix incorrect qlen reduction in cake_drop  wireguard: netlink: generate netlink code  wireguard: uapi: generate header with ynl-gen  wireguard: uapi: move flag enums  wireguard: uapi: move enum wg_cmd  wireguard: netlink: add YNL specification  selftests: drv-net: Fix tolerance calculation in devlink_rate_tc_bw.py  selftests: drv-net: Fix and clarify TC bandwidth split in devlink_rate_tc_bw.py  selftests: drv-net: Set shell=True for sysfs writes in devlink_rate_tc_bw.py  selftests: drv-net: Use Iperf3Runner in devlink_rate_tc_bw.py  selftests: drv-net: introduce Iperf3Runner for measurement use cases  selftests: drv-net: Add devlink_rate_tc_bw.py to TEST_PROGS  net: ps3_gelic_net: Use napi_alloc_skb() and napi_gro_receive()  Documentation: net: dsa: mention simple HSR offload helpers  Documentation: net: dsa: mention availability of RedBox  ...

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Thu, 04 Dec 2025 02:24:33 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cb9f145f638d7afa633632a9290d6ad06caeb8ee - Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclark</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#cb9f145f638d7afa633632a9290d6ad06caeb8ee</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into msm-next-robclarkBack-merge drm-next to get caught up.Signed-off-by: Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Sat, 01 Nov 2025 13:47:30 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robin.clark@oss.qualcomm.com&gt;</dc:creator>
    </item>
<item>
        <title>2af8ff1e472e9862983303890e98d45f40863351 - net: Kconfig: discourage drop_monitor enablement</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#2af8ff1e472e9862983303890e98d45f40863351</link>
        <description>net: Kconfig: discourage drop_monitor enablementQuoting Eric Dumazet:&quot;I do not understand the fascination with net/core/drop_monitor.c [..]misses all the features, flexibility, scalability  that &apos;perf&apos;,eBPF tracing, bpftrace, .... have today.&quot;Reword DROP_MONITOR kconfig help text to clearly state that its notrelated to perf-based drop monitoring and that its safe to disablethis unless support for the older netlink-based tools is needed.Signed-off-by: Florian Westphal &lt;fw@strlen.de&gt;Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Reviewed-by: Eric Dumazet &lt;edumazet@google.com&gt;Link: https://patch.msgid.link/20251016115147.18503-1-fw@strlen.deSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Thu, 16 Oct 2025 13:51:47 +0200</pubDate>
        <dc:creator>Florian Westphal &lt;fw@strlen.de&gt;</dc:creator>
    </item>
<item>
        <title>82ee50252dc891e3f3b32d923bb4f656d300b772 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#82ee50252dc891e3f3b32d923bb4f656d300b772</link>
        <description>Merge drm/drm-next into drm-xe-nextBackmerging to bring in 6.18-rc1.Signed-off-by: Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 11:31:49 +0200</pubDate>
        <dc:creator>Thomas Hellstr&#246;m &lt;thomas.hellstrom@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>2acee98fcc61052d63fab4539fcb6ee677555645 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#2acee98fcc61052d63fab4539fcb6ee677555645</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.18-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Tue, 14 Oct 2025 09:37:11 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>9b966ae42235a88eaea714be09ff3d698535bdfe - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#9b966ae42235a88eaea714be09ff3d698535bdfe</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of v6.18-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Mon, 13 Oct 2025 09:19:19 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>f088104d837a991c65e51fa30bb4196169b3244d - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/Kconfig#f088104d837a991c65e51fa30bb4196169b3244d</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextBackmerge in order to get the commit:  048832a3f400 (&quot;drm/i915: Refactor shmem_pwrite() to use kiocb and write_iter&quot;)To drm-intel-gt-next as there are followup fixes to be applied.Signed-off-by: Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;

            List of files:
            /linux/net/Kconfig</description>
        <pubDate>Tue, 16 Sep 2025 12:53:20 +0200</pubDate>
        <dc:creator>Joonas Lahtinen &lt;joonas.lahtinen@linux.intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
