netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2007-12-04 15:40:37 to 2007-12-17 23:47:11 UTC [more...]

[NETFILTER 00/64]: Netfilter update
 2007-12-17 23:47 UTC  (43+ messages)
` [NETFILTER 01/64]: ip_tables: kill useless wrapper
` [NETFILTER 02/64]: ip_tables: reformat compat code
` [NETFILTER 03/64]: x_tables: make xt_compat_match_from_user usable in iterator macros
` [NETFILTER 04/64]: {ip,ip6,arp}_tables: consolidate "
` [NETFILTER 05/64]: ip_tables: account for struct ipt_entry/struct compat_ipt_entry size diff
` [NETFILTER 06/64]: ip_tables: fix compat types
` [NETFILTER 07/64]: ip_tables: move compat offset calculation to x_tables
` [NETFILTER 08/64]: ip6_tables: kill a few useless defines/forward declarations
` [NETFILTER 09/64]: ip6_tables: move entry, match and target checks to seperate functions
` [NETFILTER 10/64]: ip6_tables: use vmalloc_node()
` [NETFILTER 11/64]: ip6_tables: move counter allocation to seperate function
` [NETFILTER 12/64]: ip6_tables: move IP6T_SO_GET_INFO handling "
` [NETFILTER 13/64]: ip6_tables: resync get_entries() with ip_tables
` [NETFILTER 14/64]: ip6_tables: add compat support
` [NETFILTER 15/64]: x_tables: enable compat translation for IPv6 matches/targets
` [NETFILTER 16/64]: xt_MARK: support revision 1 for IPv6
` [NETFILTER 17/64]: xt_MARK: add compat support for revision 0
` [NETFILTER 18/64]: {ip,ip6}_tables: reformat to eliminate differences
` [NETFILTER 19/64]: {ip,ip6}_tables: fix format strings
` [NETFILTER 20/64]: ip6_tables: fix stack leagage
` [NETFILTER 21/64]: ip6_tables: use raw_smp_processor_id() in do_add_counters()
` [NETFILTER 22/64]: ip_tables: remove ipchains compatibility hack
` [NETFILTER 23/64]: ip6_tables: use XT_ALIGN
` [NETFILTER 24/64]: arp_tables: remove obsolete standard_check function
` [NETFILTER 25/64]: arp_tables: use XT_ALIGN
` [NETFILTER 26/64]: arp_tables: use vmalloc_node()
` [NETFILTER 27/64]: arp_tables: remove ipchains compat hack
` [NETFILTER 28/64]: arp_tables: move entry and target checks to seperate functions
` [NETFILTER 29/64]: arp_tables: move counter allocation to seperate function
` [NETFILTER 30/64]: arp_tables: move ARPT_SO_GET_INFO handling "
` [NETFILTER 31/64]: arp_tables: resync get_entries() with ip_tables
` [NETFILTER 32/64]: arp_tables: add compat support
` [NETFILTER 33/64]: xt_TCPMSS: don't allow netfilter --setmss to increase mss
` [NETFILTER 34/64]: ctnetlink: add support for NAT sequence adjustments
` [NETFILTER 35/64]: ctnetlink: add support for master tuple event notification and dumping
` [NETFILTER 36/64]: ctnetlink: add support for secmark
` [NETFILTER 37/64]: nf_conntrack_sctp: add ctnetlink support
` [NETLINK 38/64]: Add NLA_PUT_BE16/nla_get_be16()
` [NETFILTER 39/64]: ctnetlink: use netlink attribute helpers
` [NETFILTER 40/64]: ctnetlink: fix expectation timeout dumping
` [NETFILTER 41/64]: nf_nat_proto_gre: add missing module reference
` [NETFILTER 42/64]: nf_nat: mark NAT protocols const

[RFC][PATCH] Per-conntrack timeout target v3
 2007-12-17 22:01 UTC  (5+ messages)

[PATCH] net/ipv4/: Spelling fixes
 2007-12-17 19:40 UTC  (8+ messages)
` [PATCH] net/netfilter/: "

[PATCH] net/ipv4/netfilter/ip_tables.c: remove some inlines
 2007-12-17 14:47 UTC 

[NETFILTER] xt_hashlimit : speedups hash_dst()
 2007-12-17 14:15 UTC  (12+ messages)

[PATCH 1/7] Use %u format specifiers
 2007-12-17 13:44 UTC  (35+ messages)
` [PATCH 2/7] Introduce nf_inet_address
` [PATCH 3/7] xt_connlimit rev 1
    ` [PATCH 3/7] Let xt_connlimit use nf_inet_addr
