Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2008-10-09 08:40:38 to 2008-10-24 04:39:22 UTC [more...]

[patch 16/27] netfilter: xt_iprange: fix range inversion match
 2008-10-24  4:34 UTC 

pass netns to ->match or to not pass
 2008-10-24  3:43 UTC  (5+ messages)

netfilter 00/03: netfilter -stable fixes
 2008-10-24  3:40 UTC  (6+ messages)
` netfilter 01/03: xt_iprange: fix range inversion match
` netfilter 02/03: snmp nat leaks memory in case of failure
` netfilter 03/03: restore lost ifdef guarding defrag exception

[ANNOUNCE] ipset-2.4.2 released
 2008-10-23 17:40 UTC 

[PATCH] libnetfilter_queue documentation
 2008-10-23 17:24 UTC 

[ANNOUNCE] ipset 2.4 released
 2008-10-23 17:11 UTC  (14+ messages)

[patch] iptables 1.4.2: Fix compile warnings
 2008-10-23 13:41 UTC  (2+ messages)

[patch] iptables 1.4.2: Fix compile error
 2008-10-23 13:41 UTC  (2+ messages)

[patch] fix compile error in libxt_condition
 2008-10-23 13:39 UTC  (5+ messages)

libnl: nfqueue: add nfqueue specific socket allocation function
 2008-10-23 12:01 UTC  (2+ messages)

[ANNOUNCE] Release of iptables 1.4.2
 2008-10-23 10:40 UTC  (3+ messages)

Move libipt_recent to libxt_recent
 2008-10-22 16:54 UTC  (4+ messages)
` libxt_recent: add IPv6 support

iptables-1.4.2: libxt_TOS.c compilation ending with error - IPPROTO_SCTP redefined
 2008-10-22  6:59 UTC  (2+ messages)

fwd: Move libipt_recent to libxt_recent
 2008-10-22  6:56 UTC  (3+ messages)

iptables-save and ip6tables-save exit code with no tables
 2008-10-22  6:29 UTC  (2+ messages)

[ANNOUNCE] conntrack-tools 0.9.8 released
 2008-10-21 19:25 UTC 

[ULOGD2] basic patches
 2008-10-20 12:04 UTC  (5+ messages)
` [PATCH 1/3] Drop useless constraints
` [PATCH 2/3] Fix pp_is_valid in mac2str plugin
` [PATCH 3/3] Fix HWHDR plugin name

netfilter 00/07: netfilter fixes
 2008-10-20 10:35 UTC  (9+ messages)
` netfilter 01/07: ctnetlink: remove obsolete NAT dependency from Kconfig
` netfilter 02/07: netns: use NFPROTO_NUMPROTO instead of NUMPROTO for tables array
` netfilter 03/07: xt_iprange: fix range inversion match
` netfilter 04/07: snmp nat leaks memory in case of failure
` netfilter 05/07: xt_recent: use proc_create_data()
` netfilter 06/07: fix compilation error with NAT=n
` netfilter 07/07: replace old NF_ARP calls with NFPROTO_ARP

[PATCH] netfilter: fix arptable_filter wrong hook registering
 2008-10-20  9:54 UTC  (15+ messages)
            ` netfilter: use NFPROTO_* constants in NF_HOOK callsites
            ` netfilter: use NFPROTO_* constants in nf_hook_ops structures

RFC: net/netfilter reorganization
 2008-10-17 14:53 UTC  (17+ messages)

[PATCH 1/7] netns ebtables: part 1
 2008-10-17 11:57 UTC  (6+ messages)

arptables and the generic xtables issues
 2008-10-16 17:19 UTC  (5+ messages)

Writing NF modules October2008 edition
 2008-10-16 17:08 UTC  (5+ messages)

[PATCH] Fix ERROR target on CRIS
 2008-10-16 16:12 UTC  (6+ messages)

[PATCH 1/2] xt_recent: use proc_create_data()
 2008-10-16 14:08 UTC  (4+ messages)

[iptables PATCH 1/2] Add iptables support for the TPROXY target
 2008-10-15 10:30 UTC  (6+ messages)

[iptables PATCH 2/2] Add iptables support for the socket match
 2008-10-15  9:51 UTC  (2+ messages)

