Age | Commit message (Expand) | Author |
2022-03-23 | resurrect pf_consistency_lock as pfioctl_rw this time. pfioctl_rw | Alexandr Nedvedicky |
2022-03-17 | Drop two variable names from function prototypes. | Theo Buehler |
2022-03-17 | fix typos; Martin Vahlensieck | Stuart Henderson |
2022-03-17 | Use the refcnt API in bpf. | Visa Hankala |
2022-03-15 | remove if_vxlan.h unused after if_vxlan.c rev 1.84 | Jonathan Gray |
2022-03-13 | Hrvoje has hit a crash with IPsec acquire while testing the parallel | Alexander Bluhm |
2022-03-09 | Change the logic around rounding up the needed memory for sysctls since | Claudio Jeker |
2022-03-08 | In IPsec policy replace integer refcount with atomic refcount. | Alexander Bluhm |
2022-03-08 | merge iack_mtx, upd_c_mtx, del_mtx, ins_mtx and upd_mtx mutexes into single | Alexandr Nedvedicky |
2022-03-05 | #if INET6 -> #ifdef INET6 to be consistent | Jonathan Gray |
2022-03-02 | Convert a few last struct members from u_intXY_t to uintXY_t. Now all | Claudio Jeker |
2022-02-28 | add the mbuf tags that prevent output loops. | David Gwynne |
2022-02-26 | add the mbuf tag that prevents loops in vxlan_encap, not vxlan_output. | David Gwynne |
2022-02-26 | have another go at fixing assert "sc->sc_dev == NUM" failed. | David Gwynne |
2022-02-25 | Reported-by: syzbot+1b5b209ce506db4d411d@syzkaller.appspotmail.com | Philip Guenther |
2022-02-25 | To fix crashes seen by Hrvoje with pfsync, IPsec and parallel | Alexander Bluhm |
2022-02-25 | Move pr_attach and pr_detach to a new structure pr_usrreqs that can | Philip Guenther |
2022-02-22 | Delete unnecessary #includes of <sys/domain.h> and/or <sys/protosw.h> | Philip Guenther |
2022-02-21 | in input, clear the address union before putting an ipv4 address in it. | David Gwynne |
2022-02-20 | Add missing newlines in two DPRINTFs (from Matthew Martin) | Theo Buehler |
2022-02-18 | dont bother running ethernet multicast ioctl handlers. | David Gwynne |
2022-02-18 | fix inverted check of running when changing tunnel rdomain. | David Gwynne |
2022-02-18 | only unwind multicast when in learning mode. | David Gwynne |
2022-02-16 | nat-to round-robin without a pool should fallback to POOL_NONE | Alexandr Nedvedicky |
2022-02-16 | check pf rule "set prio" values consistently. | David Gwynne |
2022-02-16 | prevent (re)opening of tun/tap interfaces that are being destroyed. | David Gwynne |
2022-02-16 | fill in support for rx prio handling. | David Gwynne |
2022-02-16 | rewrite vxlan to better fit the current kernel infrastructure. | David Gwynne |
2022-02-15 | Use knote_modify_fn() and knote_process_fn() in bpf. | Visa Hankala |
2022-02-15 | only tweak ifp if_flags while holding NET_LOCK. | David Gwynne |
2022-02-15 | make tun_link_state take the ifnet pointer instead of tun_softc. | David Gwynne |
2022-02-15 | remove unused and uneeded bits in a byte define | Jonathan Gray |
2022-02-13 | The length value in bpf_movein() is casted to from size_t to u_int | Alexander Bluhm |
2022-02-13 | Rename knote_modify() to knote_assign() | Visa Hankala |
2022-02-11 | Replace manual !klist_empty()+knote() with KNOTE(). | Visa Hankala |
2022-02-09 | let pfattach() to also initialize pf_default_rule_new to avoid | Alexandr Nedvedicky |
2022-02-08 | Do not /0 if timeout[PFTM_INTERVAL] manages to become zero | Theo de Raadt |
2022-02-07 | In rtredirect() change an bad assignment in an if condition to the | Claudio Jeker |
2022-02-05 | make bpf_movein align the packet payload. | David Gwynne |
2022-02-05 | remove an extra set of brackets. no functional change. | David Gwynne |
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 |