<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/source/rss.xsl.xml"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
    <title>Changes in Makefile</title>
    <description></description>
    <language>en</language>
    <copyright>Copyright 2015</copyright>
    <generator>Java</generator><item>
        <title>91a4855d6c03e770e42f17c798a36a3c46e63de2 - Merge tag &apos;net-next-7.1&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/ipa/Makefile#91a4855d6c03e770e42f17c798a36a3c46e63de2</link>
        <description>Merge tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core &amp; protocols:   - Support HW queue leasing, allowing containers to be granted access     to HW queues for zero-copy operations and AF_XDP   - Number of code moves to help the compiler with inlining. Avoid     output arguments for returning drop reason where possible   - Rework drop handling within qdiscs to include more metadata about     the reason and dropping qdisc in the tracepoints   - Remove the rtnl_lock use from IP Multicast Routing   - Pack size information into the Rx Flow Steering table pointer     itself. This allows making the table itself a flat array of u32s,     thus making the table allocation size a power of two   - Report TCP delayed ack timer information via socket diag   - Add ip_local_port_step_width sysctl to allow distributing the     randomly selected ports more evenly throughout the allowed space   - Add support for per-route tunsrc in IPv6 segment routing   - Start work of switching sockopt handling to iov_iter   - Improve dynamic recvbuf sizing in MPTCP, limit burstiness and avoid     buffer size drifting up   - Support MSG_EOR in MPTCP   - Add stp_mode attribute to the bridge driver for STP mode selection.     This addresses concerns about call_usermodehelper() usage   - Remove UDP-Lite support (as announced in 2023)   - Remove support for building IPv6 as a module. Remove the now     unnecessary function calling indirection  Cross-tree stuff:   - Move Michael MIC code from generic crypto into wireless, it&apos;s     considered insecure but some WiFi networks still need it  Netfilter:   - Switch nft_fib_ipv6 module to no longer need temporary dst_entry     object allocations by using fib6_lookup() + RCU.     Florian W reports this gets us ~13% higher packet rate   - Convert IPVS&apos;s global __ip_vs_mutex to per-net service_mutex and     switch the service tables to be per-net. Convert some code that     walks the service lists to use RCU instead of the service_mutex   - Add more opinionated input validation to lower security exposure   - Make IPVS hash tables to be per-netns and resizable  Wireless:   - Finished assoc frame encryption/EPPKE/802.1X-over-auth   - Radar detection improvements   - Add 6 GHz incumbent signal detection APIs   - Multi-link support for FILS, probe response templates and client     probing   - New APIs and mac80211 support for NAN (Neighbor Aware Networking,     aka Wi-Fi Aware) so less work must be in firmware  Driver API:   - Add numerical ID for devlink instances (to avoid having to create     fake bus/device pairs just to have an ID). Support shared devlink     instances which span multiple PFs   - Add standard counters for reporting pause storm events (implement     in mlx5 and fbnic)   - Add configuration API for completion writeback buffering (implement     in mana)   - Support driver-initiated change of RSS context sizes   - Support DPLL monitoring input frequency (implement in zl3073x)   - Support per-port resources in devlink (implement in mlx5)  Misc:   - Expand the YAML spec for Netfilter  Drivers   - Software:      - macvlan: support multicast rx for bridge ports with shared        source MAC address      - team: decouple receive and transmit enablement for IEEE 802.3ad        LACP &quot;independent control&quot;   - Ethernet high-speed NICs:      - nVidia/Mellanox:         - support high order pages in zero-copy mode (for payload           coalescing)         - support multiple packets in a page (for systems with 64kB           pages)      - Broadcom 25-400GE (bnxt):         - implement XDP RSS hash metadata extraction         - add software fallback for UDP GSO, lowering the IOMMU cost      - Broadcom 800GE (bnge):         - add link status and configuration handling         - add various HW and SW statistics      - Marvell/Cavium:         - NPC HW block support for cn20k      - Huawei (hinic3):         - add mailbox / control queue         - add rx VLAN offload         - add driver info and link management   - Ethernet NICs:      - Marvell/Aquantia:         - support reading SFP module info on some AQC100 cards      - Realtek PCI (r8169):         - add support for RTL8125cp      - Realtek USB (r8152):         - support for the RTL8157 5Gbit chip         - add 2500baseT EEE status/configuration support   - Ethernet NICs embedded and off-the-shelf IP:      - Synopsys (stmmac):         - cleanup and reorganize SerDes handling and PCS support         - cleanup descriptor handling and per-platform data         - cleanup and consolidate MDIO defines and handling         - shrink driver memory use for internal structures         - improve Tx IRQ coalescing         - improve TCP segmentation handling         - add support for Spacemit K3      - Cadence (macb):         - support PHYs that have inband autoneg disabled with GEM         - support IEEE 802.3az EEE         - rework usrio capabilities and handling      - AMD (xgbe):         - improve power management for S0i3         - improve TX resilience for link-down handling   - Virtual:      - Google cloud vNIC:         - support larger ring sizes in DQO-QPL mode         - improve HW-GRO handling         - support UDP GSO for DQO format      - PCIe NTB:         - support queue count configuration   - Ethernet PHYs:      - automatically disable PHY autonomous EEE if MAC is in charge      - Broadcom:         - add BCM84891/BCM84892 support      - Micrel:         - support for LAN9645X internal PHY      - Realtek:         - add RTL8224 pair order support         - support PHY LEDs on RTL8211F-VD         - support spread spectrum clocking (SSC)      - Maxlinear:         - add PHY-level statistics via ethtool   - Ethernet switches:      - Maxlinear (mxl862xx):         - support for bridge offloading         - support for VLANs         - support driver statistics   - Bluetooth:      - large number of fixes and new device IDs      - Mediatek:         - support MT6639 (MT7927)         - support MT7902 SDIO   - WiFi:      - Intel (iwlwifi):         - UNII-9 and continuing UHR work      - MediaTek (mt76):         - mt7996/mt7925 MLO fixes/improvements         - mt7996 NPU support (HW eth/wifi traffic offload)      - Qualcomm (ath12k):         - monitor mode support on IPQ5332         - basic hwmon temperature reporting         - support IPQ5424      - Realtek:         - add USB RX aggregation to improve performance         - add USB TX flow control by tracking in-flight URBs   - Cellular:      - IPA v5.2 support&quot;* tag &apos;net-next-7.1&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1561 commits)  net: pse-pd: fix kernel-doc function name for pse_control_find_by_id()  wireguard: device: use exit_rtnl callback instead of manual rtnl_lock in pre_exit  wireguard: allowedips: remove redundant space  tools: ynl: add sample for wireguard  wireguard: allowedips: Use kfree_rcu() instead of call_rcu()  MAINTAINERS: Add netkit selftest files  selftests/net: Add additional test coverage in nk_qlease  selftests/net: Split netdevsim tests from HW tests in nk_qlease  tools/ynl: Make YnlFamily closeable as a context manager  net: airoha: Add missing PPE configurations in airoha_ppe_hw_init()  net: airoha: Fix VIP configuration for AN7583 SoC  net: caif: clear client service pointer on teardown  net: strparser: fix skb_head leak in strp_abort_strp()  net: usb: cdc-phonet: fix skb frags[] overflow in rx_complete()  selftests/bpf: add test for xdp_master_redirect with bond not up  net, bpf: fix null-ptr-deref in xdp_master_redirect() for down master  net: airoha: Remove PCE_MC_EN_MASK bit in REG_FE_PCE_CFG configuration  sctp: disable BH before calling udp_tunnel_xmit_skb()  sctp: fix missing encap_port propagation for GSO fragments  net: airoha: Rely on net_device pointer in ETS callbacks  ...

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Wed, 15 Apr 2026 03:36:10 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>06b97ff99712b3c55593d9a19326d01ff8d99b04 - Merge branch &apos;ipa-v5-2-support&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#06b97ff99712b3c55593d9a19326d01ff8d99b04</link>
        <description>Merge branch &apos;ipa-v5-2-support&apos;Luca Weiss says:====================IPA v5.2 supportAdd support for IPA v5.2 which can be found in the Milos SoC.====================Link: https://patch.msgid.link/20260410-ipa-v5-2-v2-0-778422a05060@fairphone.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Mon, 13 Apr 2026 00:26:18 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>4bf38bac1b2e2586a14529053cf56346db8a0032 - net: ipa: add IPA v5.2 configuration data</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#4bf38bac1b2e2586a14529053cf56346db8a0032</link>
        <description>net: ipa: add IPA v5.2 configuration dataAdd the configuration data required for IPA v5.2, which is used inthe Qualcomm Milos SoC.Reviewed-by: Simon Horman &lt;horms@kernel.org&gt;Signed-off-by: Luca Weiss &lt;luca.weiss@fairphone.com&gt;Link: https://patch.msgid.link/20260410-ipa-v5-2-v2-2-778422a05060@fairphone.comSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Fri, 10 Apr 2026 09:40:08 +0200</pubDate>
        <dc:creator>Luca Weiss &lt;luca.weiss@fairphone.com&gt;</dc:creator>
    </item>
