messages from 2012-03-03 18:48:00 to 2012-03-23 09:34:17 UTC [more...]
[PATCH 0/5] netfilter updates for net (3.4) tree
2012-03-23 9:34 UTC (4+ messages)
` [PATCH 3/5] netfilter: xt_CT: missing rcu_read_lock section in timeout assignment
` [PATCH 4/5] netfilter: xt_CT: fix assignation of the generic protocol tracker
` [PATCH 5/5] netfilter: nf_conntrack: permanently attach timeout policy to conntrack
module_param: make bool parameters really bool (net & drivers/net)
2012-03-23 2:36 UTC (3+ messages)
` [PATCH] netfilter: remove forward module param confusion
conntrack can't update mark on icmp connection
2012-03-23 1:11 UTC (2+ messages)
[v11 PATCH 0/3] NETFILTER new target module, HMARK
2012-03-22 11:59 UTC (4+ messages)
` [v11 PATCH 1/3] NETFILTER added flags to ipv6_find_hdr()
` [v11 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark
` [v11 PATCH 3/3] NETFILTER userspace part for target HMARK
[PATCH] mark newly opened fds as FD_CLOEXEC (close on exec) [part 2]
2012-03-22 11:21 UTC (6+ messages)
linux-next: Tree for Mar 21 (netfilter: xt_LOG.c)
2012-03-22 11:18 UTC (2+ messages)
[GIT PULL nf-next] IPVS
2012-03-21 8:56 UTC (10+ messages)
` [PATCH 1/9] ipvs: ignore IP_VS_CONN_F_NOOUTPUT in backup server
` [PATCH 2/9] ipvs: remove check for IP_VS_CONN_F_SYNC from ip_vs_bind_dest
` [PATCH 3/9] ipvs: fix ip_vs_try_bind_dest to rebind app and transmitter
` [PATCH 4/9] ipvs: always update some of the flags bits in backup
` [PATCH 5/9] ipvs: use adaptive pause in master thread
` [PATCH 6/9] ipvs: reduce sync rate with time thresholds
` [PATCH 7/9] ipvs: add support for sync threads
` [PATCH 8/9] ipvs: optimize the use of flags in ip_vs_bind_dest
` [PATCH 9/9] ipvs: Provide a generic ip_vs_bind_xmit()
conntrack can't update mark on icmp connection
2012-03-20 15:35 UTC
manpage fixes for conntrack-tools
2012-03-20 12:09 UTC (2+ messages)
[PATCH] adjust __net_exit
2012-03-20 2:17 UTC (8+ messages)
netfilter: Hung task
2012-03-19 20:03 UTC (9+ messages)
[PATCH] netfilter: ctnetlink: fix race between delete and timeout expiration
2012-03-17 8:47 UTC (2+ messages)
NAT IPv6/IPv4 translator - request for review, plus two questions regarding code
2012-03-16 19:52 UTC (3+ messages)
How to get notified if packets are dropped because of checksum mismatch error
2012-03-16 12:18 UTC
MAIL 11.03.2012
2012-03-15 7:54 UTC
10GbE Connectivity & Netfilter
2012-03-14 7:22 UTC (5+ messages)
Re[5]:
2012-03-14 1:46 UTC (2+ messages)
after setting verdict in netfilter_queue packet is not reaching udp server daemon
2012-03-13 12:03 UTC
[PATCH v6] Netfilter ring buffer support
2012-03-12 18:00 UTC (17+ 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
[v10 PATCH 0/3] NETFILTER new target module, HMARK
2012-03-12 16:31 UTC (4+ messages)
` [v10 PATCH 1/3] NETFILTER added flags to ipv6_find_hdr()
` [v10 PATCH 2/3] NETFILTER module xt_hmark, new target for HASH based fwmark
` [v10 PATCH 3/3] NETFILTER userspace part for target HMARK
[PATCH] iptables: missing free() in function delete_entry()
2012-03-12 12:13 UTC (2+ messages)
[PATCH] iptables: missing free() in function cache_add_entry()
2012-03-12 12:09 UTC (2+ messages)
linux-next: Tree for Mar 9 (netfilter)
2012-03-11 16:58 UTC
Re[2]: linux-next: Tree for Mar 9 (netfilter)
2012-03-11 15:52 UTC (2+ messages)
` "
linux-next: Tree for Mar 9 (netfilter)
2012-03-10 16:45 UTC (3+ messages)
[PATCH v2] net/netfilter: refactor notifier registration
2012-03-09 9:35 UTC
scheduling while atomic followed by oops upon conntrackd -c execution
2012-03-08 11:29 UTC (13+ messages)
[PATCH] xt_log.h: don't use xchg() for simple assignment
2012-03-08 9:45 UTC
[PATCH 00/23] netfilter updates for net-next
2012-03-08 6:48 UTC (25+ 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 15/23] netfilter: ctnetlink: fix lockep splats
` [PATCH 16/23] netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to array
` [PATCH 17/23] netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout "
` [PATCH 18/23] netfilter: nf_ct_gre: add unsigned int array to define timeouts
` [PATCH 19/23] netfilter: nf_conntrack: pass timeout array to l4->new and l4->packet
` [PATCH 20/23] netfilter: add cttimeout infrastructure for fine timeout tuning
` [PATCH 21/23] netfilter: nf_ct_ext: add timeout extension
` [PATCH 22/23] netfilter: xt_CT: allow to attach timeout policy + glue code
` [PATCH 23/23] netfilter: xt_LOG: add __printf() to sb_add()
[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 (4+ messages)
[PATCH v3] Merge ipt_LOG and ip6t_LOG, add ring bufffer support
2012-03-04 11:32 UTC (9+ 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
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).