Linux Netfilter development
 help / color / mirror / Atom feed
 messages from 2008-08-21 22:03:39 to 2008-09-08 03:03:00 UTC [more...]

[PATCH 10/38] netns ct: per-netns expectations
 2008-09-08  3:03 UTC  (26+ messages)
  ` [PATCH 01/33] nf_conntrack_sip: de-static helper pointers
  ` [PATCH 02/33] nf_conntrack_gre: more locking around keymap list
  ` [PATCH 03/33] nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
  ` [PATCH 04/33] Fix {ip,6}_route_me_harder() in netns
  ` [PATCH 05/33] netns ct: per-netns expectations
  ` [PATCH 06/33] netns ct: per-netns unconfirmed list
  ` [PATCH 07/33] netns ct: pass netns pointer to nf_conntrack_in()
  ` [PATCH 08/33] netns ct: pass netns pointer to L4 protocol's ->error hook
  ` [PATCH 09/33] netns ct: per-netns /proc/net/nf_conntrack, /proc/net/stat/nf_conntrack
  ` [PATCH 10/33] netns ct: per-netns /proc/net/nf_conntrack_expect
  ` [PATCH 11/33] netns ct: per-netns /proc/net/ip_conntrack, /proc/net/stat/ip_conntrack, /proc/net/ip_conntrack_expect
  ` [PATCH 12/33] netns ct: export netns list
  ` [PATCH 13/33] netns ct: unregister helper in every netns
  ` [PATCH 14/33] netns ct: cleanup after L3 and L4 proto unregister "
  ` [PATCH 15/33] netns ct: pass conntrack to nf_conntrack_event_cache() not skb
  ` [PATCH 16/33] netns ct: per-netns event cache
  ` [PATCH 17/33] netns ct: final init_net tweaks
  ` [PATCH 19/33] netns ct: per-netns /proc/net/stat/nf_conntrack, /proc/net/stat/ip_conntrack
  ` [PATCH 20/33] netns ct: per-netns net.netfilter.nf_conntrack_count sysctl
  ` [PATCH 21/33] netns ct: per-netns net.netfilter.nf_conntrack_checksum sysctl
  ` [PATCH 22/33] netns ct: per-netns net.netfilter.nf_conntrack_log_invalid sysctl
  ` [PATCH 24/33] netns ct: SIP conntracking in netns

[PATCH 00/04]: Netfilter fixes
 2008-09-08  1:23 UTC  (9+ messages)
` [PATCH 01/04]: netfilter: nf_conntrack_sip: de-static helper pointers
` [PATCH 02/04]: netfilter: nf_conntrack_gre: more locking around keymap list
` [PATCH 03/04]: netfilter: nf_conntrack_gre: nf_ct_gre_keymap_flush() fixlet
` [PATCH 04/04]: netfilter: nf_conntrack_irc: make sure string is terminated before calling simple_strtoul

doc: remove mentions of NAT in ip6tables manpage
 2008-09-07 19:44 UTC 

build: run ldconfig on `make install`
 2008-09-07 16:26 UTC 

[PATCH] tcp FRTO: in-order-only "TCP proxy" fragility workaround
 2008-09-07  8:17 UTC  (45+ messages)

poc: link modules into one .ko
 2008-09-06 22:29 UTC 

Strange icmp nat problem
 2008-09-06 19:51 UTC  (3+ messages)

rfc: DROP returns error
 2008-09-06 17:41 UTC 

[NETFILTER]: Make Ebtables use Xtables infrastructure
 2008-09-06 16:09 UTC  (3+ messages)
` [NETFILTER]: Move ARPREPLY to net/netfilter/ and make it usable from arp_tables
  ` [NETFILTER]: Make BRIDGE_NF_EBTABLES a menuconfig option

Move libipt_recent to libxt_recent
 2008-09-06 15:48 UTC  (2+ messages)
` libxt_recent: add IPv6 support

[PATCH 20/38] netns ct: NOTRACK in netns
 2008-09-05 13:10 UTC  (13+ messages)

[PATCH 21/25] netns ct: per-netns event cache
 2008-09-05 11:34 UTC  (4+ messages)

[PATCH 25/38] netns ct: honest net.netfilter.nf_conntrack_count
 2008-09-04 17:20 UTC  (2+ messages)

[PATCH 24/38] netns ct: per-netns statistics in proc
 2008-09-04 16:59 UTC  (2+ messages)

[PATCH 11/38] netns ct: per-netns unconfirmed hash
 2008-09-04 16:46 UTC  (2+ messages)

[PATCH 09/38] netns ct: per-netns conntrack hash
 2008-09-04 16:31 UTC  (2+ messages)

[PATCH 08/38] netns ct: per-netns conntrack count
 2008-09-04 16:20 UTC  (2+ messages)

[PATCH 07/38] netns ct: add ->ct_net -- pointer from conntrack to netns
 2008-09-04 16:18 UTC  (2+ messages)

[PATCH 06/37] netns ct: add netns boilerplate
 2008-09-04 16:15 UTC  (2+ messages)

[PATCH 05/38] Fix ip{,6}_route_me_harder() in netns
 2008-09-04 16:10 UTC  (2+ messages)

[PATCH 04/38] netns nf: ip6t_REJECT in netns for real
 2008-09-04 16:05 UTC  (2+ messages)

[PATCH 03/38] netns nf: ip6table_mangle in netns for real
 2008-09-04 16:03 UTC  (2+ messages)

[PATCH 02/38] netns nf: ip6table_raw in netns for real
 2008-09-04 16:01 UTC  (2+ messages)

1/7 [NETFILTER]: Use unsigned types for hooknum and pf vars
 2008-09-04 16:01 UTC  (18+ messages)
` 2/7 [NETFILTER]: Rename ipt_recent to xt_recent
` 3/7 [NETFILTER]: xt_recent: IPv6 support
` 4/7 [NETFILTER]: xt_length match, revision 1
` 5/7 [NETFILTER]: Introduce NFPROTO_* constants
` 6/7 [NETFILTER]: Use NFPROTO_* in extensions
` 7/7 [NETFILTER]: Implement NFPROTO_UNSPEC as a wildcard for extensions

[PATCH 01/38] netns nf: remove nf_*_net() wrappers
 2008-09-04 15:56 UTC  (2+ messages)

src: use regular includes
 2008-09-04 15:49 UTC  (6+ messages)
` Update comments

