Age | Commit message (Expand) | Author |
2021-11-25 | Implement reference counting for IPsec tdbs. Not all cases are | Alexander Bluhm |
2021-11-23 | Use system uptime not UTC time to calculate PPPoE session duration | Klemens Nanni |
2021-11-22 | move PFR_TFLAG_CONST test, missed in rev 1.138 | Jonathan Gray |
2021-11-17 | Display DNS information from sppp(4) in ifconfig(8) | Bjorn Ketelaars |
2021-11-16 | move memory allocations in pfr_add_addrs() outside of NET_LOCK()/PF_LOCK() | Alexandr Nedvedicky |
2021-11-12 | "netconfigd" is now better known as resolvd(8) | Theo de Raadt |
2021-11-11 | Do not call ip_deliver() recursively from IPsec. As there is no | Alexander Bluhm |
2021-11-11 | Allow pfi_kif_get() callers to pre-allocate buffer for new kif. If kif | Alexandr Nedvedicky |
2021-11-11 | Retire switch(4) it never really was production ready and the OpenFlow | Claudio Jeker |
2021-11-10 | Give sppp(4) its own RTP_PROPOSAL priority | Bjorn Ketelaars |
2021-11-10 | sppp(4) - support PPP IPCP extensions for DNS | Bjorn Ketelaars |
2021-11-10 | whitespace tweak, no functional change. | David Gwynne |
2021-11-10 | whitespace tweaks, no functional change. | David Gwynne |
2021-11-08 | whitespace tweak, no functional change | David Gwynne |
2021-11-08 | whitespace tweaks, no functional change. | David Gwynne |
2021-11-08 | veb rules are an smr list, so traversal should be in an smr crit section | David Gwynne |
2021-10-25 | Call a locked variant of tdb_unlink() from tdb_walk(). Fixes a | Alexander Bluhm |
2021-10-24 | let pf_table.c to use standard way to work with lists | Alexandr Nedvedicky |
2021-10-23 | There is an m_pullup() down in AH input. As it may free or change | Alexander Bluhm |
2021-10-23 | Fix double free after allocation failure in bpf(4). | Visa Hankala |
2021-10-23 | YIELD() in pf_table.c should preempt for ioctl() callers only | Alexandr Nedvedicky |
2021-10-22 | After deleting hifn(4) the only provider for the LZS compression | Alexander Bluhm |
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 |