netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-16 18:14:50 to 2015-08-26 18:55:36 UTC [more...]

[lnf-log RFC PATCH 0/2] introduce new functions to use without nflog_handle
 2015-08-26 19:01 UTC  (20+ messages)
` [lnf-log RFC PATCH 1/2] "
` [lnf-log RFC PATCH 2/2] utils: take a example from libmnl and use nflog_nlmsg_parse
      ` [lnf-log RFC PATCH v2 1/2] introduce new functions independent from libnfnetlink
      ` [lnf-log RFC PATCH v2 2/2] utils: take a example from libmnl and use new functions
          ` [lnf-log PATCH 1/2] introduce new functions independent from libnfnetlink
          ` [lnf-log PATCH 2/2] utils: take a example from libmnl and use new functions
              ` [lnf-log PATCHv2 1/3] introduce new functions independent from libnfnetlink
              ` [lnf-log PATCHv2 2/3] utils: take a example from libmnl and use new functions
              ` [lnf-log PATCHv2 3/3] nlmsg: add printf function in conjunction with libmnl

[conntrack-tools PATCH] doc/debian.conntrackd.init.d: drop file
 2015-08-26 18:48 UTC  (2+ messages)

[GIT PULL nf-next] Second Round of IPVS Updates for v4.3
 2015-08-26 18:41 UTC  (6+ messages)
` [PATCH 1/4 nf-next] ipvs: Add ovf scheduler
` [PATCH 2/4 nf-next] ipvs: call rtnl_lock early
` [PATCH 3/4 nf-next] ipvs: add sync_maxlen parameter for the sync daemon
` [PATCH 4/4 nf-next] ipvs: add more mcast parameters "

[conntrack-tools PATCH] nfct: don't link against libnetfilter_conntrack
 2015-08-26 18:46 UTC  (4+ messages)

[conntrack-tools PATCH] list: fix prefetch dummy
 2015-08-26 18:45 UTC  (2+ messages)

[PATCHv6 net-next 00/10] OVS conntrack support
 2015-08-26 18:31 UTC  (11+ messages)
` [PATCHv6 net-next 01/10] openvswitch: Serialize acts with original netlink len
` [PATCHv6 net-next 02/10] openvswitch: Move MASKED* macros to datapath.h
` [PATCHv6 net-next 03/10] ipv6: Export nf_ct_frag6_gather()
` [PATCHv6 net-next 04/10] dst: Add __skb_dst_copy() variation
` [PATCHv6 net-next 05/10] openvswitch: Add conntrack action
` [PATCHv6 net-next 06/10] openvswitch: Allow matching on conntrack mark
` [PATCHv6 net-next 07/10] netfilter: Always export nf_connlabels_replace()
` [PATCHv6 net-next 08/10] netfilter: connlabels: Export setting connlabel length
` [PATCHv6 net-next 09/10] openvswitch: Allow matching on conntrack label
` [PATCHv6 net-next 10/10] openvswitch: Allow attaching helpers to ct action

[PATCH v2 nf-next] added missing icmpv6 codes in REJECT
 2015-08-26 18:36 UTC  (2+ messages)

[conntrack-tools PATCH] tcp: use MSG_NOSIGNAL in sendto() to avoid SIGPIPE
 2015-08-26 12:14 UTC 

How to set connmark on a socket descriptor from userspace?
 2015-08-26 10:16 UTC  (2+ messages)

[PATCHv5 net-next 00/10] OVS conntrack support
 2015-08-25 20:46 UTC  (23+ messages)
` [PATCHv5 net-next 01/10] openvswitch: Serialize acts with original netlink len
` [PATCHv5 net-next 02/10] openvswitch: Move MASKED* macros to datapath.h
` [PATCHv5 net-next 03/10] ipv6: Export nf_ct_frag6_gather()
` [PATCHv5 net-next 04/10] dst: Add __skb_dst_copy() variation
` [PATCHv5 net-next 05/10] openvswitch: Add conntrack action
` [PATCHv5 net-next 06/10] openvswitch: Allow matching on conntrack mark
` [PATCHv5 net-next 07/10] netfilter: Always export nf_connlabels_replace()
` [PATCHv5 net-next 08/10] netfilter: connlabels: Export setting connlabel length
` [PATCHv5 net-next 09/10] openvswitch: Allow matching on conntrack label
` [PATCHv5 net-next 10/10] openvswitch: Allow attaching helpers to ct action

WARNING at net/ipv4/netfilter/ip_tables.c:530
 2015-08-25 18:31 UTC  (2+ messages)

[PATCH conntrack-tools] conntrack: add zone direction support
 2015-08-25 13:33 UTC 

[PATCH libnetfilter_conntrack] conntrack: add zone attribute to tuple
 2015-08-25 12:22 UTC 

[PATCH nf-next 0/2] netfilter: nfnetlink_log attach conntrack
 2015-08-24 23:15 UTC  (3+ messages)
` [PATCH nf-next 1/2] netfilter: nfnetlink_queue: enable to specify nla type
` [PATCH nf-next 2/2] netfilter: nfnetlink_log: allow to attach conntrack

[PATCH iptables v2] libxt_CT: add support for recently introduced zone options
 2015-08-24 15:38 UTC 

[PATCH nft 0/12] add support for VLAN header filtering in bridge family
 2015-08-23 21:24 UTC  (14+ messages)
` [PATCH 01/12] tests: use the src/nft binary instead of $PATH one
` [PATCH 02/12] tests: add 'awkward' prefix match expression
` [PATCH 03/12] nft: allow stacking vlan header on top of ethernet
` [PATCH 04/12] payload: disable payload merge if offsets are not on byte boundary
` [PATCH 05/12] src: netlink_linearize: handle sub-byte lengths
` [PATCH 06/12] src: netlink: don't truncate set key lengths
` [PATCH 07/12] nft: fill in doff and fix ihl/version template entries
` [PATCH 08/12] netlink: cmp: shift rhs constant if lhs offset doesn't start on byte boundary
` [PATCH 09/12] tests: add tests for ip version/hdrlength/tcp doff
` [PATCH 10/12] nft: support listing expressions that use non-byte header fields
` [PATCH 11/12] tests: vlan tests
` [PATCH 12/13] vlan: make != tests work

[PATCH 1/2 nf-next] netfilter: nf_dup: fix sparse warnings
 2015-08-22 18:46 UTC  (2+ messages)
` [PATCH 2/2 nf-next] netfilter: xt_TEE: use IS_ENABLED(CONFIG_NF_DUP_IPV6)