Netfilter development project
 2008-09-04  7:40 UTC  (4+ messages)
    ` high number of rule changes per second (was Re: Netfilter development project)

Does policy routing based on owner-gid really work?
 2008-09-04  6:59 UTC  (6+ messages)

[ULOGD2 0/4] Documentation update
 2008-09-03 20:19 UTC  (5+ messages)
` [ULOGD2 1/4] Update ulogd man page
  ` [ULOGD2 2/4] Suppress unused configuration variable
    ` [ULOGD2 3/4] Sync ulogd doc with code evolution
      ` [ULOGD2 4/4] Author and ML modification

[PATCH] Pkttype match mismatches in OUTPUT chain
 2008-09-03 16:06 UTC  (5+ messages)

Request: Remove duplicate file names in the kernel source
 2008-09-03 13:40 UTC  (5+ messages)

crash in ebtables 2.0.8-2
 2008-09-02 20:01 UTC  (5+ messages)

[update] port knocking match extension
 2008-09-02 18:58 UTC  (4+ messages)

iptables error
 2008-09-02  8:57 UTC  (3+ messages)

Bugzilla mails not working
 2008-09-02  8:34 UTC  (5+ messages)

Xtables-addons 1.5.7 released
 2008-09-02  8:05 UTC  (2+ messages)

+ netfilter-xt_time-gives-a-wrong-monthday-in-a-leap-year.patch added to -mm tree
 2008-09-01 15:32 UTC  (2+ messages)

[Patch] fix one typo
 2008-09-01 13:11 UTC  (4+ messages)

[PATCH] Missing limits.h includes
 2008-09-01 13:08 UTC  (2+ messages)

libxt_recent: do not allow both --set and --rttl
 2008-09-01 12:28 UTC  (4+ messages)
  ` libxt_recent: do allow --rttl for --update

build: prepare make tarball for git 1.6.0
 2008-09-01 12:27 UTC  (2+ messages)

libxt_iprange: fix option names
 2008-09-01 12:19 UTC  (2+ messages)

src: flatten casts in libxt_mac
 2008-09-01 12:18 UTC  (2+ messages)

[PATCH] xtables-addons: ipset: fix semaphore.h include
 2008-08-29  0:24 UTC  (2+ messages)

[PATCH] tcp FRTO: in-order-only "TCP proxy" fragility workaround
 2008-08-26 12:03 UTC  (2+ messages)

i can post a simple e-mail ,but i can not post a patch . why
 2008-08-26  3:26 UTC  (2+ messages)

[PATCH] netfilter: xt_time: never matches a correct monthday in a leap year after 28th 2
 2008-08-26  3:07 UTC 

[PATCH] netfilter: xt_time gives a wrong monthday in a leap year
 2008-08-26  1:03 UTC 

can i send a mail to mailing list
 2008-08-25 14:21 UTC 

Unexpected source address selection in routing
 2008-08-25  6:37 UTC  (4+ messages)

[PATCH] xt_time gives a wrong monthday in a leap year
 2008-08-25  4:32 UTC 

[PATCH 28/38] netns ct: per-netns accounting
 2008-08-24 15:02 UTC  (2+ messages)
` [PATCH 28/38 v2] "

Packet marking based on IP header
 2008-08-24  0:41 UTC  (2+ messages)

PATCH: NATed replies support in cls_flow
 2008-08-22  2:13 UTC 

[PATCH] Enable netfilter in netns
 2008-08-21 22:43 UTC 

[PATCH 38/38] netns nat: PPTP NAT in netns
 2008-08-21 22:10 UTC 

[PATCH 35/38] netns nat: per-netns bysource hash
 2008-08-21 22:10 UTC 

[PATCH 34/38] netns nat: per-netns nat table
 2008-08-21 22:09 UTC 

[PATCH 33/38] netns nat: fix ipt_MASQUERADE in netns
 2008-08-21 22:09 UTC 

[PATCH 37/38] netns nat: fixup DNAT in netns
 2008-08-21 22:10 UTC 

[PATCH 36/38] netns nat: skip every NOTRACKed connection
 2008-08-21 22:10 UTC 

[PATCH 27/38] netns ct: per-netns net.netfilter.ip_conntrack_log_invalid
 2008-08-21 22:08 UTC 

[PATCH 32/38] netns ct: PPTP conntracking in netns
 2008-08-21 22:09 UTC 

[PATCH 31/38] netns ct: GRE conntracking in netns
 2008-08-21 22:09 UTC 

[PATCH 30/38] netns ct: H323 conntracking in netns
 2008-08-21 22:08 UTC 

[PATCH 29/38] netns ct: SIP conntracking in netns
 2008-08-21 22:08 UTC 

[PATCH 26/38] netns ct: per-netns net.netfilter.nf_conntrack_checksum
 2008-08-21 22:07 UTC 

PATCH 19/38] netns ct: cleanup after L3 and L4 proto in every netns
 2008-08-21 22:04 UTC 

[PATCH 23/38] netns ct: per-netns statistics
 2008-08-21 22:05 UTC 

[PATCH 22/38] netns ct: final init_net tweaks
 2008-08-21 22:05 UTC 


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