summaryrefslogtreecommitdiffstats
path: root/sys/net/if_pflow.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* IPv6 transport for pflow data.florian2015-10-031-37/+135
* Call socreate(9) only when we have a destination ip and port.florian2015-09-121-58/+44
* size for free()florian2015-09-091-2/+2
* pflow_flush() still needs sc->send_nam; free it later.florian2015-09-041-2/+2
* Fix an mbuf use-after-fruit in pflow_clone_create().mpi2015-09-041-2/+2
* We don't do 'ARGSUSED' anymoreflorian2015-07-211-2/+1
* use curproc instead of proc0florian2015-07-211-5/+3
* Use the kernel socket interface (sosend(9) etc) instead of shovingflorian2015-07-201-128/+96
* add missing malloc checkflorian2015-07-161-3/+6
* Store a unique ID, an interface index, rather than a pointer to thempi2015-06-161-2/+2
* Introduce unhandled_af() for cases where code conditionally doesjsg2015-06-071-3/+3
* unifdef INET in net code as a precursor to removing the pretend option.tedu2014-12-191-3/+1
* Yet more #include de-duplication.krw2014-11-201-2/+1
* move arc4random prototype to systm.h. more appropriate for most codetedu2014-11-181-2/+1
* Bring IPFIX sequence numbers in line with the RFC; originalblambert2014-08-131-3/+7
* Fewer <netinet/in_systm.h> !mpi2014-07-221-2/+1
* add a size argument to free. will be used soon, but for now default to 0.tedu2014-07-121-3/+3
* ip_output() using varargs always struck me as bizarre, esp since it's onlyhenning2014-04-211-2/+3
* "struct pkthdr" holds a routing table ID, not a routing domain one.mpi2014-04-141-2/+2
* Kill pflowproto 9, it's unfixable post 2038, a better, standardizedflorian2014-03-291-440/+13
* computing the ip csum just before the bpf mtap and only if there is ahenning2014-01-241-4/+2
* allow pflow(4) to determine the src IP address based on the routebenno2014-01-211-3/+1
* Send pflow(4) packets in the correct rdomain.florian2013-11-011-1/+2
* simplify: no need to muck with the pseudo hdr cksum any morehenning2013-10-191-16/+3
* The header file netinet/in_var.h included netinet6/in6_var.h. Thisbluhm2013-10-171-2/+1
* Don't send flows if flowsrc is not set. Packages had a brokenflorian2013-09-131-12/+20
* Split pflow version 9 and version 10 to be able to send 64 bitflorian2013-08-131-263/+578
* Cancel timeouts on pflow interface destruction.florian2013-08-101-1/+7
* bring back pflow v10; broken in previous commit, sorry.florian2013-07-051-1/+2
* export the original aka untranslated address for af-to in pflowflorian2013-05-311-38/+39
* export the original aka untranslated address in pflowbenno2013-05-301-4/+8
* Export ingress/egress interface index in pflow(4).florian2013-05-031-3/+27
* Remove various external variable declaration from sources files andmpi2013-04-101-5/+1
* code that calls timeout functions should include timeout.htedu2013-03-281-1/+2
* no need for a lot of code to include proc.htedu2013-03-281-2/+1
* Remove various read-only *maxlen variables and use IFQ_MAXLEN directly.mpi2013-03-261-2/+2
* netflow v10 omitted the sysUpTime flow set header field fromflorian2013-02-051-35/+90
* switch from using softclock ticks to getnanotime when putting time on thedlg2013-01-161-6/+6
* wrap bpfilter portion with #if NBPFILTER > 0.gsoares2012-11-081-1/+3
* Use time_uptime for expiration values as time_second can be skewed atflorian2012-10-301-19/+28
* 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