Netfilter-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-13 09:02:02 to 2024-03-23 10:37:19 UTC [more...]

[BUG] kernel warning from br_nf_local_in+0x157/0x180
 2024-03-23 10:37 UTC  (4+ messages)

[PATCH iptables] libxtables: Fix xtables_ipaddr_to_numeric calls with xtables_ipmask_to_numeric
 2024-03-23  9:17 UTC  (2+ messages)

nftables documentation improvement?
 2024-03-23  8:54 UTC 

[nft PATCH] tests: shell: Avoid escape chars when printing to non-terminals
 2024-03-23  2:37 UTC 

[PATCH nf-next v2] netfilter: conntrack: avoid sending RST to reply out-of-window skb
 2024-03-23  0:25 UTC  (11+ messages)

[nft PATCH v2 0/5] json: Accept more than two operands in binary expressions
 2024-03-22 16:06 UTC  (6+ messages)
` [nft PATCH v2 1/5] "
` [nft PATCH v2 2/5] mergesort: Avoid accidental set element reordering
` [nft PATCH v2 3/5] tests: py: Fix some JSON equivalents
` [nft PATCH v2 4/5] tests: py: Warn if recorded JSON output matches the input
` [nft PATCH v2 5/5] tests: py: Drop needless recorded JSON outputs

[nft PATCH 0/2] Add support for table's persist flag
 2024-03-22 15:48 UTC  (3+ messages)
` [nft PATCH 1/2] doc: nft.8: Two minor synopsis fixups
` [nft PATCH 2/2] Add support for table's persist flag

[PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery
 2024-03-21 20:52 UTC  (5+ messages)

[PATCH net 0/3,v2] Netfilter fixes for net
 2024-03-21 14:20 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nft_set_pipapo: release elements in clone only from destroy path
` [PATCH net 2/3] netfilter: nf_tables: do not compare internal table flags on updates
` [PATCH net 3/3] netfilter: nf_tables: Fix a memory leak in nf_tables_updchain

[PATCH nft] datatype: leave DTYPE_F_PREFIX only for IP address datatype
 2024-03-21 12:24 UTC 

[PATCH net] inet: inet_defrag: prevent sk release while still in use
 2024-03-21 11:55 UTC  (3+ messages)

[PATCH net] MAINTAINERS: step down as netfilter maintainer
 2024-03-21 11:30 UTC  (3+ messages)

[PATCH net 0/3] Netfilter fixes for net
 2024-03-21 11:11 UTC  (6+ messages)
` [PATCH net 1/3] netfilter: nft_set_pipapo: release elements in clone only from destroy path
` [PATCH net 2/3] netfilter: nf_tables: do not compare internal table flags on updates
` [PATCH net 3/3] netfilter: nf_tables: Fix a memory leak in nf_tables_updchain

[PATCH nf 1/3] netfilter: nf_tables: reject destroy command to remove basechain hooks
 2024-03-21  0:28 UTC  (3+ messages)
` [PATCH nf 2/3] netfilter: nf_tables: reject table flag and netdev basechain updates
` [PATCH nf 3/3] netfilter: nf_tables: skip netdev hook unregistration if table is dormant

[PATCH nft] netlink_delinearize: restore binop syntax when listing ruleset for flags
 2024-03-20 20:45 UTC  (3+ messages)

[nft PATCH] json: Accept more than two operands in binary expressions
 2024-03-20 20:44 UTC  (3+ messages)

[PATCH nft] evaluate: display "Range negative size" error
 2024-03-20 18:09 UTC  (2+ messages)

[PATCH nft v3] src: do not merge a set with a erroneous one
 2024-03-20 18:08 UTC  (2+ messages)

[PATCH nft] netlink_delinearize: reverse cross-day meta hour range
 2024-03-20 18:00 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: do not reject dormant flag update for table with owner
 2024-03-20 17:19 UTC  (2+ messages)

[nft PATCH] doc: libnftables-json: Drop invalid ops from match expression
 2024-03-20 17:03 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: do not compare internal table flags on updates
 2024-03-20 16:34 UTC  (3+ messages)

[nft PATCH] tests: shell: Fix one json-nft dump for reordered output
 2024-03-20 15:00 UTC  (2+ messages)

[PATCH nf] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-03-20 13:37 UTC  (18+ messages)

[PATCH] iptables: Fixed the issue with combining the payload in case of invert filter for tcp src and dst ports
 2024-03-20 11:53 UTC  (5+ messages)

