Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2008-10-03 14:01:18 to 2008-10-08 10:46:39 UTC [more...]

netfilter 00/79: netfilter update
 2008-10-08 10:46 UTC  (14+ messages)
` netfilter 01/79: Use unsigned types for hooknum and pf vars
` netfilter 02/79: rename ipt_recent to xt_recent
` netfilter 03/79: xt_recent: IPv6 support
` netfilter 04/79: Introduce NFPROTO_* constants
` netfilter 05/79: x_tables: use NFPROTO_* in extensions
` netfilter 06/79: implement NFPROTO_UNSPEC as a wildcard for extensions
` netfilter 07/79: netns: remove nf_*_net() wrappers
` netfilter 08/79: netns: ip6table_raw in netns for real
` netfilter 09/79: netns: ip6table_mangle "
` netfilter 10/79: netns: ip6t_REJECT "
` netfilter 11/79: netns nf_conntrack: add netns boilerplate
` netfilter 12/79: netns nf_conntrack: add ->ct_net pointer from conntrack to netns
` netfilter 13/79: netns nf_conntrack: per-netns conntrack count

[NETFILTER 2.6.16]: conntrack: fix {nf,ip}_ct_iterate_cleanup endless loops
 2008-10-08 10:27 UTC 

More patches (read this)
 2008-10-08  9:27 UTC  (54+ messages)
` [PATCH 01/23] netfilter: move Ebtables to use Xtables
  ` [PATCH 02/23] netfilter: x_tables: output bad hook mask in hexadecimal
  ` [PATCH 03/23] netfilter: ebtables: use generic table checking
  ` [PATCH 04/23] netfilter: implement hotdrop for Ebtables
  ` [PATCH 05/23] netfilter: remove unused Ebtables functions
  ` [PATCH 06/23] netfilter: remove redundant casts from Ebtables
  ` [PATCH 07/23] netfilter: xtables: do centralized checkentry call (1/2)
          ` netfilter: ebtables: fix one wrong return value
  ` [PATCH 08/23] netfilter: xtables: do centralized checkentry call (2/2)
  ` [PATCH 09/23] netfilter: ip6tables: fix name of hopbyhop in Kconfig
  ` [PATCH 10/23] netfilter: ip6tables: fix Kconfig entry dependency for ip6t_LOG
  ` [PATCH 11/23] netfilter: ebtables: make BRIDGE_NF_EBTABLES a menuconfig option
  ` [PATCH 12/23] netfilter: xtables: sort extensions alphabetically in Kconfig
  ` [PATCH 13/23] netfilter: xtables: use "if" blocks "
  ` [PATCH 14/23] netfilter: xtables: move extension arguments into compound structure (1/6)
  ` [PATCH 15/23] netfilter: xtables: move extension arguments into compound structure (2/6)
  ` [PATCH 16/23] netfilter: xtables: move extension arguments into compound structure (3/6)
  ` [PATCH 17/23] netfilter: xtables: move extension arguments into compound structure (4/6)
  ` [PATCH 18/23] netfilter: xtables: move extension arguments into compound structure (5/6)
  ` [PATCH 19/23] netfilter: xtables: move extension arguments into compound structure (6/6)
  ` [PATCH 20/23] netfilter: xtables: provide invoked family value to extensions
  ` [PATCH 21/23] netfilter: xtables: cut down on static data for family-independent extensions
  ` [PATCH 22/23] netfilter: xtables: use NFPROTO_UNSPEC in more extensions
  ` [PATCH 23/23] netfilter: xtables: remove bogus mangle table dependency of connmark

[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
 2008-10-08  7:21 UTC  (2+ messages)

[iptables PATCH 1/2] [TPROXY] Add userspace component of the TPROXY target
 2008-10-08  7:15 UTC  (2+ messages)
` [iptables PATCH 2/2] [TPROXY] Add userspace component of the socket match

TEE for IPv6
 2008-10-08  1:09 UTC 

[net-next PATCH 00/16] Transparent proxying patches, take six
 2008-10-08  0:32 UTC  (13+ messages)
` [net-next PATCH 16/16] Add documentation
      ` [patch] Update tproxy documentation
` [net-next PATCH 14/16] iptables socket match

[net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb
 2008-10-07 19:41 UTC  (17+ messages)
              ` [net-next PATCH] Add udplib_lookup_skb() helpers (was: [net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb)
                  ` [net-next PATCH] Add udplib_lookup_skb() helpers
              ` [net-next PATCH] Don't lookup the socket if there's a socket attached to the skb (was: Re: [net-next PATCH 10/16] Don't lookup the socket if there's a socket attached to the skb)
                  ` [net-next PATCH] Don't lookup the socket if there's a socket attached to the skb

RFC: net/netfilter reorganization
 2008-10-07 17:44 UTC  (30+ messages)

[PATCH] TPROXY cleanups
 2008-10-07  6:32 UTC  (6+ messages)

conntrack-tools unknown protocol search by number
 2008-10-06 20:46 UTC  (3+ messages)

[PATCH RFC] xt_layer7
 2008-10-06 19:48 UTC  (6+ messages)

[PATCH] Don't call nf_log_packet in NFLOG module
 2008-10-06 19:40 UTC 

[PATCH 1/1] netfilter: ebtables: fix one wrong return value
 2008-10-06 17:45 UTC 

iptables execution with sudo fails
 2008-10-06 13:19 UTC  (3+ messages)

[PATCH 01/16] [NETFILTER]: Re-add missing checkentry calls
 2008-10-06 11:34 UTC  (21+ messages)
` [PATCH 02/16] [NETFILTER]: Remove left-over checks
` [PATCH 03/16] [NETFILTER]: Make BRIDGE_NF_EBTABLES a menuconfig option
` [PATCH 04/16] [NETFILTER]: Fix name of hopbyhop in Netfilter Kconfig
` [PATCH 05/16] [NETFILTER]: Fix Kconfig entry dependency for ip6t_LOG
` [PATCH 06/16] [NETFILTER]: Sort extensions alphabetically in Netfilter Kconfig
` [PATCH 07/16] [NETFILTER]: Use "if" blocks "
` [PATCH 08/16] [NETFILTER]: Move extension arguments into compound structure (1/6)
` [PATCH 09/16] [NETFILTER]: Move extension arguments into compound structure (2/6)
` [PATCH 10/16] [NETFILTER]: Move extension arguments into compound structure (3/6)
` [PATCH 11/16] [NETFILTER]: Move extension arguments into compound structure (4/6)
` [PATCH 12/16] [NETFILTER]: Move extension arguments into compound structure (5/6)
` [PATCH 13/16] [NETFILTER]: Move extension arguments into compound structure (6/6)
` [PATCH 14/16] [NETFILTER]: Provide invoked family value to extensions
` [PATCH 15/16] [NETFILTER]: Cut down on static data for family-independent extensions
` [PATCH 16/16] [NETFILTER]: Use NFPROTO_UNSPEC in more extensions

[NETFILTER]: Move extensions' arguments into compound structure (1/2)
 2008-10-06 10:18 UTC  (16+ messages)
` [NETFILTER]: Move extensions' arguments into compound structure (2/2)

iptables not working with monolithic 2.6.26.5 kernel on ARM
 2008-10-06 10:09 UTC  (14+ messages)

Alignment problem with ebt_among
 2008-10-06  0:57 UTC  (5+ messages)

Connection Protocol in the state?
 2008-10-05 20:52 UTC  (4+ messages)

nf-next-2.6.git tree updated
 2008-10-05 14:00 UTC  (4+ messages)

Expectation not quite up to where I want it
 2008-10-04 22:36 UTC 


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