netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2016-04-18 18:39:20 to 2016-04-28 17:13:43 UTC [more...]

[PATCH nf-next 0/9] netfilter: remove per-netns conntrack tables, part 1
 2016-04-28 17:13 UTC  (5+ messages)
` [PATCH nf-next 1/9] netfilter: conntrack: keep BH enabled during lookup
` [PATCH nf-next 2/9] netfilter: conntrack: fix lookup race during hash resize
` [PATCH nf-next 3/9] netfilter: conntrack: don't attempt to iterate over empty table
` [PATCH nf-next 4/9] netfilter: conntrack: use nf_ct_key_equal() in more places

[nft PATCH] dist: include tests/ directory and files in tarball
 2016-04-28 13:35 UTC  (5+ messages)

[PATCH iptables] xtables: use exponential delay when waiting for xtables lock
 2016-04-28  9:25 UTC  (3+ messages)

[conntrack-tools PATCH] dist: include tests/ directory and files in tarball
 2016-04-28  9:14 UTC 

[nf_tables PATCH] netfilter: nf_tables: invert chain deletion abort path
 2016-04-28  8:55 UTC  (3+ messages)

[PATCH nf-next 1/2] netfilter: conntrack: cache route for forwarded connections
 2016-04-28  8:05 UTC  (2+ messages)
` [nf-next, "

[nft PATCH] evaluate: better error reporting in too long sets names
 2016-04-28  7:42 UTC  (5+ messages)

[nft PATCH] tests: py: allow to run tests with other nft binaries
 2016-04-27 17:25 UTC  (2+ messages)

[iptables PATCH] configure: make libmnl and libnftnl hard requirements
 2016-04-27 17:09 UTC  (4+ messages)

[PATCH 2/2] extensions: libxt_NFQUEUE: Unstack different versions
 2016-04-27 17:09 UTC  (2+ messages)

[PATCH 1/2] NFQUEUE: Fix bug with order of fanout and bypass
 2016-04-27 17:08 UTC  (2+ messages)

[PATCH net-next 0/9] netlink: align attributes when needed (patchset #1)
 2016-04-27 16:56 UTC  (24+ 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 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
                ` [PATCH net-next] taskstats: fix nl parsing in accounting/getdelays.c
                        ` [PATCH net-next v2] "
  ` [PATCH net-next 5/9] libnl: nla_put_s64(): align on a 64-bit area
  ` [PATCH net-next 6/9] libnl: nla_put_msecs(): "

[PATCH nft 0/7] flow statement
 2016-04-27 16:37 UTC  (9+ messages)
` [PATCH nft 1/7] netlink: make dump functions object argument constant
` [PATCH nft 2/7] set: allow non-constant implicit set declarations
` [PATCH nft 3/7] set: explicitly supply name to "
` [PATCH nft 4/7] tests: update for changed set name
` [PATCH nft 5/7] netlink_delinearize: support parsing statements not contained within a rule
` [PATCH nft 6/7] stmt: support generating stateful statements outside of rule context
` [PATCH nft 7/7] nft: add flow statement

[nft PATCH] tests: shell: add testcases for named sets with intervals
 2016-04-27 13:17 UTC  (2+ messages)

[PATCH nft 1/3 nft] tests/py: add more interval tests for anonymous sets
 2016-04-27 13:07 UTC  (3+ messages)
` [PATCH nft 2/3 nft] tests/py: explicitly indication of set type and flags from test definitions
` [PATCH nft 3/3 nft] tests/py: add interval tests

[PATCH nf-next] netfilter: allow logging from non-init namespaces
 2016-04-27 12:48 UTC 

iptables audit target causes kernel panic with iptables-persistent (kernel 3.2.78)
 2016-04-26 20:17 UTC  (4+ messages)

[Documentation] SNAT in INPUT chain
 2016-04-26 16:46 UTC  (3+ messages)

[PATCH libnftnl] libnftnl: constify object arguments to various functions
 2016-04-26 13:16 UTC 

iptables audit target causes kernel panic with iptables-persistent (kernel 3.2.78)
 2016-04-26 12:17 UTC  (2+ messages)

[PATCH -nf v7] netfilter: nftables: add connlabel set support
 2016-04-26 10:00 UTC  (2+ messages)

[PATCH net-next 0/9] netlink: align attributes when needed (patchset #2)
 2016-04-26  7:51 UTC  (13+ 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 -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] 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  (7+ messages)
` [PATCH nf-next 2/3] netfilter: conntrack: use get_random_once for nat and expectations

[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 ]

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)

[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 

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