<feed xmlns='http://www.w3.org/2005/Atom'>
<title>svn-archive/archive/package/network, branch master</title>
<subtitle>OpenWrt SVN history</subtitle>
<id>https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master</id>
<link rel='self' href='https://git.openwrt.org/openwrt/svn-archive/archive/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/'/>
<updated>2016-06-17T10:59:10Z</updated>
<entry>
<title>iw: backport support for "channels" command</title>
<updated>2016-06-17T10:59:10Z</updated>
<author>
<name>Rafał Miłecki</name>
</author>
<published>2016-06-17T10:59:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=8d988a6cbb8ff94049a277b1cc212c51cf1c4589'/>
<id>urn:sha1:8d988a6cbb8ff94049a277b1cc212c51cf1c4589</id>
<content type='text'>
Signed-off-by: Rafał Miłecki &lt;zajec5@gmail.com&gt;

SVN-Revision: 49388
</content>
</entry>
<entry>
<title>treewide: fix replace nbd@openwrt.org with nbd@nbd.name</title>
<updated>2016-06-07T06:59:36Z</updated>
<author>
<name>Felix Fietkau</name>
</author>
<published>2016-06-07T06:59:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1'/>
<id>urn:sha1:b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1</id>
<content type='text'>
Signed-off-by: Felix Fietkau &lt;nbd@nbd.name&gt;

SVN-Revision: 49379
</content>
</entry>
<entry>
<title>iftop: Update to latest version, and drop patch</title>
<updated>2016-05-10T22:37:28Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:37:28Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=69c4b2e8fa8d251c3923deb9db629f54fbfdf980'/>
<id>urn:sha1:69c4b2e8fa8d251c3923deb9db629f54fbfdf980</id>
<content type='text'>
The patch made sure the ncursesw library was not selected to save space,
but that library doesn't exist in this distribution at all.

Signed-off-by: Bert Vermeulen &lt;bert@biot.com&gt;

SVN-Revision: 49359
</content>
</entry>
<entry>
<title>xtables-addons: Avoid redefinition of SHRT_MAX in lua packet script</title>
<updated>2016-05-10T22:36:45Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:45Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=b5b61dd59908c42833b9e6cd4360ad7a15659bec'/>
<id>urn:sha1:b5b61dd59908c42833b9e6cd4360ad7a15659bec</id>
<content type='text'>
Patch Lua packet script defines SHRT_MAX which is already defined in &lt;linux/kernel.h&gt; and
is included indirectly by lauxlib.h. Fix the redefintion as it leads to compile failure
on systems which treat macro redefinition as an error

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 49338
</content>
</entry>
<entry>
<title>dropbear: Make utmp and putuline support configurable via seperate config options</title>
<updated>2016-05-10T22:36:38Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:38Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=0995a1d8074f857f5bd4fa20f3cbd97b397e01da'/>
<id>urn:sha1:0995a1d8074f857f5bd4fa20f3cbd97b397e01da</id>
<content type='text'>
Utmp support tracks who is currenlty logged in by logging info to the file /var/run/utmp (supported by busybox)
Putuline support will use the utmp structure to write to the utmp file

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 49333
</content>
</entry>
<entry>
<title>netifd: Add configurable DHCP release behavior</title>
<updated>2016-05-10T22:36:36Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:36Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=173ec8dff9c6eab17f101e3a1e1cd4016d8fde6a'/>
<id>urn:sha1:173ec8dff9c6eab17f101e3a1e1cd4016d8fde6a</id>
<content type='text'>
Make sending a DHCP release configurable when the client exits allowing to clean up
IP/mac state info in intermediate devices.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 49332
</content>
</entry>
<entry>
<title>xtables-addons: Fix Lua packet script implementation</title>
<updated>2016-05-10T22:36:35Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=22fb4f60f31e4ee482eb556d35612f90ec60e816'/>
<id>urn:sha1:22fb4f60f31e4ee482eb556d35612f90ec60e816</id>
<content type='text'>
lua_packet_segment parameter start has type char pointer; in function lua_tg
it's assigned an uint16 value generating compiler warnings obviously indicating
posssible seg fault problems. Fix the issue by using the correct skb functions
so the parameter points to the position inside the sk_buff

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;
Signed-off-by: Stijn Cleynhens &lt;stijn.cleynhens@gmail.com&gt;

SVN-Revision: 49331
</content>
</entry>
<entry>
<title>netifd: Send DHCP release when client exits</title>
<updated>2016-05-10T22:36:10Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:10Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=2398ba3f2c258a14290fbb4fe871c6fb19578a26'/>
<id>urn:sha1:2398ba3f2c258a14290fbb4fe871c6fb19578a26</id>
<content type='text'>
Let DHCP client send a release when it exists so the DHCP server is
informed the IP address is released and allowing to clean up IP/mac
state info in intermediate devices.

Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 49321
</content>
</entry>
<entry>
<title>netifd: fix default ip rules</title>
<updated>2016-05-10T22:36:08Z</updated>
<author>
<name>Luka Perkov</name>
</author>
<published>2016-05-10T22:36:08Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=3d100fb2a71158a591864b8d48866f759fa62df1'/>
<id>urn:sha1:3d100fb2a71158a591864b8d48866f759fa62df1</id>
<content type='text'>
Update to latest HEAD in order to remove the faulty "prelocal" ip rule leading
to unexpected policy rule precedence.

Signed-off-by: Jo-Philipp Wich &lt;jo@mein.io&gt;

SVN-Revision: 49320
</content>
</entry>
<entry>
<title>ppp: Add ppp-mod-passwordfd subpackage to ppp</title>
<updated>2016-04-29T11:35:26Z</updated>
<author>
<name>John Crispin</name>
</author>
<published>2016-04-29T11:35:26Z</published>
<link rel='alternate' type='text/html' href='https://git.openwrt.org/openwrt/svn-archive/archive/commit/?id=62eb73e54649b0cf7aa6d353026d3dc2d55ec960'/>
<id>urn:sha1:62eb73e54649b0cf7aa6d353026d3dc2d55ec960</id>
<content type='text'>
Signed-off-by: Hans Dedecker &lt;dedeckeh@gmail.com&gt;

SVN-Revision: 49274
</content>
</entry>
</feed>
