netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-13 22:55:12 to 2016-04-26 02:19:41 UTC [more...]

[PATCH -next v6] nftables: connlabel set support
 2016-04-26  2:19 UTC  (19+ 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 "

[PATCH nft 0/4] Interval overlap detection for named sets
 2016-04-25 21:49 UTC  (10+ messages)
` [PATCH nft 1/4] segtree: set expr->len for prefix expression from interval_map_decompose()
` [PATCH nft 2/4] segtree: add expr_to_intervals()
` [PATCH nft 3/4] segtree: rename set expression set_to_segtree()
` [PATCH nft 4/4] segtree: add interval overlap detection for dynamic updates

[PATCH net-next 0/9] netlink: align attributes when needed (patchset #2)
 2016-04-25 19:09 UTC  (11+ messages)
` [PATCH net-next 1/9] rtnl: use nla_put_u64_64bit()
` [PATCH net-next 2/9] sched: "
` [PATCH net-next 3/9] ipv6: "
` [PATCH net-next 4/9] ovs: "
` [PATCH net-next 5/9] bridge: "
` [PATCH net-next 6/9] l2tp: "
` [PATCH net-next 7/9] ieee802154: "
` [PATCH net-next 8/9] netfilter/ipvs: "
` [PATCH net-next 9/9] wireless: "

[PATCH] off-by-one in DecodeQ931
 2016-04-25 15:29 UTC  (2+ messages)
`  "

new ipset set type - hash:ip,mac
 2016-04-25 14:10 UTC  (2+ messages)

[GIT PULL nf-next 0/3] IPVS Updates for v4.6
 2016-04-25 12:57 UTC  (5+ 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 "

[PATCH 0/4] nf_tables: basic dynamic support for set intervals
 2016-04-25 12:28 UTC  (2+ messages)

[PATCH] netfilter: ip6t_SYNPROXY: unnecessary to check whether ip6_route_output returns NULL
 2016-04-25 12:27 UTC  (2+ messages)

[PATCH nf-next 0/3] netfilter: conntrack: prepare for hashtable merge, take 1
 2016-04-25 12:26 UTC  (9+ 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

[PATCH v2] uapi glibc compat: fix compile errors when glibc net/if.h included before linux/if.h
 2016-04-25 12:13 UTC  (3+ messages)

[PATCH nft 0/6] ruleset tracing
 2016-04-25 10:28 UTC  (12+ messages)
` [PATCH nft 1/6] payload: fix stacked headers protocol context tracking
` [PATCH nft 2/6] nft: resync kernel header files
` [PATCH nft 3/6] payload: move payload depedency tracking to payload.c
` [PATCH nft 4/6] payload: add payload_is_stacked()
` [PATCH nft 5/6] proto: add protocol header fields filter and ordering for packet decoding
` [PATCH nft 6/6] nft monitor [ trace ]

[nft PATCH] tests: shell: add testcases for named sets with intervals
 2016-04-25 10:20 UTC 

[PATCH net-next 0/9] netlink: align attributes when needed (patchset #1)
 2016-04-25  7:41 UTC  (15+ 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(): "
  ` [PATCH net-next 5/9] libnl: nla_put_s64(): "
  ` [PATCH net-next 6/9] libnl: nla_put_msecs(): "
` [PATCH net-next 7/9] libnl: add nla_put_u64_64bit() helper
` [PATCH net-next 8/9] xfrm: align nlattr properly when needed
` [PATCH net-next 9/9] taskstats: use the libnl API to align nlattr on 64-bit

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

[PATCH 00/23] Netfilter updates for net-next
 2016-04-24  4:26 UTC  (25+ 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 nf] netfilter: conntrack: avoid integer overflow when resizing
 2016-04-23 23:18 UTC 

[PATCH nf] netfilter: conntrack: init all_locks to avoid debug warning
 2016-04-23 23:17 UTC 

new ipset set type - hash:ip,mac
 2016-04-23 23:06 UTC 

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

[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  (4+ messages)

[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  (10+ messages)
` [PATCH v5 nf-next 4/4] "

[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 

[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  (4+ messages)
` [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


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