<?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/drivers/net/wwan/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/drivers/net/wwan/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/drivers/net/wwan/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/drivers/net/wwan/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>eec90ea4ef946d40d82286878477d8becb7cb450 - Merge branch &apos;net-wwan-add-nmea-port-type-support&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#eec90ea4ef946d40d82286878477d8becb7cb450</link>
        <description>Merge branch &apos;net-wwan-add-nmea-port-type-support&apos;Slark Xiao says:====================net: wwan: add NMEA port type supportThe series introduces a long discussed NMEA port type support for theWWAN subsystem. There are two goals. From the WWAN driver perspective,NMEA exported as any other port type (e.g. AT, MBIM, QMI, etc.). Fromuser space software perspective, the exported chardev belongs to theGNSS class what makes it easy to distinguish desired port and the WWANdevice common to both NMEA and control (AT, MBIM, etc.) ports makes iteasy to locate a control port for the GNSS receiver activation.Done by exporting the NMEA port via the GNSS subsystem with the WWANcore acting as proxy between the WWAN modem driver and the GNSSsubsystem.The series starts from a cleanup patch. Then three patches prepares theWWAN core for the proxy style operation. Followed by a patch introding anew WWNA port type, integration with the GNSS subsystem and demux. Theseries ends with a couple of patches that introduce emulated EMEA portto the WWAN HW simulator.The series is the product of the discussion with Loic about the pros andcons of possible models and implementation. Also Muhammad and Slark dida great job defining the problem, sharing the code and pushing me tofinish the implementation. Daniele has caught an issue on driverunloading and suggested an investigation direction. What was concludedby Loic. Many thanks.====================Link: https://patch.msgid.link/20260126062158.308598-1-slark_xiao@163.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Sat, 31 Jan 2026 03:27:02 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>5b2e294e0cd1380886db700b5b2907a68adab5c7 - net: wwan: add NMEA port support</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#5b2e294e0cd1380886db700b5b2907a68adab5c7</link>
        <description>net: wwan: add NMEA port supportMany WWAN modems come with embedded GNSS receiver inside and have adedicated port to output geopositioning data. On the one hand, theGNSS receiver has little in common with WWAN modem and just shares ahost interface and should be exported using the GNSS subsystem. On theother hand, GNSS receiver is not automatically activated and needs ageneric WWAN control port (AT, MBIM, etc.) to be turned on. And a userspace software needs extra information to find the control port.Introduce the new type of WWAN port - NMEA. When driver asks to registera NMEA port, the core allocates common parent WWAN device as usual, butexports the NMEA port via the GNSS subsystem and acts as a proxy betweenthe device driver and the GNSS subsystem.From the WWAN device driver perspective, a NMEA port is registered as aregular WWAN port without any difference. And the driver interacts onlywith the WWAN core. From the user space perspective, the NMEA port is aGNSS device which parent can be used to enumerate and select the propercontrol port for the GNSS receiver management.CC: Slark Xiao &lt;slark_xiao@163.com&gt;CC: Muhammad Nuzaihan &lt;zaihan@unrealasia.net&gt;CC: Qiang Yu &lt;quic_qianyu@quicinc.com&gt;CC: Manivannan Sadhasivam &lt;manivannan.sadhasivam@linaro.org&gt;CC: Johan Hovold &lt;johan@kernel.org&gt;Suggested-by: Loic Poulain &lt;loic.poulain@oss.qualcomm.com&gt;Signed-off-by: Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;Reviewed-by: Loic Poulain &lt;loic.poulain@oss.qualcomm.com&gt;Link: https://patch.msgid.link/20260126062158.308598-6-slark_xiao@163.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Mon, 26 Jan 2026 07:21:55 +0100</pubDate>
        <dc:creator>Sergey Ryazanov &lt;ryazanov.s.a@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>7ae9fb1b7ecbb5d85d07857943f677fd1a559b18 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#7ae9fb1b7ecbb5d85d07857943f677fd1a559b18</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.3 merge window.

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 21 Feb 2023 20:19:49 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6f84981772535e670e4e2df051a672af229b6694 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#6f84981772535e670e4e2df051a672af229b6694</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging into drm-misc-next to get DRM accelerator infrastructure,which is required by ipuv driver.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Thu, 19 Jan 2023 10:56:12 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>407da561244b9d51e6a794d6305ba38ec2c9d907 - Merge tag &apos;v6.2-rc3&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#407da561244b9d51e6a794d6305ba38ec2c9d907</link>
        <description>Merge tag &apos;v6.2-rc3&apos; into nextMerge with mainline to bring in timer_shutdown_sync() API.

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 10 Jan 2023 05:28:19 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0d8eae7b124e2ddaee00f186fe922450faad0ed7 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#0d8eae7b124e2ddaee00f186fe922450faad0ed7</link>
        <description>Merge drm/drm-next into drm-intel-nextSync up with v6.2-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Mon, 02 Jan 2023 10:31:03 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>b501d4dc83aa3940189b68045cadc8b3eac73988 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#b501d4dc83aa3940189b68045cadc8b3eac73988</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextSync after v6.2-rc1 landed in drm-next.We need to get some dependencies in place before we can mergethe fixes series from Gwan-gyeong and Chris.References: https://lore.kernel.org/all/Y6x5JCDnh2rvh4lA@intel.com/Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Fri, 30 Dec 2022 10:09:09 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6599e683db1bf22fee74302c47e31b9a42a1c3d2 - Merge tag &apos;v6.2-rc1&apos; into media_tree</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#6599e683db1bf22fee74302c47e31b9a42a1c3d2</link>
        <description>Merge tag &apos;v6.2-rc1&apos; into media_treeLinux 6.2-rc1* tag &apos;v6.2-rc1&apos;: (14398 commits)  Linux 6.2-rc1  treewide: Convert del_timer*() to timer_shutdown*()  pstore: Properly assign mem_type property  pstore: Make sure CONFIG_PSTORE_PMSG selects CONFIG_RT_MUTEXES  cfi: Fix CFI failure with KASAN  perf python: Fix splitting CC into compiler and options  afs: Stop implementing -&gt;writepage()  afs: remove afs_cache_netfs and afs_zap_permits() declarations  afs: remove variable nr_servers  afs: Fix lost servers_outstanding count  ALSA: usb-audio: Add new quirk FIXED_RATE for JBL Quantum810 Wireless  ALSA: azt3328: Remove the unused function snd_azf3328_codec_outl()  gcov: add support for checksum field  test_maple_tree: add test for mas_spanning_rebalance() on insufficient data  maple_tree: fix mas_spanning_rebalance() on insufficient data  hugetlb: really allocate vma lock for all sharable vmas  kmsan: export kmsan_handle_urb  kmsan: include linux/vmalloc.h  mm/mempolicy: fix memory leak in set_mempolicy_home_node system call  mm, mremap: fix mremap() expanding vma with addr inside vma  ...

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Wed, 28 Dec 2022 17:07:44 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1e5b3968a57d7894d5f86a2ecb58fa057cb6f7b2 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#1e5b3968a57d7894d5f86a2ecb58fa057cb6f7b2</link>
        <description>Merge drm/drm-next into drm-misc-nextBackmerging to get v6.1-rc6 into drm-misc-next.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Thu, 24 Nov 2022 09:28:05 +0100</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>2c55d703391acf7e9101da596d0c15ee03b318a3 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#2c55d703391acf7e9101da596d0c15ee03b318a3</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the fixes cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 03 Jan 2023 08:32:12 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>2d78eb0342dd2c9c5cde9ae9ada1d33f189a858b - Merge branch &apos;for-next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#2d78eb0342dd2c9c5cde9ae9ada1d33f189a858b</link>
        <description>Merge branch &apos;for-next&apos; into for-linus

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Thu, 22 Dec 2022 09:11:48 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>1a931707ad4a46e79d4ecfee56d8f6e8cc8d4f28 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#1a931707ad4a46e79d4ecfee56d8f6e8cc8d4f28</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf/coreTo resolve a trivial merge conflict with c302378bc157f6a7 (&quot;libbpf:Hashmap interface update to allow both long and void* keys/values&quot;),where a function present upstream was removed in the perf toolsdevelopment tree.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Fri, 16 Dec 2022 13:53:53 +0100</pubDate>
        <dc:creator>Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>4f2c0a4acffbec01079c28f839422e64ddeff004 - Merge branch &apos;main&apos; into zstd-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#4f2c0a4acffbec01079c28f839422e64ddeff004</link>
        <description>Merge branch &apos;main&apos; into zstd-linus

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Wed, 14 Dec 2022 01:21:55 +0100</pubDate>
        <dc:creator>Nick Terrell &lt;terrelln@fb.com&gt;</dc:creator>
    </item>
