summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_etherip.c
AgeCommit message (Expand)Author
2007-05-02Eliminate address family-specific route caches (struct route, structdyoung
2007-02-17KNF: de-__P, bzero -> memset, bcmp -> memcmp. Remove extraneousdyoung
2006-12-15Introduce new helper functions to abstract the route caching.joerg
2006-12-06Explicitly include <sys/device.h>, which we need for `struct device'.jdc
2006-11-23New EtherIP driver based on tap(4) and gif(4) by Hans Rosenfeld.rpaulo