Age | Commit message (Expand) | Author |
2022-01-28 | When it's the possessive of 'it', it's spelled "its", without the | Philip Guenther |
2022-01-24 | An af-to pf rule must have an address family naf to use after | Alexander Bluhm |
2022-01-20 | pfkey import_flow() must do the NULL check before doing pointer | Alexander Bluhm |
2022-01-20 | Shifting signed integers left by 31 is undefined behavior in C. | Alexander Bluhm |
2022-01-18 | return EIO, not ENXIO, when the interface underneath ifq_deq_sleep dies. | David Gwynne |
2022-01-18 | a comment about bridges shouldnt list switch(4), but can have veb(4). | David Gwynne |
2022-01-16 | activate/notify waiting kq kevents from bpf_wakeup directly. | David Gwynne |
2022-01-13 | Make bpf event filter MP-safe | Visa Hankala |
2022-01-13 | Return an error if bpfilter_lookup() fails in bpfkqfilter() | Visa Hankala |
2022-01-11 | move allocations in DIOCSADDRULE and DIOCHANGERULE outside of locks. | Alexandr Nedvedicky |
2022-01-10 | Use NULL instead of 0 for pointers. | Jan Klemkow |
2022-01-07 | SIOCSIFXFLAGS drops into the SIOCSIFFLAGS to perform auto-up of the | Theo de Raadt |
2022-01-05 | add NSH and NHRP ethertypes, mostly for tcpdump stuff. | David Gwynne |
2022-01-05 | rename ETHERTYPE_PAE to ETHERTYPE_EAPOL. | David Gwynne |
2022-01-04 | Add `ipsec_flows_mtx' mutex(9) to protect `ipsp_ids_*' list and | YASUOKA Masahiko |
2022-01-02 | spelling | Jonathan Gray |
2021-12-30 | Use a distinct variable while iterating the list of existing devices. | Anton Lindqvist |
2021-12-30 | Prevent concurrent access to incomplete or dying `sc' caused by sleep | Vitaliy Makkoveev |
2021-12-28 | whitespace tweak, no functional change. | David Gwynne |
2021-12-28 | it doesnt make sense to configure a vport as a span port. | David Gwynne |
2021-12-28 | move away from using the M_PROTO1 flag to prevent loops with vports | David Gwynne |
2021-12-26 | DIOCHANGERRULE ioctl must set pointer to ruleset in rule it inserts. | Alexandr Nedvedicky |
2021-12-26 | make 'set skip on ...' in pf.conf dynamic | Alexandr Nedvedicky |
2021-12-23 | IPsec is not MP safe yet. To allow forwarding in parallel without | Alexander Bluhm |
2021-12-20 | Use per-CPU counters for tunnel descriptor block (TDB) statistics. | Vitaliy Makkoveev |
2021-12-19 | There are occasions where the walker function in tdb_walk() might | Alexander Bluhm |
2021-12-16 | When adding the extra 10% of space to a needed sysctl buffer use math | Claudio Jeker |
2021-12-16 | fix zero division found by syzkaller. The sanity checks in pf(4) ioctls | Alexandr Nedvedicky |
2021-12-16 | pool_get w/ PR_ZERO is better than following with a bzero, because pools | Theo de Raadt |
2021-12-14 | To cache lookups, the policy ipo is linked to its SA tdb. There | Alexander Bluhm |
2021-12-11 | Protect the write access to the TDB flags field with a mutex per | Alexander Bluhm |
2021-12-08 | Start documenting the locking strategy of struct tdb fields. Note | Alexander Bluhm |
2021-12-06 | fix odd check in pfi_kif_free() | Alexandr Nedvedicky |
2021-12-03 | Add tdb_delete_locked() to replace duplicate tdb deletion code in | Tobias Heider |
2021-12-03 | Add TDB reference counting to ipsp_spd_lookup(). If an output | Alexander Bluhm |
2021-12-01 | Reintroduce the TDBF_DELETED flag. Checking next pointer to figure | Alexander Bluhm |
2021-12-01 | mention that the "flags" field in the enchdr is uses m_flags values | Theo de Raadt |
2021-12-01 | Let ipsp_spd_lookup() return an error instead of a TDB. The TDB | Alexander Bluhm |
2021-11-29 | Using a void pointer for temporary allocated TDB in pfkeyv2 does | Alexander Bluhm |
2021-11-26 | Replace TDBF_DELETED flag with check if tdb was already unlinked. | Tobias Heider |
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 |