<?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/smsc/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/smsc/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/smsc/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/smsc/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/smsc/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/smsc/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>a3fb9a5bf66071e21f51696816f79bb0c051908c - drivers: net: smsc: smc91c92: Remove this driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#a3fb9a5bf66071e21f51696816f79bb0c051908c</link>
        <description>drivers: net: smsc: smc91c92: Remove this driverThe smc91c92 was written by David A Hinds in 1999. It is an PCMCIAdevice, so unlikely to be used with modern kernels.Remove the Documentation as well, since it refers to kernel versions1.2.13 until 1.3.71 and FTP sites which no longer exist.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-8-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 20:01:51 +0200</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>9fdf9f61fa6d3cb31ba501f65522fcd9f5c8acd4 - drivers: net: smsc: smc9194: Remove this driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#9fdf9f61fa6d3cb31ba501f65522fcd9f5c8acd4</link>
        <description>drivers: net: smsc: smc9194: Remove this driverThe smc9194 was written by Erik Stahlman in 1996. It is an ISA device,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-7-08a5b59784d5@lunn.chSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Wed, 22 Apr 2026 20:01:50 +0200</pubDate>
        <dc:creator>Andrew Lunn &lt;andrew@lunn.ch&gt;</dc:creator>
    </item>
<item>
        <title>7ae9fb1b7ecbb5d85d07857943f677fd1a559b18 - Merge branch &apos;next&apos; into for-linus</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#7ae9fb1b7ecbb5d85d07857943f677fd1a559b18</link>
        <description>Merge branch &apos;next&apos; into for-linusPrepare input updates for 6.3 merge window.

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

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

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

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

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

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Wed, 28 Dec 2022 17:07:44 +0100</pubDate>
        <dc:creator>Mauro Carvalho Chehab &lt;mchehab@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>2c55d703391acf7e9101da596d0c15ee03b318a3 - Merge drm/drm-fixes into drm-misc-fixes</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#2c55d703391acf7e9101da596d0c15ee03b318a3</link>
        <description>Merge drm/drm-fixes into drm-misc-fixesLet&apos;s start the fixes cycle.Signed-off-by: Maxime Ripard &lt;maxime@cerno.tech&gt;

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Tue, 03 Jan 2023 08:32:12 +0100</pubDate>
        <dc:creator>Maxime Ripard &lt;maxime@cerno.tech&gt;</dc:creator>
    </item>
<item>
        <title>1a931707ad4a46e79d4ecfee56d8f6e8cc8d4f28 - Merge remote-tracking branch &apos;torvalds/master&apos; into perf/core</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#1a931707ad4a46e79d4ecfee56d8f6e8cc8d4f28</link>
        <description>Merge remote-tracking branch &apos;torvalds/master&apos; into perf/coreTo resolve a trivial merge conflict with c302378bc157f6a7 (&quot;libbpf:Hashmap interface update to allow both long and void* keys/values&quot;),where a function present upstream was removed in the perf toolsdevelopment tree.Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@redhat.com&gt;

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

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Wed, 14 Dec 2022 00:47:48 +0100</pubDate>
        <dc:creator>Linus Torvalds &lt;torvalds@linux-foundation.org&gt;</dc:creator>
    </item>
<item>
        <title>a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee - net: remove smc911x driver</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#a2fd08448f2b7591fc7ec8dec2e5e025a43f0cee</link>
        <description>net: remove smc911x driverThis driver was used on Arm and SH machines until 2009, when thelast platforms moved to the smsc911x driver for the same hardware.Time to retire this version.Link: https://lore.kernel.org/netdev/1232010482-3744-1-git-send-email-steve.glendinning@smsc.com/Signed-off-by: Arnd Bergmann &lt;arnd@arndb.de&gt;Link: https://lore.kernel.org/r/20221017121900.3520108-1-arnd@kernel.orgSigned-off-by: Jakub Kicinski &lt;kuba@kernel.org&gt;

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Mon, 17 Oct 2022 14:18:26 +0200</pubDate>
        <dc:creator>Arnd Bergmann &lt;arnd@arndb.de&gt;</dc:creator>
    </item>
