Netfilter-Devel Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-08 11:57:37 to 2024-03-20 11:00:50 UTC [more...]

xtables-addons RAWDNAT bug
 2024-03-20 11:00 UTC 

[PATCH nf] netfilter: flowtable: infer TCP state and timeout before flow teardown
 2024-03-20 10:47 UTC  (15+ 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] iptables: Fixed the issue with combining the payload in case of invert filter for tcp src and dst ports
 2024-03-20  0:44 UTC  (4+ messages)

[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 

[PATCH nft] netlink_delinearize: reverse cross-day meta hour range
 2024-03-19 19:26 UTC 

[PATCH nft] evaluate: display "Range negative size" error
 2024-03-19 19:25 UTC 

[PATCH nf-next v2] netfilter: conntrack: avoid sending RST to reply out-of-window skb
 2024-03-19 18:46 UTC  (6+ messages)

[nft PATCH 0/7] A bunch of JSON printer/parser fixes
 2024-03-19 17:26 UTC  (11+ messages)
` [nft PATCH 1/7] tests: shell: maps/named_ct_objects: Fix for recent kernel
` [nft PATCH 2/7] tests: shell: packetpath/flowtables: Avoid spurious EPERM
` [nft PATCH 3/7] json: Order output like nft_cmd_expand()
` [nft PATCH 4/7] tests: shell: Regenerate all json-nft dumps
` [nft PATCH 5/7] json: Support maps with concatenated data
` [nft PATCH 6/7] parser: json: Support for synproxy objects
` [nft PATCH 7/7] tests: shell: Add missing json-nft dumps

[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 net] inet: inet_defrag: prevent sk release while still in use
 2024-03-19 12:23 UTC 

[PATCH net] MAINTAINERS: step down as netfilter maintainer
 2024-03-19 12:11 UTC 

[PATCH nft] netlink_delinearize: restore binop syntax when listing ruleset for flags
 2024-03-19 11:03 UTC 

[BUG] kernel warning from br_nf_local_in+0x157/0x180
 2024-03-18 14:19 UTC  (2+ messages)

[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 nf] netfilter: nf_tables: do not reject dormant flag update for table with owner
 2024-03-15 17:01 UTC 

[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 nf] netfilter: nf_tables: do not compare internal table flags on updates
 2024-03-15  9:06 UTC  (2+ messages)

[PATCH net] netfilter: conntrack: fix ct-state for ICMPv6 Multicast Router Discovery
 2024-03-13 19:44 UTC  (4+ 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  (20+ 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)

[PATCH net-next] netfilter: conntrack: dccp: try not to drop skb in conntrack
 2024-03-11 16:00 UTC  (4+ messages)

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

[PATCH nf] netfilter: nf_tables: fix updating/deleting devices in an existing netdev chain
 2024-03-10 22:32 UTC  (4+ messages)

[PATCH nf-next] netfilter: nf_tables: support updating userdata for nft_table
 2024-03-10 13:51 UTC  (2+ messages)

[PATCH arptables] Fix a couple of spelling errors
 2024-03-09  8:32 UTC  (3+ messages)

[PATCH net-next] netfilter: conntrack: avoid sending RST to reply out-of-window skb
 2024-03-09  0:37 UTC  (9+ messages)

[PATCH v2 xtables] extensions: xt_TPROXY: add txlate support
 2024-03-08 23:02 UTC  (2+ messages)

[PATCH net v3] netfilter: Add protection for bmp length out of range
 2024-03-08 15:55 UTC  (3+ messages)

[PATCH xtables] extensions: xt_TPROXY: add txlate support
 2024-03-08 14:25 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 read-only IMAP folder(s) and NNTP newsgroup(s).