netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-03 16:01:33 to 2016-04-18 18:20:19 UTC [more...]

[PATCH 1/1] payload: only merge if adjacent and combined size fits into a register
 2016-04-18 18:20 UTC  (3+ messages)

[PATCH] netfilter: ctnetlink: add more #ifdef around unused code
 2016-04-18 18:16 UTC  (2+ messages)

[PATCH nft 0/7] named sets with intervals
 2016-04-18 18:14 UTC  (8+ messages)
` [PATCH nft 1/7] segtree: perform stricter expression type validation from expr_value()
` [PATCH nft 2/7] segtree: clone full expression from interval_map_decompose()
` [PATCH nft 3/7] segtree: handle adjacent interval nodes from expr_value_cmp()
` [PATCH nft 4/7] segtree: explicit initialization via set_to_intervals()
` [PATCH nft 5/7] rule: support for incremental set interval element updates
` [PATCH nft 6/7] segtree: special handling for the first non-matching segment
` [PATCH nft 7/7] evaluate: bail out on prefix or range to non-interval set

Greetings!!!
 2016-04-18 17:44 UTC 

[PATCH nf-next 0/3] netfilter: conntrack: prepare for hashtable merge, take 1
 2016-04-18 14:17 UTC  (4+ messages)
` [PATCH nf-next 1/3] netfilter: conntrack: move generation seqcnt out of netns_ct
` [PATCH nf-next 2/3] netfilter: conntrack: use get_random_once for nat and expectations
` [PATCH nf-next 3/3] netfilter: conntrack: use get_random_once for conntrack hash seed

[announce] conntrack-tools-bash_completion 1.0 released
 2016-04-16  7:42 UTC 

[PATCH v5 nf-next 0/4] netfilter: nftables: add connlabel set support
 2016-04-15 13:14 UTC  (12+ messages)
` [PATCH v5 nf-next 1/4] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH v5 nf-next 2/4] netfilter: labels: don't emit ct event if labels were not changed
` [PATCH v5 nf-next 3/4] netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
` [PATCH v5 nf-next 4/4] netfilter: nftables: add connlabel set support

[PATCH libnftnl] tests: nat-test: Use different values to test
 2016-04-15 10:45 UTC  (2+ messages)

[PATCH 1/2] NFQUEUE: Fix bug with order of fanout and bypass
 2016-04-15 10:45 UTC  (4+ messages)

[nft PATCH] tests/shell: add testcases for Netfilter bug #965
 2016-04-15 10:39 UTC  (2+ messages)

[PATCH 1/4 v6] libnftnl: Implement new buffer of TLV objects
 2016-04-15 10:38 UTC  (11+ messages)
` [PATCH 2/4 v6] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
` [PATCH 3/4 v6] libnftnl: test: Update test to check new nftnl_udata features of nftnl_rule
` [PATCH 4/4 v6] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf

[PATCH libnftnl] rule: fix leaks in NFTNL_RULE_USERDATA
 2016-04-15 10:35 UTC 

[PATCH nf-next] netfilter: ctnetlink: restore inlining for netlink message size calculation
 2016-04-15 10:24 UTC 

[PATCH nf] netfilter: ipv6: Orphan skbs in nf_ct_frag6_gather()
 2016-04-15  0:35 UTC  (6+ messages)

[nft PATCH] tests/shell: delete tempfile failover in testcases
 2016-04-14 19:47 UTC 

[PATCH 2/2] extensions: libxt_NFQUEUE: Unstack different versions
 2016-04-14 15:26 UTC 

[PATCH nf-next] netfilter: nf_ct_helper: disable automatic helper assignment
 2016-04-14 15:13 UTC 

[PATCH nf-next] netfilter: conntrack: don't acquire lock during seq_printf
 2016-04-14 12:39 UTC  (5+ messages)

[nf_tables PATCH] netfilter: nf_tables: invert chain deletion abort path
 2016-04-14 10:24 UTC  (2+ messages)

[PATCH] net: force inlining of netif_tx_start/stop_queue, sock_hold, __sock_put
 2016-04-14  2:43 UTC  (2+ messages)

[PATCH 0/3] Netfilter fixes for net
 2016-04-14  1:51 UTC  (5+ messages)
