netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] netfilter: netfilter fixes
@ 2010-05-20 16:00 kaber
  2010-05-20 16:00 ` [PATCH 1/3] netfilter: nf_ct_sip: handle non-linear skbs kaber
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kaber @ 2010-05-20 16:00 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, netdev

following are three fixes for netfilter:

- handling of non-linear skbs in the SIP conntrack helper. This fixes tracking
  failures when running on the same machine as a SIP application that is
  producing non-linear skbs. Long term this should be fixed by using the string
  search API, but that is a bigger piece of work.

- fix for a race condition in nf_conntrack that might lead to conntrack entries
  marked as dead entering the hash tables, blocking new connections with similar
  keys.

- a fix for an incorrect comment about the checkentry return conventions.

Please apply or pull from:

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

Thanks!

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

end of thread, other threads:[~2010-05-21  6:12 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-20 16:00 [PATCH 0/3] netfilter: netfilter fixes kaber
2010-05-20 16:00 ` [PATCH 1/3] netfilter: nf_ct_sip: handle non-linear skbs kaber
2010-05-20 16:00 ` [PATCH 2/3] netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_get_next_corpse() kaber
2010-05-20 16:00 ` [PATCH 3/3] netfilter: fix description of expected checkentry return code on xt_target kaber
2010-05-21  6:12 ` [PATCH 0/3] netfilter: netfilter fixes David Miller

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