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
Age
Commit message (
Expand
)
Author
2003-12-26
Niels Provos kindly agreed to drop clauses 3 and 4 from the
wiz
2003-12-17
Fix ICMPV6CTL_ND6_[DP]RLIST, they broke with new sysctl.
lha
2003-12-10
fix cases where pktinfo specifies outgoing interface of "0".
itojun
2003-12-10
use if_indexlim (instead of if_index) and ifindex2ifnet[x] != NULL
itojun
2003-12-10
validate set/getsockopt arg more strictly. with previous code privileged
itojun
2003-12-10
comment from niels provos;
itojun
2003-12-04
Dynamic sysctl.
atatat
2003-12-04
netbsd.org -> NetBSD.org
keihan
2003-11-25
"seed2" was ruining non-repeating property, so remove it. discussed on tech-net
itojun
2003-11-17
Revert the (default) ip_id algorithm to the pre-randomid algorithm,
jonathan
2003-11-12
implement net.inet6.ifq
itojun
2003-11-06
correct behavior when ipv6mr_interface is 0. Matthias Drochner
itojun
2003-11-05
use hash table for in6_pcbbind(). similar to in_pcb 1.89 -> 1.90
itojun
2003-11-03
Revert the change in default value of ipv6_v6only. Further discussion
briggs
2003-10-30
Remove some assigned-to but otherwise unused variables.
simonb
2003-10-29
Do a jump optimization that eliminates some uninitialized variable warnings.
mycroft
2003-10-28
Toggle the default value of ip6_v6only. Also provide a sample sysctl to
briggs
2003-10-25
fix uninitialized variables
christos
2003-10-15
backout previous (ENETREST special handlng)
itojun
2003-10-15
ignore ENETRESET on ADDMULTI
itojun
2003-10-15
ignore ENETRESET on ADDMULTI.
itojun
2003-10-15
define struct prf_ra outside of in6_prflags, to be c++ friendly. sync w/kame
itojun
2003-10-14
fix endian bug in fragment header scanning.
itojun
2003-10-03
no need to clear mbuf flags here; sync w/kame
itojun
2003-10-03
when dropping M_PKTHDR, need to free m_tag associated with it.
itojun
2003-10-03
use in6_{embed,recover}scope for scoped address manipulation
itojun
2003-10-03
shouldn't check scope match when encapsulating packet into tunnel mode.
itojun
2003-10-02
do not deref state.ro if it is NULL
itojun
2003-10-02
correctly look at outer IPv6 header when forwarding packet into ipsec tunnel.
itojun
2003-10-02
permit tunnel mode over link-local address. (outer header is link-local)
itojun
2003-10-02
handle link-local address in ipsec6_tunnel_validate(). from iij seli team
itojun
2003-09-30
Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD
christos
2003-09-28
Remove some code that breaks AH tunnels completely. The comment describing
mycroft
2003-09-26
Process has only one c. From miod@openbsd.
wiz
2003-09-22
mark security policy that should persist in the system "persistent".
itojun
2003-09-20
separate netkey/key* and netipsec/key*
itojun
2003-09-16
exp is a reserved name under posix
itojun
2003-09-15
avoid overflow during multiply. David Laight
itojun
2003-09-13
correct ru_a/ru_b setup for 20bit case
itojun
2003-09-12
change confusing filename
itojun
2003-09-12
remove extra blank line
itojun
2003-09-12
make synchronization w/ PF tag support code easier
itojun
2003-09-12
make it possible to SADB_DUMP via sysctl. request by mrg
itojun
2003-09-10
record socket * associated with secpolicy
itojun
2003-09-09
lint
itojun
2003-09-07
- prepare for RFC2401bis 64bit sequence number (no behavior change yet)
itojun
2003-09-07
prototype should have no variable name
itojun
2003-09-06
correct seed generation. sync w/ kame
itojun
2003-09-06
fix comment, from kame
itojun
2003-09-06
committed by mistake, sorry
itojun
[next]