<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/include/net, branch v2.6.19</title>
<subtitle>Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
</subtitle>
<id>https://git.shady.money/linux/atom?h=v2.6.19</id>
<link rel='self' href='https://git.shady.money/linux/atom?h=v2.6.19'/>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/'/>
<updated>2006-11-25T23:16:51Z</updated>
<entry>
<title>[NET]: Re-fix of doc-comment in sock.h</title>
<updated>2006-11-25T23:16:51Z</updated>
<author>
<name>Paul Bonser</name>
<email>misterpib@gmail.com</email>
</author>
<published>2006-11-24T01:56:13Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=dc9b334622bff6d22456917a034c2e2d194b9328'/>
<id>urn:sha1:dc9b334622bff6d22456917a034c2e2d194b9328</id>
<content type='text'>
Restoring old, correct comment for sk_filter_release, moving it to
where it should actually be, and changing new comment into proper
comment for sk_filter_rcu_free, where it actually makes sense.

The original fix submitted for this on Oct 23 mistakenly documented
the wrong function.

Signed-off-by: Paul Bonser &lt;misterpib@gmail.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPVS]: Compile fix for annotations in userland.</title>
<updated>2006-11-10T04:00:55Z</updated>
<author>
<name>Simon Horman</name>
<email>horms@verge.net.au</email>
</author>
<published>2006-11-10T04:00:55Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=da413908d5e9ebdd0889a599e80d21d7237021c6'/>
<id>urn:sha1:da413908d5e9ebdd0889a599e80d21d7237021c6</id>
<content type='text'>
This change makes __beXX available to user-space applications, such as
ipvsadm, which include ip_vs.h

Signed-Off-By: Simon Horman &lt;horms@verge.net.au&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPV6]: Fix ECN bug on big-endian</title>
<updated>2006-11-05T22:11:26Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2006-11-03T08:55:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=95026cd242bd4188a036f2eba20994113ed5a5d7'/>
<id>urn:sha1:95026cd242bd4188a036f2eba20994113ed5a5d7</id>
<content type='text'>
__constant_htons(2&lt;&lt;4) is not a replacement for
htonl(2&lt;&lt;20).

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPX]: Annotate and fix IPX checksum</title>
<updated>2006-11-05T22:11:25Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2006-11-03T08:28:23Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=02e60370d4dac83f22d5ae75d5512bcb9a3f24b7'/>
<id>urn:sha1:02e60370d4dac83f22d5ae75d5512bcb9a3f24b7</id>
<content type='text'>
Calculation of IPX checksum got buggered about 2.4.0.  The old variant
mangled the packet; that got fixed, but calculation itself got buggered.
Restored the correct logics, fixed a subtle breakage we used to have even
back then: if the sum is 0 mod 0xffff, we want to return 0, not 0xffff.
The latter has special meaning for IPX (cheksum disabled).  Observation
(and obvious fix) nicked from history of FreeBSD ipx_cksum.c...

Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPX]: Trivial parts of endianness annotations</title>
<updated>2006-11-05T22:11:24Z</updated>
<author>
<name>Al Viro</name>
<email>viro@zeniv.linux.org.uk</email>
</author>
<published>2006-11-03T08:27:06Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=4833ed094097323f5f219820f6ebdc8dd66f501f'/>
<id>urn:sha1:4833ed094097323f5f219820f6ebdc8dd66f501f</id>
<content type='text'>
Signed-off-by: Al Viro &lt;viro@zeniv.linux.org.uk&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: kernel-doc fix for sock.h</title>
<updated>2006-10-23T03:38:00Z</updated>
<author>
<name>Randy Dunlap</name>
<email>rdunlap@xenotime.net</email>
</author>
<published>2006-10-23T03:38:00Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=6a43487f43fbd4e03c606dcb62b98374a3af88fc'/>
<id>urn:sha1:6a43487f43fbd4e03c606dcb62b98374a3af88fc</id>
<content type='text'>
Fix kernel-doc warning in include/net/sock.h:
Warning(/var/linsrc/linux-2619-rc1-pv//include/net/sock.h:894): No description found for parameter 'rcu'

Signed-off-by: Randy Dunlap &lt;rdunlap@xenotime.net&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[NET]: Reduce sizeof(struct flowi) by 20 bytes.</title>
<updated>2006-10-22T03:24:01Z</updated>
<author>
<name>Eric Dumazet</name>
<email>dada1@cosmosbay.com</email>
</author>
<published>2006-10-22T03:24:01Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=185b1aa122f87052d9154bb74990bc785372a750'/>
<id>urn:sha1:185b1aa122f87052d9154bb74990bc785372a750</id>
<content type='text'>
As suggested by David, just kill off some unused fields in dnports to
reduce sizef(struct flowi). If they come back, they should be moved to
nl_u.dn_u in order not to enlarge again struct flowi

[ Modified to really delete this stuff instead of using #if 0. -DaveM ]

Signed-off-by: Eric Dumazet &lt;dada1@cosmosbay.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into upstream-fixes</title>
<updated>2006-10-21T18:21:11Z</updated>
<author>
<name>Jeff Garzik</name>
<email>jeff@garzik.org</email>
</author>
<published>2006-10-21T18:21:11Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=cde49b058474ab3f7ff830283e5b538e8fbeefe5'/>
<id>urn:sha1:cde49b058474ab3f7ff830283e5b538e8fbeefe5</id>
<content type='text'>
</content>
</entry>
<entry>
<title>[IPV4] inet_peer: Group together avl_left, avl_right, v4daddr to speedup lookups on some CPUS</title>
<updated>2006-10-20T07:28:35Z</updated>
<author>
<name>Eric Dumazet</name>
<email>dada1@cosmosbay.com</email>
</author>
<published>2006-10-20T07:28:35Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=78d79423179c0efc7ec34b55d287e7be4ca07da6'/>
<id>urn:sha1:78d79423179c0efc7ec34b55d287e7be4ca07da6</id>
<content type='text'>
Lot of routers/embedded devices still use CPUS with 16/32 bytes cache
lines.  (486, Pentium, ...  PIII) It makes sense to group together
fields used at lookup time so they fit in one cache line.  This reduce
cache footprint and speedup lookups.

Signed-off-by: Eric Dumazet &lt;dada1@cosmosbay.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
<entry>
<title>[IPv4] fib: Remove unused fib_config members</title>
<updated>2006-10-19T03:26:36Z</updated>
<author>
<name>Thomas Graf</name>
<email>tgraf@suug.ch</email>
</author>
<published>2006-10-19T03:26:36Z</published>
<link rel='alternate' type='text/html' href='https://git.shady.money/linux/commit/?id=b52f070c9c3c09ed3b7f699280193aae7e25d816'/>
<id>urn:sha1:b52f070c9c3c09ed3b7f699280193aae7e25d816</id>
<content type='text'>
Signed-off-by: Thomas Graf &lt;tgraf@suug.ch&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;
</content>
</entry>
</feed>