<item>
        <title>a23e1966932464e1c5226cb9ac4ce1d5fc10ba22 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

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

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

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 16 May 2024 09:33:01 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tursulin@ursulin.net&gt;</dc:creator>
    </item>
<item>
        <title>06d07429858317ded2db7986113a9e0129cd599b - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#06d07429858317ded2db7986113a9e0129cd599b</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to get the drm_printer changes to drm-intel-next.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 29 Feb 2024 10:57:56 +0100</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>41c177cf354126a22443b5c80cec9fdd313e67e1 - Merge tag &apos;drm-misc-next-2024-02-08&apos; into msm-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#41c177cf354126a22443b5c80cec9fdd313e67e1</link>
        <description>Merge tag &apos;drm-misc-next-2024-02-08&apos; into msm-nextMerge the drm-misc tree to uprev MSM CI.Signed-off-by: Rob Clark &lt;robdclark@chromium.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Sun, 11 Feb 2024 21:34:07 +0100</pubDate>
        <dc:creator>Rob Clark &lt;robdclark@chromium.org&gt;</dc:creator>
    </item>
<item>
        <title>4db102dcb0396a4ccf89b1eac0f4eb3fd167a080 - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#4db102dcb0396a4ccf89b1eac0f4eb3fd167a080</link>
        <description>Merge drm/drm-next into drm-misc-nextKickstart 6.9 development cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Mon, 29 Jan 2024 14:20:23 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>be3382ecdf317f005e7d47356d0a9256cc36dd88 - Merge drm/drm-next into drm-xe-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#be3382ecdf317f005e7d47356d0a9256cc36dd88</link>
        <description>Merge drm/drm-next into drm-xe-nextSync to v6.8-rc1.Signed-off-by: Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Tue, 23 Jan 2024 00:10:10 +0100</pubDate>
        <dc:creator>Lucas De Marchi &lt;lucas.demarchi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>03c11eb3b16dc0058589751dfd91f254be2be613 - Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branch</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#03c11eb3b16dc0058589751dfd91f254be2be613</link>
        <description>Merge tag &apos;v6.8-rc4&apos; into x86/percpu, to resolve conflicts and refresh the branchConflicts:	arch/x86/include/asm/percpu.h	arch/x86/include/asm/text-patching.hSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Wed, 14 Feb 2024 10:45:07 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>42ac0be18bfa09c03f52244f7c3e15c89b38532f - Merge branch &apos;linus&apos; into x86/mm, to refresh the branch and pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#42ac0be18bfa09c03f52244f7c3e15c89b38532f</link>
        <description>Merge branch &apos;linus&apos; into x86/mm, to refresh the branch and pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Fri, 26 Jan 2024 10:26:50 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>fe33c0fbed75dd464747c0faaedf94c7d8eb4101 - Merge branch &apos;master&apos; into mm-hotfixes-stable</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#fe33c0fbed75dd464747c0faaedf94c7d8eb4101</link>
        <description>Merge branch &apos;master&apos; into mm-hotfixes-stable

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Wed, 17 Jan 2024 21:58:28 +0100</pubDate>
        <dc:creator>Andrew Morton &lt;akpm@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>cf79f291f985662150363b4a93d16f88f12643bc - Merge v6.8-rc1 into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#cf79f291f985662150363b4a93d16f88f12643bc</link>
        <description>Merge v6.8-rc1 into drm-misc-fixesLet&apos;s kickstart the 6.8 fix cycle.Signed-off-by: Maxime Ripard &lt;mripard@kernel.org&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Mon, 22 Jan 2024 09:44:15 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;mripard@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>3e7aeb78ab01c2c2f0e1f784e5ddec88fcd3d106 - Merge tag &apos;net-next-6.8&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/ipa/Makefile#3e7aeb78ab01c2c2f0e1f784e5ddec88fcd3d106</link>
        <description>Merge tag &apos;net-next-6.8&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;The most interesting thing is probably the networking structs  reorganization and a significant amount of changes is around  self-tests.  Core &amp; protocols:   - Analyze and reorganize core networking structs (socks, netdev,     netns, mibs) to optimize cacheline consumption and set up build     time warnings to safeguard against future header changes     This improves TCP performances with many concurrent connections up     to 40%   - Add page-pool netlink-based introspection, exposing the memory     usage and recycling stats. This helps indentify bad PP users and     possible leaks   - Refine TCP/DCCP source port selection to no longer favor even     source port at connect() time when IP_LOCAL_PORT_RANGE is set. This     lowers the time taken by connect() for hosts having many active     connections to the same destination   - Refactor the TCP bind conflict code, shrinking related socket     structs   - Refactor TCP SYN-Cookie handling, as a preparation step to allow     arbitrary SYN-Cookie processing via eBPF   - Tune optmem_max for 0-copy usage, increasing the default value to     128KB and namespecifying it   - Allow coalescing for cloned skbs coming from page pools, improving     RX performances with some common configurations   - Reduce extension header parsing overhead at GRO time   - Add bridge MDB bulk deletion support, allowing user-space to     request the deletion of matching entries   - Reorder nftables struct members, to keep data accessed by the     datapath first   - Introduce TC block ports tracking and use. This allows supporting     multicast-like behavior at the TC layer   - Remove UAPI support for retired TC qdiscs (dsmark, CBQ and ATM) and     classifiers (RSVP and tcindex)   - More data-race annotations   - Extend the diag interface to dump TCP bound-only sockets   - Conditional notification of events for TC qdisc class and actions   - Support for WPAN dynamic associations with nearby devices, to form     a sub-network using a specific PAN ID   - Implement SMCv2.1 virtual ISM device support   - Add support for Batman-avd mulicast packet type  BPF:   - Tons of verifier improvements:       - BPF register bounds logic and range support along with a large         test suite       - log improvements       - complete precision tracking support for register spills       - track aligned STACK_ZERO cases as imprecise spilled registers.         This improves the verifier &quot;instructions processed&quot; metric from         single digit to 50-60% for some programs       - support for user&apos;s global BPF subprogram arguments with few         commonly requested annotations for a better developer         experience       - support tracking of BPF_JNE which helps cases when the compiler         transforms (unsigned) &quot;a &gt; 0&quot; into &quot;if a == 0 goto xxx&quot; and the         like       - several fixes   - Add initial TX metadata implementation for AF_XDP with support in     mlx5 and stmmac drivers. Two types of offloads are supported right     now, that is, TX timestamp and TX checksum offload   - Fix kCFI bugs in BPF all forms of indirect calls from BPF into     kernel and from kernel into BPF work with CFI enabled. This allows     BPF to work with CONFIG_FINEIBT=y   - Change BPF verifier logic to validate global subprograms lazily     instead of unconditionally before the main program, so they can be     guarded using BPF CO-RE techniques   - Support uid/gid options when mounting bpffs   - Add a new kfunc which acquires the associated cgroup of a task     within a specific cgroup v1 hierarchy where the latter is     identified by its id   - Extend verifier to allow bpf_refcount_acquire() of a map value     field obtained via direct load which is a use-case needed in     sched_ext   - Add BPF link_info support for uprobe multi link along with bpftool     integration for the latter   - Support for VLAN tag in XDP hints   - Remove deprecated bpfilter kernel leftovers given the project is     developed in user-space (https://github.com/facebook/bpfilter)  Misc:   - Support for parellel TC self-tests execution   - Increase MPTCP self-tests coverage   - Updated the bridge documentation, including several so-far     undocumented features   - Convert all the net self-tests to run in unique netns, to avoid     random failures due to conflict and allow concurrent runs   - Add TCP-AO self-tests   - Add kunit tests for both cfg80211 and mac80211   - Autogenerate Netlink families documentation from YAML spec   - Add yml-gen support for fixed headers and recursive nests, the tool     can now generate user-space code for all genetlink families for     which we have specs   - A bunch of additional module descriptions fixes   - Catch incorrect freeing of pages belonging to a page pool  Driver API:   - Rust abstractions for network PHY drivers; do not cover yet the     full C API, but already allow implementing functional PHY drivers     in rust   - Introduce queue and NAPI support in the netdev Netlink interface,     allowing complete access to the device &lt;&gt; NAPIs &lt;&gt; queues     relationship   - Introduce notifications filtering for devlink to allow control     application scale to thousands of instances   - Improve PHY validation, requesting rate matching information for     each ethtool link mode supported by both the PHY and host   - Add support for ethtool symmetric-xor RSS hash   - ACPI based Wifi band RFI (WBRF) mitigation feature for the AMD     platform   - Expose pin fractional frequency offset value over new DPLL generic     netlink attribute   - Convert older drivers to platform remove callback returning void   - Add support for PHY package MMD read/write  New hardware / drivers:   - Ethernet:       - Octeon CN10K devices       - Broadcom 5760X P7       - Qualcomm SM8550 SoC       - Texas Instrument DP83TG720S PHY   - Bluetooth:       - IMC Networks Bluetooth radio  Removed:   - WiFi:       - libertas 16-bit PCMCIA support       - Atmel at76c50x drivers       - HostAP ISA/PCMCIA style 802.11b driver       - zd1201 802.11b USB dongles       - Orinoco ISA/PCMCIA 802.11b driver       - Aviator/Raytheon driver       - Planet WL3501 driver       - RNDIS USB 802.11b driver  Driver updates:   - Ethernet high-speed NICs:       - Intel (100G, ice, idpf):          - allow one by one port representors creation and removal          - add temperature and clock information reporting          - add get/set for ethtool&apos;s header split ringparam          - add again FW logging          - adds support switchdev hardware packet mirroring          - iavf: implement symmetric-xor RSS hash          - igc: add support for concurrent physical and free-running            timers          - i40e: increase the allowable descriptors       - nVidia/Mellanox:          - Preparation for Socket-Direct multi-dev netdev. That will            allow in future releases combining multiple PFs devices            attached to different NUMA nodes under the same netdev       - Broadcom (bnxt):          - TX completion handling improvements          - add basic ntuple filter support          - reduce MSIX vectors usage for MQPRIO offload          - add VXLAN support, USO offload and TX coalesce completion            for P7       - Marvell Octeon EP:          - xmit-more support          - add PF-VF mailbox support and use it for FW notifications            for VFs       - Wangxun (ngbe/txgbe):          - implement ethtool functions to operate pause param, ring            param, coalesce channel number and msglevel       - Netronome/Corigine (nfp):          - add flow-steering support          - support UDP segmentation offload   - Ethernet NICs embedded, slower, virtual:       - Xilinx AXI: remove duplicate DMA code adopting the dma engine         driver       - stmmac: add support for HW-accelerated VLAN stripping       - TI AM654x sw: add mqprio, frame preemption &amp; coalescing       - gve: add support for non-4k page sizes.       - virtio-net: support dynamic coalescing moderation   - nVidia/Mellanox Ethernet datacenter switches:       - allow firmware upgrade without a reboot       - more flexible support for bridge flooding via the compressed         FID flooding mode   - Ethernet embedded switches:       - Microchip:          - fine-tune flow control and speed configurations in KSZ8xxx          - KSZ88X3: enable setting rmii reference       - Renesas:          - add jumbo frames support       - Marvell:          - 88E6xxx: add &quot;eth-mac&quot; and &quot;rmon&quot; stats support   - Ethernet PHYs:       - aquantia: add firmware load support       - at803x: refactor the driver to simplify adding support for more         chip variants       - NXP C45 TJA11xx: Add MACsec offload support   - Wifi:       - MediaTek (mt76):          - NVMEM EEPROM improvements          - mt7996 Extremely High Throughput (EHT) improvements          - mt7996 Wireless Ethernet Dispatcher (WED) support          - mt7996 36-bit DMA support       - Qualcomm (ath12k):          - support for a single MSI vector          - WCN7850: support AP mode       - Intel (iwlwifi):          - new debugfs file fw_dbg_clear          - allow concurrent P2P operation on DFS channels   - Bluetooth:       - QCA2066: support HFP offload       - ISO: more broadcast-related improvements       - NXP: better recovery in case receiver/transmitter get out of sync&quot;* tag &apos;net-next-6.8&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1714 commits)  lan78xx: remove redundant statement in lan78xx_get_eee  lan743x: remove redundant statement in lan743x_ethtool_get_eee  bnxt_en: Fix RCU locking for ntuple filters in bnxt_rx_flow_steer()  bnxt_en: Fix RCU locking for ntuple filters in bnxt_srxclsrldel()  bnxt_en: Remove unneeded variable in bnxt_hwrm_clear_vnic_filter()  tcp: Revert no longer abort SYN_SENT when receiving some ICMP  Revert &quot;mlx5 updates 2023-12-20&quot;  Revert &quot;net: stmmac: Enable Per DMA Channel interrupt&quot;  ipvlan: Remove usage of the deprecated ida_simple_xx() API  ipvlan: Fix a typo in a comment  net/sched: Remove ipt action tests  net: stmmac: Use interrupt mode INTM=1 for per channel irq  net: stmmac: Add support for TX/RX channel interrupt  net: stmmac: Make MSI interrupt routine generic  dt-bindings: net: snps,dwmac: per channel irq  net: phy: at803x: make read_status more generic  net: phy: at803x: add support for cdt cross short test for qca808x  net: phy: at803x: refactor qca808x cable test get status function  net: phy: at803x: generalize cdt fault length function  net: ethernet: cortina: Drop TSO support  ...

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 11 Jan 2024 19:07:29 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>d1d3470a4e4bd58e4a3a0bd62273a14d9ca9b24b - Merge branch &apos;net-ipa-v5.5&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#d1d3470a4e4bd58e4a3a0bd62273a14d9ca9b24b</link>
        <description>Merge branch &apos;net-ipa-v5.5&apos;Alex Elder says:====================net: ipa: add IPA v5.5 supportThis series adds IPA support for the Qualcomm SM8550 SoC, which usesIPA v5.5.The first patch adds a new compatible string for the SM8550.  Thesecond cleans up &quot;ipa_reg.h&quot; a bit for consistency.  The third patchadds definitions and some minor code changes related to IPA v5.5.The fourth defines IPA register offsets and fields used for IPAv5.0; most--but not all--register definitions are the same as usedin IPA v5.0.  The final patch adds configuration data used for IPAv5.5 (here again this mostly duplicates IPA v5.0 definitions).====================Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Fri, 24 Nov 2023 13:18:55 +0100</pubDate>
        <dc:creator>David S. Miller &lt;davem@davemloft.net&gt;</dc:creator>
    </item>
<item>
        <title>7c59294076204cc8f51f794b6c2e7675c8ad12cd - net: ipa: add IPA v5.5 configuration data</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#7c59294076204cc8f51f794b6c2e7675c8ad12cd</link>
        <description>net: ipa: add IPA v5.5 configuration dataAdd the configuration data required for IPA v5.5, which is used inthe Qualcomm SM8550 SoC.  With that, the driver supports IPA v5.5.Signed-off-by: Alex Elder &lt;elder@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 00:09:09 +0100</pubDate>
        <dc:creator>Alex Elder &lt;elder@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1bfeafabcd5e95424cf1ce910f04507f26b14702 - net: ipa: add IPA v5.5 register definitions</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#1bfeafabcd5e95424cf1ce910f04507f26b14702</link>
        <description>net: ipa: add IPA v5.5 register definitionsGSI register definitions for IPA v5.5 are the same as those used forIPA v5.0.Update ipa_reg_id_valid() to reflect that IPA v5.0+ supports sourceand destination resource groups 4 through 7.Add the definitions of IPA register offsets and fields for IPA v5.5.Signed-off-by: Alex Elder &lt;elder@linaro.org&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 23 Nov 2023 00:09:08 +0100</pubDate>
        <dc:creator>Alex Elder &lt;elder@linaro.org&gt;</dc:creator>
    </item>
<item>
        <title>1ac731c529cd4d6adbce134754b51ff7d822b145 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#1ac731c529cd4d6adbce134754b51ff7d822b145</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.6 merge window.

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Thu, 31 Aug 2023 01:06:38 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>50501936288d6a29d7ef78f25d00e33240fad45f - Merge tag &apos;v6.4&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ipa/Makefile#50501936288d6a29d7ef78f25d00e33240fad45f</link>
        <description>Merge tag &apos;v6.4&apos; into nextSync up with mainline to bring in updates to shared infrastructure.

            List of files:
            /linux/drivers/net/ipa/Makefile</description>
        <pubDate>Mon, 17 Jul 2023 18:20:46 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
