Age | Commit message (Expand) | Author |
2021-09-14 | Add missing kernel lock for Bi-directional Forwarding Detection data. | Vitaliy Makkoveev |
2021-09-07 | Fix NULL pointer dereference introduced by previous commit. | Vitaliy Makkoveev |
2021-09-07 | Fix the race between if_detach() and rtm_output(). | Vitaliy Makkoveev |
2021-08-30 | remove a bunch of forward-only structs that were found with ctfconv. | Jasper Lievisse Adriaanse |
2021-08-19 | implement reception of "VLAN 0 priority tagged" packets. | David Gwynne |
2021-08-05 | m_freem in wg_send's path where a peer has no endpoint address, | Stuart Henderson |
2021-08-02 | Don't call rtm_ifchg() in trunk_port_state(). | mvs |
2021-07-27 | Revert "Use per-CPU counters for tunnel descriptor block" diff. | mvs |
2021-07-27 | Introduce mutex(9) to protect pipex(4) session content. | mvs |
2021-07-26 | Use per-CPU counters for tunnel descriptor block (tdb) statistics. | mvs |
2021-07-22 | Add sizes for free() in zlib | Theo Buehler |
2021-07-20 | Turn pipex(4) session statistics to per-CPU counters. This makes pipex(4) | mvs |
2021-07-20 | The current workaround to disable parallel IPsec did not work. | Alexander Bluhm |
2021-07-19 | Fix an alignment fault observed on an octeon machine while pppoe(4) was | Stefan Sperling |
2021-07-14 | Export SA replay counters via pfkey and print with ipsecctl. | tobhe |
2021-07-09 | ifq_hdatalen can return 0 if ifq_empty is true, which avoids locks. | David Gwynne |
2021-07-08 | Initialize `ipsec_acquire_pool' pool (9) within pfkey_init() instead of | mvs |
2021-07-08 | Debug printfs in encdebug were inconsistent, some missing newlines | Alexander Bluhm |
2021-07-07 | tell ether_input() to call pf_test() outside of smr_read sections, | Alexandr Nedvedicky |
2021-07-07 | pfsync_undefer() must be called outside of PF_LOCK | Alexandr Nedvedicky |
2021-07-05 | Export tdb MTU to userland via SADB_GET. This helps debug path MTU | tobhe |
2021-07-05 | etherbridge_map was way too clever, so simplify it. | David Gwynne |
2021-06-30 | Remove splnet() from ifnewlladdr(), it is not needed anymore. | Alexander Bluhm |
2021-06-25 | let pfsync_request_update actually retry when it overfills a packet. | David Gwynne |
2021-06-23 | rtsock: revert from timeout_set_flags(9) to timeout_set_proc(9); ok mvs@ | cheloha |
2021-06-23 | augment the global pf state list with its own locks. | David Gwynne |
2021-06-23 | pf_purge_expired_states can check the time once instead of for every state. | David Gwynne |
2021-06-23 | pfsync_undefer_notify needs to be careful before dereferecing state keys. | David Gwynne |
2021-06-23 | rework pf_state_expires to avoid confusion around state->timeout. | David Gwynne |
2021-06-17 | more consistently use pfsync_free_deferral to free the mbuf. | David Gwynne |
2021-06-15 | use getnsecuptime instead of getmicrouptime. | David Gwynne |
2021-06-15 | get the uptime before comparing to it. | David Gwynne |
2021-06-15 | factor out nsecuptime and getnsecuptime. | David Gwynne |
2021-06-15 | rework pfsync deferal timeout handling. | David Gwynne |
2021-06-09 | whitespace tweak. no functional change. | David Gwynne |
2021-06-02 | With parallel execution of pf_test() two packets may try to update the same | Alexandr Nedvedicky |
2021-06-02 | whitespace tweaks, no functional change. | David Gwynne |
2021-06-02 | only read the if_bpf pointer once. | David Gwynne |
2021-06-02 | tpmr_input is called in an smr crit section, so it doesnt need its own. | David Gwynne |
2021-06-02 | read the tpmr if_flags once in tpmr_input so link flags apply consistently. | David Gwynne |
2021-06-02 | use ipv4_check and ipv6_check to well, check ip headers before running pf. | David Gwynne |
2021-06-02 | use ipv4_check and ipv6_check provided by the network stacks. | David Gwynne |
2021-06-01 | Check `so_state' in rtm_senddesync() and return if SS_ISCONNECTED or | mvs |
2021-06-01 | a couple of minor whitespace tweaks. no functional change. | David Gwynne |
2021-05-30 | Declare all struct protosw as constant. | Alexander Bluhm |
2021-05-27 | ajacoutot says i missed copying some bits from bridge for divert-to. | David Gwynne |
2021-05-27 | ajacouto says i missed copying some bits from bridge for divert-to. | David Gwynne |
2021-05-26 | Use `so_lock' to protect key management (PF_KEY) sockets. This can be | mvs |
2021-05-26 | add support for pf divert-to on tpmr, like what was done for veb(4). | David Gwynne |
2021-05-26 | support divert-to when pf applies it to a packet. | David Gwynne |