summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ipip.c
AgeCommit message (Expand)Author
2001-11-13add RCSIDslukem
2001-04-13Remove the use of splimp() from the NetBSD kernel. splnet()thorpej
2001-01-17Fix a rather annoying problem where the sockaddr_dl which holdsthorpej
2000-12-18Pull in BPF includes.thorpej
2000-12-18Fill in if_dlt.thorpej
2000-12-12Adapt to bpfattach() changes, and further centralize the bpfattach()thorpej
2000-04-19introduce sys/netinet/ip_encap.c, to dispatch inbound packetsitojun
2000-03-01introduce m->m_pkthdr.aux to hold random data which needs to be passeditojun
1999-12-13sync IPv6 part with latest KAME tree. IPsec part is left unmodifieditojun
1999-08-26clear 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 remotetron
1999-04-04Avoid kernel panic if interface is configured before a route to thetron
1999-04-02Setting of source and destination IP is not done byhwr
1999-02-02Set the tunnel destination address correctly. Should fix PR #6899.thorpej
1999-01-13Use the count supplied to the pseudo-device attach routine to dynamicallythorpej
1999-01-11Separate out the IP-in-IP implementation from the GRE code. This cleansthorpej