summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.c
AgeCommit message (Expand)Author
2012-10-30Use time_uptime for expiration values as time_second can be skewed atFlorian Obser
2012-04-11fix all the suser calls which pass an incorrect p_acflag argument;Mike Belopuhov
2012-02-02add netflow v9/ipfix support to pflow(4).Sebastian Benoit
2011-11-25use time_uptime to set state creation values as time_second can beDavid Gwynne
2011-07-09honor the net.inet.udp.checksum setting.David Hill
2011-07-06cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhmHenning Brauer
2011-04-05mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUTHenning Brauer
2010-07-02m_copyback can fail to allocate memory, but is a void fucntion so gymnasticsBret Lambert
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-01-12Remove bpfdetach() call right in front of the if_detach() call sinceClaudio Jeker
2009-06-17fix flow data values: first and last time, found by f-kons at yandex ruJoerg Goltermann
2009-02-27fix mbuf problems and simplify code, well spotted and input byJoerg Goltermann
2009-01-03sync flow sequence ids on all used pflow interfaces.Joerg Goltermann
2008-11-26dont have bpf.h expose the kernel ticks variable wherever it is includeing.David Gwynne
2008-10-28add support for multiple pflow(4) interfacesJoerg Goltermann
2008-10-21add bpf/tcpdump support to pflow(4)Joerg Goltermann
2008-09-17Solve m_free problem with a not correctly configured pflow interfaceJoerg Goltermann
2008-09-17fix whitespacesJoerg Goltermann
2008-09-16netstat statistics for pflow(4) via pseudo familyJoerg Goltermann
2008-09-16fix whitespace/tab typosJoerg Goltermann
2008-09-09welcome pflow(4), a netflow v5 compatible flow export interface.Henning Brauer