netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2017-01-16 13:27:02 to 2017-01-26 16:39:23 UTC [more...]

[PATCH 00/14] Netfilter fixes for net
 2017-01-26 16:38 UTC  (12+ messages)
` [PATCH 01/14] netfilter: use fwmark_reflect in nf_send_reset
` [PATCH 02/14] tcp: fix mark propagation with fwmark_reflect enabled
` [PATCH 03/14] netfilter: nf_tables: fix spelling mistakes
` [PATCH 04/14] netfilter: rpfilter: fix incorrect loopback packet judgment
` [PATCH 05/14] netfilter: nf_tables: fix possible oops when dumping stateful objects
` [PATCH 06/14] netfilter: Fix typo in NF_CONNTRACK Kconfig option description
` [PATCH 07/14] netfilter: ipt_CLUSTERIP: fix build error without procfs
` [PATCH 08/14] netfilter: conntrack: remove GC_MAX_EVICTS break
` [PATCH 09/14] netfilter: conntrack: refine gc worker heuristics, redux
` [PATCH 12/14] netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL
` [PATCH 14/14] netfilter: nf_tables: bump set->ndeact on set flush

ip_rcv_finish() NULL pointer kernel panic
 2017-01-26 16:24 UTC  (3+ messages)

[PATCH] iptables: fix the wrong appending of jump verdict after the comment
 2017-01-26 16:13 UTC  (4+ messages)

[RFC PATCH 0/2] restore original default of nf_conntrack_helper sysctl
 2017-01-26  5:40 UTC  (8+ messages)
    ` [PATCH] netfilter: nf_ct_helper: warn when not applying default helper assignment (was Re: [RFC PATCH 0/2] restore original default of nf_conntrack_helper sysctl)
      ` [PATCH v2] netfilter: nf_ct_helper: warn when not applying default helper assignment

[PATCH nft v2 1/2] src: Allow reset single stateful object
 2017-01-25 19:08 UTC  (3+ messages)

[nft PATCH v2] payload: explicit network ctx assignation for icmp/icmp6 in special families
 2017-01-25 11:51 UTC 

[RFC/PATCH 0/3] Fix ctnetlink regressions
 2017-01-25  0:36 UTC  (8+ messages)
` [RFC/PATCH 1/3] netfilter: ctnetlink: Fix regression in CTA_TIMEOUT processing
` [RFC/PATCH 2/3] netfilter: ctnetlink: Fix regression in CTA_STATUS processing
` [RFC/PATCH 3/3] netfilter: ctnetlink: Fix regression in CTA_HELP processing

[PATCH nf] netfilter: nft_log: restrict the log prefix length to 127
 2017-01-24 20:45 UTC  (3+ messages)

[nft PATCH] payload: use explicit network ctx assignation for icmp/icmp6 in inet family
 2017-01-24 20:12 UTC  (3+ messages)

EPOLLERR on memory mapped netlink socket
 2017-01-24 19:28 UTC  (4+ messages)

[PATCH nf,v2 1/3] netfilter: nf_tables: fix set->nelems counting with no NLM_F_EXCL
 2017-01-24 18:42 UTC  (3+ messages)
` [PATCH nf,v2 2/3] netfilter: nf_tables: deconstify walk callback function
` [PATCH nf,v2 3/3] netfilter: nf_tables: bump set->ndeact on set flush

[PATCH nft] rule: check for EINTR error from cache_init_objects() for stateful objects
 2017-01-24 18:36 UTC  (2+ messages)
` [PATCH nft] tests: shell: validate set size

[PATCH nft] tests: shell: Add test for flush bug on sets with size
 2017-01-24 18:34 UTC  (2+ messages)

[PATCH nft v2 2/2] src: Allow list single stateful object
 2017-01-24 13:42 UTC 

[PATCH v2 net] net: free ip_vs_dest structs when refcnt=0
 2017-01-24  3:24 UTC 

[PATCH 2/2] Revert "netfilter: fix nf_conntrack_helper documentation"
 2017-01-24  0:06 UTC 

[PATCH 1/2] Revert "netfilter: nf_ct_helper: disable automatic helper assignment"
 2017-01-24  0:06 UTC 

[PATCH nf-next v3 0/7] netfilter: skbuff: merge nfctinfo bits and nfct pointer
 2017-01-23 22:57 UTC  (13+ messages)
` [PATCH v3 nf-next 1/7] netfilter: conntrack: no need to pass ctinfo to error handler
` [PATCH v3 nf-next 2/7] netfilter: reset netfilter state when duplicating packet
` [PATCH v3 nf-next 3/7] netfilter: reduce direct skb->nfct usage
` [PATCH v3 nf-next 4/7] skbuff: add and use skb_nfct helper
` [PATCH v3 nf-next 5/7] netfilter: add and use nf_ct_set helper
` [PATCH v3 nf-next 6/7] netfilter: guarantee 8 byte minalign for template addresses
` [PATCH v3 nf-next 7/7] netfilter: merge ctinfo into nfct pointer storage area

