<?xml version="1.0"?>
<?xml-stylesheet type="text/xsl" href="/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>57588c71 - mac802154: Handle passive scanning</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#57588c71</link>
        <description>mac802154: Handle passive scanningImplement the core hooks in order to provide the softMAC layer supportfor passive scans. Scans are requested by the user and can be aborted.Changing channels manually is prohibited during scans.The implementation uses a workqueue triggered at a certain intervaldepending on the symbol duration for the current channel and theduration order provided. More advanced drivers with internal schedulingcapabilities might require additional care but there is none mainlineyet.Received beacons during a passive scan are processed in a work queue andtheir result forwarded to the upper layer.Active scanning is not supported yet.Co-developed-by: David Girault &lt;david.girault@qorvo.com&gt;Signed-off-by: David Girault &lt;david.girault@qorvo.com&gt;Signed-off-by: Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;Acked-by: Alexander Aring &lt;aahringo@redhat.com&gt;Link: https://lore.kernel.org/r/20230103165644.432209-7-miquel.raynal@bootlin.comSigned-off-by: Stefan Schmidt &lt;stefan@datenfreihafen.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 03 Jan 2023 16:56:44 +0000</pubDate>
        <dc:creator>Miquel Raynal &lt;miquel.raynal@bootlin.com&gt;</dc:creator>
    </item>
<item>
        <title>ec8f24b7 - treewide: Add SPDX license identifier - Makefile/Kconfig</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#ec8f24b7</link>
        <description>treewide: Add SPDX license identifier - Makefile/KconfigAdd SPDX license identifiers to all Make/Kconfig files which: - Have no license information of any formThese files fall under the project license, GPL v2 only. The resulting SPDXlicense identifier is:  GPL-2.0-onlySigned-off-by: Thomas Gleixner &lt;tglx@linutronix.de&gt;Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Sun, 19 May 2019 12:07:45 +0000</pubDate>
        <dc:creator>Thomas Gleixner &lt;tglx@linutronix.de&gt;</dc:creator>
    </item>
<item>
        <title>6bdf1e0e - Makefile: drop -D__CHECK_ENDIAN__ from cflags</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#6bdf1e0e</link>
        <description>Makefile: drop -D__CHECK_ENDIAN__ from cflagsThat&apos;s the default now, no need for makefiles to set it.Signed-off-by: Michael S. Tsirkin &lt;mst@redhat.com&gt;Acked-by: Kalle Valo &lt;kvalo@codeaurora.org&gt;Acked-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;Acked-by: Marc Kleine-Budde &lt;mkl@pengutronix.de&gt;Acked-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;Acked-by: Arend van Spriel &lt;arend.vanspriel@broadcom.com&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Thu, 15 Dec 2016 02:07:46 +0000</pubDate>
        <dc:creator>Michael S. Tsirkin &lt;mst@redhat.com&gt;</dc:creator>
    </item>
<item>
        <title>0ecc4e68 - mac802154: add trace functionality for driver ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#0ecc4e68</link>
        <description>mac802154: add trace functionality for driver opsThis patch adds trace events for driver operations.Signed-off-by: Varka Bhadram &lt;varkab@cdac.in&gt;Acked-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Mon, 01 Jun 2015 08:52:26 +0000</pubDate>
        <dc:creator>Varka Bhadram &lt;varkabhadram@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1201cd22 - mac802154: introduce mac802154_config_ops</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#1201cd22</link>
        <description>mac802154: introduce mac802154_config_opsThis patch introduces mac802154_config_ops struct. Like wireless thisstruct should be the only one interface between ieee802154 to mac802154or possible HardMAC drivers.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Sun, 02 Nov 2014 03:18:36 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>b9ff77e5 - mac802154: monitor: merge into iface implementation</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#b9ff77e5</link>
        <description>mac802154: monitor: merge into iface implementationThis patch removes the monitor implementation file and put all monitorstuff into iface file. It&apos;s now small enough to put all necessaryhandling into iface.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 28 Oct 2014 17:21:16 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>c2085103 - mac802154: add netdev qeue helpers</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#c2085103</link>
        <description>mac802154: add netdev qeue helpersThis patch adds a new file net/mac802154/util.c which contains utilityfunctions for drivers, etc. This file contains functions to start andstop queues for all virtual interfaces, this is useful for asynchronoushandling by driver level.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Sun, 26 Oct 2014 08:37:05 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>15859a5e - mac802154: move wpan.c to iface.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#15859a5e</link>
        <description>mac802154: move wpan.c to iface.cThe wpan.c file contains the interface handling functions now. It&apos;s similarlike the mac80211 iface.c file. This patch renames this file to iface.c tohave similar naming convention in mac802154.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Sat, 25 Oct 2014 07:41:01 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>62eb01f5 - mac802154: move ieee802154_dev.c to main.c</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#62eb01f5</link>
        <description>mac802154: move ieee802154_dev.c to main.cThe ieee802154_dev functionality contains various function forallocation and registration of an ieee802154_dev. This is equal to thenet/mac80211/main.c file. This patch rename the ieee802154_dev.c tomain.c to have the same behaviour.Signed-off-by: Alexander Aring &lt;alex.aring@gmail.com&gt;Signed-off-by: Marcel Holtmann &lt;marcel@holtmann.org&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Sat, 25 Oct 2014 07:40:59 +0000</pubDate>
        <dc:creator>Alexander Aring &lt;alex.aring@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5d637d5a - mac802154: add llsec structures and mutators</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#5d637d5a</link>
        <description>mac802154: add llsec structures and mutatorsThis patch adds containers and mutators for the major ieee802154_llsecstructures to mac802154. Most of the (rather simple) ieee802154_llsecstructs are wrapped only to provide an rcu_head for orderly disposal,but some structs - llsec keys notably - require more complexbookkeeping.Since each llsec key may be referenced by a number of llsec key tableentries (with differing key ids, but the same actual key), we want tosave memory and not allocate crypto transforms for each entry in thetable. Thus, the mac802154 llsec key is reference-counted instead.Further, each key will have four associated crypto transforms - threeCCM transforms for the authsizes 4/8/16 and one CTR transform forunauthenticated encryption. If we had a CCM* transform that allowedauthsize 0, and authsize as part of requests instead of transforms, thiswould not be necessary.Signed-off-by: Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Fri, 16 May 2014 15:46:37 +0000</pubDate>
        <dc:creator>Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;</dc:creator>
    </item>
