netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-20 20:00:27 to 2023-08-02 16:10:24 UTC [more...]

[iptables PATCH v2 00/15] Man pages review
 2023-08-02 16:09 UTC  (10+ messages)
` [iptables PATCH v2 01/15] man: iptables.8: Extend exit code description
` [iptables PATCH v2 02/15] man: iptables.8: Trivial spelling fixes
` [iptables PATCH v2 03/15] man: iptables.8: Fix intra page reference
` [iptables PATCH v2 07/15] man: iptables-restore.8: Fix --modprobe description
` [iptables PATCH v2 09/15] man: iptables-restore.8: Drop -W option from synopsis
` [iptables PATCH v2 10/15] man: iptables-restore.8: Put 'file' in italics in synopsis
` [iptables PATCH v2 11/15] man: iptables-restore.8: Start paragraphs in upper-case
` [iptables PATCH v2 12/15] man: Trivial: Missing space after comma
` [iptables PATCH v2 14/15] man: iptables-save.8: Fix --modprobe description

[PATCH nft] parser: deduplicate map with data interval
 2023-08-02 15:48 UTC 

[PATCH nft] parser: allow ct timeouts to use time_spec values
 2023-08-02 15:47 UTC 

[PATCH nft] tests: fix inet nat prio tests
 2023-08-02 14:19 UTC 

[PATCH nft] tests: add dynmap datapath add/delete test case
 2023-08-02 13:54 UTC 

[PATCH net-next] netfilter: helper: Remove unused function declarations
 2023-08-02 13:15 UTC 

[PATCH net-next] netfilter: gre: Remove unused function declaration nf_ct_gre_keymap_flush()
 2023-08-02 13:09 UTC 

[iptables PATCH 00/16] Man pages review
 2023-08-02 11:31 UTC  (22+ messages)
` [iptables PATCH 01/16] man: iptables.8: Extend exit code description
` [iptables PATCH 02/16] man: iptables.8: Trivial spelling fixes
` [iptables PATCH 03/16] man: iptables.8: Fix intra page reference
` [iptables PATCH 04/16] man: iptables.8: Clarify --goto description
` [iptables PATCH 05/16] man: Use HTTPS for links to netfilter.org
` [iptables PATCH 06/16] man: iptables.8: Trivial font fixes
` [iptables PATCH 07/16] man: iptables-restore.8: Fix --modprobe description
` [iptables PATCH 08/16] man: iptables-restore.8: Consistently document -w option
` [iptables PATCH 09/16] man: iptables-restore.8: Drop -W option from synopsis
` [iptables PATCH 10/16] man: iptables-restore.8: Put 'file' in italics in synopsis
` [iptables PATCH 11/16] man: iptables-restore.8: Start paragraphs in upper-case
` [iptables PATCH 12/16] man: iptables-restore.8: Trivial: Missing space after comma
` [iptables PATCH 13/16] man: iptables-save.8: Clarify 'available tables'
` [iptables PATCH 14/16] man: iptables-save.8: Fix --modprobe description
` [iptables PATCH 15/16] man: iptables-save.8: Start paragraphs in upper-case
` [iptables PATCH 16/16] man: iptables-save.8: Trivial: Missing space in enumeration

ulogd2 patch ping
 2023-08-02 10:40 UTC  (6+ messages)

[iptables PATCH 1/3] extensions: libipt_icmp: Fix confusion between 255/255 and any
 2023-08-02  8:31 UTC  (4+ messages)
` [iptables PATCH 2/3] extensions: libipt_icmp: --icmp-type is not mandatory
` [iptables PATCH 3/3] tests: libipt_icmp.t: Enable tests with numeric output

[PATCH] netfilter: bpf_link: avoid unused-function warning
 2023-08-01 19:29 UTC  (4+ messages)

[iptables PATCH] Makefile: Support 'make tags' and 'make cscope'
 2023-08-01 16:55 UTC 

[iptables PATCH 1/2] iptables-restore: Drop dead code
 2023-08-01 15:15 UTC  (2+ messages)
` [iptables PATCH 2/2] iptables-apply: Eliminate shellcheck warnings

[PATCH v3 net-next] net: flow_dissector: Use 64bits for used_keys
 2023-08-01 13:58 UTC  (4+ messages)
