netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-20 12:45:14 to 2023-05-03 20:54:18 UTC [more...]

[PATCH nftables 0/8] Support for shifted port-ranges in NAT
 2023-05-03 20:54 UTC  (8+ messages)
` [PATCH nftables 8/8] test: py: add tests for shifted nat port-ranges

[PATCH nf-next 00/19] netfilter: nftables: dscp modification offload
 2023-05-03 20:41 UTC  (27+ messages)
` [PATCH nf-next 01/19] selftest: netfilter: use /proc for pid checking
` [PATCH nf-next 02/19] selftest: netfilter: no need for ps -x option
` [PATCH nf-next 03/19] selftest: netfilter: wait for specific nc pids
` [PATCH nf-next 04/19] selftest: netfilter: monitor result file sizes
` [PATCH nf-next 05/19] netfilter: nft_payload: refactor mangle operation
` [PATCH nf-next 06/19] netfilter: nft_payload: publish nft_payload_set
` [PATCH nf-next 07/19] netfilter: nft_payload: export mangle
` [PATCH nf-next 08/19] netfilter: nft_payload: use flag for checksum need
` [PATCH nf-next 09/19] netfilter: nft_payload: add offload flag define
` [PATCH nf-next 10/19] netfilter: nft_payload: allow offload in the netlink
` [PATCH nf-next 11/19] netfilter: conntrack: nft extension Kconfig
` [PATCH nf-next 12/19] netfilter: nft: empty nft conntrack extension
` [PATCH nf-next 13/19] netfilter: conntrack: register nft extension
` [PATCH nf-next 14/19] netfilter: nft: add payload context into extension
` [PATCH nf-next 15/19] netfilter: nft: add payload application
` [PATCH nf-next 16/19] netfilter: nftables: fast path payload mangle
` [PATCH nf-next 17/19] netfilter: nftables: payload save mechanism
` [PATCH nf-next 18/19] netfilter: nft_payload: save payload if needed
` [PATCH nf-next 19/19] selftests: netfilter: dscp offload test

[PATCH net 0/1] Netfilter fixes for net
 2023-05-03 20:11 UTC  (2+ messages)
` [PATCH net 1/1] netfilter: nf_tables: fix ct untracked match breakage

[iptables PATCH 0/3] Extract nftnl_rule parsing code
 2023-05-03 17:36 UTC  (5+ messages)
` [iptables PATCH 1/3] nft: Introduce nft-ruleparse.{c,h}
` [iptables PATCH 2/3] nft: Extract rule parsing callbacks from nft_family_ops
` [iptables PATCH 3/3] nft: ruleparse: Create family-specific source files

[PATCH nft] payload: add offload flag to the statements
 2023-05-03 12:56 UTC 

[PATCH nf] netfilter: nf_tables: fix ct untracked match breakage
 2023-05-03 11:49 UTC  (2+ messages)

[nft PATCH] evaluate: Reject set stmt refs to sets without dynamic flag
 2023-05-03 10:50 UTC 

[PATCH net 0/3] Netfilter fixes for net
 2023-05-03  8:00 UTC  (5+ messages)
` [PATCH net 1/3] netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with missing attributes
` [PATCH net 2/3] selftests: netfilter: fix libmnl pkg-config usage
` [PATCH net 3/3] netfilter: nf_tables: deactivate anonymous set from preparation phase

[PATCH nf] netfilter: nf_tables: deactivate anonymous set from preparation phase
 2023-05-03  6:22 UTC 

[PATCH nft] doc: add nat examples
 2023-05-02 17:19 UTC  (3+ messages)

[PATCH] netfilter: nf_conntrack_sip: fix the ct_sip_parse_numerical_param() return value
 2023-05-02 15:38 UTC  (6+ messages)

[PATCH nft] netlink: restore typeof interval map data type
 2023-05-02  8:24 UTC  (2+ messages)

[PATCH nft] doc: list set/map flag keywords in a table
 2023-05-01 10:09 UTC 

[PATCH bpf-next v5 0/7] bpf: add netfilter program type
 2023-04-28 21:18 UTC  (15+ messages)
` [PATCH bpf-next v5 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v5 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v5 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v5 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v5 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v5 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v5 7/7] selftests/bpf: add missing netfilter return value and ctx access tests

[iptables PATCH 1/3] arptables: Fix parsing of inverted 'arp operation' match
 2023-04-28 14:48 UTC  (4+ messages)
` [iptables PATCH 2/3] arptables: Don't omit standard matches if inverted
` [iptables PATCH 3/3] xshared: Fix parsing of option arguments in same word

