summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_etherip.c
AgeCommit message (Expand)Author
2008-04-12Make IP, TCP, UDP, and ICMP statistics per-CPU. The stats are collatedthorpej
2008-04-07Change IP stats from a structure to an array of uint64_t's.thorpej
2007-12-20Poison struct route->ro_rt uses in the kernel by changing the namedyoung
2007-12-11use __KERNEL_RCSID()lukem
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