1
0
Fork 0
mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git synced 2025-01-23 16:53:58 -05:00
linux/net/rds
Ka-Cheong Poon eee2fa6ab3 rds: Changing IP address internal representation to struct in6_addr
This patch changes the internal representation of an IP address to use
struct in6_addr.  IPv4 address is stored as an IPv4 mapped address.
All the functions which take an IP address as argument are also
changed to use struct in6_addr.  But RDS socket layer is not modified
such that it still does not accept IPv6 address from an application.
And RDS layer does not accept nor initiate IPv6 connections.

v2: Fixed sparse warnings.

Signed-off-by: Ka-Cheong Poon <ka-cheong.poon@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2018-07-23 21:17:44 -07:00
..
af_rds.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
bind.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
cong.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
connection.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib.h rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib_cm.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib_fmr.c
ib_frmr.c
ib_mr.h
ib_rdma.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib_recv.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib_ring.c
ib_send.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
ib_stats.c
ib_sysctl.c
info.c treewide: kmalloc() -> kmalloc_array() 2018-06-12 16:19:22 -07:00
info.h
Kconfig IB: Revert "remove redundant INFINIBAND kconfig dependencies" 2018-05-28 10:40:16 -06:00
loop.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
loop.h rds: clean up loopback rds_connections on netns deletion 2018-06-27 10:11:03 +09:00
Makefile
message.c
page.c
rdma.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
rdma_transport.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
rdma_transport.h
rds.h rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
rds_single_path.h
recv.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
send.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
stats.c
sysctl.c
tcp.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
tcp.h
tcp_connect.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
tcp_listen.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
tcp_recv.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
tcp_send.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
tcp_stats.c
threads.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00
transport.c rds: Changing IP address internal representation to struct in6_addr 2018-07-23 21:17:44 -07:00