Age | Commit message (Expand) | Author |
2015-06-16 | Store a unique ID, an interface index, rather than a pointer to the | Martin Pieuchot |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2015-02-10 | include the "set prio" values. | Henning Brauer |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2014-12-19 | unifdef INET in net code as a precursor to removing the pretend option. | Ted Unangst |
2014-12-17 | Remove the "multicast_" prefix from the fields a multicast-only struct. | Martin Pieuchot |
2014-12-17 | Use an interface index instead of a pointer for multicast options. | Martin Pieuchot |
2014-11-23 | length argument for some free() calls; ok doug | Theo de Raadt |
2014-11-06 | Remove unneeded netinet6/ip6_divert.h include. | Lawrence Teo |
2014-10-17 | reset all the pfsync packet state before calling ip_output in | David Gwynne |
2014-09-08 | remove uneeded route.h includes | Jonathan Gray |
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 |
2013-11-18 | Fix potential null dereference. | Charles Longeau |
2013-11-15 | inherit the rdomain sc to pkthdr | Henning Brauer |
2013-10-17 | The header file netinet/in_var.h included netinet6/in6_var.h. This | Alexander Bluhm |
2013-08-07 | states learnt via pfsync from a peer with the same ruleset checksum were | David Gwynne |
2013-06-20 | Revert previous and unbreak asr, the new include should be protected. | Martin Pieuchot |
2013-06-20 | Allocate the various hook head descriptors as part of the ifnet | Martin Pieuchot |
2013-05-10 | Since pf_state_key_attach can decide to free the provided state | Mike Belopuhov |
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 |
2012-10-30 | Use time_uptime for expiration values as time_second can be skewed at | Florian Obser |
2012-10-09 | simplify hook_disestablish() handling by always resetting the hook when | Markus Friedl |
2012-10-08 | make sure we don't call hook_disestablish() twice e.g. ifconfig -syncdev | Markus Friedl |
2012-09-20 | pfsync_cancel_full_update needs to restore carp demotions since | Mike Belopuhov |
2012-09-20 | spltdb() was really just #define'd to be splsoftnet(); replace the former | Bret Lambert |
2012-09-19 | update the tdb replay counter endian conversion to 64 bits; | Mike Belopuhov |
2012-07-26 | rename all_state_flags to state_flags to finish the transition | Mike Belopuhov |
2012-06-30 | Fix a number of problems introduced by the link state handling commit: | Mike Belopuhov |
2012-06-30 | backout rev1.185 as it's not what i have intended to commit | Mike Belopuhov |
2012-06-29 | add ESN-related bits missed in the previous commit | Mike Belopuhov |
2012-06-28 | Fix a number of problems introduced by the link state handling commit: | Mike Belopuhov |
2012-04-11 | fix all the suser calls which pass an incorrect p_acflag argument; | Mike Belopuhov |
2012-04-07 | remove superfluous return, ok mikeb | Camiel Dobbelaar |
2012-04-03 | Fix kernel compilation with pf but without pfsync pseudo-device by | Mike Belopuhov |
2012-02-03 | The kernel did not compile without INET6. Put some #ifdefs into | Alexander Bluhm |
2012-01-16 | do carp demotion adjustments on syncdev link state change. | Mike Belopuhov |
2011-12-01 | Make sure we only enter pf_route() when undefering in the PF_ROUTETO case. | Ryan Thomas McBride |
2011-11-29 | use a u_int64_t for the state id in pfsync_state. this makes it consistent | David Gwynne |
2011-11-27 | Protect more operations in the pfsync_clone_destroy to prevent | Mike Belopuhov |
2011-11-26 | Apply route-to to deferred packet; without this the first packet of a | Ryan Thomas McBride |
2011-11-25 | use time_uptime to set state creation values as time_second can be | David Gwynne |
2011-11-16 | Improve flag setting ioctl so that bulk updates are requested | Mike Belopuhov |
2011-11-09 | State expire time is a baseline time ("last active") for expiry | Camiel Dobbelaar |
2011-11-04 | Select a correct protocol for a stack side state key when importing | Mike Belopuhov |
2011-10-31 | Don't forget to cancel bulk update failure timeout when destroying an | Mike Belopuhov |
2011-10-30 | Allow setting big MTU values on the pfsync interface but not larger | Mike Belopuhov |