netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-11-14 23:14:41 to 2019-11-21 17:53:29 UTC [more...]

[PATCH libnftnl v2] set: Add support for NFTA_SET_SUBKEY attributes
 2019-11-21 17:53 UTC  (2+ messages)

[PATCH nft v2 0/3] Introduce support for concatenated ranges
 2019-11-21 17:52 UTC  (7+ messages)
` [PATCH nft v2 1/3] src: Add support for and export NFT_SET_SUBKEY attributes
` [PATCH nft v2 2/3] src: Add support for concatenated set ranges
` [PATCH nft v2 3/3] tests: Introduce test for set with concatenated ranges

[iptables PATCH v4 00/12] Implement among match support
 2019-11-21 17:36 UTC  (13+ messages)
` [iptables PATCH v4 01/12] nft: family_ops: Pass nft_handle to 'add' callback
` [iptables PATCH v4 02/12] nft: family_ops: Pass nft_handle to 'rule_find' callback
` [iptables PATCH v4 03/12] nft: family_ops: Pass nft_handle to 'print_rule' callback
` [iptables PATCH v4 04/12] nft: family_ops: Pass nft_handle to 'rule_to_cs' callback
` [iptables PATCH v4 05/12] nft: Keep nft_handle pointer in nft_xt_ctx
` [iptables PATCH v4 06/12] nft: Eliminate pointless calls to nft_family_ops_lookup()
` [iptables PATCH v4 07/12] nft: Introduce NFT_CL_SETS cache level
` [iptables PATCH v4 08/12] nft: Support NFT_COMPAT_SET_ADD
` [iptables PATCH v4 09/12] nft: Bore up nft_parse_payload()
` [iptables PATCH v4 10/12] nft: Embed rule's table name in nft_xt_ctx
` [iptables PATCH v4 11/12] nft: Support parsing lookup expression
` [iptables PATCH v4 12/12] nft: bridge: Rudimental among extension support

[PATCH nft 0/3] Introduce support for concatenated ranges
 2019-11-21 17:09 UTC  (8+ messages)
` [PATCH nft 1/3] src: Add support for and export NFT_SET_SUBKEY attributes
` [PATCH nft 2/3] src: Add support for concatenated set ranges
` [PATCH nft 3/3] tests: Introduce test for set with concatenated ranges

[PATCH libnetfilter_queue] src: Fix IPv4 checksum calculation in AF_BRIDGE packet buffer
 2019-11-21 14:03 UTC  (3+ messages)
` [PATCH libnetfilter_queue v2] "

[arptables PATCH 0/3] Some minor fixes
 2019-11-21 13:46 UTC  (7+ messages)
` [arptables PATCH 1/3] Add .gitignore
` [arptables PATCH 2/3] Eliminate compiler warning about size passed to strncmp()
` [arptables PATCH 3/3] libarptc: Simplify alloc_handle by using calloc()

[libnftnl PATCH] utils: Define __visible even if not supported by compiler
 2019-11-21 13:44 UTC  (2+ messages)

[PATCH nft] mnl: Fix -Wimplicit-function-declaration warnings
 2019-11-21 13:40 UTC  (3+ messages)

[PATCH] net: Fix Kconfig indentation, continued
 2019-11-21 13:28 UTC 

[RFC 1/4] statement: make secmark statements idempotent
 2019-11-21 13:27 UTC  (9+ messages)