` [Intel-wired-lan] "

[nft PATCH] tests: shell: Review test-cases for destroy command
 2023-08-01 11:42 UTC 

[PATCH v2 00/14] sysctl: Add a size argument to register functions in sysctl
 2023-08-01 10:03 UTC  (23+ messages)
` [PATCH v2 01/14] sysctl: Prefer ctl_table_header in proc_sysctl
` [PATCH v2 02/14] sysctl: Use ctl_table_header in list_for_each_table_entry
` [PATCH v2 03/14] sysctl: Add ctl_table_size to ctl_table_header
` [PATCH v2 04/14] sysctl: Add size argument to init_header
` [PATCH v2 05/14] sysctl: Add a size arg to __register_sysctl_table
` [PATCH v2 06/14] sysctl: Add size to register_sysctl
` [PATCH v2 07/14] sysctl: Add size arg to __register_sysctl_init
` [PATCH v2 08/14] sysctl: Add size to register_net_sysctl function
` [PATCH v2 09/14] ax.25: Update to register_net_sysctl_sz
` [PATCH v2 10/14] netfilter: "
` [PATCH v2 11/14] networking: "
` [PATCH v2 12/14] vrf: "
` [PATCH v2 13/14] sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctl
` [PATCH v2 14/14] sysctl: Use ctl_table_size as stopping criteria for list macro

[PATCH] netfilter: bpf: Only define get_proto_defrag_hook() if necessary
 2023-08-01  1:00 UTC  (3+ messages)

nftables: syntax ambiguity with objref map and ct helper objects
 2023-07-31 15:32 UTC  (4+ messages)

[PATCH nft 0/3] Python Build Modernization
 2023-07-31 11:40 UTC  (4+ messages)
` [PATCH nft 1/3] py: move package source into src directory
` [PATCH nft 2/3] py: use setup.cfg to configure setuptools
` [PATCH nft 3/3] py: add pyproject.toml to support PEP-517-compatible build-systems

[PATCH nft] libnftables: Drop cache in -c/--check mode
 2023-07-31 11:24 UTC 

