<?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>0fc8f6200d2313278fbf4539bbab74677c685531 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#0fc8f6200d2313278fbf4539bbab74677c685531</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesGetting fixes and updates from v7.1-rc1.Signed-off-by: Thomas Zimmermann &lt;tzimmermann@suse.de&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 27 Apr 2026 10:26:49 +0200</pubDate>
        <dc:creator>Thomas Zimmermann &lt;tzimmermann@suse.de&gt;</dc:creator>
    </item>
<item>
        <title>64edfa65062dc4509ba75978116b2f6d392346f5 - Merge tag &apos;net-deletions&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/ethernet/8390/Makefile#64edfa65062dc4509ba75978116b2f6d392346f5</link>
        <description>Merge tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextPull networking deletions from Jakub Kicinski: &quot;Delete some obsolete networking code  Old code like amateur radio and NFC have long been a burden to core  networking developers. syzbot loves to find bugs in BKL-era code, and  noobs try to fix them.  If we want to have a fighting chance of surviving the LLM-pocalypse  this code needs to find a dedicated owner or get deleted. We&apos;ve talked  about these deletions multiple times in the past and every time  someone wanted the code to stay. It is never very clear to me how many  of those people actually use the code vs are just nostalgic to see it  go. Amateur radio did have occasional users (or so I think) but most  users switched to user space implementations since its all super slow  stuff. Nobody stepped up to maintain the kernel code.  We were lucky enough to find someone who wants to help with NFC so  we&apos;re giving that a chance. Let&apos;s try to put the rest of this code  behind us&quot;* tag &apos;net-deletions&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next:  drivers: net: 8390: wd80x3: Remove this driver  drivers: net: 8390: ultra: Remove this driver  drivers: net: 8390: AX88190: Remove this driver  drivers: net: fujitsu: fmvj18x: Remove this driver  drivers: net: smsc: smc91c92: Remove this driver  drivers: net: smsc: smc9194: Remove this driver  drivers: net: amd: nmclan: Remove this driver  drivers: net: amd: lance: Remove this driver  drivers: net: 3com: 3c589: Remove this driver  drivers: net: 3com: 3c574: Remove this driver  drivers: net: 3com: 3c515: Remove this driver  drivers: net: 3com: 3c509: Remove this driver  net: packetengines: remove obsolete yellowfin driver and vendor dir  net: packetengines: remove obsolete hamachi driver  net: remove unused ATM protocols and legacy ATM device drivers  net: remove ax25 and amateur radio (hamradio) subsystem  net: remove ISDN subsystem and Bluetooth CMTP  caif: remove CAIF NETWORK LAYER

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Fri, 24 Apr 2026 18:41:58 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>0c22ed0fadcad620277a56c0ba2867d4850d053a - Merge branch &apos;remove-a-number-of-isa-and-pcmcia-ethernet-drivers&apos;</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#0c22ed0fadcad620277a56c0ba2867d4850d053a</link>
        <description>Merge branch &apos;remove-a-number-of-isa-and-pcmcia-ethernet-drivers&apos;Andrew Lunn says:====================Remove a number of ISA and PCMCIA Ethernet driversThese old drivers have not been much of a Maintenance burden untilrecently. Now there are more newbies using AI and fuzzers findingissues, resulting in more work for Maintainers. Fixing these olddrivers make little sense, if it is not clear they have users.These mostly ISA and PCMCIA Ethernet devices, mostly from the lastcentury, a couple from 2001 or 2002. It seems unlikely they are stillused. However, remove them one patch at a time so they can be broughtback if somebody still has the hardware, runs modern kernels and wantsto take up the roll of driver Maintainer.====================Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-0-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Thu, 23 Apr 2026 23:54:20 +0200</pubDate>
        <dc:creator>Jakub Kicinski &lt;kuba@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>15d07f9ef4af71e454cde4eebfbf7676ac0d972e - drivers: net: 8390: wd80x3: Remove this driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#15d07f9ef4af71e454cde4eebfbf7676ac0d972e</link>
        <description>drivers: net: 8390: wd80x3: Remove this driverThe wd80x3 was written by Donald Becker 1993 to 1994. It is an ISAdevice, so unlikely to be used with modern kernels.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-15-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 20:01:58 +0200</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>b0b807aa78d213ee08759130ba6a2e92fb5a3b76 - drivers: net: 8390: ultra: Remove this driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#b0b807aa78d213ee08759130ba6a2e92fb5a3b76</link>
        <description>drivers: net: 8390: ultra: Remove this driverThe ultra was written by Donald Becker 1993 to 1998. It is an ISAdevice, so unlikely to be used with modern kernels.Acked-by: Dominik Brodowski &lt;linux@dominikbrodowski.net&gt;Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-14-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 20:01:57 +0200</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>57835223486216bc8b4187269e03dba1dc62168b - drivers: net: 8390: AX88190: Remove this driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#57835223486216bc8b4187269e03dba1dc62168b</link>
        <description>drivers: net: 8390: AX88190: Remove this driverThe ax88190 was written by David A. Hinds in 2001. It is an PCMCIAdevice, so unlikely to be used with modern kernels.Signed-off-by: Andrew Lunn &lt;andrew@lunn.ch&gt;Link: https://patch.msgid.link/20260422-v7-0-0-net-next-driver-removal-v1-v2-12-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 20:01:55 +0200</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>3eb66e91a25497065c5322b1268cbc3953642227 - Merge tag &apos;v4.20&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#3eb66e91a25497065c5322b1268cbc3953642227</link>
        <description>Merge tag &apos;v4.20&apos; into for-linusSync with mainline to get linux/overflow.h among other things.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Tue, 15 Jan 2019 00:33:23 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>4116941b7a703f8c770998bb3a59966608cb5bb2 - Merge tag &apos;v4.20&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#4116941b7a703f8c770998bb3a59966608cb5bb2</link>
        <description>Merge tag &apos;v4.20&apos; into nextMerge with mainline to bring in the new APIs.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 14 Jan 2019 07:35:32 +0100</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c74a7469f97c0f40b46e82ee979f9fb1bb6e847c - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#c74a7469f97c0f40b46e82ee979f9fb1bb6e847c</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedWe need a backmerge to get DP_DPCD_REV_14 before we push otheri915 changes to dinq that could break compilation.Signed-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 23 Jul 2018 18:13:12 +0200</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>6b16f5d12202a23d875915349cc031c07fe1b3ec - Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#6b16f5d12202a23d875915349cc031c07fe1b3ec</link>
        <description>Merge tag &apos;v4.18-rc2&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.18-rc2

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Thu, 28 Jun 2018 14:07:57 +0200</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>57b54d74dd5c559bd35f2affaf11d8828aaf5733 - Merge tag &apos;v4.18-rc2&apos; into next-general</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#57b54d74dd5c559bd35f2affaf11d8828aaf5733</link>
        <description>Merge tag &apos;v4.18-rc2&apos; into next-generalMerge to Linux 4.18-rc2 for security subsystem developers.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 25 Jun 2018 18:20:40 +0200</pubDate>
        <dc:creator>James Morris &lt;james.morris@microsoft.com&gt;</dc:creator>
    </item>
