<?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>c17ee635fd3a482b2ad2bf5e269755c2eae5f25e - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#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/net/ax25/Kconfig</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/net/ax25/Kconfig#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/net/ax25/Kconfig</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>82fff3b055d498bde37104eab219be25af3ddbe9 - net: ax25: remove plumbing for never-implemented DAMA Master support</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#82fff3b055d498bde37104eab219be25af3ddbe9</link>
        <description>net: ax25: remove plumbing for never-implemented DAMA Master supportThe AX25_DAMA_MASTER option has been unimplemented and marked brokenever since it was introduced in 2007 in commit 954b2e7f4c37 (&quot;[NET]AX.25 Kconfig and docs updates and fixes&quot;). At this point, it is veryunlikely it will be implemented. Remove it.Signed-off-by: Ethan Nelson-Moore &lt;enelsonmoore@gmail.com&gt;Link: https://patch.msgid.link/20260129080908.44710-1-enelsonmoore@gmail.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Thu, 29 Jan 2026 09:09: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/net/ax25/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/net/ax25/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>36ec807b627b4c0a0a382f0ae48eac7187d14b2b - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#36ec807b627b4c0a0a382f0ae48eac7187d14b2b</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.12 merge window.

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Fri, 20 Sep 2024 10:24:24 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>3daee2e4b3568f0ed88b0598df96547fcf21cb9b - Merge tag &apos;v6.10&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#3daee2e4b3568f0ed88b0598df96547fcf21cb9b</link>
        <description>Merge tag &apos;v6.10&apos; into nextSync up with mainline to bring in device_for_each_child_node_scoped()and other newer APIs.

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Tue, 16 Jul 2024 00:50:05 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.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/net/ax25/Kconfig#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/net/ax25/Kconfig</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/net/ax25/Kconfig#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/net/ax25/Kconfig</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>afeea2758b4f1210361ce2a91d8fa3e7df606ad2 - Merge drm-misc-next-2024-07-04 into drm-misc-next-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#afeea2758b4f1210361ce2a91d8fa3e7df606ad2</link>
        <description>Merge drm-misc-next-2024-07-04 into drm-misc-next-fixesLet&apos;s start the drm-misc-next-fixes cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 15:19:33 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>d754ed2821fd9675d203cb73c4afcd593e28b7d0 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#d754ed2821fd9675d203cb73c4afcd593e28b7d0</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.10-rc3.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Wed, 19 Jun 2024 10:38:31 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#89aa02edaa30e4327ebc8fca9b80795bbfd4ce9b</link>
        <description>Merge drm/drm-next into drm-xe-nextNeeded to get tracing cleanup and add mmio tracing series.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 17:31:42 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>92815da4576a495cb6362cdfb132152fccc2222d - Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEAD</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#92815da4576a495cb6362cdfb132152fccc2222d</link>
        <description>Merge remote-tracking branch &apos;drm-misc/drm-misc-next&apos; into HEADMerge drm-misc-next tree into the msm-next tree in order to be able touse HDMI connector framework for the MSM HDMI driver.

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Wed, 12 Jun 2024 15:51:59 +0200</pubDate>
        <dc:creator>Dmitry Baryshkov &lt;dmitry.baryshkov@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>375c4d1583948cf2439833e4a85d5a0aee853895 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#375c4d1583948cf2439833e4a85d5a0aee853895</link>
        <description>Merge drm/drm-next into drm-misc-nextLet&apos;s start the new release cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Mon, 27 May 2024 11:08:31 +0200</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99 - Merge branch &apos;tip/x86/cpu&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#0c8ea05e9b3d8e5287e2a968f2a2e744dfd31b99</link>
        <description>Merge branch &apos;tip/x86/cpu&apos;The Lunarlake patches rely on the new VFM stuff.Signed-off-by: Peter Zijlstra &lt;peterz@infradead.org&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Thu, 04 Jul 2024 16:00:24 +0200</pubDate>
        <dc:creator>Peter Zijlstra &lt;peterz@infradead.org&gt;</dc:creator>
    </item>
<item>
        <title>594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2 - Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#594ce0b8a998aa4d05827cd7c0d0dcec9a1e3ae2</link>
        <description>Merge topic branches &apos;clkdev&apos; and &apos;fixes&apos; into for-linus

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Mon, 10 Jun 2024 13:03:21 +0200</pubDate>
        <dc:creator>Russell King (Oracle) &lt;rmk+kernel@armlinux.org.uk&gt;</dc:creator>
    </item>