` [PATCH 1/3] netfilter: arp_tables: register table in initns
` [PATCH 2/3] netfilter: nf_conntrack_tcp: Fix stack out of bounds when parsing TCP options
` [PATCH 3/3] netfilter: ebtables: Fix extension lookup with identical name

[PATCH nf 00/17] netfilter: xtables: stricter ruleset validation
 2016-04-13 22:33 UTC  (5+ messages)

[PATCH 0/8] Netfilter updates for net-next
 2016-04-13  2:35 UTC  (10+ messages)
` [PATCH 1/8] netfilter: nf_conntrack: Uses pr_fmt() for logging
` [PATCH 2/8] netfilter: bridge: add nf_afinfo to enable queuing to userspace
` [PATCH 3/8] netfilter: bridge: pass L2 header and VLAN as netlink attributes in queues "
` [PATCH 4/8] netfilter: bridge: nf queue verdict to use NFQA_VLAN and NFQA_L2HDR
` [PATCH 5/8] netfilter: ip6t_SYNPROXY: remove magic number for hop_limit
` [PATCH 6/8] netfilter: ipv6: unnecessary to check whether ip6_route_output() returns NULL
` [PATCH 7/8] netfilter: conntrack: de-inline nf_conntrack_eventmask_report
` [PATCH 8/8] netfilter: conntrack: move expectation event helper to ecache.c

[nft PATCH 1/3] src/rule.c: don't print trailing statement whitespace
 2016-04-12 23:29 UTC  (7+ messages)
` [nft PATCH 2/3] src/evaluate.c: improve rule management checks
` [nft PATCH 3/3] tests/shell: add testcases for Netfilter bug #965

[iptables PATCH] configure: exit if libnftnl is not found
 2016-04-12 23:27 UTC  (4+ messages)

[nft PATCH] test/shell/run-tests.sh: also unload NAT modules
 2016-04-12 23:25 UTC  (2+ messages)

[PATCH] netfilter: ebtables: Fix extension lookup with identical name
 2016-04-12 23:17 UTC  (3+ messages)

[nft PATCH v3] src/evaluate.c: improve rule management checks
 2016-04-12 23:11 UTC  (2+ messages)

[PATCH] Not printing "nft" in iptables-restore-translate command
 2016-04-12 21:57 UTC  (2+ messages)

[PATCH nf-next 0/2] netfilter: conntrack: de-inline two helpers
 2016-04-12 21:53 UTC  (4+ messages)
` [PATCH nf-next 1/2] netfilter: conntrack: de-inline nf_conntrack_eventmask_report
` [PATCH nf-next 2/2] netfilter: conntrack: move expectation event helper to ecache.c

[PATCH 0/4] nf_tables: basic dynamic support for set intervals
 2016-04-12 21:50 UTC  (5+ messages)
` [PATCH nf-next 1/4] netfilter: nf_tables: introduce nft_setelem_parse_flags() helper
` [PATCH nf-next 2/4] netfilter: nf_tables: parse element flags from nft_del_setelem()
` [PATCH nf-next 3/4] netfilter: nft_rbtree: introduce nft_rbtree_interval_end() helper
` [PATCH nf-next 4/4] netfilter: nft_rbtree: allow adjacent intervals with dynamic updates

[PATCH nf-next] netfilter: ctnetlink: remove unnecessary inlining
 2016-04-12 21:32 UTC 

[PATCH] NFQUEUE: Fix bug with order of fanout and bypass
 2016-04-12 17:56 UTC  (4+ messages)

Seeking help for implementing CT HELPER in nftables
 2016-04-12 13:51 UTC  (5+ messages)

[PATCH RFC nf-next 0/3] named expressions for nf_tables
 2016-04-11 15:27 UTC  (9+ messages)
` [PATCH RFC nf-next 1/3] netfilter: nf_tables: add stateful named expressions
` [PATCH RFC nf-next 2/3] netfilter: nf_tables: support for named expression reference
` [PATCH RFC nf-next 3/3] netfilter: nf_tables: support dump and reset for named expressions

LOAN
 2016-04-08 22:02 UTC 

[PATCH 0/4] nfct: documentation updates and corrections
 2016-04-09  4:41 UTC  (7+ messages)
` [PATCH 1/4] nfct: add missing commands to usage output
` [PATCH 2/4] nfct: correct command list in timeout usage error message
` [PATCH 3/4] nfct: helper: correct error messages
` [PATCH 4/4] nfct: man: add missing comands

