netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-08-10 19:17:00 to 2016-08-19 11:35:57 UTC [more...]

[PATCH nf-next 0/6] conntrack: get rid of per-object timer
 2016-08-19 11:36 UTC 

[PATCH iptables 1/2] xtables-translate: add escape_quotes option to comment_xlate
 2016-08-18 16:10 UTC  (6+ messages)
` [PATCH iptables 2/2] xtables-translate-restore: do not escape quotes

nfacct: setting quotas does not seem to work
 2016-08-18 14:54 UTC  (4+ messages)

[PATCH v4] netfilter: nf_tables: Ensure init attributes are within the bounds
 2016-08-18 16:06 UTC 

[PATCH nf-next] netfilter: nft_dynset: allow to invert match criteria
 2016-08-18 16:22 UTC 

[PATCH nf 1/2] netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroy
 2016-08-18 14:55 UTC  (7+ messages)
` [PATCH nf 2/2] netfilter: nfnetlink_acct: report overquota to the right netns

[PATCH libnftnl] rule: Fix comparison between rules
 2016-08-18 16:17 UTC  (2+ messages)

[PATCH 0/6] Netfilter fixes for net
 2016-08-19  1:49 UTC  (8+ messages)
` [PATCH 1/6] netfilter: conntrack: do not dump other netns's conntrack entries via proc
` [PATCH 2/6] netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name
` [PATCH 3/6] netfilter: nfnetlink_acct: report overquota to the right netns
` [PATCH 4/6] netfilter: tproxy: properly refcount tcp listeners
` [PATCH 5/6] netfilter: nfnetlink_acct: fix race between nfacct del and xt_nfacct destroy
` [PATCH 6/6] netfilter: cttimeout: fix use after free error when delete netns

[PATCH] netfilter: fix spelling mistake: "delimitter" -> "delimiter"
 2016-08-18 15:47 UTC 

[PATCH nf-next] netfilter: nf_conntrack: restore nf_conntrack_htable_size as exported symbol
 2016-08-18 13:10 UTC 

[PATCH nf] netfilter: cttimeout: fix use after free error when delete netns
 2016-08-18 12:39 UTC 

[PATCH v3] netfilter: nf_tables: Ensure init attributes are within the bounds
 2016-08-18 11:45 UTC 

[PATCH v5] netfilter: nft_numgen: add number generator expression
 2016-08-18 10:13 UTC 

[PATCH 1/3 v4 libnftnl] tests: Consolidate printing error utilities
 2016-08-18  5:45 UTC  (3+ messages)
` [PATCH 2/3 v4 libnftnl] tests: Use libnftnl comparators in all tests
` [PATCH 3/3 v4 libnftnl] tests: Elimine static variable 'test_ok'

[PATCH libnftnl] expr: hash: Add comparator to hash expression
 2016-08-18  5:32 UTC  (2+ messages)

[nf-next:master 8/9] ERROR: "nf_conntrack_htable_size" [net/netfilter/nfnetlink_cttimeout.ko] undefined!
 2016-08-18  3:28 UTC 

linux-next: build failure after merge of the netfilter-next tree
 2016-08-18  1:56 UTC 

Snooping expected connections in a user CT helper
 2016-08-18  1:12 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_tables: add quota expression
 2016-08-17 23:46 UTC 

[PATCH v4] netfilter: nft_numgen: add number generator expression
 2016-08-17 23:07 UTC  (2+ messages)

