* [PATCH - net-2.6.24 1/2] Introduce and use print_ip
@ 2007-09-20 6:53 Joe Perches
2007-09-20 14:16 ` Thomas Graf
0 siblings, 1 reply; 2+ messages in thread
From: Joe Perches @ 2007-09-20 6:53 UTC (permalink / raw)
To: netdev; +Cc: David Miller, Jeff Garzik, Andrew Morton
This removes the uses of NIPQUAD and HIPQUAD in
drivers/net and net
IPV4 Use:
DECLARE_IP_BUF(ipbuf);
__be32 addr;
print_ip(ipbuf, addr)
Signed-off-by: Joe Perches <joe@perches.com>
please pull from:
git pull http://repo.or.cz/r/linux-2.6/trivial-mods.git print_ipv4
stats for print_ipv4:
--
drivers/net/bonding/bond_main.c | 35 +++++++-----
drivers/net/bonding/bond_sysfs.c | 31 ++++++-----
include/linux/ip.h | 8 +++
include/net/ip_vs.h | 36 +++++++------
include/net/sctp/sctp.h | 5 +-
net/atm/clip.c | 5 +-
net/atm/mpc.c | 28 ++++++----
net/atm/mpoa_caches.c | 20 +++++---
net/bridge/netfilter/ebt_log.c | 21 ++++----
net/core/netpoll.c | 15 +++--
net/core/utils.c | 14 +++++
net/dccp/ipv4.c | 10 ++--
net/dccp/probe.c | 14 +++--
net/ipv4/af_inet.c | 8 ++-
net/ipv4/arp.c | 9 ++--
net/ipv4/fib_trie.c | 7 ++-
net/ipv4/icmp.c | 26 +++++----
net/ipv4/ip_fragment.c | 5 +-
net/ipv4/ip_input.c | 8 ++-
net/ipv4/ipcomp.c | 5 +-
net/ipv4/ipconfig.c | 46 +++++++++-------
net/ipv4/ipvs/ip_vs_conn.c | 63 ++++++++++++++--------
net/ipv4/ipvs/ip_vs_core.c | 51 +++++++++++-------
net/ipv4/ipvs/ip_vs_ctl.c | 35 +++++++-----
net/ipv4/ipvs/ip_vs_dh.c | 10 ++--
net/ipv4/ipvs/ip_vs_ftp.c | 19 ++++---
net/ipv4/ipvs/ip_vs_lblc.c | 14 +++--
net/ipv4/ipvs/ip_vs_lblcr.c | 34 +++++++-----
net/ipv4/ipvs/ip_vs_lc.c | 5 +-
net/ipv4/ipvs/ip_vs_nq.c | 5 +-
net/ipv4/ipvs/ip_vs_proto.c | 20 ++++---
net/ipv4/ipvs/ip_vs_proto_ah.c | 24 +++++---
net/ipv4/ipvs/ip_vs_proto_esp.c | 24 +++++---
net/ipv4/ipvs/ip_vs_proto_tcp.c | 20 ++++---
net/ipv4/ipvs/ip_vs_proto_udp.c | 10 ++--
net/ipv4/ipvs/ip_vs_rr.c | 5 +-
net/ipv4/ipvs/ip_vs_sed.c | 5 +-
net/ipv4/ipvs/ip_vs_sh.c | 10 ++--
net/ipv4/ipvs/ip_vs_sync.c | 5 +-
net/ipv4/ipvs/ip_vs_wlc.c | 5 +-
net/ipv4/ipvs/ip_vs_wrr.c | 5 +-
net/ipv4/ipvs/ip_vs_xmit.c | 16 +++---
net/ipv4/netfilter/arp_tables.c | 20 ++++---
net/ipv4/netfilter/ip_tables.c | 19 ++++---
net/ipv4/netfilter/ipt_CLUSTERIP.c | 16 +++---
net/ipv4/netfilter/ipt_LOG.c | 10 ++--
net/ipv4/netfilter/ipt_SAME.c | 21 +++++---
net/ipv4/netfilter/ipt_iprange.c | 21 ++++----
net/ipv4/netfilter/ipt_recent.c | 5 +-
net/ipv4/netfilter/nf_conntrack_l3proto_ipv4.c | 20 ++++---
net/ipv4/netfilter/nf_nat_ftp.c | 3 +-
net/ipv4/netfilter/nf_nat_h323.c | 68 ++++++++++++++---------
net/ipv4/netfilter/nf_nat_irc.c | 5 +-
net/ipv4/netfilter/nf_nat_rule.c | 16 ++++--
net/ipv4/netfilter/nf_nat_sip.c | 12 +++--
net/ipv4/netfilter/nf_nat_snmp_basic.c | 13 +++--
net/ipv4/route.c | 58 +++++++++++++--------
net/ipv4/tcp_input.c | 5 +-
net/ipv4/tcp_ipv4.c | 25 +++++----
net/ipv4/tcp_probe.c | 8 ++-
net/ipv4/tcp_timer.c | 5 +-
net/ipv4/udp.c | 14 +++--
net/ipv6/netfilter/ip6t_LOG.c | 9 ++-
net/netfilter/nf_conntrack_ftp.c | 10 ++--
net/netfilter/nf_conntrack_irc.c | 18 ++++---
net/netfilter/xt_hashlimit.c | 10 ++--
net/rxrpc/af_rxrpc.c | 7 ++-
net/rxrpc/ar-error.c | 5 +-
net/rxrpc/ar-local.c | 19 ++++---
net/rxrpc/ar-peer.c | 9 ++--
net/rxrpc/ar-proc.c | 23 +++++---
net/rxrpc/ar-transport.c | 17 ++++--
net/rxrpc/rxkad.c | 4 +-
net/sctp/protocol.c | 26 ++++++---
net/sctp/sm_statefuns.c | 6 +-
net/sunrpc/clnt.c | 6 ++-
net/sunrpc/rpcb_clnt.c | 8 ++-
net/sunrpc/svcsock.c | 16 ++++--
net/sunrpc/xprtsock.c | 15 +++--
net/xfrm/xfrm_policy.c | 9 ++-
82 files changed, 805 insertions(+), 525 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH - net-2.6.24 1/2] Introduce and use print_ip
2007-09-20 6:53 [PATCH - net-2.6.24 1/2] Introduce and use print_ip Joe Perches
@ 2007-09-20 14:16 ` Thomas Graf
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Graf @ 2007-09-20 14:16 UTC (permalink / raw)
To: Joe Perches; +Cc: netdev, David Miller, Jeff Garzik, Andrew Morton
* Joe Perches <joe@perches.com> 2007-09-19 23:53
> This removes the uses of NIPQUAD and HIPQUAD in
> drivers/net and net
>
> IPV4 Use:
>
> DECLARE_IP_BUF(ipbuf);
> __be32 addr;
> print_ip(ipbuf, addr)
>
> Signed-off-by: Joe Perches <joe@perches.com>
>
> please pull from:
> git pull http://repo.or.cz/r/linux-2.6/trivial-mods.git print_ipv4
Including a patch for review would be helpful.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-09-20 14:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-20 6:53 [PATCH - net-2.6.24 1/2] Introduce and use print_ip Joe Perches
2007-09-20 14:16 ` Thomas Graf
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).