<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/sven/linux.git/include/linux/if_ec.h, branch v3.2.78</title>
<subtitle>Linux Kernel
</subtitle>
<id>https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.78</id>
<link rel='self' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/atom?h=v3.2.78'/>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/'/>
<updated>2009-11-04T17:50:58Z</updated>
<entry>
<title>net: cleanup include/linux</title>
<updated>2009-11-04T17:50:58Z</updated>
<author>
<name>Eric Dumazet</name>
<email>eric.dumazet@gmail.com</email>
</author>
<published>2009-11-04T17:50:58Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=d94d9fee9fa4e66a0b91640a694b8b10177075b3'/>
<id>urn:sha1:d94d9fee9fa4e66a0b91640a694b8b10177075b3</id>
<content type='text'>
This cleanup patch puts struct/union/enum opening braces,
in first line to ease grep games.

struct something
{

becomes :

struct something {

Signed-off-by: Eric Dumazet &lt;eric.dumazet@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[ECONET] stop using sk_protinfo</title>
<updated>2005-01-20T18:44:56Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@toy.ghostprotocols.net</email>
</author>
<published>2005-01-20T18:44:56Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=97a7279ee5d291117e1fd08e83a2a0045aab4c60'/>
<id>urn:sha1:97a7279ee5d291117e1fd08e83a2a0045aab4c60</id>
<content type='text'>
Required to introduce struct connection_sock.

Signed-off-by: Arnaldo Carvalho de Melo &lt;acme@conectiva.com.br&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>o net: create struct sock_common and use in struct sock &amp; tcp_tw_bucket</title>
<updated>2003-06-04T19:00:32Z</updated>
<author>
<name>Arnaldo Carvalho de Melo</name>
<email>acme@conectiva.com.br</email>
</author>
<published>2003-06-04T19:00:32Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=63413da5d31d99ba8d89cf9d9ff997f93b49443d'/>
<id>urn:sha1:63413da5d31d99ba8d89cf9d9ff997f93b49443d</id>
<content type='text'>
With this the data dependency is reduced to just making sure that the first
member of both struct sock and struct tcp_tw_bucket are a struct sock_common.

Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in
the tree as all the members in those structs are prefixed, respectively, with
sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc.

Checked namespace with make tags/ctags, just one colision with the macros for
the struct sock members, with a wanrouter struct, fixed that
s/sk_state/state_sk/g in the wanrouter struct.

Checked as well if the names of the members in both structs collided with some
macro, none found.
</content>
</entry>
<entry>
<title>Move IP-specific identity information</title>
<updated>2002-03-10T21:47:33Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@nuts.ninka.net</email>
</author>
<published>2002-03-10T21:47:33Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=5a7c200070b3f24fbf79f45fb742b6adbd6085cc'/>
<id>urn:sha1:5a7c200070b3f24fbf79f45fb742b6adbd6085cc</id>
<content type='text'>
out of struct sock.
Fix -EFAULT handling in TCP direct user copy handling.
Use struct initializers in IPV6 ndisc code.
</content>
</entry>
<entry>
<title>Split protocol specific information out from struct sock.</title>
<updated>2002-02-10T15:08:02Z</updated>
<author>
<name>David S. Miller</name>
<email>davem@pizda.ninka.net</email>
</author>
<published>2002-02-10T15:08:02Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=e210f5c42ee46545f3b34076bc4e5f9af1f9589a'/>
<id>urn:sha1:e210f5c42ee46545f3b34076bc4e5f9af1f9589a</id>
<content type='text'>
Work done by Arnaldo Carvalho de Melo.
</content>
</entry>
<entry>
<title>v2.4.3.4 -&gt; v2.4.3.5</title>
<updated>2002-02-05T02:13:09Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T02:13:09Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=9102e0eb3e9e472dabe91d65783662d5619cf83b'/>
<id>urn:sha1:9102e0eb3e9e472dabe91d65783662d5619cf83b</id>
<content type='text'>
  - Mike Phillips: olympic driver update
  - Alan Cox: continued resyncing (lots of small stuff, big NTFS merge from Anton)
  - Martin Dalecki: cleanup (remove unused and unnecessary get_hardblocksize)
  - Chris Mason: fix potential reiserfs journal overflow
  - Jeff Garzik: network driver updates
  - David Miller: sparc fixes, some network cleanups
</content>
</entry>
<entry>
<title>Import changeset</title>
<updated>2002-02-05T01:40:40Z</updated>
<author>
<name>Linus Torvalds</name>
<email>torvalds@athlon.transmeta.com</email>
</author>
<published>2002-02-05T01:40:40Z</published>
<link rel='alternate' type='text/html' href='https://git.stealer.net/cgit.cgi/user/sven/linux.git/commit/?id=7a2deb32924142696b8174cdf9b38cd72a11fc96'/>
<id>urn:sha1:7a2deb32924142696b8174cdf9b38cd72a11fc96</id>
<content type='text'>
</content>
</entry>
</feed>