xtables-addons RAWDNAT bug
 2024-03-20 11:13 UTC  (2+ messages)

[PATCH nf 1/2] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-03-20  9:26 UTC  (2+ messages)
` [PATCH nf 2/2] netfilter: flowtable: use UDP timeout after "

[PATCH nf] netfilter: nft_set_pipapo: release elements in clone only from destroy path
 2024-03-20  8:49 UTC 

[PATCH libnetfilter_queue 0/1] Convert libnetfilter_queue to use entirely libmnl functions
 2024-03-19 23:58 UTC  (38+ messages)
` [PATCH libnetfilter_queue 1/1] "
      ` [PATCH libnetfilter_queue 00/32] Convert libnetfilter_queue to not need libnfnetlink
    ` [PATCH libnetfilter_queue 01/32] src: Convert nfq_open() to use libmnl
    ` [PATCH libnetfilter_queue 02/32] src: Convert nfq_open_nfnl() "
    ` [PATCH libnetfilter_queue 03/32] src: Convert nfq_close() "
    ` [PATCH libnetfilter_queue 04/32] src: Convert nfq_create_queue(), nfq_bind_pf() & nfq_unbind_pf() "
    ` [PATCH libnetfilter_queue 05/32] src: Convert nfq_set_queue_flags() & nfq_set_queue_maxlen() "
    ` [PATCH libnetfilter_queue 06/32] src: Convert nfq_handle_packet(), nfq_get_secctx(), nfq_get_payload() and all the nfq_get_ functions "
    ` [PATCH libnetfilter_queue 07/32] src: Convert nfq_set_verdict() and nfq_set_verdict2() to use libmnl if there is no data
    ` [PATCH libnetfilter_queue 08/32] src: Incorporate nfnl_rcvbufsiz() in libnetfilter_queue
    ` [PATCH libnetfilter_queue 09/32] src: Convert nfq_fd() to use libmnl
    ` [PATCH libnetfilter_queue 10/32] src: Convert remaining nfq_* functions "
    ` [PATCH libnetfilter_queue 11/32] src: Fix checkpatch whitespace and block comment warnings
    ` [PATCH libnetfilter_queue 12/32] src: Copy nlif-related code from libnfnetlink
    ` [PATCH libnetfilter_queue 13/32] include: Cherry-pick macros and functions that nlif will need
    ` [PATCH libnetfilter_queue 14/32] doc: Add linux_list.h to the doxygen system
    ` [PATCH libnetfilter_queue 15/32] doc: Eliminate doxygen warnings from linux_list.h
    ` [PATCH libnetfilter_queue 16/32] doc: Eliminate doxygen warnings from iftable.c
    ` [PATCH libnetfilter_queue 17/32] whitespace: remove trailing spaces "
    ` [PATCH libnetfilter_queue 18/32] include: Use libmnl.h instead of libnfnetlink.h
    ` [PATCH libnetfilter_queue 19/32] src: Convert all nlif_* functions to use libmnl
    ` [PATCH libnetfilter_queue 20/32] src: Delete rtnl.c
    ` [PATCH libnetfilter_queue 21/32] build: Remove libnfnetlink from the build
    ` [PATCH libnetfilter_queue 22/32] include: Remove the last remaining use of a libnfnetlink header
    ` [PATCH libnetfilter_queue 23/32] doc: Get doxygen to document useful static inline functions
    ` [PATCH libnetfilter_queue 24/32] doc: SYNOPSIS of linux_list.h nominates libnetfilter_queue/libnetfilter_queue.h
    ` [PATCH libnetfilter_queue 25/32] doc: Move nlif usage description from libnetfilter_queue.c to iftable.c
    ` [PATCH libnetfilter_queue 26/32] build: Shave some time off build
    ` [PATCH libnetfilter_queue 27/32] doc: Resolve most issues with man page generated from linux_list.h
    ` [PATCH libnetfilter_queue 28/32] build: Get real & user times back to what they were
    ` [PATCH libnetfilter_queue 29/32] doc: Cater for doxygen variants w.r.t. #define stmts
    ` [PATCH libnetfilter_queue 30/32] doc: Fix list_empty() doxygen comments
    ` [PATCH libnetfilter_queue 31/32] src: Use a cast in place of convoluted construct
    ` [PATCH libnetfilter_queue 32/32] whitespace: Fix more checkpatch errors & warnings

[PATCH nft] tests: shell: update packetpath/flowtables after flow teardown changes
 2024-03-19 20:21 UTC 

[nft PATCH 0/7] A bunch of JSON printer/parser fixes
 2024-03-19 17:26 UTC  (2+ messages)

[libnftnl PATCH 00/17] obj: Introduce attribute policies
 2024-03-19 17:12 UTC  (18+ messages)
` [libnftnl PATCH 01/17] chain: Validate NFTNL_CHAIN_USE, too
` [libnftnl PATCH 02/17] table: Validate NFTNL_TABLE_USE, too
` [libnftnl PATCH 03/17] flowtable: Validate NFTNL_FLOWTABLE_SIZE, too
` [libnftnl PATCH 04/17] obj: Validate NFTNL_OBJ_TYPE, too
` [libnftnl PATCH 05/17] set: Validate NFTNL_SET_ID, too
` [libnftnl PATCH 06/17] table: Validate NFTNL_TABLE_OWNER, too
` [libnftnl PATCH 07/17] obj: Do not call nftnl_obj_set_data() with zero data_len
` [libnftnl PATCH 08/17] obj: synproxy: Use memcpy() to handle potentially unaligned data
` [libnftnl PATCH 09/17] utils: Fix for wrong variable use in nftnl_assert_validate()
` [libnftnl PATCH 10/17] obj: Return value on setters
` [libnftnl PATCH 11/17] obj: Repurpose struct obj_ops::max_attr field
` [libnftnl PATCH 12/17] obj: Call obj_ops::set with legal attributes only
` [libnftnl PATCH 13/17] obj: Introduce struct obj_ops::attr_policy
` [libnftnl PATCH 14/17] obj: Enforce attr_policy compliance in nftnl_obj_set_data()
` [libnftnl PATCH 15/17] utils: Introduce and use nftnl_set_str_attr()
` [libnftnl PATCH 16/17] obj: Respect data_len when setting attributes
` [libnftnl PATCH 17/17] expr: "

