| Commit message (Expand) | Author | Age | Files | Lines |
* | IPv6 transport for pflow data. |  florian | 2015-10-03 | 1 | -37/+135 |
* | Call socreate(9) only when we have a destination ip and port. |  florian | 2015-09-12 | 1 | -58/+44 |
* | size for free() |  florian | 2015-09-09 | 1 | -2/+2 |
* | pflow_flush() still needs sc->send_nam; free it later. |  florian | 2015-09-04 | 1 | -2/+2 |
* | Fix an mbuf use-after-fruit in pflow_clone_create(). |  mpi | 2015-09-04 | 1 | -2/+2 |
* | We don't do 'ARGSUSED' anymore |  florian | 2015-07-21 | 1 | -2/+1 |
* | use curproc instead of proc0 |  florian | 2015-07-21 | 1 | -5/+3 |
* | Use the kernel socket interface (sosend(9) etc) instead of shoving |  florian | 2015-07-20 | 1 | -128/+96 |
* | add missing malloc check |  florian | 2015-07-16 | 1 | -3/+6 |
* | Store a unique ID, an interface index, rather than a pointer to the |  mpi | 2015-06-16 | 1 | -2/+2 |
* | Introduce unhandled_af() for cases where code conditionally does |  jsg | 2015-06-07 | 1 | -3/+3 |
* | unifdef INET in net code as a precursor to removing the pretend option. |  tedu | 2014-12-19 | 1 | -3/+1 |
* | Yet more #include de-duplication. |  krw | 2014-11-20 | 1 | -2/+1 |
* | move arc4random prototype to systm.h. more appropriate for most code |  tedu | 2014-11-18 | 1 | -2/+1 |
* | Bring IPFIX sequence numbers in line with the RFC; original |  blambert | 2014-08-13 | 1 | -3/+7 |
* | Fewer <netinet/in_systm.h> ! |  mpi | 2014-07-22 | 1 | -2/+1 |
* | add a size argument to free. will be used soon, but for now default to 0. |  tedu | 2014-07-12 | 1 | -3/+3 |
* | ip_output() using varargs always struck me as bizarre, esp since it's only |  henning | 2014-04-21 | 1 | -2/+3 |
* | "struct pkthdr" holds a routing table ID, not a routing domain one. |  mpi | 2014-04-14 | 1 | -2/+2 |
* | Kill pflowproto 9, it's unfixable post 2038, a better, standardized |  florian | 2014-03-29 | 1 | -440/+13 |
* | computing the ip csum just before the bpf mtap and only if there is a |  henning | 2014-01-24 | 1 | -4/+2 |
* | allow pflow(4) to determine the src IP address based on the route |  benno | 2014-01-21 | 1 | -3/+1 |
* | Send pflow(4) packets in the correct rdomain. |  florian | 2013-11-01 | 1 | -1/+2 |
* | simplify: no need to muck with the pseudo hdr cksum any more |  henning | 2013-10-19 | 1 | -16/+3 |
* | The header file netinet/in_var.h included netinet6/in6_var.h. This |  bluhm | 2013-10-17 | 1 | -2/+1 |
* | Don't send flows if flowsrc is not set. Packages had a broken |  florian | 2013-09-13 | 1 | -12/+20 |
* | Split pflow version 9 and version 10 to be able to send 64 bit |  florian | 2013-08-13 | 1 | -263/+578 |
* | Cancel timeouts on pflow interface destruction. |  florian | 2013-08-10 | 1 | -1/+7 |
* | bring back pflow v10; broken in previous commit, sorry. |  florian | 2013-07-05 | 1 | -1/+2 |
* | export the original aka untranslated address for af-to in pflow |  florian | 2013-05-31 | 1 | -38/+39 |
* | export the original aka untranslated address in pflow |  benno | 2013-05-30 | 1 | -4/+8 |
* | Export ingress/egress interface index in pflow(4). |  florian | 2013-05-03 | 1 | -3/+27 |
* | Remove various external variable declaration from sources files and |  mpi | 2013-04-10 | 1 | -5/+1 |
* | code that calls timeout functions should include timeout.h |  tedu | 2013-03-28 | 1 | -1/+2 |
* | no need for a lot of code to include proc.h |  tedu | 2013-03-28 | 1 | -2/+1 |
* | Remove various read-only *maxlen variables and use IFQ_MAXLEN directly. |  mpi | 2013-03-26 | 1 | -2/+2 |
* | netflow v10 omitted the sysUpTime flow set header field from |  florian | 2013-02-05 | 1 | -35/+90 |
* | switch from using softclock ticks to getnanotime when putting time on the |  dlg | 2013-01-16 | 1 | -6/+6 |
* | wrap bpfilter portion with #if NBPFILTER > 0. |  gsoares | 2012-11-08 | 1 | -1/+3 |
* | Use time_uptime for expiration values as time_second can be skewed at |  florian | 2012-10-30 | 1 | -19/+28 |
* | fix all the suser calls which pass an incorrect p_acflag argument; |  mikeb | 2012-04-11 | 1 | -2/+2 |
* | add netflow v9/ipfix support to pflow(4). |  benno | 2012-02-02 | 1 | -44/+611 |
* | use time_uptime to set state creation values as time_second can be |  dlg | 2011-11-25 | 1 | -2/+2 |
* | honor the net.inet.udp.checksum setting. |  dhill | 2011-07-09 | 1 | -5/+11 |
* | cosnistently use IFQ_SET_MAXLEN, surfaced in a discussion with + ok bluhm |  henning | 2011-07-06 | 1 | -2/+2 |
* | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT |  henning | 2011-04-05 | 1 | -2/+2 |
* | m_copyback can fail to allocate memory, but is a void fucntion so gymnastics |  blambert | 2010-07-02 | 1 | -3/+3 |
* | remove proc.h include from uvm_map.h. This has far reaching effects, as |  tedu | 2010-04-20 | 1 | -1/+3 |
* | Remove bpfdetach() call right in front of the if_detach() call since |  claudio | 2010-01-12 | 1 | -4/+1 |
* | fix flow data values: first and last time, found by f-kons at yandex ru |  gollo | 2009-06-17 | 1 | -3/+7 |