[PATCH nft 2/2] src: Allow list single stateful object
 2017-01-23 19:17 UTC 

[PATCH nft 1/2] src: Allow reset single stateful object
 2017-01-23 19:16 UTC 

[PATCH nf-next v4 0/7] netfilter: skbuff: merge nfctinfo bits and nfct pointer
 2017-01-23 17:21 UTC  (8+ messages)
` [PATCH v4 nf-next 1/7] netfilter: conntrack: no need to pass ctinfo to error handler
` [PATCH v4 nf-next 2/7] netfilter: reset netfilter state when duplicating packet
` [PATCH v4 nf-next 3/7] netfilter: reduce direct skb->nfct usage
` [PATCH v4 nf-next 4/7] skbuff: add and use skb_nfct helper
` [PATCH v4 nf-next 5/7] netfilter: add and use nf_ct_set helper
` [PATCH v4 nf-next 6/7] netfilter: guarantee 8 byte minalign for template addresses
` [PATCH v4 nf-next 7/7] netfilter: merge ctinfo into nfct pointer storage area

Urgent Please,,
 2017-01-23 14:11 UTC 

[PATCH nft] tests: shell: Add test for set element leak bug
 2017-01-23 13:39 UTC  (2+ messages)

[PATCH nft] rule: check for EINTR error from cache_init_objects() for stateful objects
 2017-01-23 13:36 UTC 

[PATCH nft] src: Honor obligatory stateless printing of flow tables
 2017-01-23 13:32 UTC  (2+ messages)

[PATCH nf V2] netfilter: nf_tables: validate the name size when possible
 2017-01-23 13:20 UTC  (2+ messages)

[nft PATCH 0/3] Boolean comparison and exthdr existence match support
 2017-01-23 12:57 UTC  (5+ messages)
` [nft PATCH 1/3] Implement boolean comparison in relational expression
` [nft PATCH 2/3] exthdr: Add support for exthdr specific flags
` [nft PATCH 3/3] exthdr: Implement exthdr existence check

AUDIT_NETFILTER_PKT message format
 2017-01-23  4:49 UTC  (18+ messages)

[nft PATCH] payload: use explicit network ctx assignation for icmp/icmp6 in inet family
 2017-01-22 19:59 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: report error if stateful obj's name is truncated
 2017-01-21 11:47 UTC  (6+ messages)

[PATCH nf-next v4 1/1] netfilter: nf_tables: Eliminate duplicated codes in nf_tables_table_enable
 2017-01-20 13:40 UTC 

[PATCH nf-next v2 1/1] netfilter: nf_tables: Eliminate duplicated codes in nf_tables_table_enable
 2017-01-20 13:43 UTC  (5+ messages)

[PATCH 1/2 nf] netfilter: nf_tables: deconstify walk callback function
 2017-01-20 13:22 UTC  (2+ messages)
` [PATCH 2/2 nf] netfilter: nf_tables: bump set->ndeact on set flush

[PATCH nf-next] netfilter: ctnetlink: make more information available in DESTROY events
 2017-01-20  7:51 UTC  (6+ messages)

[PATCH nf-next v3 1/1] netfilter: nf_tables: Eliminate duplicated codes in nf_tables_table_enable
 2017-01-20  7:36 UTC 

(unknown),
 2017-01-20  5:18 UTC 

[PATCH nft] netlink: don't bail out on dump errors
 2017-01-19 16:52 UTC 

[PATCH nf v2] netfilter: conntrack: refine gc worker heuristics, redux
 2017-01-19 13:29 UTC  (5+ messages)

[PATCH nf] netfilter: conntrack: remove GC_MAX_EVICTS break
 2017-01-19 13:27 UTC  (3+ messages)

[nf-next:fw 18/18] net/netfilter/nf_conntrack_standalone.c:647:2: error: call to '__compiletime_assert_647' declared with attribute error: BUILD_BUG_ON failed: NFCT_INFOMASK >= ARCH_KMALLOC_MINALIGN
 2017-01-19  5:14 UTC 

[PATCH nf-next v2 1/1] netfilter: nf_tables: Refine the codes to eliminate useless condition checks in nf_tables_api.c
 2017-01-18 20:11 UTC  (2+ messages)

[PATCH] netfilter: ipt_CLUSTERIP: fix build error without procfs
 2017-01-18 19:57 UTC  (2+ messages)

[PATCH nf-next 1/1] netfilter: nf_tables: Eliminate duplicated codes in nf_tables_table_enable
 2017-01-18 19:55 UTC  (2+ messages)

[PATCH nf-next 1/2] netfilter: pkttype: unnecessary to check ipv6 multicast address
 2017-01-18 19:33 UTC  (4+ messages)
` [PATCH nf-next 2/2] netfilter: nft_meta: deal with PACKET_LOOPBACK in netdev family

