<?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/net/devlink/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/net/devlink/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>411ad060587591a2c8a6005b8e2f42d8a1dae2da - Merge branch &apos;devlink-introduce-shared-devlink-instance-for-pfs-on-same-chip&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#411ad060587591a2c8a6005b8e2f42d8a1dae2da</link>
        <description>Merge branch &apos;devlink-introduce-shared-devlink-instance-for-pfs-on-same-chip&apos;Jiri Pirko says:====================devlink: introduce shared devlink instance for PFs on same chipMultiple PFs on a network adapter often reside on the same physicalchip, running a single firmware. Some resources and configurationsare inherently shared among these PFs - PTP clocks, VF group rates,firmware parameters, and others. Today there is no good object inthe devlink model to attach these chip-wide configuration knobs to.Drivers resort to workarounds like pinning shared state to PF0 ormaintaining ad-hoc internal structures (e.g., ice_adapter) that areinvisible to userspace.This problem was discussed extensively starting with Przemek Kitszel&apos;s&quot;whole device devlink instance&quot; RFC for the ice driver [1]. Severalapproaches for representing the parent instance were considered:using a partial PCI BDF as the dev_name (breaks when PFs have differentBDFs in VMs), creating a per-driver bus, using auxiliary devices, orusing faux devices. All of these required a backing struct device forthe parent devlink instance, which does not naturally exist - there isno PCI device that represents the chip as a whole.This patchset takes a different approach: allow devlink instances toexist without any backing struct device. The instance is identifiedpurely by its internal index, exposed over devlin netlink. This avoidsfabricating fake devices and keeps the devlink handle semantics clean.The first ten patches prepare the devlink core for device-lessinstances by decoupling the handle from the parent device. The lastthree introduce the shared devlink infrastructure and its first userin the mlx5 driver.Example output showing the shared instance and nesting:  pci/0000:08:00.0: index 0    nested_devlink:      auxiliary/mlx5_core.eth.0  devlink_index/1: index 1    nested_devlink:      pci/0000:08:00.0      pci/0000:08:00.1  auxiliary/mlx5_core.eth.0: index 2  pci/0000:08:00.1: index 3    nested_devlink:      auxiliary/mlx5_core.eth.1  auxiliary/mlx5_core.eth.1: index 4[1] https://lore.kernel.org/netdev/20250219164410.35665-1-przemyslaw.kitszel@intel.com/---Decoupled from &quot;devlink and mlx5: Support cross-function rate scheduling&quot;patchset to maintain 15-patches limit.See individual patches for changelog.====================Link: https://patch.msgid.link/20260312100407.551173-1-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Sat, 14 Mar 2026 21:08:57 +0100</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>1850e76b38049548ecb03c62bb10d40b94eecaac - devlink: introduce shared devlink instance for PFs on same chip</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#1850e76b38049548ecb03c62bb10d40b94eecaac</link>
        <description>devlink: introduce shared devlink instance for PFs on same chipMultiple PFs may reside on the same physical chip, running a singlefirmware. Some of the resources and configurations may be shared amongthese PFs. Currently, there is no good object to pin the configurationknobs on.Introduce a shared devlink instance, instantiated upon probe ofthe first PF and removed during remove of the last PF. The shareddevlink instance is not backed by any device device, as there isno PCI device related to it.The implementation uses reference counting to manage the lifecycle:each PF that probes calls devlink_shd_get() to get or createthe shared instance, and calls devlink_shd_put() when it removes.The shared instance is automatically destroyed when the last PF removes.Example:pci/0000:08:00.0: index 0  nested_devlink:    auxiliary/mlx5_core.eth.0devlink_index/1: index 1  nested_devlink:    pci/0000:08:00.0    pci/0000:08:00.1auxiliary/mlx5_core.eth.0: index 2pci/0000:08:00.1: index 3  nested_devlink:    auxiliary/mlx5_core.eth.1auxiliary/mlx5_core.eth.1: index 4Signed-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://patch.msgid.link/20260312100407.551173-12-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Thu, 12 Mar 2026 11:04:05 +0100</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.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/devlink/Makefile#a23e1966932464e1c5226cb9ac4ce1d5fc10ba22</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.11 merge window.

            List of files:
            /linux/net/devlink/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/net/devlink/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/net/devlink/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>a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0 - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#a1c613ae4c322ddd58d5a8539dbfba2a0380a8c0</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextWork that needs to land in drm-intel-gt-next depends on two patches onlypresent in drm-intel-next, absence of which is causing a merge conflict:  3b918f4f0c8b (&quot;drm/i915/pxp: Optimize GET_PARAM:PXP_STATUS&quot;)  ac765b7018f6 (&quot;drm/i915/pxp/mtl: intel_pxp_init_hw needs runtime-pm inside pm-complete&quot;)Signed-off-by: Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Tue, 24 Oct 2023 10:50:22 +0200</pubDate>
        <dc:creator>Tvrtko Ursulin &lt;tvrtko.ursulin@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>a940daa52167e9db8ecce82213813b735a9d9f23 - Merge branch &apos;linus&apos; into smp/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#a940daa52167e9db8ecce82213813b735a9d9f23</link>
        <description>Merge branch &apos;linus&apos; into smp/corePull in upstream to get the fixes so depending changes can be applied.

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Tue, 17 Oct 2023 21:40:46 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>57390019b68b83f96eb98f490367b9df1f2d77cb - Merge drm/drm-next into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#57390019b68b83f96eb98f490367b9df1f2d77cb</link>
        <description>Merge drm/drm-next into drm-misc-nextUpdating drm-misc-next to the state of Linux v6.6-rc2.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Wed, 11 Oct 2023 09:50:59 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>7d6904bf26b96ef087514cb7a8c50b62a4911c99 - Merge wireless into wireless-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#7d6904bf26b96ef087514cb7a8c50b62a4911c99</link>
        <description>Merge wireless into wireless-nextResolve several conflicts, mostly between changes/fixes inwireless and the locking rework in wireless-next. One ofthe conflicts actually shows a bug in wireless that we&apos;llwant to fix separately.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;Signed-off-by: Kalle Valo &lt;kvalo@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Thu, 05 Oct 2023 22:57:34 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>de80193308f43d3ae52cd3561e8ba77cd1437311 - Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#de80193308f43d3ae52cd3561e8ba77cd1437311</link>
        <description>Merge tag &apos;v6.6-rc4&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Tue, 03 Oct 2023 09:32:25 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>6f23fc47c1b2ac226704fb7294f43ed3b0965e51 - Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#6f23fc47c1b2ac226704fb7294f43ed3b0965e51</link>
        <description>Merge tag &apos;v6.6-rc2&apos; into locking/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 18 Sep 2023 22:17:15 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#a3f9e4bc1ec9d8f1e352eb7c1cbaea3168246be7</link>
        <description>Merge drm/drm-next into drm-intel-nextSync to v6.6-rc1.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Fri, 15 Sep 2023 10:23:38 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>c900529f3d9161bfde5cca0754f83b4d3c3e0220 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#c900529f3d9161bfde5cca0754f83b4d3c3e0220</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesForwarding to v6.6-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Tue, 12 Sep 2023 08:53:30 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>bd6c11bc43c496cddfc6cf603b5d45365606dbd5 - Merge tag &apos;net-next-6.6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#bd6c11bc43c496cddfc6cf603b5d45365606dbd5</link>
        <description>Merge tag &apos;net-next-6.6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Paolo Abeni: &quot;Core:   - Increase size limits for to-be-sent skb frag allocations. This     allows tun, tap devices and packet sockets to better cope with     large writes operations   - Store netdevs in an xarray, to simplify iterating over netdevs   - Refactor nexthop selection for multipath routes   - Improve sched class lifetime handling   - Add backup nexthop ID support for bridge   - Implement drop reasons support in openvswitch   - Several data races annotations and fixes   - Constify the sk parameter of routing functions   - Prepend kernel version to netconsole message  Protocols:   - Implement support for TCP probing the peer being under memory     pressure   - Remove hard coded limitation on IPv6 specific info placement inside     the socket struct   - Get rid of sysctl_tcp_adv_win_scale and use an auto-estimated per     socket scaling factor   - Scaling-up the IPv6 expired route GC via a separated list of     expiring routes   - In-kernel support for the TLS alert protocol   - Better support for UDP reuseport with connected sockets   - Add NEXT-C-SID support for SRv6 End.X behavior, reducing the SR     header size   - Get rid of additional ancillary per MPTCP connection struct socket   - Implement support for BPF-based MPTCP packet schedulers   - Format MPTCP subtests selftests results in TAP   - Several new SMC 2.1 features including unique experimental options,     max connections per lgr negotiation, max links per lgr negotiation  BPF:   - Multi-buffer support in AF_XDP   - Add multi uprobe BPF links for attaching multiple uprobes and usdt     probes, which is significantly faster and saves extra fds   - Implement an fd-based tc BPF attach API (TCX) and BPF link support     on top of it   - Add SO_REUSEPORT support for TC bpf_sk_assign   - Support new instructions from cpu v4 to simplify the generated code     and feature completeness, for x86, arm64, riscv64   - Support defragmenting IPv(4|6) packets in BPF   - Teach verifier actual bounds of bpf_get_smp_processor_id() and fix     perf+libbpf issue related to custom section handling   - Introduce bpf map element count and enable it for all program types   - Add a BPF hook in sys_socket() to change the protocol ID from     IPPROTO_TCP to IPPROTO_MPTCP to cover migration for legacy   - Introduce bpf_me_mcache_free_rcu() and fix OOM under stress   - Add uprobe support for the bpf_get_func_ip helper   - Check skb ownership against full socket   - Support for up to 12 arguments in BPF trampoline   - Extend link_info for kprobe_multi and perf_event links  Netfilter:   - Speed-up process exit by aborting ruleset validation if a fatal     signal is pending   - Allow NLA_POLICY_MASK to be used with BE16/BE32 types  Driver API:   - Page pool optimizations, to improve data locality and cache usage   - Introduce ndo_hwtstamp_get() and ndo_hwtstamp_set() to avoid the     need for raw ioctl() handling in drivers   - Simplify genetlink dump operations (doit/dumpit) providing them the     common information already populated in struct genl_info   - Extend and use the yaml devlink specs to [re]generate the split ops   - Introduce devlink selective dumps, to allow SF filtering SF based     on handle and other attributes   - Add yaml netlink spec for netlink-raw families, allow route, link     and address related queries via the ynl tool   - Remove phylink legacy mode support   - Support offload LED blinking to phy   - Add devlink port function attributes for IPsec  New hardware / drivers:   - Ethernet:      - Broadcom ASP 2.0 (72165) ethernet controller      - MediaTek MT7988 SoC      - Texas Instruments AM654 SoC      - Texas Instruments IEP driver      - Atheros qca8081 phy      - Marvell 88Q2110 phy      - NXP TJA1120 phy   - WiFi:      - MediaTek mt7981 support   - Can:      - Kvaser SmartFusion2 PCI Express devices      - Allwinner T113 controllers      - Texas Instruments tcan4552/4553 chips   - Bluetooth:      - Intel Gale Peak      - Qualcomm WCN3988 and WCN7850      - NXP AW693 and IW624      - Mediatek MT2925  Drivers:   - Ethernet NICs:      - nVidia/Mellanox:         - mlx5:            - support UDP encapsulation in packet offload mode            - IPsec packet offload support in eswitch mode            - improve aRFS observability by adding new set of counters            - extends MACsec offload support to cover RoCE traffic            - dynamic completion EQs         - mlx4:            - convert to use auxiliary bus instead of custom interface              logic      - Intel         - ice:            - implement switchdev bridge offload, even for LAG              interfaces            - implement SRIOV support for LAG interfaces         - igc:            - add support for multiple in-flight TX timestamps      - Broadcom:         - bnxt:            - use the unified RX page pool buffers for XDP and non-XDP            - use the NAPI skb allocation cache      - OcteonTX2:         - support Round Robin scheduling HTB offload         - TC flower offload support for SPI field      - Freescale:         - add XDP_TX feature support      - AMD:         - ionic: add support for PCI FLR event         - sfc:            - basic conntrack offload            - introduce eth, ipv4 and ipv6 pedit offloads      - ST Microelectronics:         - stmmac: maximze PTP timestamping resolution   - Virtual NICs:      - Microsoft vNIC:         - batch ringing RX queue doorbell on receiving packets         - add page pool for RX buffers      - Virtio vNIC:         - add per queue interrupt coalescing support      - Google vNIC:         - add queue-page-list mode support   - Ethernet high-speed switches:      - nVidia/Mellanox (mlxsw):         - add port range matching tc-flower offload         - permit enslavement to netdevices with uppers   - Ethernet embedded switches:      - Marvell (mv88e6xxx):         - convert to phylink_pcs      - Renesas:         - r8A779fx: add speed change support         - rzn1: enables vlan support   - Ethernet PHYs:      - convert mv88e6xxx to phylink_pcs   - WiFi:      - Qualcomm Wi-Fi 7 (ath12k):         - extremely High Throughput (EHT) PHY support      - RealTek (rtl8xxxu):         - enable AP mode for: RTL8192FU, RTL8710BU (RTL8188GU),           RTL8192EU and RTL8723BU      - RealTek (rtw89):         - Introduce Time Averaged SAR (TAS) support   - Connector:      - support for event filtering&quot;* tag &apos;net-next-6.6&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1806 commits)  net: ethernet: mtk_wed: minor change in wed_{tx,rx}info_show  net: ethernet: mtk_wed: add some more info in wed_txinfo_show handler  net: stmmac: clarify difference between &quot;interface&quot; and &quot;phy_interface&quot;  r8152: add vendor/device ID pair for D-Link DUB-E250  devlink: move devlink_notify_register/unregister() to dev.c  devlink: move small_ops definition into netlink.c  devlink: move tracepoint definitions into core.c  devlink: push linecard related code into separate file  devlink: push rate related code into separate file  devlink: push trap related code into separate file  devlink: use tracepoint_enabled() helper  devlink: push region related code into separate file  devlink: push param related code into separate file  devlink: push resource related code into separate file  devlink: push dpipe related code into separate file  devlink: move and rename devlink_dpipe_send_and_alloc_skb() helper  devlink: push shared buffer related code into separate file  devlink: push port related code into separate file  devlink: push object register/unregister notifications into separate helpers  inet: fix IP_TRANSPARENT error handling  ...

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Tue, 29 Aug 2023 20:33:01 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>4b151e75aa5e8583a67328e02566c577c992d9a1 - Merge branch &apos;devlink-finish-file-split-and-get-retire-leftover-c&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#4b151e75aa5e8583a67328e02566c577c992d9a1</link>
        <description>Merge branch &apos;devlink-finish-file-split-and-get-retire-leftover-c&apos;Jiri Pirko says:====================devlink: finish file split and get retire leftover.cThis patchset finishes a move Jakub started and Moshe continued in thepast. I was planning to do this for a long time, so here it is, finally.This patchset does not change any behaviour. It just splits leftover.cinto per-object files and do necessary changes, like declaring functionsused from other code, on the way.The last 3 patches are pushing the rest of the code into appropriateexisting files.====================Link: https://lore.kernel.org/r/20230828061657.300667-1-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 17:02:37 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>71179ac5c21185171556bc438d5f22d566948d7f - devlink: move devlink_notify_register/unregister() to dev.c</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#71179ac5c21185171556bc438d5f22d566948d7f</link>
        <description>devlink: move devlink_notify_register/unregister() to dev.cAt last, move the last bits out of leftover.c,the devlink_notify_register/unregister() functions to dev.cSigned-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://lore.kernel.org/r/20230828061657.300667-16-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 08:16:57 +0200</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>9edbe6f36c5f86776cc1c6ba0f546a4aefe2767f - devlink: push linecard related code into separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#9edbe6f36c5f86776cc1c6ba0f546a4aefe2767f</link>
        <description>devlink: push linecard related code into separate fileCut out another chunk from leftover.c and put linecard related codeinto a separate file.Signed-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://lore.kernel.org/r/20230828061657.300667-13-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 08:16:54 +0200</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>7cc7194e85ca01185f9d123e68189ef0a40f0c6a - devlink: push rate related code into separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#7cc7194e85ca01185f9d123e68189ef0a40f0c6a</link>
        <description>devlink: push rate related code into separate fileCut out another chunk from leftover.c and put rate related codeinto a separate file.Signed-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://lore.kernel.org/r/20230828061657.300667-12-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 08:16:53 +0200</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>4bbdec80ff270a69b6b61644c597ad6657f2a58b - devlink: push trap related code into separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#4bbdec80ff270a69b6b61644c597ad6657f2a58b</link>
        <description>devlink: push trap related code into separate fileCut out another chunk from leftover.c and put trap related codeinto a separate file.Signed-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://lore.kernel.org/r/20230828061657.300667-11-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 08:16:52 +0200</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.com&gt;</dc:creator>
    </item>
<item>
        <title>1aa47ca1f52ee4ef5f553e7ee8fb6749b6c96b9f - devlink: push region related code into separate file</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/devlink/Makefile#1aa47ca1f52ee4ef5f553e7ee8fb6749b6c96b9f</link>
        <description>devlink: push region related code into separate fileCut out another chunk from leftover.c and put region related codeinto a separate file.Signed-off-by: Jiri Pirko &lt;jiri@nvidia.com&gt;Link: https://lore.kernel.org/r/20230828061657.300667-9-jiri@resnulli.usSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/net/devlink/Makefile</description>
        <pubDate>Mon, 28 Aug 2023 08:16:50 +0200</pubDate>
        <dc:creator>Jiri Pirko &lt;jiri@nvidia.com&gt;</dc:creator>
    </item>
</channel>
</rss>
