summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pflow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* fix all the suser calls which pass an incorrect p_acflag argument;mikeb2012-04-111-2/+2
* add netflow v9/ipfix support to pflow(4).benno2012-02-021-44/+611
* use time_uptime to set state creation values as time_second can bedlg2011-11-251-2/+2
* honor the net.inet.udp.checksum setting.dhill2011-07-091-5/+11
* cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmhenning2011-07-061-2/+2
* mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUThenning2011-04-051-2/+2
* m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsblambert2010-07-021-3/+3
* remove proc.h include from uvm_map.h. This has far reaching effects, astedu2010-04-201-1/+3
* Remove bpfdetach() call right in front of the if_detach() call sinceclaudio2010-01-121-4/+1
* fix flow data values: first and last time, found by f-kons at yandex rugollo2009-06-171-3/+7
* fix mbuf problems and simplify code, well spotted and input bygollo2009-02-271-112/+73
* sync flow sequence ids on all used pflow interfaces.gollo2009-01-031-7/+11
* dont have bpf.h expose the kernel ticks variable wherever it is includeing.dlg2008-11-261-1/+4
* add support for multiple pflow(4) interfacesgollo2008-10-281-30/+38
* add bpf/tcpdump support to pflow(4)gollo2008-10-211-20/+26
* Solve m_free problem with a not correctly configured pflow interfacegollo2008-09-171-8/+6
* fix whitespacesgollo2008-09-171-3/+3
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-1/+20
* fix whitespace/tab typosgollo2008-09-161-4/+4
* welcome pflow(4), a netflow v5 compatible flow export interface.henning2008-09-091-0/+622