]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
kldstat(8): Fix indentation, whitespace to tabs.
[FreeBSD/FreeBSD.git] / sys / netpfil /
2021-12-19 Martin Matuskazfs: merge openzfs/zfs@af88d47f1 (zfs-2.1-release)...
2021-12-13 Kristof Provostpfsync: fix incorrect enabling of defer mode
2021-12-13 Kristof Provostpfsync: locking fixes
2021-12-13 Kristof Provostpfsync: fix defer timeout
2021-12-13 Kristof Provostpfsync: check IFF_DRV_RUNNING in the correct field
2021-12-13 Kristof Provostpfsync: NULL check sc before using it
2021-12-11 Kristof Provostif_pflog: fix packet length
2021-12-07 Kristof Provostpf: remove unused variables
2021-12-06 Mark Johnstondummynet: Fix socket option length validation for IP_DU...
2021-12-06 Mark Johnstondummynet: Avoid an out-of-bounds read in do_config()
2021-12-01 Kristof Provostpf: ensure we populate dyncnt/tblcnt in struct pf_addr_wrap
2021-12-01 Mark Johnstonnetinet: Remove unneeded mb_unmapped_to_ext() calls
2021-11-30 Mark Johnstonsctp: Remove now-unneeded mb_unmapped_to_ext() calls
2021-11-26 Kristof Provostpf: Introduce ridentifier
2021-11-22 John Baldwinpf: Remove duplicate declaration of pf_ioctl_maxcount.
2021-11-13 Luiz Otavio O Souzapf: ensure we have the correct source/destination IP...
2021-10-22 Kristof Provostpf: do not copy anchor_wildcard / anchor_relative from...
2021-10-20 Kristof Provostpf: Introduce pf_nvbool()
2021-10-06 Kristof Provostpf: hook up adaptive mode configuration
2021-10-06 Kristof Provostpf: implement adaptive mode
2021-09-30 Kristof Provostpf: fix pagefault in pf_getstatus()
2021-09-18 Martin Matuskazfs: merge openzfs/zfs@71c609852 (zfs-2.1-release)...
2021-09-17 Kristof Provostpf: fix NOINET6 builds
2021-09-17 Kristof Provostpf: qid and pqid can be uint16_t
2021-09-17 Kristof Provostpf: fix synproxy to local
2021-09-14 Kristof Provostdummynet: remove unused definitions
2021-09-10 Kristof Provostpf: ensure states passed to pf_free_state() are always...
2021-09-08 Kristof Provostpf: import pf_set_protostate() from OpenBSD
2021-09-08 Kristof Provostpf: Add counters for syncookies
2021-09-06 Kristof Provostpf: Introduce nvlist variant of DIOCGETSTATUS
2021-09-03 Andrey V. Elsukovipfw_nat64: fix direct output mode
2021-08-26 Luiz Otavio O Souzaipfw: use unsigned int for dummynet bandwidth
2021-08-24 Andrey V. Elsukovipfw: fix possible data race between jump cache reading...
2021-08-23 Mateusz Guzikpf: assert dir state on pf_test{,6}
2021-08-23 Mateusz Guzikpf: save on branching in the common case in pf_test
2021-08-11 Mateusz Guzikpf: batch critical section for several counters
2021-08-11 Mateusz Guzikpf: switch rule counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch kif counters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: switch pf_status.fcounters to pf_counter_u64
2021-08-11 Mateusz Guzikpf: add hybrid 32- an 64- bit counters
2021-08-11 Mateusz Guzikpf: drop redundant 'else' in pf_normalize_*
2021-08-11 Mateusz Guzikpf: consistently malloc rules with M_ZERO
2021-08-11 Mark Johnstonpf: Validate user string nul-termination before copying
2021-08-11 Mark Johnstonpf: Initialize arrays before copying out to userland
2021-08-09 Kristof Provostpf: bound DIOCGETSTATES memory use
2021-08-07 Kristof Provostpf: locally originating connections with 'route-to...
2021-08-06 Kristof Provostpf: remove DIOCGETSTATESNV
2021-08-02 Kristof Provostvlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()
2021-07-31 Kristof Provostpf: fix ABI breakage
2021-07-31 Kristof Provostpf: match keyword support
2021-07-29 Mark Johnstonpf: Constify tag name and queue name helper functions
2021-07-27 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-27 Kristof Provostpf: remove stray debug line
2021-07-27 Kristof Provostpf: syncookie ioctl interface
2021-07-27 Kristof Provostpf: syncookie support
2021-07-27 Kristof Provostpf: factor out pf_synproxy()
2021-07-25 Mateusz Guzikpf: embed a pointer to the lock in struct pf_kstate
2021-07-25 Mateusz Guzikpf: add a branch prediction to expire state check in...
2021-07-24 Kristof Provostpf: Remove unused arguments from pf_send_tcp()
2021-07-16 Kristof Provostpf: bound DIOCGETSTATESV2 memory use
2021-07-16 Kristof Provostpf: add DIOCGETSTATESV2
2021-07-16 Luiz Otavio O Souzadummynet: reduce console spam
2021-07-16 Kristof Provostpf: pf_killstates() never fails, so remove the return...
2021-07-16 Kristof Provostpf: Handle errors returned by pf_killstates()
2021-07-16 Kristof Provostpf: Remove unneeded NULL check
2021-07-14 Mateusz Guzikpf: add pf_find_state_all_exists
2021-07-14 Mateusz Guzikpf: padalign global locks found in pf.c
2021-07-14 Mateusz Guzikpf: allow table stats clearing and reading with ruleset...
2021-07-14 Mateusz Guzikpf: depessimize table handling
2021-07-14 Kristof Provostpf: rename pf_state to pf_kstate
2021-07-10 Martin Matuskazfs: merge openzfs/zfs@4f92fe0f5 (zfs-2.1-release)...
2021-07-09 Kristof Provostpf: getstates: avoid taking the hashrow lock if the...
2021-07-09 Kristof Provostpf: Reduce the data returned in DIOCGETSTATESNV
2021-07-08 Kristof Provostdummynet: fix sysctls
2021-07-05 Mateusz Guzikpf: make DIOCGETSTATESNV iterations killable
2021-07-05 Mateusz Guzikpf: revert: Use counter(9) for pf_state byte/packet...
2021-07-05 Mateusz Guzikpf: make sure the dtrace probe has safe access to state
2021-07-05 Mateusz Guzikpf: deduplicate V_pf_state_z handling with pfsync
2021-07-05 Mateusz Guzikpf: fix error-case leaks in pf_create_state
2021-07-05 Mateusz Guzikpf: factor out state allocation into pf_alloc_state
2021-07-05 Mateusz Guzikpf: add pf_release_staten and use it in pf_unlink_state
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@508fff0e4 (zfs-2.1-release)...
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@aee26af27 (zfs-2.1-release)...
2021-06-26 Kristof Provostpf: store L4 headers in pf_pdesc
2021-06-22 Martin Matuskazfs: merge openzfs/zfs@9a865b7fb (zfs-2.1-release)...
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@3de7aeb68 (zfs-2.1-release)...
2021-06-19 Mark Johnstonipfw: Update the pfil mbuf pointer in ipfw_check_frame()
2021-06-17 Kristof Provostpf: don't hold a lock during copyout()
2021-06-17 Kristof Provostpf: use M_WAITOK where possible
2021-06-17 Kristof Provostdummynet: free(NULL, M_DUMMYNET); is safe
2021-06-17 Kristof Provostdummynet: Fix schedlist and aqmlist locking
2021-06-17 Tom JonesVNETify dummynet
2021-06-14 Kristof Provostpf: Convenience function for optional (numeric) arguments
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@c3b60eded (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@7d9f3ef0e (zfs-2.1-release)...
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (zfs-2.1-release)...
2021-06-08 Mark Johnstonpf: Avoid leaking pad bytes in struct pfr_astats when...
2021-06-04 Kristof Provostpf: Fix more ioctl memory leaks
2021-06-01 Kristof Provostpf: Move nvlist conversion functions to pf_nv
2021-05-27 Kristof Provostpf: fix ioctl() memory leak
next