netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-11-05 11:38:28 to 2021-11-18 22:26:32 UTC [more...]

[PATCH net 00/11] Netfilter fixes for net
 2021-11-18 22:26 UTC  (2+ messages)
` [PATCH net 01/11] selftests: netfilter: add a vrf+conntrack testcase

[PATCH nft] Revert "configure: default to libedit for cli"
 2021-11-18 22:10 UTC 

[PATCH net v2 RESEND] netfilter: fix conntrack flows stuck issue on cleanup
 2021-11-18 22:00 UTC  (2+ messages)

[PATCH] netfilter: conntrack: Use memset_startat() to zero struct nf_conn
 2021-11-18 20:31 UTC 

[PATCH nft] configure: fall back to readline if libedit is not available
 2021-11-18 17:33 UTC 

[PATCH nft,v2] cache: do not skip populating anonymous set with -t
 2021-11-18 16:58 UTC 

[PATCH nft] cache: do not skip populating anonymous set with -t
 2021-11-18 16:29 UTC 

[ANNOUNCE] nftables 1.0.1 release
 2021-11-18 13:32 UTC 

[PATCH ulogd 2/2] NFLOG: attach struct nf_conntrack
 2021-11-18 11:09 UTC  (2+ messages)
` [PATCHv2 "

[PATCH ulogd 1/2] NFLOG: add NFULNL_CFG_F_CONNTRACK flag
 2021-11-18 11:07 UTC  (2+ messages)
` [PATCHv2 "

[ANNOUNCE] libnftnl 1.2.1 release
 2021-11-18 10:45 UTC 

[ANNOUNCE] libnetfilter_log 1.0.2 release
 2021-11-18 10:44 UTC 

[PATCH] ipvs: remove unused variable for ip_vs_new_dest
 2021-11-18  1:09 UTC  (4+ messages)

[ulogd2 PATCH v4 00/15] Build Improvements
 2021-11-17 16:07 UTC  (18+ messages)
` [ulogd2 PATCH v4 01/15] gitignore: add Emacs artefacts
` [ulogd2 PATCH v4 02/15] gitignore: ignore .dirstamp
` [ulogd2 PATCH v4 03/15] build: remove unused Makefile fragment
` [ulogd2 PATCH v4 04/15] build: remove empty filter sub-directory
` [ulogd2 PATCH v4 05/15] build: move CPP `-D` flag
` [ulogd2 PATCH v4 06/15] build: add Make_global.am for common flags
` [ulogd2 PATCH v4 07/15] build: use `dist_man_MANS` to declare man-pages
` [ulogd2 PATCH v4 08/15] build: skip sub-directories containing disabled plugins
` [ulogd2 PATCH v4 09/15] build: group `*_la_*` variables with their libraries
` [ulogd2 PATCH v4 10/15] build: delete commented-out code
` [ulogd2 PATCH v4 11/15] build: use correct automake variable for library dependencies
` [ulogd2 PATCH v4 12/15] build: update obsolete autoconf macros
` [ulogd2 PATCH v4 13/15] build: remove commented-out code
` [ulogd2 PATCH v4 14/15] build: quote autoconf macro arguments
` [ulogd2 PATCH v4 15/15] build: use `AS_IF` consistently in configure.ac

[PATCH nft] monitor: do not call interval_map_decompose() for concat intervals
 2021-11-17 15:36 UTC  (2+ messages)

"AVX2-based lookup implementation" has broken ebtables --among-src
 2021-11-17 13:12 UTC  (4+ messages)

[PATCH nf-next 0/2] netfilter: conntrack: speed up netns dismantle
 2021-11-17 11:23 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: conntrack: split nf_conntrack_cleanup_net_list
` [PATCH nf-next 2/2] netfilter: conntrack: speed up netns cleanup

[PATCH nft] parser_json: add raw payload inner header match support
 2021-11-17 10:11 UTC 

[PATCH libnftnl] expr: payload: print inner header base offset
 2021-11-17 10:06 UTC 

[GIT PULL] Networking for 5.16-rc1
 2021-11-16 17:19 UTC  (11+ messages)
  ` 32bit x86 build broken (was: Re: [GIT PULL] Networking for 5.16-rc1)

[PATCH nft] parser: allow for string raw payload base
 2021-11-16 11:09 UTC 

redefining a variable
 2021-11-15 16:27 UTC  (3+ messages)

[PATCH nf] selftests: nft_nat: switch port shadow test cases to socat
 2021-11-15 11:02 UTC  (2+ messages)

[ulogd2 PATCH v3 00/16] Build Improvements
 2021-11-14 15:31 UTC  (19+ messages)
` [ulogd2 PATCH v3 01/16] gitignore: add Emacs artefacts
` [ulogd2 PATCH v3 02/16] gitignore: ignore .dirstamp
` [ulogd2 PATCH v3 03/16] build: remove unused Makefile fragment
` [ulogd2 PATCH v3 04/16] build: remove empty filter sub-directory
` [ulogd2 PATCH v3 05/16] build: move CPP `-D` flag
` [ulogd2 PATCH v3 06/16] build: add Make_global.am for common flags
` [ulogd2 PATCH v3 07/16] build: use `dist_man_MANS` to declare man-pages
` [ulogd2 PATCH v3 08/16] build: skip sub-directories containing disabled plugins
` [ulogd2 PATCH v3 09/16] build: group `*_la_*` variables with their libraries
` [ulogd2 PATCH v3 10/16] build: delete commented-out code
` [ulogd2 PATCH v3 11/16] build: use correct automake variable for library dependencies
` [ulogd2 PATCH v3 12/16] build: update obsolete autoconf macros
` [ulogd2 PATCH v3 13/16] build: remove commented-out code
` [ulogd2 PATCH v3 14/16] build: remove unnecessary `AC_SUBST` calls
` [ulogd2 PATCH v3 15/16] build: quote autoconf macro arguments
` [ulogd2 PATCH v3 16/16] build: use `AS_IF` consistently in configure.ac

[PATCH conntrack-tools 1/3] conntrack: pass filter_dump object to nfct_mnl_dump()
 2021-11-14 11:59 UTC  (3+ messages)
` [PATCH conntrack-tools 2/3] conntrack: enhance mnl_nfct_dump_cb()
` [PATCH conntrack-tools 3/3] conntrack: use libmnl for listing conntrack table

[PATCH libnetfilter_conntrack,v2] conntrack: add nfct_nlmsg_build_filter() helper
 2021-11-14 11:58 UTC 

[PATCH libnetfilter_conntrack] conntrack: add nfct_nlmsg_build_filter() helper
 2021-11-14 11:54 UTC 

[PATCH nft] tests: py: remove netdev coverage in ip/ip_tcp.t
 2021-11-12 12:55 UTC 

[PATCH nft 1/3] tests: py: missing ip/dnat.t json updates
 2021-11-12 11:31 UTC  (3+ messages)
` [PATCH nft 2/3] tests: py: missing ip/snat.t "
` [PATCH nft 3/3] tests: py: missing json output update in ip6/meta.t

[PATCH nft] cache: filter out rules by chain
 2021-11-10 19:30 UTC 

[PATCH] netfilter: xt_IDLETIMER: replace snprintf in show functions with sysfs_emit
 2021-11-10  2:55 UTC  (3+ messages)
  ` [PATCH v2] scsi: snic: Replace "

[PATCH nf-next] netfilter: nft_fwd_netdev: Support egress hook
 2021-11-09 12:42 UTC 

[PATCH nft,v5 3/3] cache: missing family in cache filtering
 2021-11-09 11:30 UTC 

[PATCH nft,v4 1/3] cache: move list filter under struct
 2021-11-09 11:25 UTC  (3+ messages)
` [PATCH nft,v4 2/3] cache: do not populate cache if it is going to be flushed
` [PATCH nft,v4 3/3] cache: missing family in cache filtering

[PATCH nft 1/2] cache: move list filter under struct
 2021-11-09 10:44 UTC  (2+ messages)
` [PATCH nft,v3 2/2] cache: do not populate cache if it is going to be flushed

[PATCH nft,v2 1/2] cache: move list filter under struct
 2021-11-09 10:05 UTC  (2+ messages)
` [PATCH nft,v2 2/2] cache: do not populate cache if it is going to be flushed

[PATCH nft] cache: do not populate cache if it is going to be flushed
 2021-11-08 18:21 UTC 

[iptables PATCH] extensions: hashlimit: Fix tests with HZ=1000
 2021-11-08 16:25 UTC 

libnftnl: guarantee a stable interface between minor updates ?
 2021-11-08 13:23 UTC 

libnftnl: guarantee a stable interface between minor updates ?
 2021-11-08 13:17 UTC 

[ulogd2 PATCH v2 00/13] Build Improvements
 2021-11-08 12:02 UTC  (15+ messages)
` [ulogd2 PATCH v2 01/12] gitignore: add Emacs artefacts
` [ulogd2 PATCH v2 02/12] gitignore: ignore .dirstamp
` [ulogd2 PATCH v2 03/12] build: remove unused Makefile fragment
` [ulogd2 PATCH v2 04/12] build: remove empty filter sub-directory
` [ulogd2 PATCH v2 05/12] build: move cpp flag to the only Makefile.am file where it's needed
` [ulogd2 PATCH v2 06/12] build: add Make_global.am for common flags and include it where necessary
` [ulogd2 PATCH v2 07/12] build: use `dist_man_MANS`
` [ulogd2 PATCH v2 08/12] build: only conditionally enter sub-directories containing optional code
` [ulogd2 PATCH v2 09/12] build: move library dependencies from LDFLAGS to LIBADD
` [ulogd2 PATCH v2 10/12] build: update obsolete autoconf macros
` [ulogd2 PATCH v2 11/12] build: quote and reformat some autoconf macro arguments
` [ulogd2 PATCH v2 12/12] build: reformat autoconf AC_ARG_WITH, AC_ARG_ENABLE and related macros

[RFC PATCH libnetfilter_log] src: support conntrack XML output
 2021-11-08 11:45 UTC  (3+ messages)
` [PATCH libnf-log] src: add conntrack ID to "

[PATCH conntrack-tools] conntrackd: do not include conntrack ID in hashtable cmp
 2021-11-08 11:37 UTC 

[iptables PATCH] Unbreak xtables-translate
 2021-11-08 11:21 UTC  (5+ messages)

[iptables PATCH] xlate-test: Print full path if testing all files
 2021-11-08 11:05 UTC  (2+ messages)

[PATCH] netfilter: flowtable: fix IPv6 tunnel addr match
 2021-11-08 10:55 UTC  (2+ messages)

[PATCH nf-next v6] netfilter: ipvs: Fix reuse connection if RS weight is 0
 2021-11-08 10:46 UTC  (3+ messages)

[PATCH nf] netfilter: ctnetlink: fix filtering with CTA_TUPLE_REPLY
 2021-11-08 10:37 UTC  (4+ messages)
` [PATCH nf] netfilter: ctnetlink: do not erase error code with EINVAL

[PATCH] netfilter: nft_payload: Remove duplicated include in nft_payload.c
 2021-11-08 10:28 UTC  (2+ messages)

[nf PATCH 0/2] Review port shadow selftest
 2021-11-08 10:27 UTC  (2+ messages)

[PATCH nf] selftests: netfilter: extend nfqueue tests to cover vrf device
 2021-11-08 10:25 UTC  (2+ messages)

[PATCH nf] selftests: netfilter: add a vrf+conntrack testcase
 2021-11-08 10:25 UTC  (2+ messages)

[PATCH nft] doc: update ct timeout section with the state names
 2021-11-08 10:23 UTC  (2+ messages)

[ulogd2 PATCH v2 00/27] Compiler Warning Fixes
 2021-11-08 10:08 UTC  (29+ messages)
` [ulogd2 PATCH v2 01/27] include: add format attribute to __ulogd_log declaration
` [ulogd2 PATCH v2 02/27] ulog: remove empty log-line
` [ulogd2 PATCH v2 03/27] ulog: fix order of log arguments
` [ulogd2 PATCH v2 04/27] ulog: correct log specifiers
` [ulogd2 PATCH v2 05/27] output: IPFIX: correct format-specifiers
` [ulogd2 PATCH v2 06/27] jhash: add "fall through" comments to switch cases
` [ulogd2 PATCH v2 07/27] db: add missing `break` to switch-case
` [ulogd2 PATCH v2 08/27] filter: HWHDR: replace `switch` with `if`
` [ulogd2 PATCH v2 09/27] filter: HWHDR: re-order KEY_RAW_MAC checks
` [ulogd2 PATCH v2 10/27] filter: HWHDR: remove zero-initialization of MAC type
` [ulogd2 PATCH v2 11/27] Replace malloc+memset with calloc
` [ulogd2 PATCH v2 12/27] filter: PWSNIFF: replace malloc+strncpy with strndup
` [ulogd2 PATCH v2 13/27] input: UNIXSOCK: remove stat of socket-path
` [ulogd2 PATCH v2 14/27] input: UNIXSOCK: fix possible truncation of socket path
` [ulogd2 PATCH v2 15/27] input: UNIXSOCK: prevent unaligned pointer access
` [ulogd2 PATCH v2 16/27] output: DBI: fix deprecation warnings
` [ulogd2 PATCH v2 17/27] output: DBI: fix string truncation warnings
` [ulogd2 PATCH v2 18/27] output: MYSQL: Fix string truncation warning
` [ulogd2 PATCH v2 19/27] output: PGSQL: "
` [ulogd2 PATCH v2 20/27] output: SQLITE3: Fix string truncation warnings and possible buffer overruns
` [ulogd2 PATCH v2 21/27] output: SQLITE3: catch errors creating SQL statement
` [ulogd2 PATCH v2 22/27] util: db: fix possible string truncation
` [ulogd2 PATCH v2 23/27] output: JSON: fix output of GMT offset
` [ulogd2 PATCH v2 24/27] output: JSON: fix printf truncation warnings
` [ulogd2 PATCH v2 25/27] output: JSON: optimize appending of newline to output
` [ulogd2 PATCH v2 26/27] output: JSON: fix possible truncation of socket path
` [ulogd2 PATCH v2 27/27] output: IPFIX: remove attribute macros

[PATCH RFC bpf-next v1 0/6] Introduce unstable CT lookup helpers
 2021-11-07 15:44 UTC  (12+ messages)
` [PATCH RFC bpf-next v1 5/6] net: netfilter: Add unstable CT lookup helper for XDP and TC-BPF

[iptables PATCH 00/10] Share more code with legacy
 2021-11-06 20:57 UTC  (11+ messages)
` [iptables PATCH 01/10] xshared: Merge and share parse_chain()
` [iptables PATCH 02/10] nft: Change whitespace printing in save_rule callback
` [iptables PATCH 03/10] xshared: Share print_iface() function
` [iptables PATCH 04/10] xshared: Share save_rule_details() with legacy
` [iptables PATCH 05/10] xshared: Share save_ipv{4,6}_addr() "
` [iptables PATCH 06/10] xshared: Share print_rule_details() "
` [iptables PATCH 07/10] xshared: Share print_fragment() "
` [iptables PATCH 08/10] xshared: Share print_header() with legacy iptables
` [iptables PATCH 09/10] nft-shared: Drop unused function print_proto()
` [iptables PATCH 10/10] xshared: Make load_proto() static

[ulogd2 PATCH 00/26] Compiler Warning Fixes
 2021-11-06 14:13 UTC  (7+ messages)
` [ulogd2 PATCH 13/26] input: UNIXSOCK: stat socket-path first before creating the socket
` [ulogd2 PATCH 15/26] input: UNIXSOCK: prevent unaligned pointer access

[ulogd2 PATCH 00/13] Build Improvements
 2021-11-06 11:07 UTC  (13+ messages)
` [ulogd2 PATCH 02/13] gitignore: ignore util/.dirstamp
` [ulogd2 PATCH 08/13] build: only conditionally enter sub-directories containing optional code
` [ulogd2 PATCH 10/13] build: update obsolete autoconf macros
` [ulogd2 PATCH 13/13] build: bump autoconf version to 2.71

[PATCH nft] tests: py: update rawpayload.t.json
 2021-11-05 15:57 UTC 

[PATCH nft 1/2] evaluate: clone variable expression if there is more than one reference
 2021-11-05 15:04 UTC  (2+ messages)
` [PATCH nft 2/2] evaluate: grab reference in set expression evaluation

[PATCH nft 1/3] tests: shell: README: copy edit
 2021-11-05 13:22 UTC  (6+ messages)
` [PATCH nft v2 1/4] "
  ` [PATCH nft v2 2/4] tests: shell: README: $NFT does not have to be a path to a binary
  ` [PATCH nft v2 3/4] tests: shell: README: clarify test file name convention
  ` [PATCH nft v2 4/4] tests: shell: $NFT needs to be invoked unquoted

[PATCH nft] tests: shell: $NFT needs to be invoked unquoted
 2021-11-05 11:41 UTC  (3+ messages)


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).