[PATCH nf-next v2 0/4] netfilter: skbuff: merge nfctinfo bits and nfct pointer
 2017-01-18 19:13 UTC  (3+ messages)
` [PATCH nf-next v2 4/4] netfilter: merge ctinfo into nfct pointer storage area

[PATCH nft 2/2] tests: py: Use stateless option on tests
 2017-01-18 18:03 UTC  (3+ messages)

[PATCH nft 1/2] doc: Include stateless option
 2017-01-18 17:58 UTC  (2+ messages)

[PATCH nf-next 0/7] nf_tables set enhancements
 2017-01-18 17:30 UTC  (8+ messages)
` [PATCH nf-next 1/7] netfilter: nf_tables: pass netns to set->ops->remove()
` [PATCH nf-next 2/7] netfilter: nf_tables: use struct nft_set_iter in set element flush
` [PATCH nf-next 3/7] netfilter: nf_tables: rename deactivate_one() to flush()
` [PATCH nf-next 4/7] netfilter: nf_tables: add flush field to struct nft_set_iter
` [PATCH nf-next 5/7] netfilter: nf_tables: rename struct nft_set_estimate class field
` [PATCH nf-next 6/7] netfilter: nf_tables: add space notation to sets
` [PATCH nf-next 7/7] netfilter: nf_tables: add bitmap set type

[PATCH nf] netfilter: nf_tables: fix set->nelem leak
 2017-01-18 16:53 UTC 

[PATCH] iptables-save: Exit with error if unable to open proc file
 2017-01-18 14:12 UTC 

[PATCH] iptables-save: Exit with error if unable to open proc file
 2017-01-18 14:07 UTC  (2+ messages)

[PATCH] iptables-save: Exit with error if unable to open proc file
 2017-01-18 13:32 UTC  (2+ messages)

tcp state in conntrack destroy events
 2017-01-17 23:47 UTC  (5+ messages)

[nf-next PATCH] netfilter: nf_tables: exthdr: Add support for existence check
 2017-01-17 21:51 UTC 

[libnftnl PATCH] exthdr: Add support for exthdr flags
 2017-01-17 21:55 UTC 

[nf-next PATCH] netfilter: nf_tables: cmp: support boolean operation
 2017-01-17 21:50 UTC 

bridge: netfilter: Fix dropping packets that moving through bridge interface
 2017-01-17 12:53 UTC  (3+ messages)
  ` [stable] "

[PATCH nft v2] src: Allow to list ruleset without stateful information
 2017-01-16 21:07 UTC  (3+ messages)

[PATCH nft] evaluate: fix export length and data corruption
 2017-01-16 20:49 UTC  (2+ messages)

[PATCH nf] netfilter: conntrack: refine gc worker heuristics, redux
 2017-01-16 17:33 UTC  (3+ messages)

[PATCH] Add a configure flag to link libc statically
 2017-01-16 17:09 UTC  (4+ messages)

ANNOUNCE: Netdev 2.1 Call For Proposals Opened!
 2017-01-16 15:00 UTC 

[PATCH nf-next 1/1] netfilter: nf_tables: Refine the codes to eliminate useless condition checks in nf_tables_api.c
 2017-01-16 13:38 UTC  (4+ messages)

[PATCH libnetfilter_cttimeout] Use __EXPORTED rather than EXPORT_SYMBOL
 2017-01-16 13:30 UTC  (4+ messages)
` [PATCH libnetfilter_cthelper] "

[PATCH] netfilter: Fix typo in NF_CONNTRACK Kconfig option description
 2017-01-16 13:27 UTC  (2+ messages)

[PATCH nf] netfilter: nf_tables: fix possible oops when dumping stateful objects
 2017-01-16 13:26 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).