<item>
        <title>f73a058be5d70dd81a43f16b2bbff4b1576a7af8 - Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#f73a058be5d70dd81a43f16b2bbff4b1576a7af8</link>
        <description>Merge remote-tracking branch &apos;drm/drm-fixes&apos; into drm-misc-fixesv6.10-rc1 is released, forward from v6.9Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Tue, 28 May 2024 22:21:34 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>621cde16e49b3ecf7d59a8106a20aaebfb4a59a9 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#621cde16e49b3ecf7d59a8106a20aaebfb4a59a9</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextCross merge.Signed-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Wed, 15 May 2024 16:29:56 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fe6532b44af402d0900c5be3e5359f4b293524b1 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-accept-more</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#fe6532b44af402d0900c5be3e5359f4b293524b1</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next into net-accept-more* git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1557 commits)  net: qede: use extack in qede_parse_actions()  net: qede: propagate extack through qede_flow_spec_validate()  net: qede: use faked extack in qede_flow_spec_to_rule()  net: qede: use extack in qede_parse_flow_attr()  net: qede: add extack in qede_add_tc_flower_fltr()  net: qede: use extack in qede_flow_parse_udp_v4()  net: qede: use extack in qede_flow_parse_udp_v6()  net: qede: use extack in qede_flow_parse_tcp_v4()  net: qede: use extack in qede_flow_parse_tcp_v6()  net: qede: use extack in qede_flow_parse_v4_common()  net: qede: use extack in qede_flow_parse_v6_common()  net: qede: use extack in qede_set_v4_tuple_to_profile()  net: qede: use extack in qede_set_v6_tuple_to_profile()  net: qede: use extack in qede_flow_parse_ports()  net: usb: smsc95xx: stop lying about skb-&gt;truesize  net: dsa: microchip: Fix spellig mistake &quot;configur&quot; -&gt; &quot;configure&quot;  af_unix: Add dead flag to struct scm_fp_list.  net: ethernet: adi: adin1110: Replace linux/gpio.h by proper one  octeontx2-pf: Reuse Transmit queue/Send queue index of HTB class  gve: Use ethtool_sprintf/puts() to fill stats strings  ...

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Sat, 11 May 2024 16:25:55 +0200</pubDate>
        <dc:creator>Jens Axboe &lt;axboe@kernel.dk&gt;</dc:creator>
    </item>
