lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Wed, 13 Aug 2014 14:39:01 +0300
From:	Eli Cohen <eli@....mellanox.co.il>
To:	roland@...nel.org, davem@...emloft.net
Cc:	netdev@...r.kernel.org, rdma@...r.kernel.org, amirv@...lanox.com,
	yevgenyp@...lanox.com, Eli Cohen <eli@...lanox.com>
Subject: [PATCH net-next 00/10] IB core and mlx5 changes

Hi Roland and Dave,
Following are patches that extend IB verbs to support extended capabilities and
extended atomic operations which further extend the operations introduced for
ConnectX. There are also some bug fixes and also first introduction to using a
set of macros to set/get values from command mailboxes based on a special
header file that describes hardware registers layout.

I am sending to net-next since these patches heavily depend on commit
9603b61de1eee ("mlx5: Move pci device handling from mlx5_ib to mlx5_core")
which is available in net-next but not yet in ib-next.

Eli Cohen (10):
  IB/core: Add support for extended query device caps
  IB/mlx5: Add support for extended query device
  mlx5: Use hardware registers description header file
  IB/mlx5: Remove duplicate code from mlx5_set_path
  IB/core: Define big endian response for atomic operations
  IB/mlx5: Add extended atomic support
  IB/mlx4: Add extended atomic support
  IB/mlx5: Clear umr resources after ib_unregister_device
  IB/mlx5: Improve debug prints in mlx5_ib_reg_user_mr
  IB/core: Avoid leakage from kernel to user space

 drivers/infiniband/core/uverbs.h               |    1 +
 drivers/infiniband/core/uverbs_cmd.c           |  142 +-
 drivers/infiniband/core/uverbs_main.c          |    4 +-
 drivers/infiniband/hw/mlx4/main.c              |    3 +
 drivers/infiniband/hw/mlx5/cq.c                |    8 +-
 drivers/infiniband/hw/mlx5/mad.c               |    2 +-
 drivers/infiniband/hw/mlx5/main.c              |  154 +-
 drivers/infiniband/hw/mlx5/mr.c                |    6 +-
 drivers/infiniband/hw/mlx5/qp.c                |  115 +-
 drivers/infiniband/hw/mlx5/srq.c               |    6 +-
 drivers/net/ethernet/mellanox/mlx5/core/cmd.c  |   35 +
 drivers/net/ethernet/mellanox/mlx5/core/eq.c   |    2 +-
 drivers/net/ethernet/mellanox/mlx5/core/fw.c   |  102 +-
 drivers/net/ethernet/mellanox/mlx5/core/main.c |  199 +-
 drivers/net/ethernet/mellanox/mlx5/core/uar.c  |    4 +-
 include/linux/mlx5/device.h                    |   99 +-
 include/linux/mlx5/driver.h                    |   85 +-
 include/linux/mlx5/mlx5_ifc.h                  | 4389 ++++++++++++++++++++++++
 include/rdma/ib_verbs.h                        |   10 +-
 include/uapi/rdma/ib_user_verbs.h              |   64 +-
 20 files changed, 5147 insertions(+), 283 deletions(-)
 create mode 100644 include/linux/mlx5/mlx5_ifc.h

-- 
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists