Age | Commit message (Expand) | Author |
2022-11-11 | rewrite the pf_state_peer_ntoh and pf_state_peer_hton macros as functions. | David Gwynne |
2022-11-11 | move struct pf_state from pfvar.h to pfvar_priv.h. | David Gwynne |
2022-11-10 | revert pf_state mtx commit, because it breaks tree. | Alexandr Nedvedicky |
2022-11-10 | Add a mutex to pf_state structure. Mutex retain a consistency | Alexandr Nedvedicky |
2022-11-09 | simplify expiration of 'once' rules. | Alexandr Nedvedicky |
2022-11-07 | revert "move pf_purge out from under the kernel lock". | David Gwynne |
2022-11-07 | move pf_purge out from under the kernel lock and avoid the hogging cpu | David Gwynne |
2022-11-06 | move pfsync_state_import in if_pfsync.c to pf_state_import in pf.c | David Gwynne |
2022-10-10 | Recalculate checksum of normalised packet | Bjorn Ketelaars |
2022-09-03 | When divert-reply is used, keep some pf states after pcb is dropped if | YASUOKA Masahiko |
2022-07-20 | Add a pool for the allocation of the pf_anchor struct. | Moritz Buhl |
2022-06-26 | Allow waiting during ktable allocation in pf_ioctl. | mbuhl |
2022-04-29 | Release PF und NET lock before calling copyout for DIOCIGETIFACES. | mbuhl |
2022-04-21 | Introduce a dedicated link entries for snapshots in pfsync(4). The purpose | Alexandr Nedvedicky |
2021-12-26 | make 'set skip on ...' in pf.conf dynamic | Alexandr Nedvedicky |
2021-11-16 | move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK() | Alexandr Nedvedicky |
2021-11-11 | Allow pfi_kif_get() callers to pre-allocate buffer for new kif. If kif | Alexandr Nedvedicky |
2021-06-23 | augment the global pf state list with its own locks. | David Gwynne |
2021-06-23 | rework pf_state_expires to avoid confusion around state->timeout. | David Gwynne |
2021-03-10 | spelling | Jonathan Gray |
2021-02-01 | change route-to so it sends packets to IPs instead of interfaces. | David Gwynne |
2021-01-12 | Sometimes a user ID was logged in pflog(4) although the logopt of | Alexander Bluhm |
2020-10-14 | replace a MAXPATHLEN that slipped back in with PATH_MAX so userland won't | Christian Weisgerber |
2020-08-24 | Remove ptr_array from struct pf_ruleset | kn |
2020-07-28 | Use the table on root always if current table is not active. | YASUOKA Masahiko |
2020-07-21 | rename PF_OPT_TABLE_PREFIX to PF_OPTIMIZER_TABLE_PFX and move it to pfvar.h | Henning Brauer |
2019-11-17 | "set delay" never worked as committed: the delay field was not copied | Otto Moerbeek |
2019-07-09 | Fix previous commit which made src-node have a reference for the kif. | YASUOKA Masahiko |
2019-07-02 | When source address tracking record is used for "route-to", the next | YASUOKA Masahiko |
2019-02-18 | Change ps_len of struct pfioc_states and psn_len of struct | Alexander Bluhm |
2018-12-17 | Rename pf_anchor_remove() to pf_remove_anchor() | kn |
2018-12-10 | Remove useless macros | kn |
2018-12-09 | Zap duplicate signatures | kn |
2018-09-13 | Add reference counting for inet pcb, this will be needed when we | Alexander Bluhm |
2018-09-11 | - moving state look up outside of PF_LOCK() | Alexandr Nedvedicky |
2018-09-10 | Limit the fragment entry queue length to 64 per bucket. So we have | Alexander Bluhm |
2018-09-08 | Split the pf(4) fragment reassembly queue into smaller parts. | Alexander Bluhm |
2018-07-22 | Fix arguments of pf_purge_expired_{src_nodes,rules}() | Stefan Fritsch |
2018-07-11 | provide pfi_group_addmember(), which makes the new member interface inherit | Henning Brauer |
2018-07-10 | The year is 2018. | Henning Brauer |
2018-07-10 | provide a generic packet delay functionality. packets to be delayed are marked | Henning Brauer |
2018-06-18 | Refactor the six ways to find TCP options into one new function. As a result: | Richard Procter |
2018-04-05 | Zap the obsolete PF_TRANS_ALTQ. | Lawrence Teo |
2018-02-09 | oh carp - i didnt mean to commit these | David Gwynne |
2018-02-09 | use struct in_addr to represent an address. | David Gwynne |
2018-02-08 | make the watermarks/thresholds for entering and leaving syncookie mode when | Henning Brauer |
2018-02-08 | add DIOCGETSYNFLWATS to get current synflood detection watermarks, | Henning Brauer |
2018-02-07 | provide counters for # of synfloods detected, # of syncookies sent, | Henning Brauer |
2018-02-06 | syncookies for pf. | Henning Brauer |
2017-12-29 | Make the functions which link the pf state keys to mbufs, inpcbs, | Alexander Bluhm |