` [PATCH 4/7] xt_mark match rev 1
` [PATCH 5/7] xt_MARK target rev 2
` [PATCH 6/7] xt_connmark rev 1
` [PATCH 7/7] xt_CONNMARK "

Information on proc entries for nf_conntrack and xt_conntrack
 2007-12-17 13:01 UTC 

[PATCH] Change xt_TOS v1 target to zero-out semantic
 2007-12-17 13:13 UTC  (4+ messages)

[NETFILTER] xt_hashlimit : Can generate better code if only IPV4 needed
 2007-12-17 13:11 UTC  (3+ messages)

[PATCH net-2.6.25 5/8] net/netfilter: Use ipv4_is_<type>
 2007-12-16 21:46 UTC  (4+ messages)

Patchsets overview
 2007-12-15 16:20 UTC 

[BUG?] ip6tables: 32bit userspace doesn't work with 64bit kernel
 2007-12-14 20:19 UTC  (6+ messages)

iptables -> can't initialize iptables table `filter': Bad file descriptor
 2007-12-14 12:39 UTC  (25+ messages)

iptables 1.4.0 will be released shortly
 2007-12-14  5:26 UTC 

How to duplicate packets in PRE_ROUTING hook and send it to multiple machines in simpe way
 2007-12-13 17:55 UTC  (3+ messages)

[NETFILTER]: bridge: fix missing link layer headers on outgoing routed packets
 2007-12-13 17:32 UTC  (2+ messages)

libipq NAT causes RSTs
 2007-12-13 17:26 UTC 

Wrong ethernet headers after double postrouting fix
 2007-12-13 16:55 UTC  (4+ messages)

[patch 36/60] nf_nat: fix memset error
 2007-12-13  6:52 UTC  (2+ messages)
  ` [patch 37/60] netfilter: Fix kernel panic with REDIRECT target

[patch 07/36] nf_nat: fix memset error
 2007-12-13  6:34 UTC 

[NETFILTER 00/02]: Netfilter fixes
 2007-12-12 18:35 UTC  (5+ messages)
` [NETFILTER 01/02]: ctnetlink: set expected bit for related conntracks
` [NETFILTER 02/02]: ip_tables: fix compat copy race

[PATCH] Parenthesize macro parameters
 2007-12-12  9:19 UTC  (2+ messages)

[PATCH 0/5] ctnetlink updates
 2007-12-12  9:03 UTC  (2+ messages)

[PATCH 5/5] Add support for secmark
 2007-12-12  8:34 UTC  (5+ messages)

[PATCH 3/5] Add support for master tuple event notification and dumping
 2007-12-12  8:32 UTC  (2+ messages)

[PATCH 1/5] Add support for NAT sequence adjustments
 2007-12-12  8:29 UTC  (5+ messages)

[NETFILTER -stable]: nf_nat: fix memset error
 2007-12-12  0:33 UTC  (3+ messages)
` patch nf_nat-fix-memset-error.patch queued to -stable tree

[NETFILTER -stable]: Fix kernel panic with REDIRECT target
 2007-12-12  0:01 UTC  (2+ messages)
` patch netfilter-fix-kernel-panic-with-redirect-target.patch queued to -stable tree

Setting source routing option using netfilter
 2007-12-11 23:35 UTC 

libnl netfilter log
 2007-12-10  0:53 UTC  (6+ messages)

[PATCH 4/5] Set expected bit for related conntracks
 2007-12-09 19:17 UTC  (2+ messages)

[PATCH 2/5] Add support for SCTP
 2007-12-09 19:13 UTC  (3+ messages)

conntrack/libnetfilter_conntrack build warnings/errors
 2007-12-09 17:25 UTC  (2+ messages)

[PATCH net-2.6.25] Add packet filtering based on process'ssecurity context
 2007-12-09 16:05 UTC  (3+ messages)

[PATCH] More safe chain sorting, improving r7098
 2007-12-08 22:59 UTC 

[PATCH] netfilter_queue: byte order of mark
 2007-12-08  3:05 UTC  (2+ messages)

NF [PATCH 1/4] xt_owner
 2007-12-06  9:54 UTC  (8+ messages)
` NF [PATCH 2/4] xt_TEE
        ` nf_inet_address (was: NF [PATCH 2/4] xt_TEE)
            ` nf_inet_address

[NETFILTER 00/49]: Netfilter update
 2007-12-05  9:35 UTC  (2+ messages)

[PATCH] don't allow netfilter --setmss to increase mss
 2007-12-05  8:37 UTC  (2+ messages)


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