[PATCH nf 2/2] netfilter: flowtable: use UDP timeout after flow teardown
 2024-03-18  9:57 UTC 

[PATCH 00/11] sysctl: treewide: constify ctl_table argument of sysctl handlers
 2024-03-16  2:52 UTC  (13+ messages)
` [PATCH 01/11] stackleak: don't modify ctl_table argument
` [PATCH 02/11] cgroup: bpf: constify ctl_table arguments and fields
` [PATCH 03/11] hugetlb: constify ctl_table arguments of utility functions
` [PATCH 04/11] utsname: constify ctl_table arguments of utility function
` [PATCH 05/11] neighbour: "
` [PATCH 06/11] ipv4/sysctl: constify ctl_table arguments of utility functions
` [PATCH 07/11] ipv6/addrconf: "
` [PATCH 08/11] ipv6/ndisc: constify ctl_table arguments of utility function
` [PATCH 09/11] ipvs: constify ctl_table arguments of utility functions
` [PATCH 10/11] sysctl: constify ctl_table arguments of utility function
` [PATCH 11/11] sysctl: treewide: constify the ctl_table argument of handlers

[PATCH 0/4] sysctl: Remove sentinel elements from networking
 2024-03-15 14:58 UTC  (7+ messages)
` [PATCH 1/4] networking: Remove the now superfluous sentinel elements from ctl_table array
` [PATCH 2/4] netfilter: "
` [PATCH 3/4] appletalk: "
` [PATCH 4/4] ax.25: "

Flowtable race condition error
 2024-03-15 13:46 UTC  (17+ messages)

[PATCH v3 nf-next 1/2] netfilter: nf_tables: use struct nlattr * to store userdata for nft_table
 2024-03-13 17:08 UTC  (11+ messages)
` [PATCH v3 nf-next 2/2] netfilter: nf_tables: support updating "

[PATCH nft] tests: py: remove meter tests
 2024-03-13 16:33 UTC  (2+ messages)

[PATCH nft] tests/py: remove flow table json test cases
 2024-03-13 16:26 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: fix consistent table updates being rejected
 2024-03-13 16:08 UTC 

[PATCH] nftables: Fixed the issue with merging the payload in case of invert filter for tcp src and dst ports
 2024-03-13  9:13 UTC  (2+ messages)

iptables-nft: Wrong payload merge of rule filter - "! --sport xx ! --dport xx"
 2024-03-13  9:02 UTC  (7+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).