netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-21 10:18:00 to 2023-08-29 20:46:00 UTC [more...]

[GIT PULL] sysctl changes for v6.6-rc1
 2023-08-29 20:44 UTC 

[PATCH nft 0/5] fix compiler warnings with clang and "-Wextra"
 2023-08-29 19:58 UTC  (9+ messages)
` [PATCH nft 1/5] rule: fix "const static" declaration
` [PATCH nft 2/5] utils: call abort() after BUG() macro
` [PATCH nft 3/5] src: silence "implicit-fallthrough" warnings
` [PATCH nft 4/5] xt: avoid "-Wmissing-field-initializers" for "original_opts"
` [PATCH nft 5/5] datatype: check against negative "type" argument in datatype_lookup()

[PATCH nft v2 0/8] fix compiler warnings with clang
 2023-08-29 18:55 UTC  (13+ messages)
` [PATCH nft v2 1/8] netlink: avoid "-Wenum-conversion" warning in dtype_map_from_kernel()
` [PATCH nft v2 2/8] netlink: avoid "-Wenum-conversion" warning in parser_bison.y
` [PATCH nft v2 3/8] datatype: avoid cast-align warning with struct sockaddr result from getaddrinfo()
` [PATCH nft v2 4/8] evaluate: fix check for truncation in stmt_evaluate_log_prefix()
` [PATCH nft v2 5/8] src: rework SNPRINTF_BUFFER_SIZE() and handle truncation
` [PATCH nft v2 6/8] evaluate: don't needlessly clear full string buffer in stmt_evaluate_log_prefix()
` [PATCH nft v2 7/8] src: suppress "-Wunused-but-set-variable" warning with "parser_bison.c"
` [PATCH nft v2 8/8] include: drop "format" attribute from nft_gmp_print()

[nf PATCH 1/2] netfilter: nf_tables: Audit log setelem reset
 2023-08-29 18:38 UTC  (5+ messages)
` [nf PATCH 2/2] netfilter: nf_tables: Audit log rule reset

[PATCH nft 1/2] proto: use hexadecimal to display ip frag-off field
 2023-08-29 17:48 UTC  (2+ messages)
` [PATCH nft 2/2] tests: py: extend ip frag-off coverage

[nft PATCH] evaluate: Drop dead code from expr_evaluate_mapping()
 2023-08-29 16:10 UTC  (2+ messages)

[nft PATCH 1/4] tests: monitor: Fix monitor JSON output for insert command
 2023-08-29 16:10 UTC  (5+ messages)
` [nft PATCH 2/4] tests: monitor: Fix time format in ct timeout test
` [nft PATCH 3/4] tests: monitor: Fix for wrong syntax in set-interval.t
` [nft PATCH 4/4] tests: monitor: Fix for wrong ordering in expected JSON output

[PATCH nft 0/4] add operation cache for timestamp
 2023-08-29 15:38 UTC  (8+ messages)
` [PATCH nft 1/4] evaluate: add and use parse_ctx_init() helper method
` [PATCH nft 2/4] src: add ops_cache struct for caching information during parsing
` [PATCH nft 3/4] src: cache result of time() during parsing/output
` [PATCH nft 4/4] src: cache GMT offset for current time "

[PATCH nft] evaluate: do not remove anonymous set with protocol flags and single element
 2023-08-29 15:04 UTC 

[PATCH] doc: fix example of xt_cpu
 2023-08-29 14:33 UTC  (2+ messages)

[PATCH nft 0/8] fix compiler warnings with clang
 2023-08-29 13:01 UTC  (19+ messages)
` [PATCH nft 1/8] netlink: avoid "-Wenum-conversion" warning in dtype_map_from_kernel()
` [PATCH nft 2/8] netlink: avoid "-Wenum-conversion" warning in parser_bison.y
` [PATCH nft 3/8] src: use "%zx" format instead of "%Zx"
` [PATCH nft 4/8] datatype: avoid cast-align warning with struct sockaddr result from getaddrinfo()
` [PATCH nft 5/8] src: rework SNPRINTF_BUFFER_SIZE() and avoid "-Wunused-but-set-variable"
` [PATCH nft 6/8] src: suppress "-Wunused-but-set-variable" warning with "parser_bison.c"
` [PATCH nft 7/8] utils: add _NFT_PRAGMA_WARNING_DISABLE()/_NFT_PRAGMA_WARNING_REENABLE helpers
` [PATCH nft 8/8] datatype: suppress "-Wformat-nonliteral" warning in integer_type_print()

[syzbot] Monthly netfilter report (Aug 2023)
 2023-08-29 12:53 UTC 

[syzbot] [netfilter?] INFO: rcu detected stall in tcp_setsockopt
 2023-08-29  9:38 UTC 

[PATCH nf] netfilter/xt_sctp: validate the flag_info count
 2023-08-28 22:12 UTC 

[nft PATCH] evaluate: place byteorder conversion after numgen for IP address datatypes
 2023-08-28 19:09 UTC 

[PATCH conntrack-tools 0/4] Fixes for yacc parser compilation warnings
 2023-08-28 15:26 UTC  (6+ messages)
