summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_gre.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDslukem
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-10-20Mark packets from gre as coming from appropriate gre interface, notmjl
2000-08-25Add bpf tap to gre interface.mjl
2000-07-06Some slight cleanup.thorpej
2000-07-05Fix an omission in the gre cloning changes.thorpej
2000-03-30Remove register declarations.augustss
1999-10-25defopt the XNS protocol (options NS), clean up the use of relateddrochner
1999-01-19Don't screw with ip_len; just subtract from it where we actually use themycroft
1999-01-11Pull the IP-in-IP tunneling support out of the GRE code. It's not handledthorpej
1998-12-22Simplify the tunnel lookup routine.thorpej
1998-10-13Use ETHERTYPE_ATALK instead of ETHERTYPE_AT. The former seems more common.kim
1998-10-07Fix some typos in comments, and clean up some whitespace.thorpej
1998-10-02Use #error instead of causing a parse error.kleink
1998-09-30Start supporting IPPROTO_MOBILE (55) encapsulation. This is yethwr
1998-09-13Add a gre tunnel pseudo network device. Gre = generic route encapsulation.hwr