]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/netpfil
Add NAT64 CLAT implementation as defined in RFC6877.
[FreeBSD/FreeBSD.git] / sys / netpfil /
2019-03-18 aeAdd NAT64 CLAT implementation as defined in RFC6877.
2019-03-18 aeAdd SPDX-License-Identifier and update year in copyright.
2019-03-18 aeModify struct nat64_config.
2019-03-16 dimAdd LLVM openmp trunk r351319 (just before the release_...
2019-03-16 kppf: Rename pfsync bucket lock
2019-03-15 ngieInitial googlemock/googletest integration into the...
2019-03-15 kppf :Use counter(9) in pf tables.
2019-03-14 glebiusPFIL_MEMPTR for ipfw link level hook
2019-03-14 glebiusRemove 'dir' argument from dummynet_io(). This makes...
2019-03-14 glebiusReduce argument list to ipfw_divert(), as args holds...
2019-03-14 glebiusRemove 'dir' argument in ng_ipfw_input, since ip_fw_arg...
2019-03-14 glebius- Add more flags to ip_fw_args. At this changeset only...
2019-03-14 glebiusMake second argument of ip_divert(), that specifies...
2019-03-14 glebiusSimplify ipfw_bpf_mtap2(). No functional change.
2019-03-11 ngieMFhead@r345025
2019-03-11 dimMerge LLVM libunwind trunk r351319, from just before...
2019-03-11 aeAdd IP_FW_NAT64 to codes that ipfw_chk() can return.
2019-03-11 aeAdd NULL pointer check to nat64_output().
2019-03-11 ngieMFhead@r344996
2019-03-08 kppf: Fix DIOCGETSRCNODES
2019-03-07 cyMFV r344878:
2019-03-07 aeFix the problem with O_LIMIT states introduced in r344018.
2019-03-05 ngieMFhead@r344786
2019-03-04 dimMerge ^/head r344549 through r344775.
2019-03-01 kppf: IPv6 fragments with malformed extension headers...
2019-02-26 sjgAdd libbearssl
2019-02-25 desUpgrade to OpenPAM Tabebuia.
2019-02-25 ngieMFhead@r344527
2019-02-25 dimMerge ^/head r344178 through r344512.
2019-02-24 kppf: Small performance tweak
2019-02-15 dimMerge ^/head r343956 through r344177.
2019-02-13 ngieCopy googletest 1.8.1 from ^/vendor/google/googletest...
2019-02-12 mmMFV r344063:
2019-02-11 aeRemove `set' field from state structure and use set...
2019-02-11 pkelseyPlace pf_altq_get_nth_active() under the ALTQ ifdef
2019-02-11 pkelseyReduce the time it takes the kernel to install a new...
2019-02-03 dimMerge ^/head r343571 through r343711.
2019-02-02 glebiusReturn PFIL_CONSUMED if packet was consumed. While...
2019-02-01 glebiusFix build without INET6.
2019-01-31 glebiusNew pfil(9) KPI together with newborn pfil API and...
2019-01-31 glebiusRevert r316461: Remove "IPFW static rules" rmlock,...
2019-01-30 dimMerge ^/head r343320 through r343570.
2019-01-29 aeFix the bug introduced in r342908, that causes problems...
2019-01-28 pkelseyDon't re-evaluate ALTQ kernel configuration due to...
2019-01-25 kppf: Fix use-after-free of counters
2019-01-22 dimMerge ^/head r343202 through r343319.
2019-01-22 dimMerge compiler-rt trunk r351319, and resolve conflicts.
2019-01-22 dimMerge libc++ trunk r351319, and resolve conflicts.
2019-01-22 kppf: Validate psn_len in DIOCGETSRCNODES
2019-01-20 dimMerge lldb trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge lld trunk r351319, resolve conflicts, and update...
2019-01-20 dimMerge clang trunk r351319, resolve conflicts, and updat...
2019-01-20 dimMerge llvm trunk r351319, resolve conflicts, and update...
2019-01-18 kppf: fix pfsync breaking carp
2019-01-15 kppf: silence a runtime warning
2019-01-11 manuImport DTS from Linux 4.20
2019-01-11 manuImport DTS includes from 4.19
2019-01-11 aeRelax requirement to packet size of CARP protocol and...
2019-01-10 emasteUpdate to ELF Tool Chain r3668
2019-01-10 aeFix the build with INVARIANTS.
2019-01-10 aeReduce the size of struct ip_fw_args from 240 to 128...
2019-01-09 glebiusMechanical cleanup of epoch(9) usage in network stack.
2018-12-29 cemUpdate to Zstandard 1.3.8
2018-12-18 cyMFV r342175:
2018-12-12 kppf: Fix endless loop on NAT exhaustion with sticky...
2018-12-11 kppf: Prevent integer overflow in PF when calculating...
2018-12-09 dimMerge ^/head r340918 through r341763.
2018-12-09 cyMFV r341618:
2018-12-06 sjgUpdate bmake to version 20180919
2018-12-06 kppfsync: Performance improvement
2018-12-06 kppf: add a comment describing why do we call pf_map_addr...
2018-12-04 aeAdd ability to request listing and deleting only for...
2018-12-04 aeReimplement how net.inet.ip.fw.dyn_keep_states works.
2018-12-04 aeAdd assertion to check that named object has correct...
2018-12-01 kppf: Fix panic on overlapping interface names
2018-11-27 aeDo not limit the mbuf queue length for keepalive packets.
2018-11-20 jkimMerge OpenSSL 1.1.1a.
2018-11-12 dimMerge ^/head r340235 through r340367.
2018-11-12 aeAdd ability to use dynamic external prefix in ipfw_nptv...
2018-11-10 manuUpdate our devicetree to 4.19 for arm and arm64
2018-11-08 kppf: Prevent tables referenced by rules in anchors from...
2018-11-04 vangyzenUpdate expat to 2.2.6
2018-11-04 dimMerge ^/head r339813 through r340125.
2018-11-02 kppf: Fix build if INVARIANTS is not set
2018-11-02 kppf: Keep a reference to struct ifnets we're using
2018-11-02 kppfsync: Add missing unlock
2018-11-02 kppfsync: Allow module to be unloaded
2018-11-02 kppfsync: Handle syncdev going away
2018-11-02 kppfsync: Ensure uninit is done before pf
2018-11-02 kppfsync: Make pfsync callbacks per-vnet
2018-11-02 kppf: Limit the fragment entry queue length to 64 per...
2018-11-02 kppf: Split the fragment reassembly queue into smaller...
2018-11-02 kppf: Count holes rather than fragments for reassembly
2018-11-02 kpRevert "pf: Limit the maximum number of fragments per...
2018-10-28 kppf: Make ':0' ignore link-local v6 addresses too
2018-10-27 dimMerge ^/head r339670 through r339812.
2018-10-27 eugenipfw: implement ngtee/netgraph actions for layer-2...
2018-10-25 mmMFV r339640,339641,339644:
2018-10-24 kppf: Fix copy/paste error in IPv6 address rewriting
2018-10-23 kppf: ifp can never be NULL in pfi_ifaddr_event()
next