[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
 2008-10-15  8:01 UTC  (3+ messages)

[PATCH 3/7] netns ebtables: more cleanup during ebt_unregister_table()
 2008-10-15  4:22 UTC 

[PATCH 7/7] netns ebtables: br_nf_pre_routing_finish() fixup
 2008-10-15  4:23 UTC 

[PATCH 6/7] netns ebtables: ebtable_nat in netns
 2008-10-15  4:23 UTC 

[PATCH 5/7] netns ebtables: ebtable_filter in netns
 2008-10-15  4:23 UTC 

[PATCH 4/7] netns ebtables: ebtable_broute in netns
 2008-10-15  4:23 UTC 

[PATCH 2/7] netns ebtables: part 2
 2008-10-15  4:22 UTC 

[PATCH 2/2] xt_recent: don't save PDEs in table
 2008-10-15  4:14 UTC 

netfilter 00/03: netfilter fixes
 2008-10-14 18:59 UTC  (7+ messages)
` netfilter 01/03: restore lost
` netfilter 02/03: fix ebtables dependencies
` netfilter 03/03: ctnetlink: remove bogus module dependency between ctnetlink and nf_nat

[PATCH] [PATCH] remove module dependency between ctnetlink and nf_nat
 2008-10-14 13:50 UTC  (2+ messages)

iptable/netfilter mismatch
 2008-10-14 12:12 UTC  (2+ messages)

[bug, -git] ERROR: "ebt_unregister_table" [net/bridge/netfilter/ebtable_nat.ko] undefined
 2008-10-14 11:51 UTC  (3+ messages)

[PATCH 1/6] [PATCH] use nf_conntrack_get instead of atomic_inc
 2008-10-13 14:11 UTC  (11+ messages)
` [PATCH 2/6] [PATCH] helper load-on-demand support for ctnetlink
` [PATCH 3/6] [PATCH] deliver events for conntracks created via ctnetlink
` [PATCH 4/6] [PATCH] bump the expectation helper name
` [PATCH 5/6] [PATCH] dynamic calculation of event message size for ctnetlink
` [PATCH 6/6] [PATCH] remove module dependency between ctnetlink and nf_nat

WARNING: at net/ipv4/netfilter/nf_nat_standalone.c:89 nf_nat_fn+0x33/0x155()
 2008-10-13 13:44 UTC  (2+ messages)

conntrack timers usage
 2008-10-13 13:20 UTC 

Move libipt_recent to libxt_recent
 2008-10-13 13:15 UTC  (3+ messages)

[ANNOUNCE] libnetfilter_conntrack 0.0.97 release
 2008-10-13 12:29 UTC 

[PATCH] iptables: fix error reporting for missing/wrong arguments
 2008-10-13 11:01 UTC  (3+ messages)

netfilter: remove unused #include <version.h>
 2008-10-13  4:08 UTC  (2+ messages)

hmm, iptables plans?
 2008-10-13  0:02 UTC 

[Fwd: preparing net-next-2.6 for merge...]
 2008-10-11 14:57 UTC 

[PATCH 1/8] [PATCH] get rid of module refcounting in ctnetlink
 2008-10-11 14:53 UTC  (19+ messages)
` [PATCH 2/8] [PATCH] connection tracking helper name persistent aliases
` [PATCH 3/8] [PATCH] Helper modules load-on-demand support for ctnetlink
` [PATCH 4/8] [PATCH] use EOPNOTSUPP instead of EINVAL if the conntrack has no helper
` [PATCH 5/8] [PATCH] deliver events for conntracks created via ctnetlink
` [PATCH 7/8] [PATCH] dynamic calculation of event message size for ctnetlink
` [PATCH 8/8] [PATCH] remove module dependency between ctnetlink and nf_nat

[PATCH][libnetfilter_conntrack] add support for explicit helper assignment
 2008-10-11 12:44 UTC  (7+ messages)

WARNING: at net/ipv4/netfilter/nf_nat_standalone.c:89 nf_nat_fn+0x33/0x155()
 2008-10-10 14:13 UTC  (4+ messages)

[PATCH] Don't call nf_log_packet in NFLOG module
 2008-10-10 12:45 UTC  (7+ messages)

[PATCH RFC] xt_layer7
 2008-10-09 13:59 UTC  (9+ messages)

[PATCH] [PATCH] use nf_conntrack_get instead of atomic_inc
 2008-10-09  8:37 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox