linux/drivers/infiniband/hw/amso1100
Steve Wise 24d44a391f RDMA/cma: Add IPv6 support for iWARP
Modify the type of local_addr and remote_addr fields in struct
iw_cm_id from struct sockaddr_in to struct sockaddr_storage to hold
IPv6 and IPv4 addresses uniformly.

Change the references of local_addr and remote_addr in cxgb4, cxgb3,
nes and amso drivers to match this.  However to be able to actully run
traffic over IPv6, low-level drivers have to add code to support this.

Signed-off-by: Steve Wise <swise@opengridcomputing.com>
Reviewed-by: Sean Hefty <sean.hefty@intel.com>

[ Fix unused variable warnings when INFINIBAND_NES_DEBUG not set.
  - Roland ]

Signed-off-by: Roland Dreier <roland@purestorage.com>
2013-08-12 12:32:31 -07:00
..
Kbuild
Kconfig
c2.c RDMA/amso1100: Use module_pci_driver() to simplify the code 2013-02-15 15:16:10 -08:00
c2.h drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic 2013-04-29 18:28:41 -07:00
c2_ae.c RDMA/cma: Add IPv6 support for iWARP 2013-08-12 12:32:31 -07:00
c2_ae.h
c2_alloc.c
c2_cm.c RDMA/cma: Add IPv6 support for iWARP 2013-08-12 12:32:31 -07:00
c2_cq.c
c2_intr.c
c2_mm.c
c2_mq.c
c2_mq.h
c2_pd.c Drivers: infinband: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
c2_provider.c IB: Use central enum for speed instead of hard-coded values 2012-03-05 09:25:16 -08:00
c2_provider.h
c2_qp.c drivers/infiniband/hw/amso1100: convert to using idr_alloc_cyclic 2013-04-29 18:28:41 -07:00
c2_rnic.c Drivers: infinband: remove __dev* attributes. 2013-01-03 15:57:15 -08:00
c2_status.h
c2_user.h
c2_vq.c
c2_vq.h
c2_wr.h