All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 00/09]: Netfilter fixes
@ 2008-03-10 18:26 Patrick McHardy
  2008-03-10 18:26 ` [NETFILTER 01/09]: nfnetlink: fix ifdef in nfnetlink_compat.h Patrick McHardy
                   ` (9 more replies)
  0 siblings, 10 replies; 11+ messages in thread
From: Patrick McHardy @ 2008-03-10 18:26 UTC (permalink / raw)
  To: davem; +Cc: Patrick McHardy, netfilter-devel

Hi Dave,

these patches contain some netfilter fixes for 2.6.25, fixing undersized
skb allocation and incorrect EPERM errors in nfnetlink_queue and
nfnetlink_log, an xt_time bug that causes mismatches on Sundays, a
missing newline in a conntrack message and the "horrible hack" in
ct_extend.

Please apply, thanks.


 include/linux/netfilter/nfnetlink_compat.h  |    2 +-
 include/net/netfilter/nf_conntrack_extend.h |    1 -
 net/netfilter/nf_conntrack_expect.c         |    2 +-
 net/netfilter/nf_conntrack_extend.c         |   19 ++-------------
 net/netfilter/nf_queue.c                    |    2 +-
 net/netfilter/nfnetlink_log.c               |   32 ++++++++++++++------------
 net/netfilter/nfnetlink_queue.c             |   17 ++++----------
 net/netfilter/xt_time.c                     |    7 ++++-
 8 files changed, 33 insertions(+), 49 deletions(-)

Alexey Dobriyan (1):
      [NETFILTER]: nf_conntrack: add \n to "expectation table full" message

Andrew Schulman (1):
      [NETFILTER]: xt_time: fix failure to match on Sundays

Eric Leblond (2):
      [NETFILTER]: nfnetlink_queue: fix computation of allocated size for netlink skb.
      [NETFILTER]: nfnetlink_log: fix computation of netlink skb size

Patrick McHardy (4):
      [NETFILTER]: nfnetlink: fix ifdef in nfnetlink_compat.h
      [NETFILTER]; nfnetlink_log: fix EPERM when binding/unbinding and instance 0 exists
      [NETFILTER]: nfnetlink_queue: fix EPERM when binding/unbinding and instance 0 exists
      [NETFILTER]: nf_queue: don't return error when unregistering a non-existant handler

Pekka Enberg (1):
      [NETFILTER]: nf_conntrack: replace horrible hack with ksize()

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

end of thread, other threads:[~2008-03-10 23:45 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 18:26 [NETFILTER 00/09]: Netfilter fixes Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 01/09]: nfnetlink: fix ifdef in nfnetlink_compat.h Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 02/09]: nfnetlink_queue: fix computation of allocated size for netlink skb Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 03/09]: nfnetlink_log: fix computation of netlink skb size Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 04/09]: xt_time: fix failure to match on Sundays Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 05/09]: nf_conntrack: add \n to "expectation table full" message Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 06/09]: nf_conntrack: replace horrible hack with ksize() Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 07/09]: nfnetlink_log: fix EPERM when binding/unbinding and instance 0 exists Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 08/09]: nfnetlink_queue: " Patrick McHardy
2008-03-10 18:26 ` [NETFILTER 09/09]: nf_queue: don't return error when unregistering a non-existant handler Patrick McHardy
2008-03-10 23:45 ` [NETFILTER 00/09]: Netfilter fixes David Miller

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.