netfilter-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [NET 00/02]: Remove NET_ACT_NAT dependency on NETFILTER
@ 2007-11-29  9:57 Patrick McHardy
  2007-11-29  9:57 ` [NET 01/02]: Move netfilter checksum helpers to net/core/utils.c Patrick McHardy
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Patrick McHardy @ 2007-11-29  9:57 UTC (permalink / raw)
  To: herbert; +Cc: netdev, Patrick McHardy, netfilter-devel

These patches remove the dependency of NET_ACT_NAT on NETFILTER
by moving the netfilter checksum helpers to include/net/checksum
and net/core/utils.c. I didn't find more appropriate locations,
but I'd happily change it if someone suggests something better.


 include/linux/netfilter.h              |   22 ----------------------
 include/net/checksum.h                 |   25 +++++++++++++++++++++++++
 net/core/utils.c                       |   16 ++++++++++++++++
 net/ipv4/netfilter/ipt_ECN.c           |    6 +++---
 net/ipv4/netfilter/ipt_TOS.c           |    2 +-
 net/ipv4/netfilter/ipt_TTL.c           |    4 ++--
 net/ipv4/netfilter/nf_nat_core.c       |    4 ++--
 net/ipv4/netfilter/nf_nat_helper.c     |   20 ++++++++++----------
 net/ipv4/netfilter/nf_nat_proto_icmp.c |    4 ++--
 net/ipv4/netfilter/nf_nat_proto_tcp.c  |    4 ++--
 net/ipv4/netfilter/nf_nat_proto_udp.c  |    6 +++---
 net/netfilter/core.c                   |   16 ----------------
 net/netfilter/xt_TCPMSS.c              |   17 +++++++++--------
 net/sched/Kconfig                      |    1 -
 net/sched/act_nat.c                    |   12 ++++++------
 15 files changed, 81 insertions(+), 78 deletions(-)

Patrick McHardy (2):
      [NET]: Move netfilter checksum helpers to net/core/utils.c
      [NETFILTER]: Convert old checksum helper names

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

end of thread, other threads:[~2007-11-29 14:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-29  9:57 [NET 00/02]: Remove NET_ACT_NAT dependency on NETFILTER Patrick McHardy
2007-11-29  9:57 ` [NET 01/02]: Move netfilter checksum helpers to net/core/utils.c Patrick McHardy
2007-11-29  9:57 ` [NETFILTER 02/02]: Convert old checksum helper names Patrick McHardy
2007-11-29 14:32 ` [NET 00/02]: Remove NET_ACT_NAT dependency on NETFILTER Herbert Xu

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