` [RFC 2/4] src: add ability to set/get secmarks to/from connection
` [RFC 3/4] files: add example secmark config
` [RFC 4/4] src: add ability to reset secmarks

[PATCH nf-next v2 0/4] netfilter: nf_flow_table_offload: support tunnel offload
 2019-11-21 12:38 UTC  (10+ messages)
` [PATCH nf-next v2 1/4] netfilter: nf_flow_table_offload: refactor nf_flow_table_offload_setup to support indir setup
` [PATCH nf-next v2 2/4] netfilter: nf_flow_table_offload: add indr block setup support
` [PATCH nf-next v2 3/4] netfilter: nf_flow_table_offload: add tunnel match offload support
` [PATCH nf-next v2 4/4] netfilter: nf_flow_table_offload: add tunnel encap/decap action "

[nft PATCH] segtree: Fix add and delete of element in same batch
 2019-11-21 10:41 UTC 

Documentation question
 2019-11-21  5:33 UTC  (3+ messages)

[PATCH net-next 0/4] nf_tables_offload: vlan matching support
 2019-11-20 19:21 UTC  (6+ messages)
` [PATCH net-next 1/4] netfilter: nf_tables: constify nft_reg_load{8,16,64}()
` [PATCH net-next 2/4] netfilter: nf_tables_offload: allow ethernet interface type only
` [PATCH net-next 3/4] netfilter: nft_payload: add VLAN offload support
` [PATCH net-next 4/4] netfilter: nft_payload: add C-VLAN "

[PATCH nf-next 0/8] nftables: Set implementation for arbitrary concatenation of ranges
 2019-11-20 16:08 UTC  (12+ messages)
` [PATCH nf-next 1/8] nf_tables: Support for subkeys, set with multiple ranged fields
` [PATCH nf-next 2/8] bitmap: Introduce bitmap_cut(): cut bits and shift remaining
` [PATCH nf-next 3/8] nf_tables: Add set type for arbitrary concatenation of ranges
` [PATCH nf-next 4/8] selftests: netfilter: Introduce tests for sets with range concatenation
` [PATCH nf-next 5/8] nft_set_pipapo: Provide unrolled lookup loops for common field sizes
` [PATCH nf-next 6/8] nft_set_pipapo: Prepare for vectorised implementation: alignment
` [PATCH nf-next 7/8] nft_set_pipapo: Prepare for vectorised implementation: helpers
` [PATCH nf-next 8/8] nft_set_pipapo: Introduce AVX2-based lookup implementation

[PATCH libnftnl] set: Add support for NFTA_SET_SUBKEY attributes
 2019-11-20 14:13 UTC  (5+ messages)

[PATCH nf-next 0/7] nf_tables encapsulation/decapsulation support
 2019-11-20 13:18 UTC  (8+ messages)
` [PATCH nf-next 1/7] netfilter: nft_objref: rename NFTA_OBJREF_IMM_TYPE to NFTA_OBJREF_TYPE
` [PATCH nf-next 2/7] netfilter: nft_objref: validate map object type
` [PATCH nf-next 3/7] netfilter: nft_objref: add nft_obj_ref structure and use it
` [PATCH nf-next 4/7] netfilter: nf_tables: pass nft_object_ref to object evaluation function
` [PATCH nf-next 5/7] netfilter: nft_objref: add support for operation on objects
` [PATCH nf-next 6/7] netfilter: nf_tables: add decapsulation support
` [PATCH nf-next 7/7] netfilter: nf_tables: add encapsulation support

[nft PATCH] tests/py: Set a fixed timezone in nft-test.py
 2019-11-20 11:45 UTC  (9+ messages)

[PATCH nf-next] netfilter: Document ingress hook
 2019-11-20 11:33 UTC 

[PATCH nf-next] netfilter: Clean up unnecessary #ifdef
 2019-11-20 11:33 UTC 

[PATCH nf-next] netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSFLOWER
 2019-11-20  5:12 UTC 

[PATCH nf-next] netfilter: nf_flow_table_offload: Fix setup block as TC_SETUP_FT cmd
 2019-11-20  4:30 UTC 

Choosing best API-way to full dump/restore nftables
 2019-11-19 22:11 UTC  (2+ messages)

nftables: secmark support
 2019-11-19 19:40 UTC  (8+ messages)

Mysql has problem with synproxy
 2019-11-19  8:10 UTC 

[PATCH nf-next 0/4] netfilter: nf_flow_table_offload: support tunnel match
 2019-11-19  6:40 UTC  (9+ messages)
` [PATCH nf-next 1/4] netfilter: nf_flow_table_offload: refactor nf_flow_table_offload_setup to support indir setup
` [PATCH nf-next 2/4] netfilter: nf_flow_table_offload: add indr block setup support
` [PATCH nf-next 3/4] netfilter: nf_flow_table_offload: add tunnel match offload support
` [PATCH nf-next 4/4] netfilter: nf_flow_table_offload: add tunnel encap/decap action "

[PATCH 00/18] Netfilter updates for net-next
 2019-11-19  0:47 UTC  (20+ messages)
` [PATCH 01/18] netfilter: ipset: Add wildcard support to net,iface
` [PATCH 02/18] netfilter: nft_meta: offload support for interface index
` [PATCH 03/18] netfilter: nft_payload: simplify vlan header handling
` [PATCH 04/18] netfilter: nf_tables: add nft_payload_rebuild_vlan_hdr()
` [PATCH 05/18] netfilter: nf_tables_offload: pass extack to nft_flow_cls_offload_setup()
` [PATCH 06/18] netfilter: nft_payload: add C-VLAN support
` [PATCH 07/18] netfilter: xt_time: use time64_t
` [PATCH 08/18] netfilter: nft_meta: use 64-bit time arithmetic
` [PATCH 09/18] netfilter: nf_flow_table_offload: add flow_action_entry_next() and use it
` [PATCH 10/18] netfilter: nf_flow_table_offload: add IPv6 support
` [PATCH 11/18] netfilter: Support iif matches in POSTROUTING
` [PATCH 12/18] netfilter: nf_flow_table_offload: Fix check ndo_setup_tc when setup_block
` [PATCH 13/18] netfilter: nf_flow_table: remove unnecessary parameter in flow_offload_fill_dir
` [PATCH 14/18] netfilter: nf_tables_offload: remove reference to flow rule from deletion path
` [PATCH 15/18] netfilter: nf_tables_offload: release flow_rule on error from commit path
` [PATCH 16/18] netfilter: nf_tables_offload: undo updates if transaction fails
` [PATCH 17/18] netfilter: nf_tables: check if bind callback fails and unbind if hook registration fails
` [PATCH 18/18] netfilter: nf_tables: add nft_unregister_flowtable_hook()

