netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-12-09 19:27:16 to 2019-12-18 20:54:09 UTC [more...]

Numen with reference to vmap
 2019-12-18 20:54 UTC  (17+ messages)

[PATCH nf 0/3] netfilter: nf_tables: fix use counter for rule
 2019-12-18 14:59 UTC  (4+ messages)
` [PATCH nf 1/3] netfilter: nf_tables: fix rule release in err path
` [PATCH nf 2/3] netfilter: nf_tables: fix miss activate operation in the
` [PATCH nf 3/3] netfilter: nf_tables: fix miss dec set use counter in the nf_tables_destroy_set

[nf PATCH] netfilter: nft_tproxy: Fix port selector on Big Endian
 2019-12-18 14:12 UTC  (5+ messages)

[PATCH libnftnl] expr: meta: add slave device matching
 2019-12-18 11:10 UTC  (2+ messages)
` [PATCH nft] "

[PATCH nf-next 0/9] netfilter: nft_meta: add support for slave device matching
 2019-12-18 11:05 UTC  (10+ messages)
` [PATCH nf-next 1/9] netfilter: nft_meta: move time handling to helper
` [PATCH nf-next 2/9] netfilter: nft_meta: move pkttype "
` [PATCH nf-next 3/9] netfilter: nft_meta: move sk uid/git "
` [PATCH nf-next 4/9] netfilter: nft_meta: move cgroup "
` [PATCH nf-next 5/9] netfilter: nft_meta: move interface kind "
` [PATCH nf-next 6/9] netfilter: nft_meta: move all interface related keys "
` [PATCH nf-next 7/9] netfilter: nft_meta: place prandom handling in a helper
` [PATCH nf-next 8/9] netfilter: nft_meta: place rtclassid "
` [PATCH nf-next 9/9] netfilter: nft_meta: add support for slave device ifindex matching

[PATCHv2 nf-next 0/5] netfilter: nft_tunnel: a bunch of fixes and improvements
 2019-12-18  9:47 UTC  (14+ messages)
` [PATCHv2 nf-next 1/5] netfilter: nft_tunnel: no need to call htons() when dumping ports
  ` [PATCHv2 nf-next 2/5] netfilter: nft_tunnel: add the missing ERSPAN_VERSION nla_policy
    ` [PATCHv2 nf-next 3/5] netfilter: nft_tunnel: also dump ERSPAN_VERSION
      ` [PATCHv2 nf-next 4/5] netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLAN
        ` [PATCHv2 nf-next 5/5] netfilter: nft_tunnel: add the missing nla_nest_cancel()

trying to duplicate udp packets destined for port 67 to port 6767 on same host
 2019-12-18  6:04 UTC 

[PATCH nf-next] netfilter: Document ingress hook
 2019-12-17 21:59 UTC  (2+ messages)

[PATCH nf-next] netfilter: Clean up unnecessary #ifdef
 2019-12-17 21:58 UTC  (2+ messages)

[PATCH nf-next] netfilter: conntrack: remove two export symbols
 2019-12-17 21:55 UTC  (2+ messages)

[PATCH nf-next 0/7] netfilter: nft_tunnel: reinforce key opts support
 2019-12-17 21:39 UTC  (24+ messages)
` [PATCH nf-next 1/7] netfilter: nft_tunnel: parse ERSPAN_VERSION attr as u8
` [PATCH nf-next 2/7] netfilter: nft_tunnel: parse VXLAN_GBP attr as u32 in nft_tunnel
` [PATCH nf-next 3/7] netfilter: nft_tunnel: no need to call htons() when dumping ports
` [PATCH nf-next 4/7] netfilter: nft_tunnel: also dump ERSPAN_VERSION
` [PATCH nf-next 5/7] netfilter: nft_tunnel: also dump OPTS_ERSPAN/VXLAN
` [PATCH nf-next 6/7] netfilter: nft_tunnel: add the missing nla_nest_cancel()

[PATCH ghak90 V7 00/21] audit: implement container identifier
 2019-12-17 19:56 UTC  (9+ messages)