[nf-next PATCH v2] netfilter: nf_tables: Introduce NFTA_RULE_ACTUAL_EXPR
 2023-04-27 22:45 UTC  (16+ messages)

[PATCH v10 00/13] Network support for Landlock
 2023-04-26 19:10 UTC  (26+ messages)
` [PATCH v10 02/13] landlock: Allow filesystem layout changes for domains without such rule type
` [PATCH v10 07/13] landlock: Refactor layer helpers
` [PATCH v10 09/13] landlock: Add network rules and TCP hooks support
` [PATCH v10 10/13] selftests/landlock: Share enforce_ruleset()
` [PATCH v10 11/13] selftests/landlock: Add 10 new test suites dedicated to network
` [PATCH v10 12/13] samples/landlock: Add network demo
` [PATCH v10 13/13] landlock: Document Landlock's network support

[iptables PATCH 1/2] utils: nfbpf_compile: Replace pcap_compile_nopcap()
 2023-04-26 18:19 UTC  (3+ messages)
` [iptables PATCH 2/2] nft-shared: Drop unused include

[PATCH v2] selftests: netfilter: fix a build error on openSUSE
 2023-04-25 22:21 UTC  (6+ messages)
        ` [PATCH nf] selftests: netfilter: fix libmnl pkg-config usage

[PATCH nf-next v3] netfilter: nft_exthdr: add boolean DCCP option matching
 2023-04-25 19:56 UTC 

[PATCH nft] mnl: incomplete extended error reporting for singleton device in chain
 2023-04-25 14:54 UTC 

[PATCH nft] mnl: handle singleton element in netdevice set
 2023-04-25 14:54 UTC 

[PATCH nf] netfilter: nf_tables: hit ENOENT on unexisting chain/flowtable update with missing attributes
 2023-04-25 14:50 UTC 

[PATCH nft] json: allow to specify comment on chain
 2023-04-25  8:44 UTC 

[PATCH net-next 00/19] Netfilter/IPVS updates for net-next
 2023-04-25  0:20 UTC  (21+ messages)
` [PATCH net-next 01/19] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
` [PATCH net-next 02/19] netfilter: nf_tables: don't store address of last rule on jump
` [PATCH net-next 03/19] netfilter: nf_tables: don't store chain address "
` [PATCH net-next 04/19] netfilter: nf_tables: don't write table validation state without mutex
` [PATCH net-next 05/19] netfilter: nf_tables: make validation state per table
` [PATCH net-next 06/19] netfilter: nf_tables: remove unneeded conditional
` [PATCH net-next 07/19] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH net-next 08/19] netfilter: nf_tables: do not store verdict "
` [PATCH net-next 09/19] netfilter: nf_tables: do not store rule "
` [PATCH net-next 10/19] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH net-next 11/19] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH net-next 12/19] ipvs: Remove {Enter,Leave}Function
` [PATCH net-next 13/19] ipvs: Correct spelling in comments
` [PATCH net-next 14/19] netfilter: nf_tables: extended netlink error reporting for netdevice
` [PATCH net-next 15/19] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH net-next 16/19] netfilter: nf_tables: rename function to destroy hook list
` [PATCH net-next 17/19] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH net-next 18/19] netfilter: nf_tables: support for deleting devices in "
` [PATCH net-next 19/19] netfilter: nf_tables: allow to create netdev chain without device

[PATCH nft] json: allow to specify comment on table
 2023-04-24 21:21 UTC 

[PATCH nft] meta: skip protocol context update for nfproto with same table family
 2023-04-24 20:22 UTC 

LPC 2023 Networking and BPF Track CFP
 2023-04-24 19:22 UTC 

[PATCH nf] netfilter: nf_tables: integrate pipapo into commit protocol
 2023-04-24 13:33 UTC 

[PATCH nft] evaluate: bail out if new flowtable does not specify hook and priority
 2023-04-24 11:47 UTC 

Fotowoltaika- propozycja instalacji
 2023-04-24  8:05 UTC 

[PATCH] netfilter: conntrack: allow insertion clash of gre protocol
 2023-04-23  2:29 UTC 

[PATCH nf-next v3 0/4] ipvs: Cleanups for v6.4
 2023-04-22 10:14 UTC  (4+ messages)

[PATCH net-next 00/20] Netfilter/IPVS updates for net-next
 2023-04-21 23:40 UTC  (22+ messages)
` [PATCH net-next 01/20] netfilter: nft_exthdr: add boolean DCCP option matching
` [PATCH net-next 02/20] netfilter: nf_tables: merge nft_rules_old structure and end of ruleblob marker
` [PATCH net-next 03/20] netfilter: nf_tables: don't store address of last rule on jump
` [PATCH net-next 04/20] netfilter: nf_tables: don't store chain address "
` [PATCH net-next 05/20] netfilter: nf_tables: don't write table validation state without mutex
` [PATCH net-next 06/20] netfilter: nf_tables: make validation state per table
` [PATCH net-next 07/20] netfilter: nf_tables: remove unneeded conditional
` [PATCH net-next 08/20] netfilter: nf_tables: do not store pktinfo in traceinfo structure
` [PATCH net-next 09/20] netfilter: nf_tables: do not store verdict "
` [PATCH net-next 10/20] netfilter: nf_tables: do not store rule "
` [PATCH net-next 11/20] ipvs: Update width of source for ip_vs_sync_conn_options
` [PATCH net-next 12/20] ipvs: Consistently use array_size() in ip_vs_conn_init()
` [PATCH net-next 13/20] ipvs: Remove {Enter,Leave}Function
` [PATCH net-next 14/20] ipvs: Correct spelling in comments
` [PATCH net-next 15/20] netfilter: nf_tables: extended netlink error reporting for netdevice
` [PATCH net-next 16/20] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH net-next 17/20] netfilter: nf_tables: rename function to destroy hook list
` [PATCH net-next 18/20] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH net-next 19/20] netfilter: nf_tables: support for deleting devices in "
` [PATCH net-next 20/20] netfilter: nf_tables: allow to create netdev chain without device

[PATCH bpf-next v4 0/7] bpf: add netfilter program type
 2023-04-21 16:09 UTC  (11+ messages)
` [PATCH bpf-next v4 1/7] bpf: add bpf_link support for BPF_NETFILTER programs
` [PATCH bpf-next v4 2/7] bpf: minimal support for programs hooked into netfilter framework
` [PATCH bpf-next v4 3/7] netfilter: nfnetlink hook: dump bpf prog id
` [PATCH bpf-next v4 4/7] netfilter: disallow bpf hook attachment at same priority
` [PATCH bpf-next v4 5/7] tools: bpftool: print netfilter link info
` [PATCH bpf-next v4 6/7] bpf: add test_run support for netfilter program type
` [PATCH bpf-next v4 7/7] selftests/bpf: add missing netfilter return value and ctx access tests