[PATCH v2 net-next] netfilter: ipset: Fixing unnamed union init
 2015-08-22 18:44 UTC  (4+ messages)

[PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:48 UTC 

[PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:47 UTC 

[PATCH] netfilter: nf_ct_tcp: Remove the duplicated word in comment
 2015-08-22  3:27 UTC 

[PATCH conntrack-tools] nfct: Update syntax to specify command before subsystem
 2015-08-21 19:19 UTC 

[PATCH net-next] netfilter: ipset: Fixing unnamed union init
 2015-08-21 15:53 UTC 

[PATCH v2 iptables] added missing icmpv6 codes in REJECT
 2015-08-21  9:33 UTC 

[PATCH nf-next] add missing icmpv6 codes (rfc4443) in REJECT
 2015-08-21  9:01 UTC  (2+ messages)

[PATCH iptables] add missing icmpv6 codes (rfc4443) in REJECT
 2015-08-21  8:55 UTC 

[PATCH 00/15] Netfilter updates for net-next
 2015-08-21  5:19 UTC  (17+ messages)
` [PATCH 01/15] netfilter: nft_counter: convert it to use per-cpu counters
` [PATCH 02/15] netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
` =?y?q?=5BPATCH=2003/15=5D=20netfilter=3A=20factor=20out=20packet=20duplication=20for=20IPv4/IPv6?=
` [PATCH 04/15] netfilter: nf_tables: add nft_dup expression
` [PATCH 05/15] netfilter: nft_limit: rename to nft_limit_pkts
` [PATCH 06/15] netfilter: nft_limit: convert to token-based limiting at nanosecond granularity
` [PATCH 07/15] netfilter: nft_limit: factor out shared code with per-byte limiting
` [PATCH 08/15] netfilter: nft_limit: add burst parameter
` [PATCH 09/15] netfilter: nft_limit: constant token cost per packet
` [PATCH 10/15] netfilter: nft_limit: add per-byte limiting
` [PATCH 11/15] netfilter: nfacct: per network namespace support
` [PATCH 12/15] netfilter: nf_conntrack: push zone object into functions
` [PATCH 13/15] netfilter: nf_conntrack: add direction support for zones
` [PATCH 14/15] netfilter: nf_conntrack: add efficient mark to zone mapping
` [PATCH 15/15] netfilter: nft_payload: work around vlan header stripping

[PATCH 00/15] Netfilter updates for net-next
 2015-08-20 21:48 UTC  (17+ messages)
` [PATCH 01/15] netfilter: nft_counter: convert it to use per-cpu counters
` [PATCH 02/15] netfilter: xt_TEE: get rid of WITH_CONNTRACK definition
` =?y?q?=5BPATCH=2003/15=5D=20netfilter=3A=20factor=20out=20packet=20duplication=20for=20IPv4/IPv6?=
` [PATCH 04/15] netfilter: nf_tables: add nft_dup expression
` [PATCH 05/15] netfilter: nft_limit: rename to nft_limit_pkts
` [PATCH 06/15] netfilter: nft_limit: convert to token-based limiting at nanosecond granularity
` [PATCH 07/15] netfilter: nft_limit: factor out shared code with per-byte limiting
` [PATCH 08/15] netfilter: nft_limit: add burst parameter
` [PATCH 09/15] netfilter: nft_limit: constant token cost per packet
` [PATCH 10/15] netfilter: nft_limit: add per-byte limiting
` [PATCH 11/15] netfilter: nfacct: per network namespace support
` [PATCH 12/15] netfilter: nf_conntrack: push zone object into functions
` [PATCH 13/15] netfilter: nf_conntrack: add direction support for zones
` [PATCH 14/15] netfilter: nf_conntrack: add efficient mark to zone mapping
` [PATCH 15/15] netfilter: nft_payload: work around vlan header stripping

Linux 4.2 build error in net/netfilter/ipset/ip_set_hash_netnet.c
 2015-08-20 20:11 UTC  (8+ messages)

[conntrack-tools PATCH] nfct.8: reword some sentences
 2015-08-20 11:36 UTC 

[PATCH] iptables: update gitignore list
 2015-08-20 12:21 UTC  (4+ messages)
` [PATCH v2] "

(unknown),
 2015-08-20 11:14 UTC 

[PATCH] libiptc: fix fortify errors in debug code
 2015-08-20 11:12 UTC 

[PATCH] build: use _DEFAULT_SOURCE for newer glibc
 2015-08-20 10:49 UTC  (5+ messages)

[PATCH 1/1] added missing icmpv6 dest-unreach codes
 2015-08-20 10:36 UTC 

ICMPv6 Type 1 Code 5 and 6 missing in iptables REJECT target and icmpv6 match
 2015-08-20  9:21 UTC  (5+ messages)

[PATCH] netfilter: Remove the duplicated word "see" in the comment when set the IPS_ASSURED_BIT in tcp_packet
 2015-08-20  0:49 UTC  (4+ messages)

[PATCH iptables] libxt_CT: add support for recently introduced zone options
 2015-08-19 22:05 UTC  (2+ messages)

Re:
 2015-08-19 14:04 UTC 

[PATCHv4 nf-next] netfilter: bridge: fix IPv6 packets not being bridged with CONFIG_IPV6=n
 2015-08-19 19:22 UTC  (2+ messages)

[PATCH -next] nftables: nft_payload: work around vlan header stripping
 2015-08-19 18:43 UTC  (2+ messages)

[PATCH nf-next v5 0/2] Netfilter zone directions
 2015-08-19 15:10 UTC  (6+ messages)
` [PATCH nf-next v5 1/2] netfilter: nf_conntrack: add direction support for zones
` [PATCH nf-next v5 2/2] netfilter: nf_conntrack: add efficient mark to zone mapping

[PATCH nft] tests: validate generated netlink instructions
 2015-08-19  0:49 UTC  (11+ messages)

[PATCH] build: add finer module blacklisting
 2015-08-18 22:48 UTC 

[PATCH conntrackd 0/8] unsorted fixes
 2015-08-18 17:28 UTC  (9+ messages)
` [PATCH conntrackd 1/8] conntrackd: fix sanitization of expection attribute in the wire format
` [PATCH conntrackd 2/8] conntrackd: NTA_MAX is also an invalid attribute
` [PATCH conntrackd 3/8] conntrackd: fix leak in fork_process_new()
` [PATCH conntrackd 4/8] conntrackd: fix descriptor leak in do_local_request()
` [PATCH conntrackd 5/8] conntrackd: fix error handling in nfq_queue_cb()
` [PATCH conntrackd 6/8] conntrackd: simplify branch in tcp_accept()
` [PATCH conntrackd 7/8] conntrackd: use strncpy to set up the cache name
` [PATCH conntrackd 8/8] conntrackd: missing break in expectation message parser function

[PATCH nft 1/2] tests: sets: don't include listing in payload tests
 2015-08-18  8:43 UTC  (3+ messages)
` [PATCH nft 2/2] tests: redirect: fix payload display

[PATCH] configure: fix 3rd arg w/AC_ARG_ENABLE
 2015-08-18  6:09 UTC  (2+ messages)

[lnf-log PATCH] build: fix typo
 2015-08-18  5:36 UTC  (2+ messages)

[PATCH libnftnl] expr: immediate: fix leak in expression destroy path
 2015-08-18  0:04 UTC 

[PATCH libnftnl] src: fix memory leaks at nft_[object]_nlmsg_parse
 2015-08-17 23:54 UTC  (2+ messages)

[nft] merged next-4.2 and lastest cache consolidation patches
 2015-08-17 23:47 UTC 

[PATCH libnftnl 1/3] expr: add dup expression support
 2015-08-17 15:18 UTC  (5+ messages)
` [PATCH libnftnl 2/3] expr: limit: add burst attribute
` [PATCH libnftnl 3/3] expr: limit: add per-byte limiting support

nftables: precondition validation fails on map construct
 2015-08-17 14:24 UTC  (2+ 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).