Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2008-10-02 09:18:00 to 2008-10-07 19:51:15 UTC [more...]

[net-next PATCH 00/16] Transparent proxying patches, take six
 2008-10-07 19:50 UTC  (22+ messages)
` [net-next PATCH 12/16] Split Netfilter IPv4 defragmentation into a separate module
` [net-next PATCH 13/16] iptables tproxy core
` [net-next PATCH 16/16] Add documentation
    ` [RESEND net-next "
      ` [patch] Update tproxy documentation
` [net-next PATCH 14/16] iptables socket match
` [net-next PATCH 15/16] iptables TPROXY target

[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  (18+ 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)

More patches (read this)
 2008-10-07 13:22 UTC  (44+ 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

[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 

01/11 [NETFILTER]: Ebtables: do centralized size checking
 2008-10-03 13:35 UTC  (25+ messages)
` 02/11 [NETFILTER]: Change return types of check functions for Ebtables extensions
` 03/11 [NETFILTER]: Change return types of match "
` 04/11 [NETFILTER]: Change return types of targets/watchers "
` 05/11 [NETFILTER]: Add dummy members to Ebtables code to ease transition to Xtables
` 06/11 [NETFILTER]: ebt_among: obtain match size through different means
` 07/11 [NETFILTER]: Change Ebtables function signatures to match Xtables's
` 08/11 [NETFILTER]: Move Ebtables to use Xtables
` 09/11 [NETFILTER]: Implement hotdrop for Ebtables
` 10/11 [NETFILTER]: Remove unused Ebtables functions
` 11/11 [NETFILTER]: Remove redundant casts from Ebtables extensions

[PATCH 10/38] netns ct: per-netns expectations
 2008-10-02 10:00 UTC  (6+ messages)
` [PATCH 33/33] Enable netfilter in netns


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