` [PATCH ghak90 V7 06/21] audit: contid limit of 32k imposed to avoid DoS

[PATCH nft 00/11] complete typeof support
 2019-12-17 17:17 UTC  (12+ messages)
` [PATCH nft 01/11] meta: add parse and build userdata interface
` [PATCH nft 02/11] exthdr: add exthdr_desc_id enum and use it
` [PATCH nft 03/11] exthdr: add parse and build userdata interface
` [PATCH nft 04/11] socket: "
` [PATCH nft 05/11] osf: "
` [PATCH nft 06/11] ct: "
` [PATCH nft 07/11] numgen: "
` [PATCH nft 08/11] hash: "
` [PATCH nft 09/11] rt: "
` [PATCH nft 10/11] fib: "
` [PATCH nft 11/11] xfrm: "

[PATCH netfilter/iptables] Add new slavedev match extension
 2019-12-17 13:56 UTC  (3+ messages)
` [PATCH nf-next] netfilter: xt_slavedev: Add new L3master slave input device match
` [PATCH iptables] extensions: Add new xt_slavedev input interface match extension

[PATCH nft,RFC] main: remove need to escape quotes
 2019-12-17 12:04 UTC  (4+ messages)

[PATCH nft v3 00/10] add typeof keyword
 2019-12-17 11:27 UTC  (11+ messages)
` [PATCH nft v3 01/10] parser: add a helper for concat expression handling
` [PATCH nft v3 02/10] src: store expr, not dtype to track data in sets
` [PATCH nft v3 03/10] proto: add proto_desc_id enumeration
` [PATCH nft v3 04/10] expr: add expr_ops_by_type()
` [PATCH nft v3 05/10] parser: add typeof keyword for declarations
` [PATCH nft v3 06/10] src: add "typeof" build/parse/print support
` [PATCH nft v3 07/10] mnl: round up the map data size too
` [PATCH nft v3 08/10] evaluate: print a hint about 'typeof' syntax on 0 keylen
` [PATCH nft v3 09/10] doc: mention 'typeof' as alternative to 'type' keyword
` [PATCH nft v3 10/10] tests: add typeof test cases

[PATCH nf v2 0/3] netfilter: nf_flow_table_offload: something fixes
 2019-12-17  8:52 UTC  (4+ messages)
` [PATCH nf v2 1/3] netfilter: nf_flow_table_offload: fix dst_neigh lookup
` [PATCH nf v2 2/3] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH nf v2 3/3] netfilter: nf_flow_table_offload: fix the nat port mangle

[PATCH nft 0/3] typeof incremental enhancements
 2019-12-16 18:59 UTC  (11+ messages)
` [PATCH nft 1/3] proto: add proto_desc_id enumeration
` [PATCH nft 2/3] expr: add expr_ops_by_type()
` [PATCH nft 3/3] expr: add parse and build userdata interface

[PATCH libnetfilter_queue 1/2] src: doc: udp.c: rename 1 more formal pkt arg to pktb
 2019-12-16 17:44 UTC  (4+ messages)
` [PATCH libnetfilter_queue 2/2] src: doc: Eliminate doxygen warnings from udp.c

[PATCH libnftnl 1/2] udata: add NFTNL_UDATA_SET_*TYPEOF* definitions
 2019-12-16 12:46 UTC  (2+ messages)
` [PATCH libnftnl 2/2] udata: support for TLV attribute nesting

Introduction to Community
 2019-12-15 17:48 UTC 

KASAN: vmalloc-out-of-bounds Read in compat_copy_entries
 2019-12-15  6:31 UTC  (3+ messages)
` [PATCH nf] netfilter: ebtables: compat: reject all padding in matches/watchers

Documentation question
 2019-12-15  2:02 UTC 

[PATCH nft v2 00/10] add typeof keyword
 2019-12-13 16:03 UTC  (12+ messages)
