<feed xmlns='http://www.w3.org/2005/Atom'>
<title>staging/thess/package, branch master</title>
<subtitle>Ted Hess staging tree</subtitle>
<id>https://git-03.infra.openwrt.org/openwrt/staging/thess/atom?h=master</id>
<link rel='self' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/'/>
<updated>2021-11-12T15:02:58Z</updated>
<entry>
<title>dnsmasq: add ubus acl to allow calls to hotplug.tftp object</title>
<updated>2021-11-12T15:02:58Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-11T14:24:26Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=0cbc6b16db8ce03a522b9acb49ea46cc2134697a'/>
<id>urn:sha1:0cbc6b16db8ce03a522b9acb49ea46cc2134697a</id>
<content type='text'>
dnsmasq may call hotplug.dhcp, hotplug.neigh and hotplug.tftp.
Only the first two callees were listed in the ACL, so add missing
hotplug.tftp.

Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>procd: update to git HEAD</title>
<updated>2021-11-11T14:09:25Z</updated>
<author>
<name>Daniel Golle</name>
</author>
<published>2021-11-11T14:05:59Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=9224ddf72d0fb1b1fb6a47055efb57dd36b0155d'/>
<id>urn:sha1:9224ddf72d0fb1b1fb6a47055efb57dd36b0155d</id>
<content type='text'>
 9d1431e jail: allow passing environment variable to procd jailed process

Fixes dnsmasq in ujail which needs USER_SCRIPT env variable to be
passed to jailed process.

Reported-by: Bastian Bittorf &lt;bb@npl.de&gt;
Signed-off-by: Daniel Golle &lt;daniel@makrotopia.org&gt;
</content>
</entry>
<entry>
<title>mac80211: fix queue selection issue</title>
<updated>2021-11-10T21:25:27Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-10T21:24:51Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=49f615022c921189ff4566b8b2bfdbf97a2a8787'/>
<id>urn:sha1:49f615022c921189ff4566b8b2bfdbf97a2a8787</id>
<content type='text'>
When __ieee80211_select_queue is called, skb-&gt;cb has not been cleared yet,
which means that info-&gt;control.flags can contain garbage.
In some cases this leads to IEEE80211_TX_CTRL_DONT_REORDER being set, causing
packets marked for other queues to randomly end up in BE instead.

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>nat46: update to latest git HEAD</title>
<updated>2021-11-10T19:29:12Z</updated>
<author>
<name>Hans Dedecker</name>
</author>
<published>2021-11-10T19:24:36Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=a564e1df52327ad0548bb7fba583e4194da78a4a'/>
<id>urn:sha1:a564e1df52327ad0548bb7fba583e4194da78a4a</id>
<content type='text'>
1fdf2a3 Fix kernel panic due to device deletion (#29)
e7b48d1 add the mutex lock for create/delete/config/insert nat46 devices to fix nat46 module crash issues. (#28)

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
</content>
</entry>
<entry>
<title>dnsmasq: generate the dns object name dynamically</title>
<updated>2021-11-10T09:07:04Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-10T09:07:02Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=0b79e7c01e42898547eddefc9efc030f2e772b93'/>
<id>urn:sha1:0b79e7c01e42898547eddefc9efc030f2e772b93</id>
<content type='text'>
Fixes an issue with running multiple dnsmasq instances

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>dnsmasq: add match_tag for --dhcp-host</title>
<updated>2021-11-09T16:45:38Z</updated>
<author>
<name>Paul Fertser</name>
</author>
<published>2021-09-23T07:28:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=8a6b1a8d29cbd62f005ba20998ca9c8048ff49fc'/>
<id>urn:sha1:8a6b1a8d29cbd62f005ba20998ca9c8048ff49fc</id>
<content type='text'>
A set of tags can be specified for --dhcp-host option to restrict the
assignment to the requests which match all the tags.

Example usage:

config vendorclass
        option networkid 'udhcp'
        option vendorclass 'udhcp'

config host
        option mac '*:*:*:*:*:*'
        list match_tag 'switch.10'
        list match_tag 'udhcp'
        option ip '192.168.25.10'

Signed-off-by: Paul Fertser &lt;fercerpav@gmail.com&gt;
</content>
</entry>
<entry>
<title>qosify: mark as nonshared</title>
<updated>2021-11-09T13:07:19Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-09T10:03:10Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945'/>
<id>urn:sha1:a667f6b8dd4b0f47d9c0aacb900f1fd3045ec945</id>
<content type='text'>
The SDK does not have the LLVM toolchain yet

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>qosify: move files to /etc/qosify</title>
<updated>2021-11-08T21:26:46Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-08T21:26:45Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=85cc0046060b83bf616ea9476f3d6d9530c72771'/>
<id>urn:sha1:85cc0046060b83bf616ea9476f3d6d9530c72771</id>
<content type='text'>
Now that wildcard matching is supported, this makes it easier for packages
to supply their own qosify rules

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>qosify: update to the latest version</title>
<updated>2021-11-08T21:26:22Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-08T21:26:16Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=0e4ef0e5a43d6875e0044cf9d1276bb888c147a8'/>
<id>urn:sha1:0e4ef0e5a43d6875e0044cf9d1276bb888c147a8</id>
<content type='text'>
737970946bc0 map: default to fnmatch matching for dns patterns. support regex via leading /
b56b112e62e2 ubus: fix crash caused by missing static keyword
3a420e272c18 qosify: support wildcards in classifier filenames

Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
<entry>
<title>qosify: add missing dependency</title>
<updated>2021-11-08T20:32:40Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2021-11-08T20:28:27Z</published>
<link rel='alternate' type='text/html' href='https://git-03.infra.openwrt.org/openwrt/staging/thess/commit/?id=48c754d653f042cfc8af6ae6fa179ce76d4c6528'/>
<id>urn:sha1:48c754d653f042cfc8af6ae6fa179ce76d4c6528</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;
</content>
</entry>
</feed>