kernel panic TPROXY , vanilla 4.7.1
 2016-08-17 22:51 UTC  (5+ messages)
      ` [PATCH net] netfilter: tproxy: properly refcount tcp listeners

ulogd plugin development question
 2016-08-17 16:10 UTC 

[PATCH v2] netfilter: nf_tables: Check for overflow of u8 fields from u32 netlink attributes
 2016-08-17 15:53 UTC  (2+ messages)

[PATCH nf-next] netfilter: nfnetlink_log: add "nf-logger-3-1" module alias name
 2016-08-17 15:45 UTC  (2+ messages)

[PATCH V3 nf-next] netfilter: conntrack: simplify the code by using nf_conntrack_get_ht
 2016-08-17 15:43 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: do not dump other netns's conntrack entries via proc
 2016-08-17 15:43 UTC  (3+ messages)

[PATCH nf] netfilter: nf_tables_netdev: set nft_pktinfo field for non-IP traffic
 2016-08-17 15:28 UTC  (2+ messages)

[PATCH libnetfilter_conntrack] src: Make the library compile under clang
 2016-08-17 15:05 UTC  (2+ messages)

[PATCH 1/3 v5 libnftnl] Implement rule comparison
 2016-08-17 15:04 UTC  (5+ messages)
` [PATCH 2/3 v5 nft] Simplify parser rule_spec tree
` [PATCH 3/3 v5 nft] Implement deleting rule by description

[nft PATCH 0/4] A round of covscan indicated fixes
 2016-08-17 14:51 UTC  (9+ messages)
` [nft PATCH 1/4] evaluate: Fix datalen checks in expr_evaluate_string()
` [nft PATCH 2/4] netlink_delinearize: Avoid potential null pointer deref
` [nft PATCH 3/4] proto_find_num: Avoid potential null pointer dereference
` [nft PATCH 4/4] evaluate: Avoid undefined behaviour in concat_subtype_id()

[PATCH v3] netfilter: nft_numgen: add number generator expression
 2016-08-17 13:59 UTC  (3+ messages)

[PATCH v2 libnftnl] expr: add hash expression
 2016-08-17 13:53 UTC  (2+ messages)

[PATCH nft 00/10 nft] syntax updates
 2016-08-17 13:30 UTC  (11+ messages)
` [PATCH nft 01/10] src: quote user-defined strings when used from rule selectors
` [PATCH nft 02/10] src: add 'to' for snat and dnat
` [PATCH nft 03/10] src: support for RFC2732 IPv6 address format with brackets
` [PATCH nft 04/10] parser_bison: missing token string in QUOTED_ASTERISK and ASTERISK_STRING
` [PATCH nft 05/10] scanner: allow strings starting by underscores and dots
` [PATCH nft 06/10] scanner: remove range expression
` [PATCH nft 07/10] src: rename datatype name from tc_handle to classid
` [PATCH nft 08/10] src: simplify classid printing using %x instead of %04x
` [PATCH nft 09/10] src: meta priority support using tc classid
` [PATCH nft 10/10] parser_bison: redirect to :port for consistency with nat/masq statement

libipset developer documentation?
 2016-08-17 12:12 UTC 

[PATCH 1/2 nft] ct: add missing slash to connlabel path
 2016-08-17 11:36 UTC  (4+ messages)
` [PATCH 2/2 nft] ct: release ct_label table on exit

[PATCH 1/2, libnftnl] tests: Consolidate printing error utilities
 2016-08-16 11:58 UTC  (31+ messages)
` [PATCH 2/2, libnftnl] Use libnftnl comparators in all tests
      ` [PATCH 1/2 v2 libnftnl] tests: Consolidate printing error utilities
        ` [PATCH 2/2 v2 libnftnl] test: Use libnftnl comparators in all tests
            ` [PATCH 1/3 v3 nft] tests: Consolidate printing error utilities
              ` [PATCH 2/3 v3 nft] tests: Use libnftnl comparators in all tests
              ` [PATCH 3/3 v3 nft] tests: Elimine static variable 'test_ok'
    ` [PATCH 1/4, V2, libnftnl] tests: Fix segfaults due outbound access
      ` [PATCH 2/4, V2, libnftnl] tests: Fix wrong expression creation
      ` [PATCH 3/4, V2, libnftnl] tests: Consolidate printing error utilities
      ` [PATCH 4/4, V2, libnftnl] tests: Use libnftnl comparators in all tests
            ` [PATCH 1/2 libnftnl] expr: Improve bound checking in stringification functions
              ` [PATCH 2/2 libnftnl] expr: cmp: Use cmp2str() instead of directly access to array
                  ` [PATCH 1/2 libnftnl] utils: Fix out of bound access in nftnl_family2str
                    ` [PATCH 2/2 libnfntl] expr: cmp: Use cmp2str() instead of directly access to array

[PATCH 1/3 v4 libnftnl] Implement rule comparison
 2016-08-16 11:57 UTC  (4+ messages)
` [PATCH 2/3 v4 nft] Simplify parser rule_spec tree
` [PATCH 3/3 v4 nft] Implement deleting rule by description

[PATCH nf-next] netfilter: allow logging from non-init namespaces
 2016-08-16 11:20 UTC  (4+ messages)

[ANNOUNCE] Netdev 1.2 updates (16th August, 2016)
 2016-08-16  7:29 UTC 

(unknown),
 2016-08-16  1:28 UTC 

[PATCH v2 libnftnl] expr: add number generation expression
 2016-08-14 14:48 UTC 

[PATCH nf-next,v2] netfilter: remove ip_conntrack* sysctl compat code
 2016-08-13 10:50 UTC 

[PATCH] netfilter: remove ip_conntrack* sysctl compat code
 2016-08-13 10:10 UTC  (3+ messages)