<item>
        <title>7e68dd7d07a28faa2e6574dd6b9dbd90cdeaae91 - Merge tag &apos;net-next-6.2&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/wwan/Kconfig#7e68dd7d07a28faa2e6574dd6b9dbd90cdeaae91</link>
        <description>Merge tag &apos;net-next-6.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;Core:   - Allow live renaming when an interface is up   - Add retpoline wrappers for tc, improving considerably the     performances of complex queue discipline configurations   - Add inet drop monitor support   - A few GRO performance improvements   - Add infrastructure for atomic dev stats, addressing long standing     data races   - De-duplicate common code between OVS and conntrack offloading     infrastructure   - A bunch of UBSAN_BOUNDS/FORTIFY_SOURCE improvements   - Netfilter: introduce packet parser for tunneled packets   - Replace IPVS timer-based estimators with kthreads to scale up the     workload with the number of available CPUs   - Add the helper support for connection-tracking OVS offload  BPF:   - Support for user defined BPF objects: the use case is to allocate     own objects, build own object hierarchies and use the building     blocks to build own data structures flexibly, for example, linked     lists in BPF   - Make cgroup local storage available to non-cgroup attached BPF     programs   - Avoid unnecessary deadlock detection and failures wrt BPF task     storage helpers   - A relevant bunch of BPF verifier fixes and improvements   - Veristat tool improvements to support custom filtering, sorting,     and replay of results   - Add LLVM disassembler as default library for dumping JITed code   - Lots of new BPF documentation for various BPF maps   - Add bpf_rcu_read_{,un}lock() support for sleepable programs   - Add RCU grace period chaining to BPF to wait for the completion of     access from both sleepable and non-sleepable BPF programs   - Add support storing struct task_struct objects as kptrs in maps   - Improve helper UAPI by explicitly defining BPF_FUNC_xxx integer     values   - Add libbpf *_opts API-variants for bpf_*_get_fd_by_id() functions  Protocols:   - TCP: implement Protective Load Balancing across switch links   - TCP: allow dynamically disabling TCP-MD5 static key, reverting back     to fast[er]-path   - UDP: Introduce optional per-netns hash lookup table   - IPv6: simplify and cleanup sockets disposal   - Netlink: support different type policies for each generic netlink     operation   - MPTCP: add MSG_FASTOPEN and FastOpen listener side support   - MPTCP: add netlink notification support for listener sockets events   - SCTP: add VRF support, allowing sctp sockets binding to VRF devices   - Add bridging MAC Authentication Bypass (MAB) support   - Extensions for Ethernet VPN bridging implementation to better     support multicast scenarios   - More work for Wi-Fi 7 support, comprising conversion of all the     existing drivers to internal TX queue usage   - IPSec: introduce a new offload type (packet offload) allowing     complete header processing and crypto offloading   - IPSec: extended ack support for more descriptive XFRM error     reporting   - RXRPC: increase SACK table size and move processing into a     per-local endpoint kernel thread, reducing considerably the     required locking   - IEEE 802154: synchronous send frame and extended filtering support,     initial support for scanning available 15.4 networks   - Tun: bump the link speed from 10Mbps to 10Gbps   - Tun/VirtioNet: implement UDP segmentation offload support  Driver API:   - PHY/SFP: improve power level switching between standard level 1 and     the higher power levels   - New API for netdev &lt;-&gt; devlink_port linkage   - PTP: convert existing drivers to new frequency adjustment     implementation   - DSA: add support for rx offloading   - Autoload DSA tagging driver when dynamically changing protocol   - Add new PCP and APPTRUST attributes to Data Center Bridging   - Add configuration support for 800Gbps link speed   - Add devlink port function attribute to enable/disable RoCE and     migratable   - Extend devlink-rate to support strict prioriry and weighted fair     queuing   - Add devlink support to directly reading from region memory   - New device tree helper to fetch MAC address from nvmem   - New big TCP helper to simplify temporary header stripping  New hardware / drivers:   - Ethernet:      - Marvel Octeon CNF95N and CN10KB Ethernet Switches      - Marvel Prestera AC5X Ethernet Switch      - WangXun 10 Gigabit NIC      - Motorcomm yt8521 Gigabit Ethernet      - Microchip ksz9563 Gigabit Ethernet Switch      - Microsoft Azure Network Adapter      - Linux Automation 10Base-T1L adapter   - PHY:      - Aquantia AQR112 and AQR412      - Motorcomm YT8531S   - PTP:      - Orolia ART-CARD   - WiFi:      - MediaTek Wi-Fi 7 (802.11be) devices      - RealTek rtw8821cu, rtw8822bu, rtw8822cu and rtw8723du USB        devices   - Bluetooth:      - Broadcom BCM4377/4378/4387 Bluetooth chipsets      - Realtek RTL8852BE and RTL8723DS      - Cypress.CYW4373A0 WiFi + Bluetooth combo device  Drivers:   - CAN:      - gs_usb: bus error reporting support      - kvaser_usb: listen only and bus error reporting support   - Ethernet NICs:      - Intel (100G):         - extend action skbedit to RX queue mapping         - implement devlink-rate support         - support direct read from memory      - nVidia/Mellanox (mlx5):         - SW steering improvements, increasing rules update rate         - Support for enhanced events compression         - extend H/W offload packet manipulation capabilities         - implement IPSec packet offload mode      - nVidia/Mellanox (mlx4):         - better big TCP support      - Netronome Ethernet NICs (nfp):         - IPsec offload support         - add support for multicast filter      - Broadcom:         - RSS and PTP support improvements      - AMD/SolarFlare:         - netlink extened ack improvements         - add basic flower matches to offload, and related stats      - Virtual NICs:         - ibmvnic: introduce affinity hint support      - small / embedded:         - FreeScale fec: add initial XDP support         - Marvel mv643xx_eth: support MII/GMII/RGMII modes for Kirkwood         - TI am65-cpsw: add suspend/resume support         - Mediatek MT7986: add RX wireless wthernet dispatch support         - Realtek 8169: enable GRO software interrupt coalescing per           default   - Ethernet high-speed switches:      - Microchip (sparx5):         - add support for Sparx5 TC/flower H/W offload via VCAP      - Mellanox mlxsw:         - add 802.1X and MAC Authentication Bypass offload support         - add ip6gre support   - Embedded Ethernet switches:      - Mediatek (mtk_eth_soc):         - improve PCS implementation, add DSA untag support         - enable flow offload support      - Renesas:         - add rswitch R-Car Gen4 gPTP support      - Microchip (lan966x):         - add full XDP support         - add TC H/W offload via VCAP         - enable PTP on bridge interfaces      - Microchip (ksz8):         - add MTU support for KSZ8 series   - Qualcomm 802.11ax WiFi (ath11k):      - support configuring channel dwell time during scan   - MediaTek WiFi (mt76):      - enable Wireless Ethernet Dispatch (WED) offload support      - add ack signal support      - enable coredump support      - remain_on_channel support   - Intel WiFi (iwlwifi):      - enable Wi-Fi 7 Extremely High Throughput (EHT) PHY capabilities      - 320 MHz channels support   - RealTek WiFi (rtw89):      - new dynamic header firmware format support      - wake-over-WLAN support&quot;* tag &apos;net-next-6.2&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (2002 commits)  ipvs: fix type warning in do_div() on 32 bit  net: lan966x: Remove a useless test in lan966x_ptp_add_trap()  net: ipa: add IPA v4.7 support  dt-bindings: net: qcom,ipa: Add SM6350 compatible  bnxt: Use generic HBH removal helper in tx path  IPv6/GRO: generic helper to remove temporary HBH/jumbo header in driver  selftests: forwarding: Add bridge MDB test  selftests: forwarding: Rename bridge_mdb test  bridge: mcast: Support replacement of MDB port group entries  bridge: mcast: Allow user space to specify MDB entry routing protocol  bridge: mcast: Allow user space to add (*, G) with a source list and filter mode  bridge: mcast: Add support for (*, G) with a source list and filter mode  bridge: mcast: Avoid arming group timer when (S, G) corresponds to a source  bridge: mcast: Add a flag for user installed source entries  bridge: mcast: Expose __br_multicast_del_group_src()  bridge: mcast: Expose br_multicast_new_group_src()  bridge: mcast: Add a centralized error path  bridge: mcast: Place netlink policy before validation functions  bridge: mcast: Split (*, G) and (S, G) addition into different functions  bridge: mcast: Do not derive entry type from its filter mode  ...

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Wed, 14 Dec 2022 00:47:48 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>ab970ae1d63822228bdc84b9c1514efbd2f66da7 - Merge branch &apos;for-6.2/default-remove-cleanup&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#ab970ae1d63822228bdc84b9c1514efbd2f66da7</link>
        <description>Merge branch &apos;for-6.2/default-remove-cleanup&apos; into for-linus- removal of superfluous hid_hw_stop() calls for drivers with default  .remove callback (Marcus Folkesson)

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 13 Dec 2022 14:28:47 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>d69e8c63fcbbf695ff7ff2c6d26efead23cfbb3a - Merge tag &apos;v6.1-rc8&apos; into rdma.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#d69e8c63fcbbf695ff7ff2c6d26efead23cfbb3a</link>
        <description>Merge tag &apos;v6.1-rc8&apos; into rdma.git for-nextFor dependencies in following patchesSigned-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Fri, 09 Dec 2022 20:52:17 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>8ec2d95f50c06f5cf2a2b94bcdf47f494f91ad55 - Merge tag &apos;asoc-v6.2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#8ec2d95f50c06f5cf2a2b94bcdf47f494f91ad55</link>
        <description>Merge tag &apos;asoc-v6.2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-nextASoC: Updates for v6.2This is a fairly sedate release for the core code, but there&apos;s been alot of driver work especially around the x86 platforms and device treeupdates: - More cleanups of the DAPM code from Morimoto-san. - Factoring out of mapping hw_params onto SoundWire configuration by   Charles Keepax. - The ever ongoing overhauls of the Intel DSP code continue, including   support for loading libraries and probes with IPC4 on SOF. - Support for more sample formats on JZ4740. - Lots of device tree conversions and fixups. - Support for Allwinner D1, a range of AMD and Intel systems, Mediatek   systems with multiple DMICs, Nuvoton NAU8318, NXP fsl_rpmsg and   i.MX93, Qualcomm AudioReach Enable, MFC and SAL, RealTek RT1318 and   Rockchip RK3588There&apos;s more cross tree updates than usual, though all fairly minor: - Some OMAP board file updates that were depedencies for removing their   providers in ASoC, as part of a wider effort removing the support for   the relevant OMAP platforms. - A new I2C API required for updates to the new I2C probe API. - A DRM update making use of a new API for fixing the capabilities   advertised via hdmi-codec.Since this is being sent early I might send some more stuff if you&apos;venot yet sent your pull request and there&apos;s more come in.

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 06 Dec 2022 11:13:26 +0100</pubDate>
        <dc:creator>Takashi Iwai &lt;tiwai@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>90337f526c98129b0b180fc52dc5f57d8e7a8614 - Merge tag &apos;v6.1-rc7&apos; into iommufd.git for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/wwan/Kconfig#90337f526c98129b0b180fc52dc5f57d8e7a8614</link>
        <description>Merge tag &apos;v6.1-rc7&apos; into iommufd.git for-nextResolve conflicts in drivers/vfio/vfio_main.c by using the iommfd version.The rc fix was done a different way when iommufd patches reworked thiscode.Signed-off-by: Jason Gunthorpe &lt;jgg@nvidia.com&gt;

            List of files:
            /linux/drivers/net/wwan/Kconfig</description>
        <pubDate>Tue, 29 Nov 2022 21:42:27 +0100</pubDate>
        <dc:creator>Jason Gunthorpe &lt;jgg@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
