/dist/ntp/scripts/monitoring/

r
summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_etherip.c
AgeCommit message (Expand)Author
2018-01-26A few fixes:maxv
2017-01-11Get rid of unnecessary header inclusionsozaki-r
2016-12-15Move bpf_mtap and if_ipackets++ on Rx of each driver to percpuq if_inputozaki-r
2016-12-08Add rtcache_unref to release points of rtentry stemming from rtcacheozaki-r
2016-06-10Introduce m_set_rcvif and m_reset_rcvifozaki-r
2016-02-09Introduce softint-based if_inputozaki-r
2015-08-24sprinkle _KERNEL_OPTpooka
2011-07-17Retire varargs.h support. Move machine/stdarg.h logic into MIjoerg
2010-04-05Push the bpf_ops usage back into bpf.h. Push the common ifp->if_bpfjoerg
2010-01-19Redefine bpf linkage through an always present op vector, i.e.pooka
2008-10-19if_input needs to be called at splnet(). ok by cube.hans
2008-10-16include bpf headers so that the bpf calls actually do something. ok by cube.hans
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