Age | Commit message (Expand) | Author |
2016-12-29 | In pf_refragment6() use the valid route from pf_route6() instead | Alexander Bluhm |
2016-11-22 | Fold union pf_headers buffer into struct pf_pdesc (enabled by pfvar_priv.h). | Richard Procter |
2016-11-14 | Instead of passing an extra mbuf pointer to pf_route(), it should | Alexander Bluhm |
2016-10-27 | Pass a struct pf_pdesc to pf_route() like it is done in the other | Alexander Bluhm |
2016-10-26 | Put union pf_headers and struct pf_pdesc into separate header file | Alexander Bluhm |
2016-10-18 | split pf_send_tcp() into the part that builds the mbuf and the actual | Henning Brauer |
2016-09-27 | roll back turning RB into RBT until i get better at this process. | David Gwynne |
2016-09-27 | move pf from the RB macros to the RBT functions. | David Gwynne |
2016-09-03 | Let purge thread to remove once rules, not packets. | Alexandr Nedvedicky |
2016-09-03 | Reduce the factor of the limits derived form NMBCLUSTERS. We want | Alexander Bluhm |
2016-08-20 | Push 'field changed' guards into 'change field' functions; | Richard Procter |
2016-08-17 | Reintroduce 5.3-style checksum modification to preserve end-to-end checksums | procter |
2016-07-19 | don't hide globals between function prototypes; ok phessler benno | Henning Brauer |
2016-07-18 | no more cbq_opts - CBQ is gone, ok mpi phessler benno | Henning Brauer |
2016-07-18 | Hide pf internals by moving code from in_ouraddr() to pf_ouraddr(). | Alexander Bluhm |
2016-03-29 | - packet must keep reference to statekey | Alexandr Nedvedicky |
2016-01-31 | - m_pkthdr.pf.statekey changes are not ready for 5.9, I must back them out | Alexandr Nedvedicky |
2016-01-07 | - retrying to commit earlier change, which got backed out | Alexandr Nedvedicky |
2015-12-23 | revert previous: | Jasper Lievisse Adriaanse |
2015-12-22 | - yet another tiny step towards MP PF. This time we need to make sure | Alexandr Nedvedicky |
2015-12-03 | To avoid that the stack manipules the pf statekeys directly, introduce | Alexander Bluhm |
2015-12-03 | Rename pf_unlink_state() to pf_remove_state() so the name does not | Alexander Bluhm |
2015-12-02 | - hide PF internals to pf_unlink_divert_state() from in_pcb.c | Alexandr Nedvedicky |
2015-11-20 | shuffle struct ifqueue so in flight mbufs are protected by a mutex. | David Gwynne |
2015-10-30 | Clean up handling of 'clear states' pfsync packets. | Mike Belopuhov |
2015-10-13 | - pf_insert_src_node(): global argument (arg6) is useless, function | Alexandr Nedvedicky |
2015-08-19 | PF must keep IPv6 fragment size as chosen by sender also for packets, | Alexandr Nedvedicky |
2015-07-20 | INET6 is here to stay, so stop hauling around never-compiled code | Ryan Thomas McBride |
2015-07-19 | unused arguments at pf_normalize_tcp_init() and pf_refragment6() | sashan |
2015-07-17 | sa_family_t should not be confused with u_int8_t | sashan |
2015-07-16 | Kill IP_ROUTETOETHER. | Martin Pieuchot |
2015-06-05 | Improve error handling and recovery during state insertion | Mike Belopuhov |
2015-04-11 | the hfsc pools are only used in hfsc.c, so move the init of them | David Gwynne |
2015-02-15 | Rather than using 0xff as a placeholder for "don't check prio", use 0xff to | Stuart Henderson |
2015-02-12 | change log(matches) semantics slightly to make it more useful. since it | Henning Brauer |
2015-02-10 | include the "set prio" values. | Henning Brauer |
2015-02-10 | since we inherit prio (as in, the queuing priority) from outside sources, | Henning Brauer |
2015-02-07 | make RB_PROTOTYPE usage ISO C compliant by removing useless semicolons | Martin Pelikan |
2015-01-24 | Userland (base & ports) was adapted to always include <netinet/in.h> | Theo de Raadt |
2015-01-15 | Stop including <sys/param.h> and other stuff. Assume this will be included | Theo de Raadt |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-12-19 | Support source-hash and random with tables and dynifs; not just pools. | Reyk Floeter |
2014-12-19 | add messages to #error so we know what's what (and so unifdef doesn't poop) | Ted Unangst |
2014-09-08 | When logging a packet to a listener on the pflog0 interface, the | Alexander Bluhm |
2014-08-12 | Finally implement what's stated in the man page regarding parent | Mike Belopuhov |
2014-07-02 | better indentation | Mike Belopuhov |
2014-06-25 | pf_translate doesn't use the mbuf argument anymore. | Mike Belopuhov |
2014-04-22 | Remove some altq tentacles. | Martin Pieuchot |
2014-04-19 | shrink pf by 445 lines. | Henning Brauer |
2014-01-21 | introduce a way to match "any" interface, excluding loopback ones. | Henning Brauer |