<?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>91ec2035134982b98fab0609a9fd8480e8217dc1 - Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#91ec2035134982b98fab0609a9fd8480e8217dc1</link>
        <description>Merge tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;One of the &apos;small improvements all over the place&apos; releases for us.  It&apos;s hard to draw any direct comparisons because summer vacations  disrupted our patch processing (and presumably - generation) quite a  bit.  Quick and dirty count suggests we (Paolo and I) merged a very similar  number of net (632) and net-next (648) patches. This is not telling  the full story either because 1/3 to 1/2 of the net-next patches also  *seem* like AI-driven low priority fixes, cleanups and clarifications.  We are completely overwhelmed, of course. The glimmer of hope is that  we secured sufficient LLM budget and access (thank you Meta!) to run  reviews with multiple frontier models on each patch. This eliminates  some hallucinations. That said, in terms of review, the LLMs can only  do so much.  The sad truth is that our APIs (especially for rare events like PCIe  errors, timeouts etc) have always been racy, and now LLMs don&apos;t let us  ignore that. I expect our direction for the next release will be to  tweak the reviews a little bit more, but start shifting focus to  letting the LLMs take care of the busy work - managing patchwork,  automating common process complaints, editing commit messages, and  maybe applying patches which already got &quot;reviewed-by&quot; tags from  people we trust...  Core &amp; protocols:   - A few steps lowering rtnl_lock dependence:      - per-netns netdev unregistration for select SW drivers (e.g.        veth, ipvlan, tunnels)      - rtnl_lock-less FIB rule changes (RTM_NEWRULE and RTM_DELRULE)      - prepare software drivers and TC qdiscs for rtnl_lock-less GET   - Support BIG TCP (&gt;64kB TSO) in UDP tunnels (vxlan, geneve)   - Support buffers larger than PAGE_SIZE in devmem zero-copy API   - Improve MPTCP handling of extreme memory pressure handling, when     out-of-order queue had to be pruned   - Report the per-group user count via RTM_GETMULTICAST   - Expose the route deletion reason in RTM_DELROUTE   - Add a SO_RIGHTS_NOTRUNC option to UNIX sockets to enable more     useful handling of LSM denials when receiving SCM_RIGHTS messages:     instead of truncating the message at the first blocked fd, keep     every fd slot and store the LSM errno in the blocked slot   - IPv6 Segment Routing - support looking up the post-encap SID     (address) in a different/specified routing table   - Support PRP RedBox (interlink) creation   - Support per-nexthop UDP dst port in VXLAN   - Continue converting getsockopt callbacks in a number of protocols     to iov_iter  Ethernet:   - Merge initial CXL support for AMD/Solarflare NICs (shared branch     with the CXL tree)   - New drivers:      - ADIN1140 10BASE-T1S MACPHY      - Initial skeleton of Intel iXD and ZTE Dinghai drivers   - High-speed NICs:      - AMD/Pensando:         - support firmware flashing      - Cisco (enic):         - SR-IOV V2 admin channel and MBOX protocol      - Huawei (hns3):         - support for ethtool pfc_prevention_tout      - nVidia/Mellanox:         - support sharing bandwidth control across interfaces           of the same device      - Marvell (octeontx2-pf):         - link RQ page pools to netdev for Netlink stats      - Google vNIC:         - XDP metadata support for DQ RDA      - Microsoft vNIC:         - support forcing full-page RX buffers   - Other NICs:      - Synopsys IP:         - eic7700: support for eth1      - Microchip (lan743x):         - support for RMII interface      - Wangxun:         - support for ethtool -G and -C for VFs         - add Tx timeout and PCIe error handling      - Intel (igb/igc):         - RSS key get/set support         - support for forcing link speed without auto-negotiation   - Switches:      - NXP (dpaa2):         - support bonding/LAG offload      - Mediatek:         - mt7530: EN7528 support         - initial support for MT7628      - Micrel (ksz8/9):         - refactoring work to move towards library model         - PTP support for KSZ8463      - nVidia/Mellanox:         - support rtnl-lock-less ethtool callbacks      - Realtek:         - rtl8366rb: use generic RTL83xx code         - support SGMII and HSGMII for RTL8367S   - PHYs:      - Airoha:         - EcoNet EN7528 PHY support      - DAPU Telecom         - DAPU Telecom DAP8211R(I) Gigabit PHY support      - Realtek:         - support RTL8261C_CG         - support RTL8261D  Wireless:   - nl80211: per-link statistics support for multi-link operation   - mac80211: AQL/airtime-fairness support for multicast   - Merge Peripheral Authentication Service (PAS) / TEE support for     ath12k (shared branch with the firmware/qcom tree)   - New drivers:      - mm81x for Morse Micro Long-Range S1G devices      - nxpwifi for NXP devices (mostly forked off from mwifiex)   - Driver changes:      - Broadcom (brcmfmac):         - DPP support, some Cypress part update      - MediaTek (mt76):         - mt7928 support         - mt7925 NAN support         - mt7996 AP powersave improvements      - Qualcomm (ath12k):         - much kernel infrastructure integration work         - AHB platform MultiPD support      - Realtek (rt89):         - LED support         - RTL8922DE support         - dual-BT coex for RTL8922D      - Intel:         - new FW version support  Bluetooth:   - HCI: add support for Shorter Connection Interval (SCI) feature   - af_bluetooth: add minimal context analysis annotations   - Driver changes:      - Intel:         - add Bluetooth SAR revision 2 support         - add vendor_reset PCI sysfs for PLDR      - Mediatek:         - add USB IDs for MT7902 and MT7922 devices      - Realtek:         - add USB IDs for 8761CU and 8852BE devices      - NXP:         - add M.2 Bluetooth device support using pwrseq  Misc:   - DPLL support for manual/numerical oscillator control (NCO)     (implement in zl3073x)   - MCTP support for MCTP over USB v1.1 (DMTF DSP0283)   - Power-over-Ethernet: support Realtek PSE controllers   - Remove the IBM EHEA driver   - Remove tulip/xircom_cb driver&quot;* tag &apos;net-next-7.3&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (1433 commits)  net/mlx5e: do not HW-GRO coalesce small frames  net: openvswitch: fix nf_connlabels leak in ovs_ct_init  net: add missing ref_tracker_dir_exit() to alloc_netdev_mqs()  net: openvswitch: fix flow mask use-after-free on flow deletion  sctp: stop processing a packet once its association is deleted  dpll: zl3073x: add PTP clock support  dpll: zl3073x: add channel ToD, phase step and TIE operations  dpll: zl3073x: scale poll interval proportionally to timeout  ptp: vmclock: prevent read-only mappings from becoming writable  ipv4: reject undersized MTUs in ip_do_fragment()  bonding: initialize err for empty target lists  net: dsa: initial support for MT7628 embedded switch  net: dsa: initial MT7628 tagging driver  net: phy: mediatek: add phy driver for MT7628 built-in Fast Ethernet PHYs  dt-bindings: net: dsa: add MT7628 ESW  net: pse-pd: realtek-pse-mcu: add UART transport  net: pse-pd: realtek-pse-mcu: add I2C transport  net: pse-pd: add Realtek PSE MCU core  dt-bindings: net: pse-pd: add bindings for Realtek PSE MCU  vsock: use sock_error() to consume sk_err after a failed connect  ...

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 20 Aug 2026 17:16:04 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>f37228367375053bf77cf5c17645f3ac8e3a451d - Merge branch &apos;openvswitch-remove-support-for-legacy-tunnel-ports&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#f37228367375053bf77cf5c17645f3ac8e3a451d</link>
        <description>Merge branch &apos;openvswitch-remove-support-for-legacy-tunnel-ports&apos;Ilya Maximets says:====================openvswitch: remove support for legacy tunnel portsovs-vswitchd doesn&apos;t use OVS_VPORT_TYPE_GRE/VXLAN/GENEVE with theLinux kernel module since adding support for standard tunnel deviceswith COLLECT_METADATA back in 2017.  The code to use them was onlyactivated as a fallback for old kernels, so not used in practice.  Andit is now fully removed in the upcoming OVS 4.0 release.Modern way to use tunnels with OVS is to create standard tunnel portswith RTM_NEWLINK + COLLECT_METADATA and add them as OVS_VPORT_TYPE_NETDEV.Device reference management and the netlink options parsing for theselegacy port types is complicated and was a CVE magnet in the previousrelease cycles.  Existence of these modules also makes locking analysisfor geneve module and other core tunnel devices unnecessarily morecomplicated, especially in light of migration to per-netns locking:  https://lore.kernel.org/r/CAAVpQUDmZEaQNDSySLayqexgTrUbhBaL7XPCt9XNQzh+NGQ=UQ@mail.gmail.comSince there are no actual users for these port types for a very longtime, let&apos;s just remove the support entirely.  There is no practicalreason to run OVS from 2017 on a recent kernel.While it&apos;s technically a uAPI change in some sense, from the user&apos;sperspective this removal looks indistinguishable from the kernel builtwith CONFIG_OPENVSWITCH_GENEVE/VXLAN/GRE disabled.  And it seems likeremoval of unused drivers/modules is not a rare event these days.There are 3 parts to this set:1. The first patch does the tunnel port removal, which is the primary   goal here.2. Patches 2 and 3 remove extra infrastructure that is no longer in   use by anything inside the openvswitch module.3. Patches 4-6 remove functions from gre/vxlan/geneve modules that   were added for openvswitch in the past to support the tunnel types.   openvswitch is the only in-tree consumer of these functions.Version 1: - Rebased. - Removed the tunnel modules from the new OVS selftest config. - Addressed RFC review from Sashiko:   * Made ovs_netdev_link() static.   * Restored -EOPNOTSUPP if OVS_VPORT_ATTR_OPTIONS was provided.   * Removed retry in ovs_vport_cmd_new() as not needed anymore.RFC: - https://lore.kernel.org/r/20260513183559.2141010-1-i.maximets@ovn.org====================Link: https://patch.msgid.link/20260804182049.2289754-1-i.maximets@ovn.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 06 Aug 2026 15:09:25 +0200</pubDate>
        <dc:creator>Paolo Abeni &lt;pabeni@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>d26dcf73a8f15d1091ba0d31a3d2380f52bd5d92 - openvswitch: remove support for legacy tunnel types</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#d26dcf73a8f15d1091ba0d31a3d2380f52bd5d92</link>
        <description>openvswitch: remove support for legacy tunnel typesovs-vswitchd doesn&apos;t use OVS_VPORT_TYPE_GRE/VXLAN/GENEVE with theLinux kernel module since adding support for standard tunnel deviceswith COLLECT_METADATA back in 2017.  The code to use them was onlyactivated as a fallback for old kernels, so not used in practice.  Andit is now fully removed in the upcoming OVS 4.0 release.Modern way to use tunnels with OVS is to create standard tunnel portswith RTM_NEWLINK + COLLECT_METADATA and add them as OVS_VPORT_TYPE_NETDEV.Device reference management and the netlink options parsing for theselegacy port types is complicated and was a CVE magnet in the previousrelease cycles.  Existence of these modules also makes locking analysisfor geneve module and other core tunnel devices unnecessarily morecomplicated, especially in light of migration to per-netns locking.Since there are no actual users for these port types for a very longtime, let&apos;s just remove the support entirely.  There is no practicalreason to run OVS from 2017 on a recent kernel.While it&apos;s technically a uAPI change in some sense, from the user&apos;sperspective this removal looks indistinguishable from the kernel builtwith CONFIG_OPENVSWITCH_GENEVE/VXLAN/GRE disabled.  And it seems likeremoval of unused drivers/modules is not a rare event these days.A comment is added to the uAPI header noting that standard RTM_NEWLINKwith COLLECT_METADATA followed by OVS_VPORT_CMD_NEW with the simpleOVS_VPORT_TYPE_NETDEV should be used instead.Modules responsible for these tunnel ports are removed as well asselftests covering this functionality.  Further cleanups will follow.Signed-off-by: Ilya Maximets &lt;i.maximets@ovn.org&gt;Link: https://patch.msgid.link/20260804182049.2289754-2-i.maximets@ovn.orgSigned-off-by: Paolo Abeni &lt;pabeni@redhat.com&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 04 Aug 2026 20:20:35 +0200</pubDate>
        <dc:creator>Ilya Maximets &lt;i.maximets@ovn.org&gt;</dc:creator>
    </item>
