netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-08 06:18:56 to 2016-04-22 15:31:19 UTC [more...]

[PATCH net-next 0/9] netlink: align attributes when needed (patchset #1)
 2016-04-22 15:31 UTC  (5+ messages)
` [PATCH net-next 1/9] libnl: fix help of _64bit functions
` [PATCH net-next 2/9] libnl: nla_put_le64(): align on a 64-bit area
` [PATCH net-next 3/9] libnl: nla_put_be64(): "
` [PATCH net-next 4/9] libnl: nla_put_net64(): "

xtables-addons build failed with linux 4.5 header
 2016-04-22 14:04 UTC  (3+ messages)
  ` [PATCH] netfilter: resolve compilation error in userspace when using ip_tables.h

[PATCH 00/23] Netfilter updates for net-next
 2016-04-22 13:39 UTC  (24+ messages)
` [PATCH 01/23] netfilter: x_tables: don't move to non-existent next rule
` [PATCH 02/23] netfilter: x_tables: validate targets of jumps
` [PATCH 03/23] netfilter: x_tables: add and use xt_check_entry_offsets
` [PATCH 04/23] netfilter: x_tables: kill check_entry helper
` [PATCH 05/23] netfilter: x_tables: assert minimum target size
` [PATCH 06/23] netfilter: x_tables: add compat version of xt_check_entry_offsets
` [PATCH 07/23] netfilter: x_tables: check standard target size too
` [PATCH 08/23] netfilter: x_tables: check for bogus target offset
` [PATCH 09/23] netfilter: x_tables: validate all offsets and sizes in a rule
` [PATCH 10/23] netfilter: ip_tables: simplify translate_compat_table args
` [PATCH 11/23] netfilter: ip6_tables: "
` [PATCH 12/23] netfilter: arp_tables: "
` [PATCH 13/23] netfilter: x_tables: xt_compat_match_from_user doesn't need a retval
` [PATCH 14/23] netfilter: x_tables: do compat validation via translate_table
` [PATCH 15/23] netfilter: x_tables: remove obsolete overflow check for compat case too
` [PATCH 16/23] netfilter: x_tables: remove obsolete check
` [PATCH 17/23] netfilter: x_tables: introduce and use xt_copy_counters_from_user
` [PATCH 18/23] netfilter: ctnetlink: remove unnecessary inlining
` [PATCH 19/23] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH 20/23] netfilter: labels: don't emit ct event if labels were not changed
` [PATCH 21/23] netfilter: connlabels: change nf_connlabels_get bit arg to 'highest used'
` [PATCH 22/23] netfilter: ctnetlink: restore inlining for netlink message size calculation
` [PATCH 23/23] netfilter: conntrack: don't acquire lock during seq_printf

[PATCH] netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output returns NULL
 2016-04-22  9:56 UTC 

[PATCHv2 net] openvswitch: Orphan skbs before IPv6 defrag
 2016-04-21 17:42 UTC  (2+ messages)

[PATCH -next v6] nftables: connlabel set support
 2016-04-21 14:34 UTC  (5+ messages)
` [PATCH -next 1/4] netfilter: nft_ct: rename struct nft_ct to nft_ct_reg
` [PATCH v6 -next 2/4] netfilter: nftables: add connlabel set support
` [PATCH libnftnl 3/4] ct: "
` [PATCH nft 4/4] ct: add conntrack label "

[nft PATCH] tests: py: allow to run tests with other nft binaries
 2016-04-21  9:43 UTC 

[PATCH] netfilter: IDLETIMER: fix race condition when destroy the target
 2016-04-21  7:47 UTC 

[PATCH] nf_nat_packet: Clear skb hash after modifying packet headers
 2016-04-20 21:31 UTC 

Minor issue in libnetfilter_queue.c - nfq_set_queue_maxlen
 2016-04-20 15:36 UTC 

[nft PATCH] evaluate: better error reporting in too long sets names
 2016-04-20 13:43 UTC 

[PATCH RFC nf-next 0/3] named expressions for nf_tables
 2016-04-20  6:41 UTC  (8+ messages)

[GIT PULL nf-next 0/3] IPVS Updates for v4.6
 2016-04-20  2:46 UTC  (4+ messages)
` [PATCH 1/3] ipvs: handle connections started by real-servers
` [PATCH 2/3] ipvs: optimize release of connections in OPS mode
` [PATCH 3/3] ipvs: don't alter conntrack "

[libnftnl PATCH] expr: ct: fix typo unknow vs unknown
 2016-04-19 13:21 UTC  (2+ messages)

[PATCH nf] netfilter: ipv6: Orphan skbs in nf_ct_frag6_gather()
 2016-04-18 21:49 UTC  (8+ messages)

Greetings!!!
 2016-04-18 20:13 UTC 

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

[PATCH v5 nf-next 0/4] netfilter: nftables: add connlabel set support
 2016-04-18 18:39 UTC  (13+ 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

[nft PATCH] tests/shell: delete tempfile failover in testcases
 2016-04-18 18:32 UTC  (2+ messages)

[PATCH 1/1] payload: only merge if adjacent and combined size fits into a register
 2016-04-18 18:20 UTC  (3+ 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 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 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  (3+ messages)
` [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)

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  (10+ messages)
` [PATCH 1/5] conntrack: add --proto to usage output
` [PATCH 3/5] conntrack: show --src and --dst options in "
` [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] "


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