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_gre.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
2000-12-12
Adapt to bpfattach() changes, and further centralize the bpfattach()
thorpej
2000-10-20
Mark packets from gre as coming from appropriate gre interface, not
mjl
2000-08-25
Add bpf tap to gre interface.
mjl
2000-07-06
Some slight cleanup.
thorpej
2000-07-05
Fix an omission in the gre cloning changes.
thorpej
2000-03-30
Remove register declarations.
augustss
1999-10-25
defopt the XNS protocol (options NS), clean up the use of related
drochner
1999-01-19
Don't screw with ip_len; just subtract from it where we actually use the
mycroft
1999-01-11
Pull the IP-in-IP tunneling support out of the GRE code. It's not handled
thorpej
1998-12-22
Simplify the tunnel lookup routine.
thorpej
1998-10-13
Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common.
kim
1998-10-07
Fix some typos in comments, and clean up some whitespace.
thorpej
1998-10-02
Use #error instead of causing a parse error.
kleink
1998-09-30
Start supporting IPPROTO_MOBILE (55) encapsulation. This is yet
hwr
1998-09-13
Add a gre tunnel pseudo network device. Gre = generic route encapsulation.
hwr