<item>
        <title>7731b8bc94e599c9a79e428f3359ff2c34b7576a - Merge branch &apos;linus&apos; into x86/urgent</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#7731b8bc94e599c9a79e428f3359ff2c34b7576a</link>
        <description>Merge branch &apos;linus&apos; into x86/urgentRequired to queue a dependent fix.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Fri, 22 Jun 2018 21:20:35 +0200</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21 - Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#1c8c5a9d38f607c0b6fd12c91cbe1a4418762a21</link>
        <description>Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextPull networking updates from David Miller: 1) Add Maglev hashing scheduler to IPVS, from Inju Song. 2) Lots of new TC subsystem tests from Roman Mashak. 3) Add TCP zero copy receive and fix delayed acks and autotuning with    SO_RCVLOWAT, from Eric Dumazet. 4) Add XDP_REDIRECT support to mlx5 driver, from Jesper Dangaard    Brouer. 5) Add ttl inherit support to vxlan, from Hangbin Liu. 6) Properly separate ipv6 routes into their logically independant    components. fib6_info for the routing table, and fib6_nh for sets of    nexthops, which thus can be shared. From David Ahern. 7) Add bpf_xdp_adjust_tail helper, which can be used to generate ICMP    messages from XDP programs. From Nikita V. Shirokov. 8) Lots of long overdue cleanups to the r8169 driver, from Heiner    Kallweit. 9) Add BTF (&quot;BPF Type Format&quot;), from Martin KaFai Lau.10) Add traffic condition monitoring to iwlwifi, from Luca Coelho.11) Plumb extack down into fib_rules, from Roopa Prabhu.12) Add Flower classifier offload support to igb, from Vinicius Costa    Gomes.13) Add UDP GSO support, from Willem de Bruijn.14) Add documentation for eBPF helpers, from Quentin Monnet.15) Add TLS tx offload to mlx5, from Ilya Lesokhin.16) Allow applications to be given the number of bytes available to read    on a socket via a control message returned from recvmsg(), from    Soheil Hassas Yeganeh.17) Add x86_32 eBPF JIT compiler, from Wang YanQing.18) Add AF_XDP sockets, with zerocopy support infrastructure as well.    From Bj&#246;rn T&#246;pel.19) Remove indirect load support from all of the BPF JITs and handle    these operations in the verifier by translating them into native BPF    instead. From Daniel Borkmann.20) Add GRO support to ipv6 gre tunnels, from Eran Ben Elisha.21) Allow XDP programs to do lookups in the main kernel routing tables    for forwarding. From David Ahern.22) Allow drivers to store hardware state into an ELF section of kernel    dump vmcore files, and use it in cxgb4. From Rahul Lakkireddy.23) Various RACK and loss detection improvements in TCP, from Yuchung    Cheng.24) Add TCP SACK compression, from Eric Dumazet.25) Add User Mode Helper support and basic bpfilter infrastructure, from    Alexei Starovoitov.26) Support ports and protocol values in RTM_GETROUTE, from Roopa    Prabhu.27) Support bulking in -&gt;ndo_xdp_xmit() API, from Jesper Dangaard    Brouer.28) Add lots of forwarding selftests, from Petr Machata.29) Add generic network device failover driver, from Sridhar Samudrala.* ra.kernel.org:/pub/scm/linux/kernel/git/davem/net-next: (1959 commits)  strparser: Add __strp_unpause and use it in ktls.  rxrpc: Fix terminal retransmission connection ID to include the channel  net: hns3: Optimize PF CMDQ interrupt switching process  net: hns3: Fix for VF mailbox receiving unknown message  net: hns3: Fix for VF mailbox cannot receiving PF response  bnx2x: use the right constant  Revert &quot;net: sched: cls: Fix offloading when ingress dev is vxlan&quot;  net: dsa: b53: Fix for brcm tag issue in Cygnus SoC  enic: fix UDP rss bits  netdev-FAQ: clarify DaveM&apos;s position for stable backports  rtnetlink: validate attributes in do_setlink()  mlxsw: Add extack messages for port_{un, }split failures  netdevsim: Add extack error message for devlink reload  devlink: Add extack to reload and port_{un, }split operations  net: metrics: add proper netlink validation  ipmr: fix error path when ipmr_new_table fails  ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds  net: hns3: remove unused hclgevf_cfg_func_mta_filter  netfilter: provide udp*_lib_lookup for nf_tproxy  qed*: Utilize FW 8.37.2.0  ...

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Thu, 07 Jun 2018 03:39:49 +0200</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>c13aca79ff3c4af5fd31a5b2743a90eba6e36a26 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#c13aca79ff3c4af5fd31a5b2743a90eba6e36a26</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 4.18 merge window.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 04 Jun 2018 22:33:12 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>101cfc9f787d8ca22866a178f2c1684fb10f8c7a - Merge branches &apos;clk-warn&apos;, &apos;clk-core&apos;, &apos;clk-spear&apos; and &apos;clk-qcom-msm8998&apos; into clk-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#101cfc9f787d8ca22866a178f2c1684fb10f8c7a</link>
        <description>Merge branches &apos;clk-warn&apos;, &apos;clk-core&apos;, &apos;clk-spear&apos; and &apos;clk-qcom-msm8998&apos; into clk-next* clk-warn:  clk: Print the clock name and warning cause* clk-core:  clk: Remove clk_init_cb typedef* clk-spear:  clk: spear: fix WDT clock definition on SPEAr600* clk-qcom-msm8998:  clk: qcom: Add MSM8998 Global Clock Control (GCC) driver

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Mon, 04 Jun 2018 21:26:39 +0200</pubDate>
        <dc:creator>Stephen Boyd &lt;sboyd@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>754451342fc5954061ede74b0a8485ec4a4c6eaa - Merge tag &apos;v4.17-rc6&apos; into next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#754451342fc5954061ede74b0a8485ec4a4c6eaa</link>
        <description>Merge tag &apos;v4.17-rc6&apos; into nextSync up with mainline to bring in Atmel controller changes for Caroline.

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Thu, 24 May 2018 18:30:15 +0200</pubDate>
        <dc:creator>Dmitry Torokhov &lt;dmitry.torokhov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>dd8070bff204a67fcb6585f18047841a895b68d7 - Merge remote-tracking branch &apos;net-next/master&apos; into mac80211-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#dd8070bff204a67fcb6585f18047841a895b68d7</link>
        <description>Merge remote-tracking branch &apos;net-next/master&apos; into mac80211-nextBring in net-next which had pulled in net, so I have the changesfrom mac80211 and can apply a patch that would otherwise conflict.Signed-off-by: Johannes Berg &lt;johannes.berg@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Wed, 23 May 2018 11:05:26 +0200</pubDate>
        <dc:creator>Johannes Berg &lt;johannes.berg@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>bba9525520b6028ecbe7486e13216e9ede8636be - Merge branch &apos;drm-intel-next-queued&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#bba9525520b6028ecbe7486e13216e9ede8636be</link>
        <description>Merge branch &apos;drm-intel-next-queued&apos; into gvt-nextSigned-off-by: Zhi Wang &lt;zhi.a.wang@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Sun, 13 May 2018 23:19:07 +0200</pubDate>
        <dc:creator>Zhi Wang &lt;zhi.a.wang@intel.com&gt;</dc:creator>
    </item>
