netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-02-25 01:12:23 to 2012-03-08 01:01:35 UTC [more...]

[PATCH 00/23] netfilter updates for net-next
 2012-03-08  1:01 UTC  (17+ messages)
` [PATCH 01/23] netfilter: ipset: use NFPROTO_ constants
` [PATCH 02/23] netfilter: ipset: expose userspace-relevant parts in ip_set.h
` [PATCH 03/23] netfilter: ipset: Log warning when a hash type of set gets full
` [PATCH 04/23] netfilter: ipset: Exceptions support added to hash:*net* types
` [PATCH 05/23] netfilter: ipset: hash:net,iface timeout bug fixed
` [PATCH 06/23] netfilter: ctnetlink: allow to set helper for new expectations
` [PATCH 07/23] netfilter: ctnetlink: allow to set expectation class
` [PATCH 08/23] netfilter: ctnetlink: add NAT support for expectations
` [PATCH 09/23] netfilter: ctnetlink: allow to set expectfn "
` [PATCH 10/23] netfilter: merge ipt_LOG and ip6_LOG into xt_LOG
` [PATCH 11/23] netfilter: nf_ct_ecache: trailing whitespace removed
` [PATCH 12/23] netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_events
` [PATCH 13/23] netfilter: remove ipt_SAME.h and ipt_realm.h
` [PATCH 14/23] netfilter: xt_LOG: fix bogus extra layer-4 logging information
` [PATCH 16/23] netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array
` [PATCH 22/23] netfilter: xt_CT: allow to attach timeout policy + glue code

[PATCH v6] Netfilter ring buffer support
 2012-03-07 15:40 UTC  (11+ messages)
` [PATCH 1/6] Netfilter: Merge ipt_LOG and ip6_LOG into xt_LOG
` [PATCH 2/6] netfilter: xt_LOG: fix bogus extra layer-4 logging information
` [PATCH 3/6] ring_buffer: Export for_each_buffer_cpu()
` [PATCH 4/6] xt_log: Make printk() in sb_close() optional
` [PATCH 5/6] Netfilter: xt_LOG: Implement ring buffer support
` [PATCH 6/6] Netfilter: xt_LOG: Add timestamp support

scheduling while atomic followed by oops upon conntrackd -c execution
 2012-03-07 14:41 UTC  (11+ messages)

[PATCH 0/6] netfilter fixes for 3.3-rc6
 2012-03-07 13:19 UTC  (18+ messages)
` [PATCH 1/6] netfilter: ebtables: fix wrong name length while copying to user-space
` [PATCH 2/6] netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload
` [PATCH 3/6] netfilter: ctnetlink: use GFP_ATOMIC in all allocations
` [PATCH 4/6] netfilter: bridge: fix wrong pointer dereference
` [PATCH 5/6] bridge: netfilter: don't call iptables on vlan packets if sysctl is off
` [PATCH 6/6] netfilter: nf_conntrack: fix early_drop with reliable event delivery

NFQUEUE in bridge mode performance poor in the last kernels
 2012-03-07  1:26 UTC  (6+ messages)

netfilter_queue : use --queue-balance in multithreaded environment
 2012-03-06 21:45 UTC  (2+ messages)

[PATCH 1/1] netfilter: xt_recent: Add optional mask option for xt_recent
 2012-03-06 11:24 UTC 

[PATCH 1/1] conntrack, suspicious RCU usage
 2012-03-06  6:01 UTC  (5+ messages)

[patch 1/1] net/netfilter/nfnetlink_acct.c: use linux/atomic.h
 2012-03-05 23:12 UTC 

Generic NAT helper module using NetPDL
 2012-03-05 22:56 UTC 

[PATCH v2] bridge: netfilter: don't call iptables on vlan packets if sysctl is off
 2012-03-05 22:35 UTC  (4+ messages)

[v9 PATCH 0/3] NETFILTER new target module, HMARK
 2012-03-05 21:37 UTC  (11+ messages)
` [v9 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark

[PATCH 1/2] Netfilter: xt_LOG: Implement ring buffer support
 2012-03-05 18:58 UTC  (5+ messages)

Replacement for nf-HiPAC
 2012-03-05  5:00 UTC  (2+ messages)

Fwd:
 2012-03-04 22:23 UTC 

Resend [PATCH] netfilter: Fix copy_to_user too small size parametre
 2012-03-04 17:03 UTC  (6+ messages)

[PATCH v3] Merge ipt_LOG and ip6t_LOG, add ring bufffer support
 2012-03-04 11:32 UTC  (10+ messages)
` [PATCH 1/4] Netfilter: Merge ipt_LOG and ip6_LOG into xt_LOG

[PATCH 0/7] [RFC] cttimeout v2
 2012-03-04 11:27 UTC  (8+ messages)
