<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mtk-20170518/package/network/utils, branch mtk-20170518</title>
<subtitle>MTK 20170518 : Mediatek SDK based on OpenWRT Barrier Breaker</subtitle>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/'/>
<entry>
<title>package/network/utils: probably from OpenWRT</title>
<updated>2018-09-16T17:25:03+00:00</updated>
<author>
<name>Ludovic Pouzenc</name>
<email>ludovic@pouzenc.fr</email>
</author>
<published>2018-09-16T17:25:03+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=be049529e6a883601fd47303a05165a6a0b9a4a5'/>
<id>be049529e6a883601fd47303a05165a6a0b9a4a5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>package: fix segfault of iwinfo.scanlist("radio0").</title>
<updated>2014-08-12T11:14:11+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-12T11:14:11+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=eb02b887ff2e71b28c47205f2c4070e9139bc2a0'/>
<id>eb02b887ff2e71b28c47205f2c4070e9139bc2a0</id>
<content type='text'>
This is a bug revealed in r41830.

First, the static variable `char nif[IFNAMSIZ]` of nl80211_phy2ifname()
would be zeroed out if the argument is "wlan0" or the like.  This will
happen in the following call stack.

 nl80211_get_scanlist("radio0", buf, len);
   nl80211_phy2ifname("radio0")			// return static var nif with content "wlan0"
   nl80211_get_scanlist(nif, buf, len);		// tail call
     nl80211_get_mode(nif);
        nl80211_phy2ifname(nif);		// zero out nif

Later we try nl80211_ifadd("") which was supposed to create interface
"tmp.", but that won't happen because nl80211_msg() will put an invalid
ifidx 0 to the nlmsg.

Then iwinfo_ifup() and iwinfo_ifdown() would fail and happily
nl80211_get_scanlist() returned 0 and left *len undefined.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 42151
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is a bug revealed in r41830.

First, the static variable `char nif[IFNAMSIZ]` of nl80211_phy2ifname()
would be zeroed out if the argument is "wlan0" or the like.  This will
happen in the following call stack.

 nl80211_get_scanlist("radio0", buf, len);
   nl80211_phy2ifname("radio0")			// return static var nif with content "wlan0"
   nl80211_get_scanlist(nif, buf, len);		// tail call
     nl80211_get_mode(nif);
        nl80211_phy2ifname(nif);		// zero out nif

Later we try nl80211_ifadd("") which was supposed to create interface
"tmp.", but that won't happen because nl80211_msg() will put an invalid
ifidx 0 to the nlmsg.

Then iwinfo_ifup() and iwinfo_ifdown() would fail and happily
nl80211_get_scanlist() returned 0 and left *len undefined.

Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 42151
</pre>
</div>
</content>
</entry>
<entry>
<title>xtables-addons: remove version 1.x for old kernels</title>
<updated>2014-08-07T19:30:33+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-07T19:30:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=4d39f186bcf88889355c6c59c337bde11089e994'/>
<id>4d39f186bcf88889355c6c59c337bde11089e994</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42047
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42047
</pre>
</div>
</content>
</entry>
<entry>
<title>iptables: add kmod-ipt-nf* to dependency list of iptables-mod-nf*.</title>
<updated>2014-08-07T12:32:33+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-08-07T12:32:33+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=ddbd2cf7813cba765461830bc919a37fb8774387'/>
<id>ddbd2cf7813cba765461830bc919a37fb8774387</id>
<content type='text'>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 42034
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Yousong Zhou &lt;yszhou4tech@gmail.com&gt;

SVN-Revision: 42034
</pre>
</div>
</content>
</entry>
<entry>
<title>iptables: NFLOG and NFQUEUE targets' full support</title>
<updated>2014-08-07T04:42:22+00:00</updated>
<author>
<name>Steven Barth</name>
<email>cyrus@openwrt.org</email>
</author>
<published>2014-08-07T04:42:22+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=9f2a17103fc93ccc6d205ef824f5067f494a41b3'/>
<id>9f2a17103fc93ccc6d205ef824f5067f494a41b3</id>
<content type='text'>
NFLOG and NFQUEUE targets' full support for iptables.

