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
/
netinet
/
ip_ipip.c
Age
Commit message (
Expand
)
Author
2001-11-13
add RCSIDs
lukem
2001-04-13
Remove the use of splimp() from the NetBSD kernel. splnet()
thorpej
2001-01-17
Fix a rather annoying problem where the sockaddr_dl which holds
thorpej
2000-12-18
Pull in BPF includes.
thorpej
2000-12-18
Fill in if_dlt.
thorpej
2000-12-12
Adapt to bpfattach() changes, and further centralize the bpfattach()
thorpej
2000-04-19
introduce sys/netinet/ip_encap.c, to dispatch inbound packets
itojun
2000-03-01
introduce m->m_pkthdr.aux to hold random data which needs to be passed
itojun
1999-12-13
sync IPv6 part with latest KAME tree. IPsec part is left unmodified
itojun
1999-08-26
clear m->m_pkthdr.rcvif before calling ip_output().
itojun
1999-04-04
- Make sure that interface can't be marked up before a route to the remote
tron
1999-04-04
Avoid kernel panic if interface is configured before a route to the
tron
1999-04-02
Setting of source and destination IP is not done by
hwr
1999-02-02
Set the tunnel destination address correctly. Should fix PR #6899.
thorpej
1999-01-13
Use the count supplied to the pseudo-device attach routine to dynamically
thorpej
1999-01-11
Separate out the IP-in-IP implementation from the GRE code. This cleans
thorpej