<item>
        <title>762f99f4f3cb41a775b5157dd761217beba65873 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#762f99f4f3cb41a775b5157dd761217beba65873</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 5.17 merge window.

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Sat, 15 Jan 2022 21:09:44 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d8dfaa71d87f742c53309b95cb6a8b274119027 - Merge tag &apos;v5.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#5d8dfaa71d87f742c53309b95cb6a8b274119027</link>
        <description>Merge tag &apos;v5.15&apos; into nextSync up with the mainline to get the latest APIs and DT bindings.

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 09 Dec 2021 08:43:50 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>71af75b6929458d85f63c0649dc26d6f4c19729e - Merge branch &apos;for-5.15-printk-index&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#71af75b6929458d85f63c0649dc26d6f4c19729e</link>
        <description>Merge branch &apos;for-5.15-printk-index&apos; into for-linus

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Mon, 30 Aug 2021 14:56:06 +0200</pubDate>
        <dc:creator>Petr Mladek &lt;pmladek@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>46466ae3a105d9620e1355e33125a413b8c6ce18 - Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#46466ae3a105d9620e1355e33125a413b8c6ce18</link>
        <description>Merge branch &apos;perf/urgent&apos; into perf/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 26 Aug 2021 09:14:05 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>c87866ede44ad7da6b296d732221dc34ce1b154d - Merge tag &apos;v5.14-rc6&apos; into locking/core, to pick up fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#c87866ede44ad7da6b296d732221dc34ce1b154d</link>
        <description>Merge tag &apos;v5.14-rc6&apos; into locking/core, to pick up fixesSigned-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 17 Aug 2021 16:16:29 +0200</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ca31fef11dc83e672415d5925a134749761329bd - Backmerge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#ca31fef11dc83e672415d5925a134749761329bd</link>
        <description>Backmerge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-nextRequired bump from v5.13-rc3 to v5.14-rc3, and to pick up sysfb compilation fixes.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 27 Jul 2021 12:48:17 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>611ac726f9ebbb12f2113e5345ef109660954eeb - Merge drm/drm-next into drm-intel-gt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#611ac726f9ebbb12f2113e5345ef109660954eeb</link>
        <description>Merge drm/drm-next into drm-intel-gt-nextCatching up with 5.14-rc1 and also preparing for aneeded common topic branch for the &quot;Minor revid/steppingand workaround cleanup&quot;Reference: https://patchwork.freedesktop.org/series/92299/Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 13 Jul 2021 21:52:51 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d5bfbad214369f543958a1c6c55fa805e3f14976 - Merge drm/drm-next into drm-intel-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#d5bfbad214369f543958a1c6c55fa805e3f14976</link>
        <description>Merge drm/drm-next into drm-intel-nextCatching up with 5.14-rc1Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 13 Jul 2021 21:51:31 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5 - Merge branch &apos;fixes-v5.14&apos; into fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#353b7a55dcaf5fb8758e09ebe2ddf5f3adbac7c5</link>
        <description>Merge branch &apos;fixes-v5.14&apos; into fixes

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 27 Jul 2021 10:25:08 +0200</pubDate>
        <dc:creator>Tony Lindgren &lt;tony@atomide.com&gt;</dc:creator>
    </item>