<item>
        <title>b70ab2e8 - ieee802154: enforce consistent endianness in the 802.15.4 stack</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#b70ab2e8</link>
        <description>ieee802154: enforce consistent endianness in the 802.15.4 stackEnable sparse warnings about endianness, replace the remaining fieldsregarding network operations without explicit endianness annotationswith such that are annotated, and propagate this through the entirestack.Uses of ieee802154_addr_sa are not changed yet, this patch is onlyconcerned with all other fields (such as address filters, operationparameters and the likes).Signed-off-by: Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Fri, 14 Mar 2014 20:23:59 +0000</pubDate>
        <dc:creator>Phoebe Buckheister &lt;phoebe.buckheister@itwm.fraunhofer.de&gt;</dc:creator>
    </item>
<item>
        <title>32bad7e3 - mac802154: add wpan device-class support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#32bad7e3</link>
        <description>mac802154: add wpan device-class supportEvery real 802.15.4 transceiver, which works with software MAC layer,can be classified as a wpan device in this stack. So the wpan deviceimplementation provides missing link in datapath between the devicedrivers and the Linux network queue.According to the IEEE 802.15.4 standard each packet can be one of thefollowing types: - beacon - MAC layer command - ACK - dataThis patch adds support for the data packet-type only, but this isenough to perform data transmission and receiving over radio.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Mon, 25 Jun 2012 23:24:48 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>0606069d - mac802154: monitor device support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#0606069d</link>
        <description>mac802154: monitor device supportSupport for monitor device intended to capture all the network activity.This interface could be used by networks sniffers and is alreadysupported by WireShark. That&apos;s a good test point to check that basicMAC support works.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:29 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>ef2486f5 - mac802154: basic mib support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#ef2486f5</link>
        <description>mac802154: basic mib supportBasic support for IEEE 802.15.4 management information base.Current implementation contains a command to set HW address only.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:26 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>6e2128d4 - mac802154: basic MAC commands interface support</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#6e2128d4</link>
        <description>mac802154: basic MAC commands interface supportDeclare set of MAC-commands for reduced functionality interface.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:25 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>5b641ebe - mac802154: TX data path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#5b641ebe</link>
        <description>mac802154: TX data pathMain TX data path implementation between upper and physical layers.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:22 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1cd829c8 - mac802154: RX data path</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#1cd829c8</link>
        <description>mac802154: RX data pathMain RX data path implementation between physical and mac layers.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:21 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
<item>
        <title>1010f540 - mac802154: allocation of ieee802154 device</title>
        <link>http://172.16.0.5:8080/history/linux-6.15/net/mac802154/Makefile#1010f540</link>
        <description>mac802154: allocation of ieee802154 deviceAn interface to allocate and register ieee802154 compatible device.The allocated device has the following representation in memory:	+-----------------------+	| struct wpan_phy       |	+-----------------------+	| struct mac802154_priv |	+-----------------------+	| driver&apos;s private data |	+-----------------------+Used by device drivers to register new instance in the stack.Signed-off-by: Alexander Smirnov &lt;alex.bluesman.smirnov@gmail.com&gt;Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;

            List of files:
            /linux-6.15/net/mac802154/Makefile</description>
        <pubDate>Tue, 15 May 2012 20:50:20 +0000</pubDate>
        <dc:creator>alex.bluesman.smirnov@gmail.com &lt;alex.bluesman.smirnov@gmail.com&gt;</dc:creator>
    </item>
</channel>
</rss>