` [PATCH conntrack-tools 1/4] build: reformat and sort `conntrack_LDADD` and `conntrackd_SOURCES`
` [PATCH conntrack-tools 2/4] build: stop suppressing warnings for generated sources
` [PATCH conntrack-tools 3/4] read_config_yy: correct `yyerror` prototype
` [PATCH conntrack-tools 4/4] read_config_yy: correct arguments passed to `inet_aton`

[PATCH nf] netfilter/xt_u32: validate user space input
 2023-08-28 13:25 UTC  (2+ messages)

[syzbot] [arm?] [netfilter?] KASAN: slab-out-of-bounds Read in do_csum
 2023-08-28 10:04 UTC 

Fwd: Since 6.1: flow_dissector.c __skb_flow_dissect+0xa91/0x1cd0 raises WARNING in specific circumstances
 2023-08-28  0:36 UTC 

[Networking] ERSPAN decapsulation drops DHCP unicast packets
 2023-08-27  8:34 UTC  (2+ messages)

[PATCH -stable,4.14.y,4.19.y 0/1] ipvs: backport 1b90af292e71 and 5310760af1d4
 2023-08-26 16:36 UTC  (3+ messages)
  ` [PATCH -stable,4.14.y,4.19.y 1/1] ipvs: Improve robustness to the ipvs sysctl

[PATCH v4.19.y] netfilter: nf_queue: fix socket leak
 2023-08-26  6:50 UTC 

[PATCH nft v2 0/6] cleanup base includes and add <nft.h> header
 2023-08-25 13:01 UTC  (8+ messages)
` [PATCH nft v2 1/6] meta: define _GNU_SOURCE to get strptime() from <time.h>
` [PATCH nft v2 2/6] src: add <nft.h> header and include it as first
` [PATCH nft v2 3/6] include: don't define _GNU_SOURCE in public header
` [PATCH nft v2 4/6] configure: use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE
` [PATCH nft v2 5/6] include: include <std{bool,int}.h> via <nft.h>
` [PATCH nft v2 6/6] configure: drop AM_PROG_CC_C_O autoconf check

[nft PATCH] evaluate: Drop dead code from expr_evaluate_mapping()
 2023-08-25 11:55 UTC 

[PATCH nft 0/6] no recursive make
 2023-08-25 11:27 UTC  (7+ messages)
` [PATCH nft 1/6] build: drop recursive make for "include/**/Makefile.am"
` [PATCH nft 2/6] build: drop recursive make for "py/Makefile.am"
` [PATCH nft 3/6] build: drop recursive make for "files/**/Makefile.am"
` [PATCH nft 4/6] build: drop recursive make for "src/Makefile.am"
` [PATCH nft 5/6] build: drop recursive make for "examples/Makefile.am"
` [PATCH nft 6/6] build: drop recursive make for "doc/Makefile.am"

[PATCH nf v2] netfilter: nft_exthdr: Fix non-linear header modification
 2023-08-25  5:33 UTC 

[PATCH nf] netfilter: nft_exthdr: Fix non-linear header modification
 2023-08-25  3:52 UTC  (5+ messages)

[PATCH nft] tests: 30s-stress: add failslab and abort phase tests
 2023-08-24 15:02 UTC 

[PATCH nft 0/6] cleanup base includes and add <nftdefault.h> header
 2023-08-24 13:18 UTC  (10+ messages)
` [PATCH nft 1/6] meta: define _GNU_SOURCE to get strptime() from <time.h>
` [PATCH nft 2/6] src: add <nftdefault.h> header and include it as first
` [PATCH nft 3/6] include: don't define _GNU_SOURCE in public header
` [PATCH nft 4/6] configure: use AC_USE_SYSTEM_EXTENSIONS to get _GNU_SOURCE
` [PATCH nft 5/6] include: include <std{bool,int}.h> via nftdefault.h
` [PATCH nft 6/6] configure: drop AM_PROG_CC_C_O autoconf check

[Cluster-devel] I have been given the guide with full network diagram on configuring High Availability (HA) Cluster and SD-WAN for Fortigate firewalls by my boss on 10 May 2023 Wed
 2023-08-24 12:55 UTC  (3+ messages)

[PATCH conntrack-tools] conntrack, nfct: fix some typo's
 2023-08-24 12:50 UTC  (2+ messages)

[PATCH net 0/6] netfilter updates for net
 2023-08-24  9:00 UTC  (8+ messages)
` [PATCH net 1/6] netfilter: nf_tables: validate all pending tables
` [PATCH net 2/6] netfilter: nf_tables: flush pending destroy work before netlink notifier
` [PATCH net 3/6] netfilter: nf_tables: GC transaction race with abort path
` [PATCH net 4/6] netfilter: nf_tables: use correct lock to protect gc_list
` [PATCH net 5/6] netfilter: nf_tables: fix out of memory error handling
` [PATCH net 6/6] netfilter: nf_tables: defer gc run if previous batch is still pending

[nft PATCH] clang-format: add clang-format configuration file from Linux kernel
 2023-08-24  7:43 UTC  (3+ messages)

[nft PATCH v5 0/6] add input flags and "no-dns"/"json" flags
 2023-08-24  7:03 UTC  (2+ messages)

[nft PATCH] gitignore: ignore cscope files
 2023-08-23 17:17 UTC  (2+ messages)

[nft PATCH] tests: shell: Stabilize sets/0043concatenated_ranges_0 test
 2023-08-23 16:53 UTC  (2+ messages)

[nft PATCH] tests: shell: Stabilize sets/reset_command_0 test
 2023-08-23 16:53 UTC  (2+ messages)

[PATCH nft] tests: shell: use minutes granularity in sets/0036add_set_element_expiration_0
 2023-08-23 14:35 UTC  (2+ messages)

[PATCH nft] evaluate: error out on meter overlap with an existing set/map declaration
 2023-08-23 12:04 UTC 

[PATCH nf] netfilter: nft_set_pipapo: fix out of memory error handling
 2023-08-23  9:10 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables: defer gc run if previous batch is still pending
 2023-08-23  9:29 UTC  (2+ messages)

[PATCH net-next 00/10] netfilter updates for net-next
 2023-08-23  2:00 UTC  (12+ messages)
` [PATCH net-next 01/10] netfilter: ebtables: fix fortify warnings in size_entry_mwt()
` [PATCH net-next 02/10] netfilter: ebtables: replace zero-length array members
` [PATCH net-next 03/10] netfilter: ipset: refactor deprecated strncpy
` [PATCH net-next 04/10] netfilter: nf_tables: "
` [PATCH net-next 05/10] "
` [PATCH net-next 06/10] netfilter: nft_osf: "
` [PATCH net-next 07/10] netfilter: nft_meta: "
` [PATCH net-next 08/10] netfilter: x_tables: "
` [PATCH net-next 09/10] netfilter: xtables: "
` [PATCH net-next 10/10] netfilter: nf_tables: allow loop termination for pending fatal signal

[PATCH nf-next] netfilter: nf_tables: missing extended netlink error in lookup functions
 2023-08-22 17:11 UTC 

[nft PATCH 1/2] meta: don't assume time_t is 64 bit in date_type_print()
 2023-08-22 16:06 UTC  (9+ messages)
` [nft PATCH 2/2] meta: use reentrant localtime_r()/gmtime_r() functions

