summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.c
AgeCommit message (Expand)Author
2013-08-10Cancel timeouts on pflow interface destruction.Florian Obser
2013-07-05bring back pflow v10; broken in previous commit, sorry.Florian Obser
2013-05-31export the original aka untranslated address for af-to in pflowFlorian Obser
2013-05-30export the original aka untranslated address in pflowSebastian Benoit
2013-05-03Export ingress/egress interface index in pflow(4).Florian Obser
2013-04-10Remove various external variable declaration from sources files andMartin Pieuchot
2013-03-28code that calls timeout functions should include timeout.hTed Unangst
2013-03-28no need for a lot of code to include proc.hTed Unangst
2013-03-26Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.Martin Pieuchot
2013-02-05netflow v10 omitted the sysUpTime flow set header field fromFlorian Obser
2013-01-16switch from using softclock ticks to getnanotime when putting time on theDavid Gwynne
2012-11-08wrap bpfilter portion with #if NBPFILTER > 0.Gleydson Soares
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