<item>
        <title>94cc2fde365fb4484080ea6675bb1e0c933f8002 - Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#94cc2fde365fb4484080ea6675bb1e0c933f8002</link>
        <description>Merge remote-tracking branch &apos;drm/drm-next&apos; into drm-misc-nextdrm-misc-next is still based on v4.16-rc7, and was getting a bit stale.Signed-off-by: Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Fri, 11 May 2018 18:08:10 +0200</pubDate>
        <dc:creator>Maarten Lankhorst &lt;maarten.lankhorst@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>53f071e19d566e7d0a4eada1bd8313a4cdb660a4 - Merge drm/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/8390/Makefile#53f071e19d566e7d0a4eada1bd8313a4cdb660a4</link>
        <description>Merge drm/drm-next into drm-intel-next-queuedNeed d224985a5e31 (&quot;sched/wait, drivers/drm: Convert wait_on_atomic_t()usage to the new wait_var_event() API&quot;) in dinq to be able to fixhttps://bugs.freedesktop.org/show_bug.cgi?id=106085.Signed-off-by: Jani Nikula &lt;jani.nikula@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/8390/Makefile</description>
        <pubDate>Wed, 02 May 2018 11:20:32 +0200</pubDate>
        <dc:creator>Jani Nikula &lt;jani.nikula@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