[PATCH nf-next V2] netfilter: conntrack: simplify the code by using nf_conntrack_get_ht
 2016-08-12 13:55 UTC  (5+ messages)

[libnftnl PATCH] utils: Don't return directly from SNPRINTF_BUFFER_SIZE
 2016-08-12 13:37 UTC  (2+ messages)

[PATCH 1/5, V2, libnftnl] rule: Add const modifier to rule field of expression iterator
 2016-08-12 12:11 UTC  (6+ messages)
` [PATCH 1/4, V3, libnftnl] rule: Implement internal "
  ` [PATCH 3/4, V3, nft] Simplify parser rule_spec tree

[PATCH nf-next v2] ipvs: use nf_ct_kill helper
 2016-08-12 11:21 UTC  (3+ messages)

[PATCH netfilter] extensions/libxt_bpf.man: clarify BPF code generation with tcpdump
 2016-08-12 10:47 UTC  (2+ messages)

[PATCH v5] netfilter: nf_tables: add hash expression
 2016-08-12 10:35 UTC  (2+ messages)

[PATCH nf-next] netfilter: use_nf_conn_expires helper in more places
 2016-08-12 10:25 UTC  (2+ messages)

[PATCH nf-next] netfilter: nf_dup4: remove redundant checksum recalculation
 2016-08-12 10:18 UTC  (2+ messages)

[PATCH nf-next] netfilter: physdev: add missed blank
 2016-08-12 10:17 UTC  (2+ messages)

[PATCH 1/1] netfilter: Only need first 4 bytes to get l4proto ports
 2016-08-12 10:16 UTC  (2+ messages)

[libnftnl PATCH 0/7] A bunch of covscan detected fixes
 2016-08-12  8:40 UTC  (16+ messages)
` [libnftnl PATCH 1/7] set: prevent memleak in nftnl_jansson_parse_set_info()
` [libnftnl PATCH 2/7] ruleset: Prevent memleak in nftnl_ruleset_snprintf_*() functions
` [libnftnl PATCH 3/7] expr/ct: prevent array index overrun in ctkey2str()
` [libnftnl PATCH 4/7] expr/limit: Drop unreachable code in limit_to_type()
` [libnftnl PATCH 5/7] common: Avoid integer overflow in nftnl_batch_is_supported()
` [libnftnl PATCH 6/7] Avoid returning uninitialized data
` [libnftnl PATCH 7/7] ruleset: Initialize ctx.flags before calling nftnl_ruleset_ctx_set()

[PATCH] nf-next: x_tables: Replace kmalloc(s*n) with kmalloc_array(n,s)
 2016-08-12  7:19 UTC  (4+ messages)

[PATCH 1/4, libnftnl] rule: Implement internal expression iterator
 2016-08-12  0:17 UTC  (3+ messages)
` [PATCH 2/4, libnfntl] Implement rule comparison

[PATCH 1/3, libnftnl] tests: Add missing tests to test-script.sh
 2016-08-11 23:52 UTC  (5+ messages)
` [PATCH 2/3, libnftnl] expr: Fix lookup builder
` [PATCH 3/3, libnftnl] tests: Fix tests for immediate and lookup expressions

[PATCH 0/5] Check u32 load in u8 attributes
 2016-08-11 23:36 UTC  (6+ messages)
` [PATCH 1/5] netfilter: nf_tables: Check u32 load in u8 nft_bitwise attribute
` [PATCH 2/5] netfilter: nf_tables: Check u32 load in u8 nft_byteorder attribute
` [PATCH 3/5] netfilter: nf_tables: Check u32 load in u8 nft_cmp attribute
` [PATCH 4/5] netfilter: nf_tables: Check u32 load in u8 nft_immediate attribute

[PATCH libnftnl] expr: hash: Jenkins hash expression support
 2016-08-11 23:11 UTC  (2+ messages)

[PATCH v4] netfilter: nf_tables: add hash expression
 2016-08-11 12:37 UTC  (2+ messages)

[PATCH 0/9] Netfilter fixes for net
 2016-08-10 21:54 UTC  (2+ messages)

[PATCH] netfilter: nf_tables: Add size check on u8 nft_exthdr attributes
 2016-08-10 11:00 UTC  (4+ messages)

[PATCH] x_tables: Replace kmalloc(s*n) with kmalloc_array(n,s)
 2016-08-10 10:06 UTC 

[PATCH 0/9] Netfilter fixes for net
 2016-08-10 19:16 UTC  (3+ messages)
` [PATCH 2/9] netfilter: nf_tables: s/MFT_REG32_01/NFT_REG32_01
` [PATCH 4/9] netfilter: nf_conntrack_sip: CSeq 0 is a valid CSeq


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