[PATCH net 0/2] Netfilter fixes for net
 2023-04-21 15:00 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
` [PATCH net 2/2] netfilter: conntrack: fix wrong ct->timeout value

[PATCH nft] evaluate: bail out if new flowtable does not specify hook and priority
 2023-04-21 12:52 UTC 

[PATCH net 0/2] Netfilter fixes for net
 2023-04-21  3:25 UTC  (4+ messages)
` [PATCH net 1/2] netfilter: conntrack: restore IPS_CONFIRMED out of nf_conntrack_hash_check_insert()
` [PATCH net 2/2] netfilter: conntrack: fix wrong ct->timeout value

[PATCH nft,v3 1/2] mnl: flowtable support for extended netlink error reporting
 2023-04-20 22:48 UTC  (2+ messages)
` [PATCH nft,v3 2/2] src: allow for updating devices on existing netdev chain

[PATCH nf-next,v6 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
 2023-04-20 22:34 UTC  (7+ messages)
` [PATCH nf-next,v6 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v6 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v6 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v6 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v6 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v6 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices

[nft PATCH] tests: shell: Fix for unstable sets/0043concatenated_ranges_0
 2023-04-20 21:15 UTC  (4+ messages)

[libmnl, PATCH] examples: add rtnl-link-can
 2023-04-20 19:21 UTC 

[PATCH nf-next,v5 1/7] netfilter: nf_tables: extended netlink error reporting for netdevice
 2023-04-20 16:56 UTC  (7+ messages)
` [PATCH nf-next,v5 2/7] netfilter: nf_tables: do not send complete notification of deletions
` [PATCH nf-next,v5 3/7] netfilter: nf_tables: rename function to destroy hook list
` [PATCH nf-next,v5 4/7] netfilter: nf_tables: support for adding new devices to an existing netdev chain
` [PATCH nf-next,v5 5/7] netfilter: nf_tables: support for deleting devices in "
` [PATCH nf-next,v5 6/7] netfilter: nf_tables: allow to create netdev chain without device
` [PATCH nf-next,v5 7/7] netfilter: nf_tables: remove artificial cap on maximum number of netdevices

[PATCH nft 1/2] mnl: flowtable support for extended netlink error reporting
 2023-04-20 16:59 UTC  (2+ messages)
` [PATCH nft 2/2] src: allow for updating devices on existing netdev chain


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