<item>
        <title>498495dba268b20e8eadd7fe93c140c68b6cc9d2 - Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#498495dba268b20e8eadd7fe93c140c68b6cc9d2</link>
        <description>Merge branch &apos;fix/intel&apos; of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-intel

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Mon, 08 Jan 2018 16:54:50 +0100</pubDate>
        <dc:creator>Mark Brown &lt;broonie@kernel.org&gt;</dc:creator>
    </item>
<item>
        <title>70a02f840c5113cd9255ce4c1b1848bb48b0bd21 - Merge tag &apos;v4.15-rc5&apos; of git://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/smsc/Makefile#70a02f840c5113cd9255ce4c1b1848bb48b0bd21</link>
        <description>Merge tag &apos;v4.15-rc5&apos; of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into fbdev-for-nextLinux 4.15-rc5

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Fri, 29 Dec 2017 17:49:13 +0100</pubDate>
        <dc:creator>Bartlomiej Zolnierkiewicz &lt;b.zolnierkie@samsung.com&gt;</dc:creator>
    </item>
<item>
        <title>2ef6765ccaab2c69470d7049d9a9bf6456a6e666 - Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#2ef6765ccaab2c69470d7049d9a9bf6456a6e666</link>
        <description>Merge tag &apos;drm-intel-next-2017-12-14&apos; into gvt-next- Fix documentation build issues (Randy, Markus)- Fix timestamp frequency calculation for perf on CNL (Lionel)- New DMC firmware for Skylake (Anusha)- GTT flush fixes and other GGTT write track and refactors (Chris)- Taint kernel when GPU reset fails (Chris)- Display workarounds organization (Lucas)- GuC and HuC initialization clean-up and fixes (Michal)- Other fixes around GuC submission (Michal)- Execlist clean-ups like caching ELSP reg offset and improving log readability (Chri\s)- Many other improvements on our logs and dumps (Chris)- Restore GT performance in headless mode with DMC loaded (Tvrtko)- Stop updating legacy fb parameters since FBC is not using anymore (Daniel)- More selftest improvements (Chris)- Preemption fixes and improvements (Chris)- x86/early-quirks improvements for Intel graphics stolen memory. (Joonas, Matthew)- Other improvements on Stolen Memory code to be resource centric. (Matthew)- Improvements and fixes on fence allocation/release (Chris).GVT:- fixes for two coverity scan errors (Colin)- mmio switch code refine (Changbin)- more virtual display dmabuf fixes (Tina/Gustavo)- misc cleanups (Pei)- VFIO mdev display dmabuf interface and gvt support (Tina)- VFIO mdev opregion support/fixes (Tina/Xiong/Chris)- workload scheduling optimization (Changbin)- preemption fix and temporal workaround (Zhenyu)- and misc fixes after refactor (Chris)

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Mon, 18 Dec 2017 09:29:37 +0100</pubDate>
        <dc:creator>Zhenyu Wang &lt;zhenyuw@linux.intel.com&gt;</dc:creator>
    </item>
<item>
        <title>d21bd6898336a7892914d308d5e0868f0b863571 - Sync to v4.15-rc3 for security subsystem developers to work against.</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#d21bd6898336a7892914d308d5e0868f0b863571</link>
        <description>Sync to v4.15-rc3 for security subsystem developers to work against.

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Mon, 11 Dec 2017 07:01:08 +0100</pubDate>
        <dc:creator>James Morris &lt;james.l.morris@oracle.com&gt;</dc:creator>
    </item>
<item>
        <title>6647852abc1fd74e9c5e0dcf404ea4cb9c929630 - Merge airlied/drm-next into drm-intel-next-queued</title>
        <link>http://kernelsources.org:8080/source/history/linux/drivers/net/ethernet/smsc/Makefile#6647852abc1fd74e9c5e0dcf404ea4cb9c929630</link>
        <description>Merge airlied/drm-next into drm-intel-next-queuedChris requested this backmerge for a reconciliation ondrm_print.h between drm-misc-next and drm-intel-next-queuedSigned-off-by: Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;

            List of files:
            /linux/drivers/net/ethernet/smsc/Makefile</description>
        <pubDate>Fri, 08 Dec 2017 19:15:30 +0100</pubDate>
        <dc:creator>Rodrigo Vivi &lt;rodrigo.vivi@intel.com&gt;</dc:creator>
    </item>
</channel>
</rss>
