All of lore.kernel.org
 help / color / mirror / Atom feed
* [NETFILTER 00/04]: Netfilter Update
@ 2006-03-31  1:09 Patrick McHardy
  2006-03-31  1:09 ` [NETFILTER 01/04]: x_tables: unify IPv4/IPv6 multiport match Patrick McHardy
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Patrick McHardy @ 2006-03-31  1:09 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, Patrick McHardy

Hi Dave,

following are my netfilter patches for 2.6.17. The "fix expectation
notifier unregistration" should go in -stable too, I'll send it
there separately. Please apply.


 include/linux/netfilter/x_tables.h            |   67 +
 include/linux/netfilter/xt_multiport.h        |   30 
 include/linux/netfilter_ipv4/ip_tables.h      |   18 
 include/linux/netfilter_ipv4/ipt_multiport.h  |   31 
 include/linux/netfilter_ipv6/ip6t_multiport.h |   25 
 net/compat.c                                  |    3 
 net/ipv4/netfilter/Kconfig                    |   10 
 net/ipv4/netfilter/Makefile                   |    1 
 net/ipv4/netfilter/ip_conntrack_netlink.c     |    2 
 net/ipv4/netfilter/ip_tables.c                | 1286 +++++++++++++++++++++-----
 net/ipv4/netfilter/ipt_multiport.c            |  195 ---
 net/ipv6/netfilter/Kconfig                    |   10 
 net/ipv6/netfilter/Makefile                   |    1 
 net/ipv6/netfilter/ip6t_multiport.c           |  125 --
 net/netfilter/Kconfig                         |   10 
 net/netfilter/Makefile                        |    1 
 net/netfilter/nf_conntrack_netlink.c          |    6 
 net/netfilter/x_tables.c                      |  113 ++
 net/netfilter/xt_multiport.c                  |  314 ++++++
 19 files changed, 1656 insertions(+), 592 deletions(-)

Dmitry Mishin:
      [NETFILTER]: iptables 32bit compat layer

Martin Josefsson:
      [NETFILTER]: fix ifdef for connmark support in nf_conntrack_netlink
      [NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistration

Yasuyuki Kozakai:
      [NETFILTER]: x_tables: unify IPv4/IPv6 multiport match

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [NETFILTER 00/04]: Netfilter update
@ 2007-05-03  1:25 Patrick McHardy
  0 siblings, 0 replies; 9+ messages in thread
From: Patrick McHardy @ 2007-05-03  1:25 UTC (permalink / raw)
  To: davem; +Cc: netfilter-devel, Patrick McHardy

Hi Dave,

these patches include Herbert's SIP fix, the GRE memory corruption fix,
a change to the DNAT target to accept the port randomization option
and some small bridge netfilter cleanup.

Please apply, thanks.


 include/linux/netfilter/nf_conntrack_proto_gre.h |   18 ---
 include/linux/netfilter_bridge.h                 |   25 ++--
 net/bridge/br_netfilter.c                        |  138 ++++++-----------------
 net/ipv4/netfilter/nf_nat_proto_gre.c            |   20 +--
 net/ipv4/netfilter/nf_nat_rule.c                 |    4 
 net/ipv4/netfilter/nf_nat_sip.c                  |   26 ++++
 6 files changed, 89 insertions(+), 142 deletions(-)

Herbert Xu (1):
      [NETFILTER]: sip: Fix RTP address NAT

Jorge Boncompte (1):
      [NETFILTER]: nf_nat_proto_gre: do not modify/corrupt GREv0 packets through NAT

Patrick McHardy (2):
      [NETFILTER]: ipt_DNAT: accept port randomization option
      [NETFILTER]: bridge netfilter: consolidate header pushing/pulling code

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

end of thread, other threads:[~2007-05-03  1:25 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-31  1:09 [NETFILTER 00/04]: Netfilter Update Patrick McHardy
2006-03-31  1:09 ` [NETFILTER 01/04]: x_tables: unify IPv4/IPv6 multiport match Patrick McHardy
2006-03-31  1:09 ` [NETFILTER 02/04]: fix ifdef for connmark support in nf_conntrack_netlink Patrick McHardy
2006-03-31  1:09 ` [NETFILTER 03/04]: {ip, nf}_conntrack_netlink: fix expectation notifier unregistration Patrick McHardy
2006-03-31  1:09 ` [NETFILTER 04/04]: iptables 32bit compat layer Patrick McHardy
2006-03-31 10:15 ` [NETFILTER 00/04]: Netfilter Update David S. Miller
2006-03-31 10:28   ` Patrick McHardy
2006-03-31 10:32     ` David S. Miller
  -- strict thread matches above, loose matches on Subject: below --
2007-05-03  1:25 [NETFILTER 00/04]: Netfilter update Patrick McHardy

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.