]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
dummynet: remove unused definitions
[FreeBSD/FreeBSD.git] / sys / netpfil /
2021-09-08 Kristof Provostdummynet: remove unused definitions
2021-09-08 Ed Masteopenssh: update to OpenSSH v8.7p1
2021-09-03 Cy Schubertwpa: Import wpa_supplicant/hostapd commits up to b4f7506ff
2021-09-03 Kristof Provostpf: ensure states passed to pf_free_state() are always...
2021-09-01 Kristof Provostpf: import pf_set_protostate() from OpenBSD
2021-09-01 Kristof Provostpf: Add counters for syncookies
2021-08-31 Martin Matuskazfs: merge openzfs/zfs@3b89d9518 (master) into main
2021-08-29 Kristof Provostpf: Introduce nvlist variant of DIOCGETSTATUS
2021-08-27 Martin Matuskalibarchive: import bugfix from upstream
2021-08-26 Andrey V. Elsukovipfw_nat64: fix direct output mode
2021-08-23 Martin Matuskalibarchive: import changes from upstream
2021-08-19 Samuel Robinettepf: implement set-tos for IPv6
2021-08-19 Luiz Otavio O Souzaipfw: use unsigned int for dummynet bandwidth
2021-08-17 Mateusz Guzikpf: assert dir state on pf_test{,6}
2021-08-17 Mateusz Guzikpf: save on branching in the common case in pf_test
2021-08-17 Martin Matuskazfs: merge openzfs/zfs@8ae86e2ed (master) into main
2021-08-17 Cy Schubertunbound: Vendor import 1.13.2
2021-08-17 Andrey V. Elsukovipfw: fix possible data race between jump cache reading...
2021-08-08 Martin Matuskazfs: merge openzfs/zfs@f3678d70f (master) into main
2021-08-02 Kristof Provostpf: bound DIOCGETSTATES memory use
2021-08-01 Warner Loshawk: Merge 20210729 from One True Awk upstream (0592de4a)
2021-07-30 Kristof Provostpf: remove DIOCGETSTATESNV
2021-07-28 Mark Johnstonpf: Validate user string nul-termination before copying
2021-07-28 Mark Johnstonpf: Initialize arrays before copying out to userland
2021-07-28 Kristof Provostpf: fix ABI breakage
2021-07-26 Kristof Provostvlan: deduplicate bpf_setpcp() and pf_ieee8021q_setpcp()
2021-07-26 Kristof Provostpf: remove duplicate ERROUT_FUNCTION definition
2021-07-25 Mateusz Guzikpf: batch critical section for several counters
2021-07-25 Mateusz Guzikpf: switch rule counters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: switch kif counters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: switch pf_status.fcounters to pf_counter_u64
2021-07-25 Mateusz Guzikpf: add hybrid 32- an 64- bit counters
2021-07-25 Mateusz Guzikpf: drop redundant 'else' in pf_normalize_*
2021-07-23 Mateusz Guzikpf: consistently malloc rules with M_ZERO
2021-07-23 Martin Matuskazfs: merge openzfs/zfs@14b43fbd9 (master) into main
2021-07-20 Kristof Provostpf: clean up syncookie callout on vnet shutdown
2021-07-20 Kristof Provostpf: remove stray debug line
2021-07-20 Mateusz Guzikpf: embed a pointer to the lock in struct pf_kstate
2021-07-20 Kristof Provostpf: syncookie ioctl interface
2021-07-20 Kristof Provostpf: syncookie support
2021-07-20 Kristof Provostpf: factor out pf_synproxy()
2021-07-19 Mateusz Guzikpf: add a branch prediction to expire state check in...
2021-07-18 Xin LIless: upgrade to v590.
2021-07-17 Kristof Provostpf: locally originating connections with 'route-to...
2021-07-17 Kristof Provostpf: Remove unused arguments from pf_send_tcp()
2021-07-17 Kristof Provostpf: match keyword support
2021-07-15 Mark Johnstonpf: Constify tag name and queue name helper functions
2021-07-12 Martin Matuskazfs: merge openzfs/zfs@07a4c76e9 (master) into main
2021-07-09 Kristof Provostpf: bound DIOCGETSTATESV2 memory use
2021-07-09 Kristof Provostpf: add DIOCGETSTATESV2
2021-07-08 Luiz Otavio O Souzadummynet: reduce console spam
2021-07-08 Kristof Provostpf: pf_killstates() never fails, so remove the return...
2021-07-08 Mateusz Guzikpf: add pf_find_state_all_exists
2021-07-08 Kristof Provostpf: Handle errors returned by pf_killstates()
2021-07-08 Kristof Provostpf: Remove unneeded NULL check
2021-07-08 Kristof Provostpf: rename pf_state to pf_kstate
2021-07-08 Warner Loshone-true-awk: import 20210221 (1e4bc42c53a1) which...
2021-07-07 Martin Matuskazfs: merge openzfs/zfs@bdd11cbb9 (master) into main
2021-07-06 Alex RichardsonImport Arm Optimized Routines v21.02
2021-07-05 Mateusz Guzikpf: padalign global locks found in pf.c
2021-07-05 Mateusz Guzikpf: allow table stats clearing and reading with ruleset...
2021-07-05 Mateusz Guzikpf: depessimize table handling
2021-07-02 Kristof Provostpf: getstates: avoid taking the hashrow lock if the...
2021-07-02 Kristof Provostpf: Reduce the data returned in DIOCGETSTATESNV
2021-07-02 Mateusz Guzikpf: make DIOCGETSTATESNV iterations killable
2021-07-01 Kristof Provostdummynet: fix sysctls
2021-07-01 Emmanuel VadotImport device-tree files from Linux 5.13
2021-07-01 Emmanuel VadotImport device-tree files from Linux 5.12
2021-07-01 Emmanuel VadotImport device-tree files from Linux 5.11
2021-06-30 Martin Matuskazfs: merge openzfs/zfs@4694131a0 (master) into main
2021-06-29 Mateusz Guzikpf: make sure the dtrace probe has safe access to state
2021-06-29 Mateusz Guzikpf: revert: Use counter(9) for pf_state byte/packet...
2021-06-29 Mateusz Guzikpf: deduplicate V_pf_state_z handling with pfsync
2021-06-29 Mateusz Guzikpf: fix error-case leaks in pf_create_state
2021-06-28 Mateusz Guzikpf: factor out state allocation into pf_alloc_state
2021-06-28 Mateusz Guzikpf: add pf_release_staten and use it in pf_unlink_state
2021-06-26 Martin Matuskazfs: merge openzfs/zfs@5e2c8338b (master) into main
2021-06-25 Simon J. GerratyMerge commit 'ee914ef902ae018bd4f67192832120f9bf05651f...
2021-06-24 Marcin WojtasMerge tag 'vendor/ena-com/2.4.0'
2021-06-22 Warner LoshMerge tag 'vendor/NetBSD/vis/20210621' into vis
2021-06-20 Martin Matuskazfs: merge openzfs/zfs@c4c162c1e (master) into main
2021-06-19 Dimitry AndricMerge llvm-project 12.0.1 rc2
2021-06-16 Mark Johnstonipfw: Update the pfil mbuf pointer in ipfw_check_frame()
2021-06-14 Kristof Provostpf: store L4 headers in pf_pdesc
2021-06-14 Kristof Provostpf: don't hold a lock during copyout()
2021-06-13 Dimitry AndricMerge llvm-project 12.0.0 release
2021-06-13 Dimitry AndricMerge llvm-project main llvmorg-12-init-17869-g8e464dd76bef
2021-06-13 Martin Matuskazfs: merge openzfs/zfs@afa7b3484 (master) into main
2021-06-10 Kristof Provostpf: use M_WAITOK where possible
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@75b4cbf62 (master) into main
2021-06-08 Martin Matuskazfs: merge openzfs/zfs@3522f57b6 (master) to main
2021-06-03 Kristof Provostdummynet: free(NULL, M_DUMMYNET); is safe
2021-06-03 Kristof Provostdummynet: Fix schedlist and aqmlist locking
2021-06-03 Tom JonesVNETify dummynet
2021-06-01 Mark Johnstonpf: Avoid leaking pad bytes in struct pfr_astats when...
2021-06-01 Kristof Provostpf: Fix more ioctl memory leaks
2021-06-01 Kristof Provostpf: Move provider declaration to pf.h
2021-05-31 Kristof Provostpf: Convenience function for optional (numeric) arguments
2021-05-26 Kristof Provostpf: Move nvlist conversion functions to pf_nv
2021-05-24 Kristof Provostpf: fix ioctl() memory leak
next