]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
LinuxKPI: add dev_crit() to linux/device.h
[FreeBSD/FreeBSD.git] / sys / netpfil /
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
2021-05-27 Kristof Provostpf: Support killing floating states by interface
2021-05-27 Kristof Provostpf: Track the original kif for floating states
2021-05-27 Kristof Provostpf: Add DIOCGETSTATESNV
2021-05-27 Kristof Provostpf: Add DIOCGETSTATENV
2021-05-25 Mark Johnstondummynet: Fix mbuf tag allocation failure handling
2021-05-24 Kristof Provostdummynet: Remove unused code
2021-05-24 Kristof Provostpf: Set the pfik_group for userspace
2021-05-14 Kristof Provostpf: Support killing 'matching' states
2021-05-14 Kristof Provostpf: Allow states to by killed per 'gateway'
2021-05-14 Kristof Provostpf: Introduce DIOCKILLSTATESNV
2021-05-14 Kristof Provostpf: Introduce DIOCCLRSTATESNV
2021-05-11 Kristof Provostpf: Error tracing SDTs
2021-05-11 Kristof Provostpf: Optionally attempt to preserve rule counter values...
2021-05-11 Kurosawa Takahiropf: Implement the NAT source port selection of MAP...
2021-05-10 Kristof Provostpf: Trivial typo fix
2021-05-10 Kristof Provostpfsync: Expose PFSYNCF_OK flag to userspace
2021-05-10 Kristof Provostpf: Allow multiple labels to be set on a rule
2021-05-10 Kristof Provostpf: Fix parsing of long table names
2021-05-10 Hans Petter Selaskynet: Introduce IPV6_DSCP(), IPV6_ECN() and IPV6_TRAFFIC...
2021-05-07 Kristof Provostpf: Fix IP checksum on reassembly
2021-05-07 Kristof Provostpf: PFRULE_REFS should not be user-visible
2021-05-07 Kristof Provostpf: Ensure that we don't use kif passed to pfi_kkif_att...
2021-05-07 Kristof Provostpf: Move prototypes for userspace functions to userspac...
2021-05-07 Kristof Provostpf: Implement nvlist variant of DIOCGETRULE
2021-05-07 Kristof Provostpf: Introduce nvlist variant of DIOCADDRULE
2021-05-07 Kristof Provostpf: Remove unused variable rt_listid from struct pf_krule
2021-04-28 Kristof Provostpf: Refactor state killing
2021-04-28 Mark JohnstonAdd required checks for unmapped mbufs in ipdivert...
2021-04-28 Andrey V. Elsukovipfw: do not use sleepable malloc in callout context.
2021-04-19 Kristof Provostpf: Do not short-circuit processing for REPLY_TO
2021-04-19 Kristof Provostpf: Add static DTrace probe points
2021-04-19 Kristof Provostpf: change pf_route so pf only runs when packets enter...
2021-04-07 Kristof Provostdummynet: Move timekeeping information into dn_cfg
2021-04-07 Kristof Provostdummynet: Move packet counters into dn_cfg
2021-03-31 Thomas Kurschelpfsync: Unconditionally push packets when requesting...
2021-03-28 Mark Johnstonpf: Handle unmapped mbufs when computing checksums
2021-03-23 Kristof Provostpf: pool/kpool conversion code
2021-03-20 Gordon BerglingFix a few typos in comments
2021-03-19 Kristof Provostpf: Fully remove interrupt events on vnet cleanup
2021-03-19 Kristof Provostpf: Simplify cleanup
2021-03-19 Kristof Provostpf: Remove redundant kif != NULL checks
2021-03-19 Kristof Provostpf: Retrieve DSCP value from the IPv6 header
2021-03-19 Kristof Provostpf: Factor out pf_krule_free()
2021-03-09 Andrey V. Elsukovipfw: add IPv6 support for sockarg opcode.
2021-02-28 Kristof Provostpf: Fix incorrect fragment handling
2021-02-24 Kristof Provostpf: Assert that pfil_link() calls succeed
2021-02-24 Kristof Provostpf: Remove unused return value from (de)hook_pf()
2021-02-23 Yannis Planuspf: duplicate frames only once when using dup-to pf...
2021-02-21 Kristof Provostpf: Fix osfp configuration
2021-02-17 Neel ChauhanAllow setting alias port ranges in libalias and ipfw.
2021-02-17 Kristof Provostpf: Slightly relax pf_rule_addr validation
2021-02-03 Kristof Provostpf: Improve pf_rule input validation
2021-01-15 Emmanuel VadotAdd 'sys/contrib/device-tree/' from commit '5ee353c36d3...
2021-01-14 Simon J. GerratyMerge bmake-20210110
2021-01-14 Kyle Evanscontrib/lua: update to 5.4.2
2021-01-13 Kristof Provostpf: Don't hold PF_RULES_WLOCK during copyin() on DIOCRC...
2021-01-11 Kristof Provostpf: quiet debugging printfs
2021-01-07 Kristof Provostpf: Copy kif flags to userspace
2021-01-05 Kristof Provostpfctl: Stop sharing pf_ruleset.c with the kernel
next