[PATCH nf-next v2 0/4] netfilter: nft_tunnel: support tunnel match expr offload
 2019-11-18 22:03 UTC  (6+ messages)
` [PATCH nf-next v2 1/4] netfilter: nft_tunnel: add nft_tunnel_mode_match function
` [PATCH nf-next v2 2/4] netfilter: nft_tunnel: support NFT_TUNNEL_IPV4_SRC/DST match
` [PATCH nf-next v2 3/4] netfilter: nft_tunnel: support NFT_TUNNEL_IPV6_SRC/DST match
` [PATCH nf-next v2 4/4] netfilter: nft_tunnel: add nft_tunnel_get_offload support

[nft PATCH 1/2] files: Drop shebangs from config files
 2019-11-18 18:43 UTC  (4+ messages)
` [nft PATCH 2/2] files: Install sample scripts from files/examples

[nft PATCH] scanner: Introduce numberstring
 2019-11-18 18:35 UTC  (2+ messages)

[PATCH libnftnl] flowtable: remove NFTA_FLOWTABLE_SIZE
 2019-11-18 18:32 UTC  (3+ messages)

[PATCH nft] tests: shell: set reference from variable definition
 2019-11-18 14:55 UTC  (2+ messages)

[PATCH nft,v2] parser_bison: Avoid set references in odd places
 2019-11-18 14:37 UTC  (2+ messages)

[PATCH libnetfilter_queue 1/2] src: doc: Major re-work of user packet buffer documentation
 2019-11-18  3:36 UTC  (2+ messages)
` [PATCH libnetfilter_queue 2/2] Minor tweak to pktb_len function description

[nft PATCH] parser_bison: Avoid set references in odd places
 2019-11-16 20:02 UTC 

[nft PATCH] segtree: Check ranges when deleting elements
 2019-11-16 19:43 UTC  (2+ messages)

[PATCH libnetfilter_queue] src: Make sure pktb_alloc() works for IPv6 over AF_BRIDGE
 2019-11-15 23:08 UTC  (2+ messages)

[PATCH nf-next 0/5] netfilter: nft_tunnel: support tunnel match expr offload
 2019-11-15 22:56 UTC  (7+ messages)
` [PATCH nf-next 1/5] netfilter: nft_tunnel: add nft_tunnel_mode_validate function
` [PATCH nf-next 3/5] netfilter: nft_tunnel: add inet type check in nft_tunnel_mode_validate
` [PATCH nf-next 4/5] netfilter: nft_tunnel: support NFT_TUNNEL_IPV6_SRC/DST match

[PATCH 00/16] drivers: y2038 updates
 2019-11-15 22:44 UTC  (3+ messages)
` [PATCH 09/16] netfilter: nft_meta: use 64-bit time arithmetic

[PATCH 0/8] y2038: bug fixes from y2038 work
 2019-11-15 22:43 UTC  (3+ messages)
` [PATCH 5/8] netfilter: xt_time: use time64_t

[nf-next PATCH] net: netfilter: Support iif matches in POSTROUTING
 2019-11-15 22:36 UTC  (2+ messages)

libnftnl: NFTA_FLOWTABLE_SIZE missing from kernel uapi headers
 2019-11-15 21:54 UTC  (2+ messages)

Investment opportunity
 2019-11-15 17:59 UTC 

[PATCH nf-next] netfilter: nf_tables: check the bind callback failed and unbind callback if hook register failed
 2019-11-15 11:50 UTC  (6+ messages)

[PATCH nf] netfilter: ctnetlink: netns exit must wait for callbacks
 2019-11-15 11:39 UTC 

[iptables PATCH 0/2] Restore rule counter zeroing
 2019-11-15 11:08 UTC  (7+ messages)
` [iptables PATCH 1/2] nft: CMD_ZERO needs a rule cache
` [iptables PATCH 2/2] nft: Fix -Z for rules with NFTA_RULE_COMPAT

[PATCH nf-next] netfilter: nf_tables: add nft_unregister_flowtable_hook()
 2019-11-15 10:45 UTC 

[nft PATCH] cache: Reduce caching for get command
 2019-11-14 23:34 UTC  (2+ messages)

[nft PATCH] segtree: Fix get element for little endian ranges
 2019-11-14 23:34 UTC  (2+ messages)

[PATCH net-next 0/4] netfilter: flow_table_offload something fixes
 2019-11-14 23:27 UTC  (4+ messages)
` [PATCH net-next 3/4] netfilter: nf_tables: Fix check the err for FLOW_BLOCK_BIND setup call


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