<item>
        <title>dbe69e43372212527abf48609aba7fc39a6daa27 - Merge tag &apos;net-next-5.14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#dbe69e43372212527abf48609aba7fc39a6daa27</link>
        <description>Merge tag &apos;net-next-5.14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking updates from Jakub Kicinski: &quot;Core:   - BPF:      - add syscall program type and libbpf support for generating        instructions and bindings for in-kernel BPF loaders (BPF loaders        for BPF), this is a stepping stone for signed BPF programs      - infrastructure to migrate TCP child sockets from one listener to        another in the same reuseport group/map to improve flexibility        of service hand-off/restart      - add broadcast support to XDP redirect   - allow bypass of the lockless qdisc to improving performance (for     pktgen: +23% with one thread, +44% with 2 threads)   - add a simpler version of &quot;DO_ONCE()&quot; which does not require jump     labels, intended for slow-path usage   - virtio/vsock: introduce SOCK_SEQPACKET support   - add getsocketopt to retrieve netns cookie   - ip: treat lowest address of a IPv4 subnet as ordinary unicast     address allowing reclaiming of precious IPv4 addresses   - ipv6: use prandom_u32() for ID generation   - ip: add support for more flexible field selection for hashing     across multi-path routes (w/ offload to mlxsw)   - icmp: add support for extended RFC 8335 PROBE (ping)   - seg6: add support for SRv6 End.DT46 behavior   - mptcp:      - DSS checksum support (RFC 8684) to detect middlebox meddling      - support Connection-time &apos;C&apos; flag      - time stamping support   - sctp: packetization Layer Path MTU Discovery (RFC 8899)   - xfrm: speed up state addition with seq set   - WiFi:      - hidden AP discovery on 6 GHz and other HE 6 GHz improvements      - aggregation handling improvements for some drivers      - minstrel improvements for no-ack frames      - deferred rate control for TXQs to improve reaction times      - switch from round robin to virtual time-based airtime scheduler   - add trace points:      - tcp checksum errors      - openvswitch - action execution, upcalls      - socket errors via sk_error_report  Device APIs:   - devlink: add rate API for hierarchical control of max egress rate     of virtual devices (VFs, SFs etc.)   - don&apos;t require RCU read lock to be held around BPF hooks in NAPI     context   - page_pool: generic buffer recycling  New hardware/drivers:   - mobile:      - iosm: PCIe Driver for Intel M.2 Modem      - support for Qualcomm MSM8998 (ipa)   - WiFi: Qualcomm QCN9074 and WCN6855 PCI devices   - sparx5: Microchip SparX-5 family of Enterprise Ethernet switches   - Mellanox BlueField Gigabit Ethernet (control NIC of the DPU)   - NXP SJA1110 Automotive Ethernet 10-port switch   - Qualcomm QCA8327 switch support (qca8k)   - Mikrotik 10/25G NIC (atl1c)  Driver changes:   - ACPI support for some MDIO, MAC and PHY devices from Marvell and     NXP (our first foray into MAC/PHY description via ACPI)   - HW timestamping (PTP) support: bnxt_en, ice, sja1105, hns3, tja11xx   - Mellanox/Nvidia NIC (mlx5)      - NIC VF offload of L2 bridging      - support IRQ distribution to Sub-functions   - Marvell (prestera):      - add flower and match all      - devlink trap      - link aggregation   - Netronome (nfp): connection tracking offload   - Intel 1GE (igc): add AF_XDP support   - Marvell DPU (octeontx2): ingress ratelimit offload   - Google vNIC (gve): new ring/descriptor format support   - Qualcomm mobile (rmnet &amp; ipa): inline checksum offload support   - MediaTek WiFi (mt76)      - mt7915 MSI support      - mt7915 Tx status reporting      - mt7915 thermal sensors support      - mt7921 decapsulation offload      - mt7921 enable runtime pm and deep sleep   - Realtek WiFi (rtw88)      - beacon filter support      - Tx antenna path diversity support      - firmware crash information via devcoredump   - Qualcomm WiFi (wcn36xx)      - Wake-on-WLAN support with magic packets and GTK rekeying   - Micrel PHY (ksz886x/ksz8081): add cable test support&quot;* tag &apos;net-next-5.14&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next: (2168 commits)  tcp: change ICSK_CA_PRIV_SIZE definition  tcp_yeah: check struct yeah size at compile time  gve: DQO: Fix off by one in gve_rx_dqo()  stmmac: intel: set PCI_D3hot in suspend  stmmac: intel: Enable PHY WOL option in EHL  net: stmmac: option to enable PHY WOL with PMT enabled  net: say &quot;local&quot; instead of &quot;static&quot; addresses in ndo_dflt_fdb_{add,del}  net: use netdev_info in ndo_dflt_fdb_{add,del}  ptp: Set lookup cookie when creating a PTP PPS source.  net: sock: add trace for socket errors  net: sock: introduce sk_error_report  net: dsa: replay the local bridge FDB entries pointing to the bridge dev too  net: dsa: ensure during dsa_fdb_offload_notify that dev_hold and dev_put are on the same dev  net: dsa: include fdb entries pointing to bridge in the host fdb list  net: dsa: include bridge addresses which are local in the host fdb list  net: dsa: sync static FDB entries on foreign interfaces to hardware  net: dsa: install the host MDB and FDB entries in the master&apos;s RX filter  net: dsa: reference count the FDB addresses at the cross-chip notifier level  net: dsa: introduce a separate cross-chip notifier type for host FDBs  net: dsa: reference count the MDB entries at the cross-chip notifier level  ...

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 01 Jul 2021 00:51:09 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c4ab7b56be0f6f18f025ddc8d469cce54f82415a - openvswitch: add trace points</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#c4ab7b56be0f6f18f025ddc8d469cce54f82415a</link>
        <description>openvswitch: add trace pointsThis makes openvswitch module use the event tracing frameworkto log the upcall interface and action execution pipeline.  Whenusing openvswitch as the packet forwarding engine, some types ofdebugging are made possible simply by using the ovs-vswitchd&apos;sofproto/trace command.  However, such a command has somelimitations:  1. When trying to trace packets that go through the CT action,     the state of the packet can&apos;t be determined, and probably     would be potentially wrong.  2. Deducing problem packets can sometimes be difficult as well     even if many of the flows are known  3. It&apos;s possible to use the openvswitch module even without     the ovs-vswitchd (although, not common use).Introduce the event tracing points here to make it possible forworking through these problems in kernel space.  The style iscopied from the mac80211 driver-trace / trace code forconsistency - this creates some checkpatch splats, but theofficial &apos;guide&apos; for adding tracepoints, as well as the existingexamples all add the same splats so it seems acceptable.Signed-off-by: Aaron Conole &lt;aconole@redhat.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 22 Jun 2021 16:02:33 +0200</pubDate>
        <dc:creator>Aaron Conole &lt;aconole@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>664b0bae0b87f69bc9deb098f5e0158b9cf18e04 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#664b0bae0b87f69bc9deb098f5e0158b9cf18e04</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.17 merge window.

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 05 Apr 2018 01:11:49 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>10a558374f3751cf4eb55143008975641dfc2cf4 - Merge tag &apos;v4.15&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#10a558374f3751cf4eb55143008975641dfc2cf4</link>
        <description>Merge tag &apos;v4.15&apos; into nextSync with mainline to get in trackpoint updates and other changes.

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 01 Feb 2018 09:41:33 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c86aa0129c07c8c7f54dc47656de99ab0eb809b3 - Merge branches &apos;for-4.16/upstream&apos; and &apos;for-4.15/upstream-fixes&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#c86aa0129c07c8c7f54dc47656de99ab0eb809b3</link>
        <description>Merge branches &apos;for-4.16/upstream&apos; and &apos;for-4.15/upstream-fixes&apos; into for-linusPull assorted small fixes queued for merge window.

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Wed, 31 Jan 2018 16:23:58 +0100</pubDate>
        <dc:creator>Jiri Kosina &lt;jkosina@suse.cz&gt;</dc:creator>
    </item>
