summaryrefslogtreecommitdiff
path: root/sys/net/if_gre.c
AgeCommit message (Expand)Author
2001-03-25Missing splx(s). Thanks to dawson and teamConstantine Sapuntzakis
2001-03-07Missing splx() in failure case; deraadt@ okAaron Campbell
2001-01-17Don't copy the inner header's TTL on the outer header.Angelos D. Keromytis
2000-01-16ETHERTYPE_ATALK -> ETHERTYPE_ATAngelos D. Keromytis
2000-01-11Add a recursion depth limit, similar to if_gif.c; also, whenAngelos D. Keromytis
2000-01-08We don't need a pseudo-header for tcpdump on the output routine.Angelos D. Keromytis
2000-01-07Fix tcpdump -n -i greN (causes a panic in NetBSD)Angelos D. Keromytis
2000-01-07Make some of the GRE-specific ioctls privileged. Remove a lot ofAngelos D. Keromytis
2000-01-07gre interface code, from NetBSD (with some changes)Angelos D. Keromytis