index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
netinet6
/
ip6_input.c
Age
Commit message (
Expand
)
Author
2006-05-25
Make the mbuf writable before calling in6_clearscope(). Based on patch sent
bouyer
2006-05-23
In ip6_savecontrol(), ignore IPv4 packets.
rpaulo
2006-05-07
while (1) -> for (;;)
rpaulo
2006-05-05
Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292).
rpaulo
2006-04-15
Coverity CID 856: m cannot be NULL here. Remove bogus test.
christos
2006-03-05
NDP-related improvements:
rpaulo
2006-01-23
ip6_input: don't embed scope id before running packet filters.
yamt
2006-01-21
Better support of IPv6 scoped addresses.
rpaulo
2005-12-11
merge ktrace-lwp.
christos
2005-08-28
Implement net.inet6.ip6.stats sysctl.
rpaulo
2005-05-29
- avoid shadowed variables
christos
2004-12-04
Convert lo(4) to a clonable device.
peter
2004-11-28
We don't need to include bpfilter.h
christos
2004-06-01
there's no use to check privs on curproc in the input path. jinmei@kame
itojun
2004-05-25
Sysctl descriptions under net subtree (net.key not done)
atatat
2004-03-24
Tango on sysctl_createv() and flags. The flags have all been renamed,
atatat
2004-02-11
minor KNF
itojun
2004-02-11
KNF
itojun
2003-12-04
Dynamic sysctl.
atatat
2003-11-12
implement net.inet6.ifq
itojun
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-14
fix endian bug in fragment header scanning.
itojun
2003-09-06
randomize IPv4/v6 fragment ID and IPv6 flowlabel. avoids predictability
itojun
2003-08-07
Move UCB-licensed code from 4-clause to 3-clause licence.
agc
2003-06-30
avoid ICMPv6 redirect if the packet filter rewrite dst addr to an address
itojun
2003-05-14
KNF
itojun
2003-05-14
do not use m_pulldown() to parse intermediate extension headers (like routing).
itojun
2003-05-14
always use PULLDOWN_TEST codepath.
itojun
2003-01-20
The Double-Semi-Colon Police.
simonb
2002-09-23
Remove breaks after returns, unreachable returns and returns after
simonb
2002-09-11
correct signedness mixup in pointer passing. sync w/kame
itojun
2002-06-30
Changes to allow the IPv4 and IPv6 layers to align headers themseves,
thorpej
2002-06-09
whitespace cleanup
itojun
2002-06-08
sync with latest KAME in6_ifaddr/prefix/default router manipulation.
itojun
2002-05-28
use arc4random() where possible.
itojun
2002-05-28
limit number of IPv6 fragments (not the fragment queue size) to
itojun
2002-05-12
Spelling fixes, from Sergey Svishchev in kern/16650.
wiz
2001-12-22
make it compile even if NGIF=0
itojun
2001-12-21
move in6_gif_hlim decl to in6_gif.c. sync with kame
itojun
2001-12-18
reduce white space/cosmetic diffs w/kame.
itojun
2001-11-13
add RCSIDs
lukem
2001-11-02
check offset overrun in ip6_nexthdr.
itojun
2001-10-29
Don't need to include <uvm/uvm_extern.h> just to include <sys/sysctl.h>
simonb
2001-10-24
more whitespace sync with kame
itojun
2001-10-16
more whitespace/comment sync with kame
itojun
2001-10-15
implement IPV6_V6ONLY socket option from draft-ietf-ipngwg-rfc2553bis-03.txt.
itojun
2001-08-06
cache IPsec policy on in6?pcb. most of the lookup operations can be bypassed,
itojun
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-03-30
enable FAKE_LOOPBACK_IF case by default.
itojun
2001-03-21
do not inject packets to ipfilter, if the packet went through IPsec tunnel.
itojun
[next]