Mailing List Archive

[NETFILTER 00/04]: Netfilter fixes
Hi Dave,

these patches fix an extraneous ";" in the new u32 match and three minor
bugs in the SIP conntrack helper. Please apply, thanks.


net/ipv4/netfilter/nf_nat_sip.c | 2 +-
net/netfilter/nf_conntrack_sip.c | 8 ++++++--
net/netfilter/xt_u32.c | 2 +-
3 files changed, 8 insertions(+), 4 deletions(-)

Eric Dumazet (1):
[NETFILTER]: netfilter: xt_u32 bug correction

Patrick McHardy (3):
[NETFILTER]: nf_conntrack_sip: check sname != NULL before calling strncmp
[NETFILTER]: nf_conntrack_sip: fix SIP-URI parsing
[NETFILTER]: nf_nat_sip: don't drop short packets