<item>
        <title>1b294a1f35616977caddaddf3e9d28e576a1adbc - Merge tag &apos;net-next-6.10&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#1b294a1f35616977caddaddf3e9d28e576a1adbc</link>
        <description>Merge tag &apos;net-next-6.10&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Complete rework of garbage collection of AF_UNIX sockets.     AF_UNIX is prone to forming reference count cycles due to fd     passing functionality. New method based on Tarjan&apos;s Strongly     Connected Components algorithm should be both faster and remove a     lot of workarounds we accumulated over the years.   - Add TCP fraglist GRO support, allowing chaining multiple TCP     packets and forwarding them together. Useful for small switches /     routers which lack basic checksum offload in some scenarios (e.g.     PPPoE).   - Support using SMP threads for handling packet backlog i.e. packet     processing from software interfaces and old drivers which don&apos;t use     NAPI. This helps move the processing out of the softirq jumble.   - Continue work of converting from rtnl lock to RCU protection.     Don&apos;t require rtnl lock when reading: IPv6 routing FIB, IPv6     address labels, netdev threaded NAPI sysfs files, bonding driver&apos;s     sysfs files, MPLS devconf, IPv4 FIB rules, netns IDs, tcp metrics,     TC Qdiscs, neighbor entries, ARP entries via ioctl(SIOCGARP), a lot     of the link information available via rtnetlink.   - Small optimizations from Eric to UDP wake up handling, memory     accounting, RPS/RFS implementation, TCP packet sizing etc.   - Allow direct page recycling in the bulk API used by XDP, for +2%     PPS.   - Support peek with an offset on TCP sockets.   - Add MPTCP APIs for querying last time packets were received/sent/acked     and whether MPTCP &quot;upgrade&quot; succeeded on a TCP socket.   - Add intra-node communication shortcut to improve SMC performance.   - Add IPv6 (and IPv{4,6}-over-IPv{4,6}) support to the GTP protocol     driver.   - Add HSR-SAN (RedBOX) mode of operation to the HSR protocol driver.   - Add reset reasons for tracing what caused a TCP reset to be sent.   - Introduce direction attribute for xfrm (IPSec) states. State can be     used either for input or output packet processing.  Things we sprinkled into general kernel code:   - Add bitmap_{read,write}(), bitmap_size(), expose BYTES_TO_BITS().     This required touch-ups and renaming of a few existing users.   - Add Endian-dependent __counted_by_{le,be} annotations.   - Make building selftests &quot;quieter&quot; by printing summaries like     &quot;CC object.o&quot; rather than full commands with all the arguments.  Netfilter:   - Use GFP_KERNEL to clone elements, to deal better with OOM     situations and avoid failures in the .commit step.  BPF:   - Add eBPF JIT for ARCv2 CPUs.   - Support attaching kprobe BPF programs through kprobe_multi link in     a session mode, meaning, a BPF program is attached to both function     entry and return, the entry program can decide if the return     program gets executed and the entry program can share u64 cookie     value with return program. &quot;Session mode&quot; is a common use-case for     tetragon and bpftrace.   - Add the ability to specify and retrieve BPF cookie for raw     tracepoint programs in order to ease migration from classic to raw     tracepoints.   - Add an internal-only BPF per-CPU instruction for resolving per-CPU     memory addresses and implement support in x86, ARM64 and RISC-V     JITs. This allows inlining functions which need to access per-CPU     state.   - Optimize x86 BPF JIT&apos;s emit_mov_imm64, and add support for various     atomics in bpf_arena which can be JITed as a single x86     instruction. Support BPF arena on ARM64.   - Add a new bpf_wq API for deferring events and refactor     process-context bpf_timer code to keep common code where possible.   - Harden the BPF verifier&apos;s and/or/xor value tracking.   - Introduce crypto kfuncs to let BPF programs call kernel crypto     APIs.   - Support bpf_tail_call_static() helper for BPF programs with GCC 13.   - Add bpf_preempt_{disable,enable}() kfuncs in order to allow a BPF     program to have code sections where preemption is disabled.  Driver API:   - Skip software TC processing completely if all installed rules are     marked as HW-only, instead of checking the HW-only flag rule by     rule.   - Add support for configuring PoE (Power over Ethernet), similar to     the already existing support for PoDL (Power over Data Line)     config.   - Initial bits of a queue control API, for now allowing a single     queue to be reset without disturbing packet flow to other queues.   - Common (ethtool) statistics for hardware timestamping.  Tests and tooling:   - Remove the need to create a config file to run the net forwarding     tests so that a naive &quot;make run_tests&quot; can exercise them.   - Define a method of writing tests which require an external endpoint     to communicate with (to send/receive data towards the test     machine). Add a few such tests.   - Create a shared code library for writing Python tests. Expose the     YAML Netlink library from tools/ to the tests for easy Netlink     access.   - Move netfilter tests under net/, extend them, separate performance     tests from correctness tests, and iron out issues found by running     them &quot;on every commit&quot;.   - Refactor BPF selftests to use common network helpers.   - Further work filling in YAML definitions of Netlink messages for:     nftables, team driver, bonding interfaces, vlan interfaces, VF     info, TC u32 mark, TC police action.   - Teach Python YAML Netlink to decode attribute policies.   - Extend the definition of the &quot;indexed array&quot; construct in the specs     to cover arrays of scalars rather than just nests.   - Add hyperlinks between definitions in generated Netlink docs.  Drivers:   - Make sure unsupported flower control flags are rejected by drivers,     and make more drivers report errors directly to the application     rather than dmesg (large number of driver changes from Asbj&#248;rn     Sloth T&#248;nnesen).   - Ethernet high-speed NICs:      - Broadcom (bnxt):         - support multiple RSS contexts and steering traffic to them         - support XDP metadata         - make page pool allocations more NUMA aware      - Intel (100G, ice, idpf):         - extract datapath code common among Intel drivers into a library         - use fewer resources in switchdev by sharing queues with the PF         - add PFCP filter support         - add Ethernet filter support         - use a spinlock instead of HW lock in PTP clock ops         - support 5 layer Tx scheduler topology      - nVidia/Mellanox:         - 800G link modes and 100G SerDes speeds         - per-queue IRQ coalescing configuration      - Marvell Octeon:         - support offloading TC packet mark action   - Ethernet NICs consumer, embedded and virtual:      - stop lying about skb-&gt;truesize in USB Ethernet drivers, it        messes up TCP memory calculations      - Google cloud vNIC:         - support changing ring size via ethtool         - support ring reset using the queue control API      - VirtIO net:         - expose flow hash from RSS to XDP         - per-queue statistics         - add selftests      - Synopsys (stmmac):         - support controllers which require an RX clock signal from the           MII bus to perform their hardware initialization      - TI:         - icssg_prueth: support ICSSG-based Ethernet on AM65x SR1.0 devices         - icssg_prueth: add SW TX / RX Coalescing based on hrtimers         - cpsw: minimal XDP support      - Renesas (ravb):         - support describing the MDIO bus      - Realtek (r8169):         - add support for RTL8168M      - Microchip Sparx5:         - matchall and flower actions mirred and redirect   - Ethernet switches:      - nVidia/Mellanox:         - improve events processing performance      - Marvell:         - add support for MV88E6250 family internal PHYs      - Microchip:         - add DCB and DSCP mapping support for KSZ switches         - vsc73xx: convert to PHYLINK      - Realtek:         - rtl8226b/rtl8221b: add C45 instances and SerDes switching   - Many driver changes related to PHYLIB and PHYLINK deprecated API     cleanup   - Ethernet PHYs:      - Add a new driver for Airoha EN8811H 2.5 Gigabit PHY.      - micrel: lan8814: add support for PPS out and external timestamp trigger   - WiFi:      - Disable Wireless Extensions (WEXT) in all Wi-Fi 7 devices        drivers. Modern devices can only be configured using nl80211.      - mac80211/cfg80211         - handle color change per link for WiFi 7 Multi-Link Operation      - Intel (iwlwifi):         - don&apos;t support puncturing in 5 GHz         - support monitor mode on passive channels         - BZ-W device support         - P2P with HE/EHT support         - re-add support for firmware API 90         - provide channel survey information for Automatic Channel Selection      - MediaTek (mt76):         - mt7921 LED control         - mt7925 EHT radiotap support         - mt7920e PCI support      - Qualcomm (ath11k):         - P2P support for QCA6390, WCN6855 and QCA2066         - support hibernation         - ieee80211-freq-limit Device Tree property support      - Qualcomm (ath12k):         - refactoring in preparation of multi-link support         - suspend and hibernation support         - ACPI support         - debugfs support, including dfs_simulate_radar support      - RealTek:         - rtw88: RTL8723CS SDIO device support         - rtw89: RTL8922AE Wi-Fi 7 PCI device support         - rtw89: complete features of new WiFi 7 chip 8922AE including           BT-coexistence and Wake-on-WLAN         - rtw89: use BIOS ACPI settings to set TX power and channels         - rtl8xxxu: enable Management Frame Protection (MFP) support   - Bluetooth:      - support for Intel BlazarI and Filmore Peak2 (BE201)      - support for MediaTek MT7921S SDIO      - initial support for Intel PCIe BT driver      - remove HCI_AMP support&quot;* tag &apos;net-next-6.10&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1827 commits)  selftests: netfilter: fix packetdrill conntrack testcase  net: gro: fix napi_gro_cb zeroed alignment  Bluetooth: btintel_pcie: Refactor and code cleanup  Bluetooth: btintel_pcie: Fix warning reported by sparse  Bluetooth: hci_core: Fix not handling hdev-&gt;le_num_of_adv_sets=1  Bluetooth: btintel: Fix compiler warning for multi_v7_defconfig config  Bluetooth: btintel_pcie: Fix compiler warnings  Bluetooth: btintel_pcie: Add *setup* function to download firmware  Bluetooth: btintel_pcie: Add support for PCIe transport  Bluetooth: btintel: Export few static functions  Bluetooth: HCI: Remove HCI_AMP support  Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()  Bluetooth: qca: Fix error code in qca_read_fw_build_info()  Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warning  Bluetooth: btintel: Add support for Filmore Peak2 (BE201)  Bluetooth: btintel: Add support for BlazarI  LE Create Connection command timeout increased to 20 secs  dt-bindings: net: bluetooth: Add MediaTek MT7921S SDIO Bluetooth  Bluetooth: compute LE flow credits based on recvbuf space  Bluetooth: hci_sync: Use cmd-&gt;num_cis instead of magic number  ...

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Wed, 15 May 2024 04:42:24 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a29689e60ed3e65463d6462390caad669d08a6b7 - net: handle HAS_IOPORT dependencies</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/ax25/Kconfig#a29689e60ed3e65463d6462390caad669d08a6b7</link>
        <description>net: handle HAS_IOPORT dependenciesIn a future patch HAS_IOPORT=n will disable inb()/outb() and friends atcompile time. We thus need to add HAS_IOPORT as dependency forthose drivers requiring them. For the DEFXX driver the use of I/Oports is optional and we only need to fence specific code paths. It alsoturns out that with HAS_IOPORT handled explicitly HAMRADIO does not needthe !S390 dependency and successfully builds the bpqether driver.Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Jakub Kicinski &lt;kuba@kernel.org&gt;Acked-by: Maciej W. Rozycki &lt;macro@orcam.me.uk&gt;Co-developed-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Arnd Bergmann &lt;arnd@kernel.org&gt;Signed-off-by: Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/net/ax25/Kconfig</description>
        <pubDate>Fri, 05 Apr 2024 13:18:31 +0200</pubDate>
        <dc:creator>Niklas Schnelle &lt;schnelle@linux.ibm.com&gt;</dc:creator>
    </item>
</channel>
</rss>
