Age | Commit message (Expand) | Author |
2018-07-30 | Use FNONBLOCK instead of SS_NBIO to check/indicate that the I/O mode | Martin Pieuchot |
2018-07-16 | use 'switch' rathan than an if-else construct to match on the netflow version... | Jasper Lievisse Adriaanse |
2018-06-06 | Pass the socket to sounlock(), this prepare the terrain for per-socket | Martin Pieuchot |
2018-02-19 | Remove almost unused `flags' argument of suser(). | Martin Pieuchot |
2018-01-09 | Creating a cloned interface could return ENOMEM due to temporary | Alexander Bluhm |
2017-10-31 | - add one more softnet taskq | Alexandr Nedvedicky |
2017-09-08 | If you use sys/param.h, you don't need sys/types.h | Theo de Raadt |
2017-08-12 | Use the NET_LOCK() macro instead of handrolling it. | Martin Pieuchot |
2017-08-11 | Remove NET_LOCK()'s argument. | Martin Pieuchot |
2017-08-10 | Move the solock()/sounlock() dance outside of sobind(). | Martin Pieuchot |
2017-05-31 | Use mbuf_queue to properly serialize access to pflow output queue. | Visa Hankala |
2017-05-30 | remove no longer needed splnet/splx. | Sebastian Benoit |
2017-05-27 | fix previous as noted by mpi, thx florian | Sebastian Benoit |
2017-05-27 | move sending of pflow packet into a task, seperated from the data | Sebastian Benoit |
2017-05-15 | Enable the NET_LOCK(), take 3. | Martin Pieuchot |
2017-03-17 | Revert the NET_LOCK() and bring back pf's contention lock for release. | Martin Pieuchot |
2017-02-16 | Revert "Release the NET_LOCK() before entering per-driver ioctl() routine". | Martin Pieuchot |
2017-02-07 | No longer need to unlock the netlock since the upper layer is doing it. | Martin Pieuchot |
2017-01-25 | Enable the NET_LOCK(), take 2. | Martin Pieuchot |
2017-01-24 | A space here, a space there. Soon we're talking real whitespace | Kenneth R Westerback |
2017-01-23 | Flag pseudo-interfaces as such in order to call add_net_randomness() | Martin Pieuchot |
2017-01-20 | No need to handle SIOCAIFADDR in drivers, it's never passed down to | Martin Pieuchot |
2017-01-18 | Allow changing of sender ip/port without switching address family. | Florian Obser |
2017-01-18 | Allow changing of receiver ip/port without switching address family. | Florian Obser |
2017-01-03 | Move the logic for SIOCSETPFLOW in a helper function to help with | Martin Pieuchot |
2016-12-29 | Change NET_LOCK()/NET_UNLOCK() to be simple wrappers around | Martin Pieuchot |
2016-12-21 | Remove the netlock workaround since if_detach is doing it for us now. | Mike Belopuhov |
2016-12-20 | Release the NET_LOCK() before calling any socket function since it is | Martin Pieuchot |
2016-10-04 | Convert timeouts that need a process context to timeout_set_proc(9). | Martin Pieuchot |
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 |