<item>
        <title>7e86548e2cc8d308cb75439480f428137151b0de - Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changes</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#7e86548e2cc8d308cb75439480f428137151b0de</link>
        <description>Merge tag &apos;v4.15&apos; into x86/pti, to be able to merge dependent changesTime has come to switch PTI development over to a v4.15 base - we&apos;ll stilltry to make sure that all PTI fixes backport cleanly to v4.14 and earlier.Signed-off-by: Ingo Molnar &lt;mingo@kernel.org&gt;

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Tue, 30 Jan 2018 15:08:27 +0100</pubDate>
        <dc:creator>Ingo Molnar &lt;mingo@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>ddb9e13af3bba3f8c36ccee0eb9563a82b425c12 - Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#ddb9e13af3bba3f8c36ccee0eb9563a82b425c12</link>
        <description>Merge branch &apos;master&apos; of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/torvalds/linux

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Mon, 29 Jan 2018 15:54:46 +0100</pubDate>
        <dc:creator>Juergen Gross &lt;jgross@suse.com&gt;</dc:creator>
    </item>
<item>
        <title>0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f - Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage</title>
        <link>http://kernelsources.org:8080/source/history/linux/net/openvswitch/Makefile#0b5eca67bd2d0e6f6d0ccdc316aced0cc4bf2e9f</link>
        <description>Merge branches &apos;topic/twl4030&apos; and &apos;topic/twl6040&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-twl-breakage

            List of files:
            /linux/net/openvswitch/Makefile</description>
        <pubDate>Thu, 25 Jan 2018 19:16:26 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
</channel>
</rss>
