<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux.git/drivers/staging/usbip/userspace, branch v3.13</title>
<subtitle>Linux kernel source tree</subtitle>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/'/>
<entry>
<title>staging: usbip: Fix man-pages for usbip userspace utilities</title>
<updated>2013-09-25T23:58:32+00:00</updated>
<author>
<name>Tobias Polzer</name>
<email>tobias.polzer@fau.de</email>
</author>
<published>2013-09-09T14:13:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=3dd89f9f1bcbb0cbca099abbd811841389cbcf3f'/>
<id>3dd89f9f1bcbb0cbca099abbd811841389cbcf3f</id>
<content type='text'>
The usbip userspace utilities contained some half-documented (only in
--help, not in man) options. They were added to the man-pages of usbip
and usbipd.
Also a typo in the usbip headline was fixed.

Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The usbip userspace utilities contained some half-documented (only in
--help, not in man) options. They were added to the man-pages of usbip
and usbipd.
Also a typo in the usbip headline was fixed.

Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: Fix IPv6 support in usbipd</title>
<updated>2013-09-25T23:35:56+00:00</updated>
<author>
<name>Dominik Paulus</name>
<email>dominik.paulus@fau.de</email>
</author>
<published>2013-09-13T09:55:51+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=f49ad35cd1241a278f073b6674e38eef7dd78c11'/>
<id>f49ad35cd1241a278f073b6674e38eef7dd78c11</id>
<content type='text'>
getaddrinfo() leaves the order of the returned addrinfo structs
unspecified. On systems with bindv6only disabled (this is the default),
PF_INET6 sockets bind to IPv4, too. Thus, IPv6 support in usbipd was
broken when getaddrinfo returned first IPv4 and then IPv6 addrinfos, as
the IPv6 bind failed with EADDRINUSE.

This patch uses seperate sockets for IPv4 and IPv6 and sets IPV6_V6ONLY
on all IPv6 sockets. Two command line arguments, -4 and -6 were added to
manually select the socket family.

Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
getaddrinfo() leaves the order of the returned addrinfo structs
unspecified. On systems with bindv6only disabled (this is the default),
PF_INET6 sockets bind to IPv4, too. Thus, IPv6 support in usbipd was
broken when getaddrinfo returned first IPv4 and then IPv6 addrinfos, as
the IPv6 bind failed with EADDRINUSE.

This patch uses seperate sockets for IPv4 and IPv6 and sets IPV6_V6ONLY
on all IPv6 sockets. Two command line arguments, -4 and -6 were added to
manually select the socket family.

Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: Fix build on Debian ppc</title>
<updated>2013-09-25T23:33:55+00:00</updated>
<author>
<name>Tobias Polzer</name>
<email>tobias.polzer@fau.de</email>
</author>
<published>2013-09-19T08:39:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=414ef695c491ae1d496d10de0660550fe79abdbf'/>
<id>414ef695c491ae1d496d10de0660550fe79abdbf</id>
<content type='text'>
One missing include was added.

Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
One missing include was added.

Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: Fix build with --with-tcp-wrappers</title>
<updated>2013-09-25T23:32:43+00:00</updated>
<author>
<name>Dominik Paulus</name>
<email>dominik.paulus@fau.de</email>
</author>
<published>2013-09-19T12:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=82bd3f1ba0e7f898efad08213b68e43085c29e2f'/>
<id>82bd3f1ba0e7f898efad08213b68e43085c29e2f</id>
<content type='text'>
With --with-tcp-wrappers=no specified, the build system reset LIBS to
the empty string and thus fails to link against libsysfs.

Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With --with-tcp-wrappers=no specified, the build system reset LIBS to
the empty string and thus fails to link against libsysfs.

Signed-off-by: Dominik Paulus &lt;dominik.paulus@fau.de&gt;
Signed-off-by: Tobias Polzer &lt;tobias.polzer@fau.de&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: fix up alignment in long options list</title>
<updated>2013-08-23T16:54:27+00:00</updated>
<author>
<name>Anthony Foiani</name>
<email>anthony.foiani@gmail.com</email>
</author>
<published>2013-08-23T04:06:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=92e11aef70fbac9724a60195b9670901971e8f3b'/>
<id>92e11aef70fbac9724a60195b9670901971e8f3b</id>
<content type='text'>
Re-align the option lists.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Re-align the option lists.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: properly handle "-l" / "--log" option</title>
<updated>2013-08-23T16:54:27+00:00</updated>
<author>
<name>Anthony Foiani</name>
<email>anthony.foiani@gmail.com</email>
</author>
<published>2013-08-23T04:06:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=5894af89f22a94f2356474a2e1e14ca6267019d4'/>
<id>5894af89f22a94f2356474a2e1e14ca6267019d4</id>
<content type='text'>
This option is in the long options list, and it's handled in the
option processing loop, but the optstring didn't include it.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This option is in the long options list, and it's handled in the
option processing loop, but the optstring didn't include it.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: set usbipd server port via "-t" / "--tcp-port" option.</title>
<updated>2013-08-23T16:54:26+00:00</updated>
<author>
<name>Anthony Foiani</name>
<email>anthony.foiani@gmail.com</email>
</author>
<published>2013-08-23T04:06:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=7182f8f81a8c6425061c144d04477048826315e5'/>
<id>7182f8f81a8c6425061c144d04477048826315e5</id>
<content type='text'>
Add an option "-t" / "--tcp-port" to specify the TCP port to listen
on.  Downcase associated variables as they're no longer constants.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add an option "-t" / "--tcp-port" to specify the TCP port to listen
on.  Downcase associated variables as they're no longer constants.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: add "-P" / "--pid" option to save usbipd process id</title>
<updated>2013-08-23T16:54:26+00:00</updated>
<author>
<name>Anthony Foiani</name>
<email>anthony.foiani@gmail.com</email>
</author>
<published>2013-08-23T04:06:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=9ead219b3150d864696f6476f37ecefb2f3e9d86'/>
<id>9ead219b3150d864696f6476f37ecefb2f3e9d86</id>
<content type='text'>
Introduce option "-P" / "--pid" to request that usbipd save its PID to
a file while running.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Introduce option "-P" / "--pid" to request that usbipd save its PID to
a file while running.

Signed-off-by: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: Fix typo in comments within usbip</title>
<updated>2013-08-21T17:02:28+00:00</updated>
<author>
<name>Masanari Iida</name>
<email>standby24x7@gmail.com</email>
</author>
<published>2013-08-20T03:15:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=6ec16a4cc099534dcd4dee423bf33fb486b9d30a'/>
<id>6ec16a4cc099534dcd4dee423bf33fb486b9d30a</id>
<content type='text'>
Correct spelling typo in comments

Signed-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Correct spelling typo in comments

Signed-off-by: Masanari Iida &lt;standby24x7@gmail.com&gt;
Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>staging: usbip: improve error reporting</title>
<updated>2013-07-23T22:04:19+00:00</updated>
<author>
<name>Anthony Foiani</name>
<email>anthony.foiani@gmail.com</email>
</author>
<published>2013-07-08T06:52:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.tavy.me/linux.git/commit/?id=a159d620b0d9a2095616be4e98d10654ad386c11'/>
<id>a159d620b0d9a2095616be4e98d10654ad386c11</id>
<content type='text'>
Give useful error messages when we can't create server sockets.

Signed-Off-By: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Give useful error messages when we can't create server sockets.

Signed-Off-By: Anthony Foiani &lt;anthony.foiani@gmail.com&gt;

Signed-off-by: Greg Kroah-Hartman &lt;gregkh@linuxfoundation.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
