messages from 2016-03-09 23:10:36 to 2016-03-16 20:39:36 UTC [more...]
[ANNOUNCE] ipset 6.29 released
2016-03-16 20:40 UTC
[PATCH v2] netfilter: fix race condition in ipset save, swap and delete
2016-03-16 20:35 UTC (2+ messages)
[PATCH v3] configure: Show support for connlabel
2016-03-16 18:30 UTC (4+ messages)
[RFC PATCH 0/3] connlabel set support using extra setter attr
2016-03-16 13:35 UTC (13+ messages)
` [PATCH nf-next 1/3] netfilter: nftables: add connlabel set support
` [PATCH libnftl 2/3] ct: add label "
` [PATCH nft 3/3] ct: add conntrack "
conntrack-tool question for contribution
2016-03-16 11:16 UTC
[PATCH 1/4 v5] libnftnl: Implement new buffer of TLV objects
2016-03-15 20:28 UTC (4+ messages)
` [PATCH 2/4 v5] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
` [PATCH 3/4 v5] libnftnl: test: Update test to check new nftnl_udata features of nftnl_rule
` [PATCH 4/4 v5] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf
[PATCH 1/4 v4] libnftnl: Implement new buffer of TLV objects
2016-03-15 20:29 UTC (8+ messages)
` [PATCH 2/4 v4] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
` [PATCH 3/4 v4] libnftnl: test: Actualize test to check new nftnl_udata features of nftnl_rule
` [PATCH 4/4 v4] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf
Memory-leak in nft
2016-03-15 18:23 UTC
[PATCH] Shows proper function name for pr_debug() messages
2016-03-15 17:59 UTC (3+ messages)
[PATCH] netfilter: nf_conntrack: Uses pr_fmt() for logging
2016-03-15 17:57 UTC
[nft 1/3] parser_bison: simplify hook_spec rule
2016-03-15 16:33 UTC (3+ messages)
` [nft 2/3] parser_bison: duplicate string returned by chain_type_name_lookup()
` [nft 3/3] parser_bison: release parsed type and hook name strings
[ANNOUNCE] NetDev 1.1 videos now available
2016-03-15 12:03 UTC
[PATCH v2] nft: Remove memory-leak
2016-03-15 11:26 UTC (2+ messages)
[PATCH 1/2 nft] src: revisit cache population logic
2016-03-15 11:14 UTC (3+ messages)
` [PATCH 2/2 nft] evaluate: use table_lookup_global() from expr_evaluate_symbol()
libnetfilter_conntrack's NFCT_OF_TIMESTAMP is not working
2016-03-15 11:12 UTC (3+ messages)
[PATCH] nft: Removed ^L characters
2016-03-15 8:49 UTC (2+ messages)
[PATCH v5] extensions: libxt_multiport: Add translation to nft
2016-03-15 3:39 UTC (3+ messages)
[PATCH 00/18] Netfilter/IPVS/OVS updates for net-next
2016-03-15 2:33 UTC (20+ messages)
` [PATCH 01/18] netfilter: ipset: Fix set:list type crash when flush/dump set in parallel
` [PATCH 02/18] netfilter: nfnetlink_acct: validate NFACCT_FILTER parameters
` [PATCH 03/18] ipvs: handle ip_vs_fill_iph_skb_off failure
` [PATCH 04/18] ipvs: drop first packet to redirect conntrack
` [PATCH 05/18] ipvs: allow rescheduling after RST
` [PATCH 06/18] ipvs: correct initial offset of Call-ID header search in SIP persistence engine
` [PATCH 07/18] netfilter: ipset: Check IPSET_ATTR_ETHER netlink attribute length
` [PATCH 08/18] netfilter: nft_compat: check match/targetinfo attr size
` [PATCH 09/18] netfilter: x_tables: check for size overflow
` [PATCH 10/18] netfilter: Remove IP_CT_NEW_REPLY definition
` [PATCH 11/18] netfilter: Allow calling into nat helper without skb_dst
` [PATCH 12/18] openvswitch: Add commentary to conntrack.c
` [PATCH 13/18] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH 14/18] openvswitch: Find existing conntrack entry after upcall
` [PATCH 15/18] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH 16/18] openvswitch: Delay conntrack helper call for new connections
` [PATCH 17/18] openvswitch: Interface with NAT
` [PATCH 18/18] netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
[PATCH nf-next resend 0/3] netfilter: connlabel set support
2016-03-15 2:14 UTC (7+ messages)
` [PATCH nf-next v3 1/3] netfilter: connlabels: move helpers to xt_connlabel
` [PATCH nf-next v3 2/3] netfilter: labels: don't emit ct event if labels are unchanged
` [PATCH nf-next v3 3/3] netfilter: nftables: add connlabel set support
` [PATCH nf-next v4 "
[PATCH] nft: Remove memory-leak
2016-03-15 0:26 UTC (2+ messages)
[PATCH] extensions: libipt_REJECT: Avoid to print the default reject with value in the translation
2016-03-15 0:24 UTC (2+ messages)
[PATCHv6] extensions: libipt_icmp: Add translation to nft
2016-03-15 0:20 UTC (2+ messages)
` [Outreachy kernel] "
[PATCH] netfilter: nf_conntrack: consolidate lock/unlock into unlock_wait
2016-03-15 0:11 UTC (2+ messages)
[PATCH nf-next v10 0/8] openvswitch: NAT support
2016-03-15 0:01 UTC (14+ messages)
` [PATCH nf-next v10 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
` [PATCH nf-next v10 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH nf-next v10 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH nf-next v10 2/8] netfilter: Allow calling into nat helper without skb_dst
` [PATCH nf-next v10 3/8] openvswitch: Add commentary to conntrack.c
` [PATCH nf-next v10 6/8] openvswitch: Handle NF_REPEAT in conntrack action
` [PATCH nf-next v10 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH nf-next v10 8/8] openvswitch: Interface with NAT
[RFC] nft: Remove memory-leak
2016-03-14 8:48 UTC (3+ messages)
libnetfilter_conntrack's NFCT_OF_TIMESTAMP is not working
2016-03-14 5:09 UTC
[RFC] net: ipv4 -- Introduce ifa limit per net
2016-03-14 3:29 UTC (27+ messages)
[PATCH] netfilter: fix race condition in ipset save and delete
2016-03-13 16:25 UTC (3+ messages)
[ANNOUNCE] ipset 6.28 released
2016-03-13 11:49 UTC (9+ messages)
[PATCH] extensions: libip6t_REJECT: Avoid to print the default reject with value in the translation
2016-03-12 17:31 UTC
[PATCH V7] netfilter: h323: avoid potential attack
2016-03-12 12:19 UTC (2+ messages)
[PATCH v2] configure: Show support for connlabel
2016-03-12 11:50 UTC (2+ messages)
[PATCH v4] extensions: libxt_multiport: Add translation to nft
2016-03-12 11:48 UTC (2+ messages)
[PATCH] extensions: libip6t_LOG: Avoid to print the default log level in the translation
2016-03-12 11:42 UTC (2+ messages)
userns, netns, and quick physical memory consumption by unprivileged user
2016-03-12 11:41 UTC
[PATCH nf] netfilter: x_tables: check for size overflow
2016-03-12 10:53 UTC (2+ messages)
[PATCH v4] extensions: libxt_multiport: Add translation to nft
2016-03-11 11:58 UTC
NFQUEUE "fail-open" only open to queue limit and not receive buffer limit
2016-03-11 0:14 UTC (2+ messages)
[PATCH 1/4 v3] libnftnl: Implement new buffer of TLV objects
2016-03-10 21:36 UTC (7+ messages)
` [PATCH 4/4 v3] nftables: rule: Change the field "rule->comment" for an nftnl_udata_buf MIME-Version: 1.0
` [PATCH 2/4 v3] libnftnl: rule: Change the "userdata" attribute to use new TLV buffer
[PATCH nf-next v9 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
2016-03-10 18:55 UTC (12+ messages)
` [PATCH nf-next v9 4/8] openvswitch: Update the CT state key only after nf_conntrack_in()
` [PATCH nf-next v9 5/8] openvswitch: Find existing conntrack entry after upcall
` [PATCH nf-next v9 7/8] openvswitch: Delay conntrack helper call for new connections
` [PATCH nf-next v9 8/8] openvswitch: Interface with NAT
[PATCHv3] extensions: libipt_icmp: Add translation to nft
2016-03-10 18:47 UTC (10+ messages)
` [PATCH] libxt_multiport: "
` [PATCH v2] "
` [PATCH v3] "
` [PATCH] libip6t_hbh: "
[PATCH nf-next v8 1/8] netfilter: Remove IP_CT_NEW_REPLY definition
2016-03-10 18:44 UTC (6+ messages)
` [PATCH nf-next v8 3/8] openvswitch: Add commentary to conntrack.c
[PATCHv5] extensions: libipt_icmp: Add translation to nft
2016-03-10 18:43 UTC (2+ messages)
[PATCH] extensions: libipt_LOG: Avoid to print the default log level in the translation
2016-03-10 18:37 UTC (4+ messages)
[PATCH 0/1] ipset patch for nf
2016-03-10 18:28 UTC (2+ messages)
[PATCH 0/1] ipset patch for nf
2016-03-10 18:27 UTC (7+ messages)
` [PATCH 1/1] netfilter: ipset: Fix set:list type crash when flush/dump set in parallel
[PATCH] netfilter: nft_compat: check match/targetinfo attr size
2016-03-10 17:16 UTC (4+ messages)
[GIT PULL v2 0/4] IPVS Fixes for v4.5
2016-03-10 16:39 UTC (2+ messages)
[PATCH nf v2] netfilter: x_tables: don't rely on well-behaving userspace
2016-03-10 16:26 UTC
[PATCH nf] netfilter: x_tables: deal with bogus nextoffset values
2016-03-10 16:22 UTC (4+ messages)
[PATCHv4] extensions: libipt_icmp: Add translation to nft
2016-03-10 16:12 UTC
[iptables PATCH 1/2] extensions/libxt_rpfilter.man: fix typo, specifiy vs specify
2016-03-10 13:06 UTC (3+ messages)
` [iptables PATCH 2/2] iptables/xtables-arp.c: fix typo, wierd vs weird
[PATCH libnftnl] trace: fix missing NFTNL_TRACE_JUMP_TARGET in nftnl_trace_get_str()
2016-03-10 12:16 UTC
[PATCH nft] proto: Add router advertisement and solicitation icmp types
2016-03-10 11:16 UTC (2+ messages)
[PATCH nft 1/4] tests: frag: enable more tests
2016-03-10 11:10 UTC (2+ messages)
[PATCH nf-next v8 8/8] openvswitch: Interface with NAT
2016-03-09 23:11 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).