[PATCH nft] cache: chain listing implicitly sets on terse option
 2023-08-22  9:53 UTC 

[PATCH ipset] bash-completion: fix syntax error
 2023-08-22  9:12 UTC  (2+ messages)

[PATCH conntrack] tests/conntrack: add initial stress test for conntrack
 2023-08-21 22:07 UTC 

[PATCH nft,v2] INSTALL: provide examples to install python bindings
 2023-08-21 20:05 UTC  (3+ messages)

[PATCH ulogd2 v3 00/11] Fixes for handling and output of IP addresses
 2023-08-21 19:42 UTC  (12+ messages)
` [PATCH ulogd2 v3 01/11] src: record length of integer key values
` [PATCH ulogd2 v3 02/11] printpkt: fix statement punctuator
` [PATCH ulogd2 v3 03/11] printpkt, raw2packet_BASE: keep gateway address in NBO
` [PATCH ulogd2 v3 04/11] raw2packet_BASE: store ARP address values as integers
` [PATCH ulogd2 v3 05/11] ip2hbin: store ipv6 address as integer
` [PATCH ulogd2 v3 06/11] ipfix: skip non-ipv4 addresses
` [PATCH ulogd2 v3 07/11] gprint, oprint: use inet_ntop to format ip addresses
` [PATCH ulogd2 v3 08/11] gprint, oprint: add support for printing ipv6 addresses
` [PATCH ulogd2 v3 09/11] sqlite3: correct binding of ipv4 addresses and 64-bit integers
` [PATCH ulogd2 v3 10/11] sqlite3: insert ipv6 addresses as null rather than garbage
` [PATCH ulogd2 v3 11/11] db: insert ipv6 addresses in the same format as ip2bin

[PATCH nf-next] netfilter: nf_tables: allow loop termination for pending fatal signal
 2023-08-21 15:18 UTC 

[PATCH nft] tests/shell: expand vmap test case to also cause batch abort
 2023-08-21 15:16 UTC 

[PATCH nft] parser: permit gc-interval in map declarations
 2023-08-21 14:12 UTC 

[PATCH nf] netfilter: nf_tables: use correct lock to protect gc_list
 2023-08-21 13:13 UTC  (2+ messages)

[PATCH conntrack] conntrack: do not set on NLM_F_ACK in IPCTNL_MSG_CT_GET requests
 2023-08-21 12:01 UTC 

[PATCH nft] INSTALL: provide examples to install python bindings
 2023-08-21 11:12 UTC  (2+ messages)

[PATCH conntrack] conntrack: skip ENOENT when -U/-D finds a stale conntrack entry
 2023-08-21 10:27 UTC 

[PATCH conntrack] conntrack: unbreak -U command, use correct family
 2023-08-21 10:17 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).