` [PATCH 1/7] netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array
` [PATCH 2/7] netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout "
` [PATCH 3/7] netfilter: nf_ct_gre: add unsigned int array to define timeouts
` [PATCH 4/7] netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
` [PATCH 5/7] netfilter: add cttimeout infrastructure for fine timeout tuning
` [PATCH 6/7] netfilter: nf_ct_ext: add timeout extension
` [PATCH 7/7] netfilter: xt_CT: allow to attach timeout policy + glue code

Current state of nftables
 2012-03-03 13:41 UTC  (7+ messages)

[PATCH 0/7] [RFC] new cttimeout infrastructure
 2012-03-03 13:40 UTC  (10+ messages)
` [PATCH 1/7] netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array
` [PATCH 2/7] netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout "
` [PATCH 3/7] netfilter: nf_ct_gre: add unsigned int array to define timeouts
` [PATCH 4/7] netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
` [PATCH 5/7] netfilter: add cttimeout infrastructure for fine timeout tuning
` [PATCH 6/7] netfilter: nf_ct_ext: add timeout extension
` [PATCH 7/7] netfilter: xt_CT: allow to attach timeout policy + glue code

patch in bugzilla
 2012-03-03 13:39 UTC  (9+ messages)

[PATCH] DHCPv6 connection tracker helper
 2012-03-03 13:35 UTC  (10+ messages)

[PATCH] bridge: netfilter: don't call iptables on vlan packets if sysctl is off
 2012-03-03 10:20 UTC  (3+ messages)

netfilter: ctnetlink: remove incorrect spin_[un]lock_bh on NAT module autoload
 2012-03-03  9:17 UTC 

[PATCH 2/3] netfilter: potential null derefence
 2012-03-03  9:11 UTC  (8+ messages)
    ` [Bridge] "

Want to add IP options into IP header, unable to resolve symbol
 2012-03-02 21:44 UTC 

Welcome, friend!
 2012-03-02 18:57 UTC 

[PATCH 1/2] IPVS Bug IPv6 extension header handling faulty
 2012-03-02 12:18 UTC  (3+ messages)

iptables recent mask option, request for comments
 2012-03-01 20:48 UTC 

[PATCH] netfilter updates for 3.3-rc5
 2012-03-01 20:40 UTC  (3+ messages)
` [PATCH] netfilter: bridge: fix module autoload in compat case

[PATCH 1/3] netfilter: Fix copy_to_user too small size parametre
 2012-03-01 13:51 UTC  (9+ messages)

[PATCH] netfilter: ipt_LOG: add __printf() to sb_add()
 2012-03-01 12:56 UTC 

[PATCH 3/3] netfilter: Remove redundant code
 2012-03-01 12:30 UTC  (4+ messages)

Make nfct_catch return control to original thread
 2012-02-29 23:26 UTC  (2+ messages)

Attention! Attention!! Attention!!! (READ ATTACHED MAIL FOR DETAILS)
 2012-02-29 10:56 UTC 

libnetfilter_cttimeout: misc cleanup
 2012-02-29  9:40 UTC  (8+ messages)
` [PATCH 1/6] Add .gitignore
` [PATCH 2/6] const-ify static data objects
` [PATCH 3/6] Add stdint header and type corrections
` [PATCH 4/6] Properly NUL-terminate name in nfct_timeout_attr_set
` [PATCH 5/6] const-ify arguments of functions
` [PATCH 6/6] Add extern "C" guard for C++ compilation mode

[PATCH 1/2] netfilter: remove include/linux/netfilter_ipv4/ipt_addrtype.h
 2012-02-29  3:08 UTC  (5+ messages)
` [Patch] netfilter: remove ipt_SAME.h and ipt_realm.h too

[PATCH v5] Merge ipt_LOG and ip6t_LOG, add ring bufffer support
 2012-02-28 22:54 UTC  (6+ messages)
` [PATCH 1/2] iptables: Merge libip6t_LOG and libipt_LOG into libxt_LOG

Your Email ID has been awarded 1,000,000,00 GBP in British Tobacco Promo Send Details
 2012-02-27 14:37 UTC 

[PATCH 0/3] netlink: netlink_dump_start takes pointer to data
 2012-02-26 19:27 UTC  (10+ messages)
` [PATCH 1/3] netlink: add netlink_dump_control structure for netlink_dump_start()
` [PATCH 2/3] netlink: allow to pass data pointer to netlink_dump_start() callback
` [PATCH 3/3] netfilter: ctnetlink: support kernel-space dump filtering by ctmark

[RFC] SSDP (UPnP) conntrack helper
 2012-02-25 19:07 UTC  (5+ messages)

[PATCH] bridge: netfilter: fix module autoload in compat case
 2012-02-25 13:30 UTC  (2+ messages)

[PATCH 0/2] netlink: netlink_dump_start takes pointer to data
 2012-02-25 13:26 UTC  (4+ messages)
` [PATCH 2/2] netfilter: ctnetlink: support kernel-space dump filterings


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