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