All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 00/04]: Netfilter fixes
@ 2006-11-14  7:03 Patrick McHardy
  2006-11-14  7:03 ` [NETFILTER 01/04]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL Patrick McHardy
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Patrick McHardy @ 2006-11-14  7:03 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, Patrick McHardy

Hi Dave,

following a few netfilter fixes for 2.6.19, fixing invalid use of skb_trim
in netfilter userspace queueing, conflicting optname values for ip6tables
revision support and another byteorder problem in nfnetlink_log.

Please apply, thanks.


 include/linux/in6.h                       |   12 +++++++++++-
 include/linux/netfilter/x_tables.h        |   16 ----------------
 include/linux/netfilter_arp/arp_tables.h  |   25 +++++++++++++------------
 include/linux/netfilter_ipv4/ip_tables.h  |   27 +++++++++++++++------------
 include/linux/netfilter_ipv6/ip6_tables.h |   27 +++++++++++++++------------
 net/ipv4/netfilter/ip_queue.c             |    7 ++++---
 net/ipv6/netfilter/ip6_queue.c            |    7 ++++---
 net/ipv6/netfilter/ip6_tables.c           |    2 +-
 net/netfilter/nfnetlink_log.c             |    2 +-
 net/netfilter/nfnetlink_queue.c           |    7 ++++---
 10 files changed, 68 insertions(+), 64 deletions(-)

Patrick McHardy:
      [NETFILTER]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL
      [NETFILTER]: Use pskb_trim in {ip,ip6,nfnetlink}_queue
      [NETFILTER]: ip6_tables: use correct nexthdr value in ipv6_find_hdr()

Yasuyuki Kozakai:
      [NETFILTER]: ip6_tables: fixed conflicted optname for getsockopt

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

end of thread, other threads:[~2006-11-15  3:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-14  7:03 [NETFILTER 00/04]: Netfilter fixes Patrick McHardy
2006-11-14  7:03 ` [NETFILTER 01/04]: nfnetlink_log: fix byteorder of NFULA_SEQ_GLOBAL Patrick McHardy
2006-11-14  7:03 ` [NETFILTER 02/04]: Use pskb_trim in {ip,ip6,nfnetlink}_queue Patrick McHardy
2006-11-14  7:03 ` [NETFILTER 03/04]: ip6_tables: fixed conflicted optname for getsockopt Patrick McHardy
2006-11-14  7:03 ` [NETFILTER 04/04]: ip6_tables: use correct nexthdr value in ipv6_find_hdr() Patrick McHardy
2006-11-15  3:49 ` [NETFILTER 00/04]: 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.