[PATCH bpf-next v6 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-29  0:00 UTC  (11+ messages)
` [PATCH bpf-next v6 1/5] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v6 2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v6 3/5] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v6 4/5] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v6 5/5] bpf: selftests: Add defrag selftests

[PATCH nft] ct expectation: fix 'list object x' vs. 'list objects in table' confusion
 2023-07-28 19:04 UTC 

[PATCH nft] rule: allow src/dstnat prios in input and output
 2023-07-28 17:43 UTC 

[iptables PATCH 1/4] *tables-restore: Enforce correct counters syntax if present
 2023-07-28 17:34 UTC  (5+ messages)
` [iptables PATCH 2/4] *tables: Reject invalid chain names when renaming
` [iptables PATCH 3/4] ebtables: Improve invalid chain name detection
` [iptables PATCH 4/4] tests: shell: Fix and extend chain rename test

[PATCH nft 1/2] update INSTALL file
 2023-07-28 14:10 UTC  (5+ messages)
` [PATCH nft 2/2] py: remove setup.py integration with autotools

[PATCH v2 net-next] dissector: Use 64bits for used_keys
 2023-07-28 10:03 UTC  (3+ messages)

[iptables PATCH 0/3] Follow-up on dangling set fix
 2023-07-28  9:37 UTC  (7+ messages)
` [iptables PATCH 1/3] extensions: libebt_among: Fix for false positive match comparison

[iptables PATCH 1/2] nft: Special casing for among match in compare_matches()
 2023-07-28  9:33 UTC  (3+ messages)
` [iptables PATCH 2/2] nft: More verbose extension comparison debugging

[PATCH net-next 0/5] netfilter updates for net-next
 2023-07-28  3:40 UTC  (9+ messages)
` [PATCH net-next 1/5] nf_conntrack: fix -Wunused-const-variable=
` [PATCH net-next 2/5] netlink: allow be16 and be32 types in all uint policy checks
` [PATCH net-next 3/5] netfilter: nf_tables: use NLA_POLICY_MASK to test for valid flag options
` [PATCH net-next 4/5] netfilter: conntrack: validate cta_ip via parsing
` [PATCH net-next 5/5] lib/ts_bm: add helper to reduce indentation and improve readability

[nft v3 PATCH 0/4] add input flags and "no-dns"/"json" flags
 2023-07-27 17:02 UTC  (7+ messages)
` [nvt v3 PATCH 2/4] src: add input flag NFT_CTX_INPUT_NO_DNS to avoid blocking
` [nft v3 PATCH 3/4] src: add input flag NFT_CTX_INPUT_JSON to enable JSON parsing
` [nft v3 PATCH 4/4] py: add Nftables.input_{set,get}_flags() API

[PATCH netfilter] netfilter: nfnetlink_log: always add a timestamp
 2023-07-27 13:58 UTC  (2+ messages)

Netfilter -stable patches for 6.1.y
 2023-07-27 10:55 UTC  (3+ messages)

[syzbot] [netfilter?] WARNING in __nf_conntrack_confirm
 2023-07-27 10:46 UTC 

[PATCH net 0/3] netfilter fixes for net
 2023-07-27  5:20 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nft_set_rbtree: fix overlap expiration walk
` [PATCH net 2/3] netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
` [PATCH net 3/3] netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID

[PATCH 10/14] netfilter: Update to register_net_sysctl_sz
 2023-07-26 18:01 UTC  (2+ messages)

Kernel oops with 6.4.4 - flow offloads - NULL pointer deref
 2023-07-26 13:38 UTC  (4+ messages)

[PATCH -next] nf_conntrack: fix -Wunused-const-variable=
 2023-07-26 12:53 UTC  (2+ messages)

[PATCH nft] netlink: delinearize: copy set keytype if needed
 2023-07-25 19:24 UTC 

[PATCH 5.4 179/313] netfilter: nf_tables: fix nat hook table deletion
 2023-07-25 10:45 UTC  (10+ messages)
` [PATCH 5.4 180/313] netfilter: nftables: add helper function to set the base sequence number
` [PATCH 5.4 181/313] netfilter: add helper function to set up the nfnetlink header and use it
` [PATCH 5.4 182/313] netfilter: nf_tables: use net_generic infra for transaction data
` [PATCH 5.4 183/313] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH 5.4 184/313] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH 5.4 185/313] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH 5.4 186/313] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH 5.4 187/313] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH 5.4 188/313] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH 5.10 312/509] netfilter: nf_tables: use net_generic infra for transaction data
 2023-07-25 10:44 UTC  (11+ messages)
` [PATCH 5.10 313/509] netfilter: nf_tables: add rescheduling points during loop detection walks
` [PATCH 5.10 314/509] netfilter: nf_tables: incorrect error path handling with NFT_MSG_NEWRULE
` [PATCH 5.10 315/509] netfilter: nf_tables: fix chain binding transaction logic
` [PATCH 5.10 316/509] netfilter: nf_tables: add NFT_TRANS_PREPARE_ERROR to deal with bound set/chain
` [PATCH 5.10 317/509] netfilter: nf_tables: reject unbound anonymous set before commit phase
` [PATCH 5.10 318/509] netfilter: nf_tables: reject unbound chain "
` [PATCH 5.10 319/509] netfilter: nftables: rename set element data activation/deactivation functions
` [PATCH 5.10 320/509] netfilter: nf_tables: drop map element references from preparation phase
` [PATCH 5.10 321/509] netfilter: nf_tables: unbind non-anonymous set if rule construction fails
` [PATCH 5.10 322/509] netfilter: nf_tables: fix scheduling-while-atomic splat

[PATCH v3 net-next] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
 2023-07-24 10:18 UTC  (2+ messages)

[PATCH v2 net-next] ipvs: make ip_vs_svc_table and ip_vs_svc_fwm_table per netns
 2023-07-24  3:46 UTC  (4+ messages)

[PATCH nf] netfilter: nf_tables: disallow rule addition to bound chain via NFTA_RULE_CHAIN_ID
 2023-07-23 14:41 UTC 

[PATCH nf,v2] netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR
 2023-07-23 14:24 UTC 

[PATCH ipset] bash-completion: fix syntax error
 2023-07-21 22:13 UTC 

[PATCH bpf-next v5 0/5] Support defragmenting IPv(4|6) packets in BPF
 2023-07-21 20:03 UTC  (8+ messages)
` [PATCH bpf-next v5 1/5] netfilter: defrag: Add glue hooks for enabling/disabling defrag
` [PATCH bpf-next v5 2/5] netfilter: bpf: Support BPF_F_NETFILTER_IP_DEFRAG in netfilter link
` [PATCH bpf-next v5 3/5] bpf: selftests: Support not connecting client socket
` [PATCH bpf-next v5 4/5] bpf: selftests: Support custom type and proto for client sockets
` [PATCH bpf-next v5 5/5] bpf: selftests: Add defrag selftests

[ANNOUNCE] nftables 1.0.8 release
 2023-07-21 14:03 UTC  (4+ messages)

[PATCH nf] netfilter: nf_tables: skip immediate deactivate in _PREPARE_ERROR and _COMMIT
 2023-07-20 21:04 UTC  (2+ messages)

[PATCH net 1/5] netfilter: nf_tables: fix spurious set element insertion failure
 2023-07-20 20:00 UTC  (2+ 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).