netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] netfilter: netfilter fixes
@ 2010-09-22  7:17 kaber
  2010-09-22  7:17 ` [PATCH 1/6] netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets kaber
                   ` (6 more replies)
  0 siblings, 7 replies; 11+ messages in thread
From: kaber @ 2010-09-22  7:17 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, netdev

Hi Dave,

the following patches against net-2.6.git fix a few netfilter problems:

- tproxy is not properly handling time-wait sockets, from Eric

- a fix for use of an uninitizalized variable in the TCP SIP tracking,
  from Simon

- a fix for TCP RST routing with bridges, from Changli

- a fix for a RCU race in nf_ct_ext_create(), from Eric

- a checksum calculation fix for the SNMP NAT helper, from myself,
  based on a patch from Clark Weng and Stephen

- a fix for incorrectly skipped conntrack defragmentation with the tun
  driver. from Jiri Olsa

Please apply or pull from:

git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-2.6.git master

Thanks!

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2010-09-23  3:49 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-22  7:17 [PATCH 0/6] netfilter: netfilter fixes kaber
2010-09-22  7:17 ` [PATCH 1/6] netfilter: tproxy: nf_tproxy_assign_sock() can handle tw sockets kaber
2010-09-22  7:17 ` [PATCH 2/6] netfilter: nf_ct_sip: default to NF_ACCEPT in sip_help_tcp() kaber
2010-09-22  7:17 ` [PATCH 3/6] netfilter: fix ipt_REJECT TCP RST routing for indev == outdev kaber
2010-09-22  7:17 ` [PATCH 4/6] netfilter: fix a race in nf_ct_ext_create() kaber
2010-09-22  7:23   ` Eric Dumazet
2010-09-22  7:28     ` Patrick McHardy
2010-09-22  7:17 ` [PATCH 5/6] netfilter: nf_nat_snmp: fix checksum calculation (v4) kaber
2010-09-22  7:17 ` [PATCH 6/6] netfilter: nf_conntrack_defrag: check socket type before touching nodefrag flag kaber
2010-09-22 20:12 ` [PATCH 0/6] netfilter: netfilter fixes David Miller
2010-09-23  3:49   ` Patrick McHardy

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