FROM: MR. OLIVER SENO!!
 2016-04-08 18:53 UTC 

Possible segfault in nft utility
 2016-04-08 11:51 UTC  (2+ messages)

[PATCH nft v2] src: evaluate: Show error for fanout without balance
 2016-04-08 11:26 UTC  (2+ messages)

[PATCH 0/5] conntrack: documentation updates
 2016-04-08 10:27 UTC  (11+ messages)
` [PATCH 1/5] conntrack: add --proto to usage output
` [PATCH 2/5] conntrack: man: add --protonum option
` [PATCH 3/5] conntrack: show --src and --dst options in usage output
` [PATCH 4/5] conntrack: man: add options --src and --dst
` [PATCH 5/5] conntrack: man: Add description of tables dying and unconfirmed

[PATCH] Printing the table name before chain name
 2016-04-08 10:24 UTC  (2+ messages)

[PATCH v2] conntrack-tools: Fix build for old automake
 2016-04-08  9:42 UTC  (8+ messages)
` [PATCH] "

[PATCH iptables] xtables: use exponential delay when waiting for xtables lock
 2016-04-08  3:07 UTC 

[PATCH] conntrack: Add missing tables dying and unconfirmed to usage output
 2016-04-07 17:47 UTC  (4+ messages)

[PATCH] doc: Complete the documentation of statements
 2016-04-07 17:39 UTC  (2+ messages)

[PATCH] conntrack: Rename option --protonum to --proto
 2016-04-07 17:26 UTC  (3+ messages)

[PATCH] conntrack: Replace remaining occurances of --src, --dst options with --orig-src, --orig-dst
 2016-04-07 17:25 UTC  (4+ messages)

[nft PATCH v2] tests/shell: add new testcases for commit/rollback
 2016-04-07 17:21 UTC  (2+ messages)

[nft PATCH] tests/shell: add some tests for network namespaces
 2016-04-07 17:21 UTC  (2+ messages)

[PATCH nft] src: evaluate: Show error for fanout without balance
 2016-04-07 17:18 UTC  (3+ messages)

nfct parameters
 2016-04-07 17:02 UTC  (2+ messages)

[PATCH] netfilter: unnecessary to check whether ip6_route_output() returns NULL
 2016-04-07 16:53 UTC  (2+ messages)
` [netfilter-core] "

[PATCH 0/1] netfilter TCP conntrack option parser fix
 2016-04-07 16:43 UTC  (3+ messages)
` [PATCH 1/1] net: netfilter: Fix stack out of bounds when parsing TCP options

[RESEND PATCH -stable,4.1.y] netfilter: nf_nat_redirect: add missing NULL pointer check
 2016-04-07 16:28 UTC 

[PATCH nf] netfilter: arp_tables: register table in initns
 2016-04-07 10:01 UTC  (2+ messages)

[PATCH] iptables-translate: Moving of printing nft back to xtables_xlate_main
 2016-04-07  9:51 UTC  (2+ messages)

[PATCH] iptables-translate: Printing the table name before chain name
 2016-04-07  9:50 UTC  (2+ messages)

[iptables PATCH] extensions/libxt_tcp: fix nftables translate flags value, 'none' vs '0x0'
 2016-04-07  9:47 UTC  (3+ messages)

[PATCH 0/2] conntrackd: Fix bogus characters in help
 2016-04-07  9:44 UTC  (5+ messages)
` [PATCH 1/2] conntrackd: man: remove bogus characters
` [PATCH 2/2] conntrackd: remove unnecessary separator character from usage output

[PATCH xtables-addons v2] build: fix configure compatiblity with POSIX shells
 2016-04-05 10:25 UTC  (2+ messages)

[PATCH] conntrack: Fix wrong --src, or --dst option shown
 2016-04-04  9:41 UTC 

[PATCH] conntrack-tools: Fix build for old automake
 2016-04-04  9:29 UTC  (2+ messages)
` [PATCH] conntrack-tools: Fix build for old automake. autoreconf fails with automake version smaller than 1.12, because of undefined macro AM_PROG_AR. So only expand it if it's actually defined

[PATCH xtables-addons] build: fix configure compatiblity with POSIX shells
 2016-04-03 16:01 UTC  (4+ 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).