` [PATCH nft v2 01/11] parser: add a helper for concat expression handling
` [PATCH nft v2 02/11] libnftnl: split nft_ctx_new/free
` [PATCH nft v2 03/11] src: store expr, not dtype to track data in sets
` [PATCH nft v2 04/11] src: parser: add syntax to provide size of variable-sized data types
` [PATCH nft v2 05/11] parser: add typeof keyword for declarations
` [PATCH nft v2 06/11] src: add "typeof" print support
` [PATCH nft v2 07/11] mnl: round up the map data size too
` [PATCH nft v2 08/11] src: netlink: remove assertion
` [PATCH nft v2 09/11] evaluate: print a hint about 'type,width' syntax on 0 keylen
` [PATCH nft v2 10/11] doc: mention 'typeof' as alternative to 'type' keyword
` [PATCH nft v2 11/11] tests: add typeof test cases

[PATCH nft] main: enforce options before commands
 2019-12-13 12:31 UTC  (3+ messages)

[PATCH nft] main: allow for getopt parser from top-level scope only
 2019-12-13 10:40 UTC  (9+ messages)

[PATCH nf] selftests: netfilter: extend flowtable test script with dnat rule
 2019-12-13  0:19 UTC 

[PATCH nf 0/3] netfilter: nf_flow_table_offload: something fixes
 2019-12-12 10:07 UTC  (4+ messages)
` [PATCH nf 1/3] netfilter: nf_flow_table_offload: fix dst_neigh lookup for dnat
` [PATCH nf 2/3] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH nf 3/3] netfilter: nf_flow_table_offload: fix the nat port mangle

[PATCH nf 0/4] netfilter: nf_flow_table_offload: something fixes
 2019-12-12 10:06 UTC  (6+ messages)
` [PATCH nf 1/4] netfilter: nf_flow_table_offload: fix dst_neigh lookup
` [PATCH nf 2/4] netfilter: nf_flow_table_offload: check the status of dst_neigh
` [PATCH nf 3/4] netfilter: nf_flow_table_offload: fix miss dst_neigh_lookup for ipv6
` [PATCH nf 4/4] netfilter: nf_flow_table_offload: fix the nat port mangle

[PATCH] netfilter: nf_flow_table: fix big-endian integer overflow
 2019-12-11 22:04 UTC  (2+ messages)

RFC: libnetfilter_queue: nfq_udp_get_payload_len() gives wrong answer
 2019-12-11 21:59 UTC  (4+ messages)
  ` [PATCH libnetfilter_queue] src: Fix value returned by nfq_udp_get_payload_len()

[nft PATCH] doc: nft.8: Add BUGS section about command line parsing
 2019-12-11 16:10 UTC 

[PATCH 0/1] netfilter: connmark: introduce set-dscpmark
 2019-12-11 13:01 UTC  (12+ messages)
` [PATCH 1/1] "
` [RFC PATCH nf-next] netfilter: conntrack: add support for storing DiffServ code-point as CT mark
  ` [RFC PATCH nftables] Add "ct dscpmark" conntrack statement
` [PATCH nf-next v2] netfilter: connmark: introduce set-dscpmark

KASAN: slab-out-of-bounds Read in bit_putcs
 2019-12-10 12:59 UTC 

[PATCH libnetfilter_queue 0/1] New pktb_usebuf() function
 2019-12-10 11:26 UTC  (2+ messages)
` [PATCH libnetfilter_queue 1/1] src: Add alternative function to pktb_alloc to avoid malloc / free overhead

[nft PATCH] py: load the SONAME-versioned shared object
 2019-12-10 11:21 UTC  (2+ messages)

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

[PATCH 00/17] Netfilter fixes for net
 2019-12-09 22:03 UTC  (12+ messages)
` [PATCH 02/17] netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmd
` [PATCH 03/17] netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSFLOWER
` [PATCH 04/17] netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offload_port_{d,s}nat
` [PATCH 05/17] netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clash
` [PATCH 06/17] netfilter: nf_flow_table_offload: add IPv6 match description
` [PATCH 07/17] netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER event
` [PATCH 09/17] netfilter: nf_queue: enqueue skbs with NULL dst
` [PATCH 10/17] netfilter: uapi: Avoid undefined left-shift in xt_sctp.h
` [PATCH 11/17] netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named sets
` [PATCH 12/17] netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_END

[PATCH libnetfilter_queue 1/2] src: doc: Update sample code to agree with documentation
 2019-12-09 21:15 UTC  (4+ messages)
` [PATCH libnetfilter_queue 2/2] src: doc: Fully document available verdicts

[PATCH,nf-next RFC 0/2] add NFTA_SET_ELEM_KEY_END
 2019-12-09 20:44 UTC  (6+ messages)
` [PATCH,nf-next RFC 1/2] netfilter: nf_tables: add nft_setelem_parse_key()


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