Includes all needed kernel modules (Xtables's and Netlink's)
 and userspace libraries.
All added kernel modules can be individually disabled,
 all other new libraries get their own individual packages.

Reported-by: Fabian Hugelshofer &lt;hugelshofer2006@gmx.ch&gt;
Reported-by: Rainer Poisel &lt;rainer.poisel@fhstp.ac.at&gt;
Reported-by: Derek LaHousse &lt;dlahouss@mtu.edu&gt;
Signed-off-by: Guillaume Déflache &lt;guillaume.deflache@ibwag.com&gt;

SVN-Revision: 42022
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
NFLOG and NFQUEUE targets' full support for iptables.

Includes all needed kernel modules (Xtables's and Netlink's)
 and userspace libraries.
All added kernel modules can be individually disabled,
 all other new libraries get their own individual packages.

Reported-by: Fabian Hugelshofer &lt;hugelshofer2006@gmx.ch&gt;
Reported-by: Rainer Poisel &lt;rainer.poisel@fhstp.ac.at&gt;
Reported-by: Derek LaHousse &lt;dlahouss@mtu.edu&gt;
Signed-off-by: Guillaume Déflache &lt;guillaume.deflache@ibwag.com&gt;

SVN-Revision: 42022
</pre>
</div>
</content>
</entry>
<entry>
<title>iwinfo: allow scans in AP mode on nl80211</title>
<updated>2014-08-06T17:07:18+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-06T17:07:18+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=b465cf412fe567fa5df6a907455f6f7164cc1462'/>
<id>b465cf412fe567fa5df6a907455f6f7164cc1462</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42014
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 42014
</pre>
</div>
</content>
</entry>
<entry>
<title>iputils: add missing includes, fix musl support</title>
<updated>2014-08-03T10:45:36+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-03T10:45:36+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=49d00e95dbbf5413098527755ac42f4f15132220'/>
<id>49d00e95dbbf5413098527755ac42f4f15132220</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41958
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41958
</pre>
</div>
</content>
</entry>
<entry>
<title>iwcap: add missing include</title>
<updated>2014-08-03T10:45:28+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-03T10:45:28+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=34a1ee8410ab9c310b6f782211b04e3b2b96adbc'/>
<id>34a1ee8410ab9c310b6f782211b04e3b2b96adbc</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41956
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41956
</pre>
</div>
</content>
</entry>
<entry>
<title>iwinfo: add missing include statement</title>
<updated>2014-08-03T10:45:23+00:00</updated>
<author>
<name>Felix Fietkau</name>
<email>nbd@openwrt.org</email>
</author>
<published>2014-08-03T10:45:23+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=5a506ca595ecf10a45b4a3c99da055655d7c2975'/>
<id>5a506ca595ecf10a45b4a3c99da055655d7c2975</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Felix Fietkau &lt;nbd@openwrt.org&gt;

SVN-Revision: 41955
</pre>
</div>
</content>
</entry>
<entry>
<title>netfilter: introduce xt_id match</title>
<updated>2014-08-01T22:49:47+00:00</updated>
<author>
<name>Jo-Philipp Wich</name>
<email>jow@openwrt.org</email>
</author>
<published>2014-08-01T22:49:47+00:00</published>
<link rel='alternate' type='text/html' href='http://www.chd.sx/cgit/mtk-20170518/commit/?id=baa7c211f5545c4ccc1029991dfca34584cfa221'/>
<id>baa7c211f5545c4ccc1029991dfca34584cfa221</id>
<content type='text'>
This commit implements a new netfilter match "xt_id" which can be used to
attach unsigned 32bit IDs to iptables rules.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41945
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit implements a new netfilter match "xt_id" which can be used to
attach unsigned 32bit IDs to iptables rules.

Signed-off-by: Jo-Philipp Wich &lt;jow@openwrt.org&gt;

SVN-Revision: 41945
</pre>
</div>
</content>
</entry>
</feed>
