]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/net/pfvar.h
Add UPDATING entries and bump version.
[FreeBSD/FreeBSD.git] / sys / net / pfvar.h
2021-10-06 Kristof Provostpfctl: userspace adaptive syncookies configration
2021-10-06 Kristof Provostpf: implement adaptive mode
2021-09-17 Kristof Provostpf: qid and pqid can be uint16_t
2021-09-14 Kristof Provostpf: remove unused function prototype
2021-09-08 Kristof Provostpf: Add counters for syncookies
2021-09-06 Kristof Provostpf: Introduce nvlist variant of DIOCGETSTATUS
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: hide struct pf_kstatus behind ifdef _KERNEL
2021-08-06 Kristof Provostpf: remove DIOCGETSTATESNV
2021-07-31 Kristof Provostpf: match keyword support
2021-07-27 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-27 Kristof Provostpf: syncookie ioctl interface
2021-07-27 Kristof Provostpf: syncookie support
2021-07-25 Mateusz Guzikpf: embed a pointer to the lock in struct pf_kstate
2021-07-25 Mateusz Guzikpf: shrink struct pf_kstate
2021-07-25 Mateusz Guzikpf: add a comment to pf_kstate concerning compat with...
2021-07-16 Kristof Provostpf: add DIOCGETSTATESV2
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-05 Mateusz Guzikpf: revert: Use counter(9) for pf_state byte/packet...
2021-07-05 Mateusz Guzikpf: deduplicate V_pf_state_z handling with pfsync
2021-07-05 Mateusz Guzikpf: assert that sizeof(struct pf_state) <= 312
2021-07-05 Mateusz Guzikpf: add pf_release_staten and use it in pf_unlink_state
2021-06-26 Kristof Provostpf: store L4 headers in pf_pdesc
2021-06-26 Kristof Provostpf: Mark struct pf_pdesc as kernel only
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-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: 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: Allow multiple labels to be set on a rule
2021-05-07 Kristof Provostpf: PFRULE_REFS should not be user-visible
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-03-19 Kristof Provostpf: Fully remove interrupt events on vnet cleanup
2021-03-19 Kristof Provostpf: Factor out pf_krule_free()
2021-02-28 Kristof Provostpf: Limit the fragment entry queue length to 64 per...
2021-02-28 Kristof Provostpf: Split the fragment reassembly queue into smaller...
2021-02-17 Jung-uk KimOpenSSL: Merge OpenSSL 1.1.1j
2021-01-20 Kristof Provostpf: Convert pfi_kkif to use counter_u64
2021-01-20 Kristof Provostpf: Allocate and free pfi_kkif in separate functions
2021-01-20 Kristof Provostpf: Split pfi_kif into a user and kernel space structure
2021-01-20 Kristof Provostpf: Change pf_krule counters to use counter_u64
2021-01-20 Kristof Provostpf: Remove unused fields from pf_krule
2021-01-20 Kristof Provostpf: Split pf_rule into kernel and user space versions
2021-01-20 Kristof Provostpf: Migrate pf_rule and related structs to pf.h
2021-01-20 Kristof Provostpf: Use counter_u64 in pf_src_node
2021-01-20 Kristof Provostpf: Split pf_src_node into a kernel and userspace struct
2021-01-03 Kristof Provostpf: Fix unaligned checksum updates
2021-01-03 Kristof Provostpf: Use counter(9) for pf_state byte/packet tracking
2020-05-30 Mark JohnstonMFC r361095:
2019-03-29 Kristof ProvostMFC r345177:
2019-02-11 Patrick KelseyMFC r343995:
2018-11-18 Kristof ProvostMFC r340068:
2018-11-18 Kristof ProvostMFC r340065:
2018-10-16 Jonathan T. LooneyImport CK as of commit 5221ae2f3722a78c7fc41e47069ad949...
2018-10-10 Dag-Erling SmørgravUpgrade to 1.8.1.
2018-10-10 Dag-Erling SmørgravUpgrade Unbound to 1.8.0. More to follow.
2018-10-09 Jung-uk KimUpdate ACPICA to 20181003.
2018-10-09 John BaldwinUpdate Apache Serf to 1.3.9 to support OpenSSL 1.1.1.
2018-10-09 Ed MasteCopy libevent sources to contrib
2018-10-08 Glen BarberMFV r339226 (peter): Record merge of serf-1.3.9.
2018-10-06 Ed Masteopenssh: cherry-pick OpenSSL 1.1.1 compatibility
2018-09-24 Ed MasteCopy libevent sources to contrib
2018-09-21 Alexander MotinMFV r338866: 9700 ZFS resilvered mirror does not balanc...
2018-09-20 Martin MatuskaMFV r338797:
2018-09-20 Baptiste DaroussinImport mandoc 1.14.4
2018-09-13 Jung-uk KimUpdate OpenSSL to 1.1.1.
2018-09-11 Martin MatuskaMFV r338519:
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.3. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade Unbound to 1.7.2. More to follow.
2018-09-10 Dag-Erling SmørgravUpgrade to OpenSSH 7.8p1.
2018-08-23 Emmanuel Vadotdts: Import DTS for arm64
2018-08-22 Patrick KelseyExtended pf(4) ioctl interface and pfctl(8) to allow...
2018-08-21 Xin LIMFV r338092: ntp 4.2.8p12.
2018-08-14 Cy SchubertMFV r337818:
2018-08-14 Kyle EvansMFV r337586: lua: Update to 5.3.5
2018-08-14 Jung-uk KimMerge OpenSSL 1.0.2p.
2018-08-14 Martin MatuskaMFV r337744:
2018-08-13 Jung-uk KimMerge ACPICA 20180810.
2018-08-13 Emmanuel VadotImport DTS files from Linux 4.18
2018-08-11 Kyle EvansMFH @ r337607, in preparation for boarding
2018-08-09 Olivier HouchardImport CK as of commit 08813496570879fbcc2adcdd9ddc0a05...
2018-08-08 Eitan Adlerfile: update to 5.34
2018-08-05 Kristof Provostpf: Increase default hash table size
2018-08-03 Alexander MotinMFV r337223:
2018-08-03 Alexander MotinMFV r337220: 8375 Kernel memory leak in nvpair code
2018-08-03 Alexander MotinMFV r337218: 7261 nvlist code should enforce name lengt...
2018-08-03 Alexander MotinMFV r337216: 7263 deeply nested nvlist can overflow...
next