| Commit message (Expand) | Author | Age | Files | Lines |
* | machine/stdarg.h -> sys/stdarg.h | Brooks Davis | 2025-06-11 | 1 | -1/+1 |
* | krping: Stop checking for failures from malloc(M_WAITOK) | Zhenlei Huang | 2024-09-03 | 1 | -6/+1 |
* | irdma: Convert to IfAPI | Justin Hibbits | 2023-04-25 | 1 | -1/+1 |
* | krping: Use get_cyclecount for get_cycles. | John Baldwin | 2023-03-08 | 1 | -7/+1 |
* | powerpc64*: port mlx5, OFED, KTLS and krping | Piotr Kubaj | 2023-02-26 | 1 | -0/+4 |
* | Revert "powerpc64*: port mlx5, OFED, KTLS and krping" | Piotr Kubaj | 2023-02-25 | 1 | -4/+0 |
* | powerpc64*: port mlx5, OFED, KTLS and krping | Piotr Kubaj | 2023-02-25 | 1 | -0/+4 |
* | krping: Remove unused variable. | John Baldwin | 2022-04-08 | 1 | -2/+1 |
* | modules: increase MAXMODNAME and provide backward compat | Bjoern A. Zeeb | 2021-12-09 | 1 | -1/+1 |
* | ibcore: Declare ib_post_send() and ib_post_recv() arguments const | Hans Petter Selasky | 2021-07-12 | 1 | -19/+23 |
* | Fix memory leaks in error paths in krping. | Hans Petter Selasky | 2021-01-08 | 1 | -23/+29 |
* | Improve error message printing in krping. | Hans Petter Selasky | 2020-12-28 | 1 | -5/+4 |
* | Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many) | Pawel Biernacki | 2020-02-26 | 1 | -1/+2 |
* | Correct MR length field to be 64-bit in ibcore. | Hans Petter Selasky | 2019-11-15 | 1 | -1/+1 |
* | Notify all sleeping threads of device removal in krping. | Hans Petter Selasky | 2019-10-02 | 3 | -0/+24 |
* | krping: Fix for memory leak in error case. | Slava Shwartsman | 2018-12-05 | 1 | -2/+4 |
* | Add proper support for VIMAGE to krping. | Hans Petter Selasky | 2018-09-06 | 1 | -1/+1 |
* | Add support for setting type of service, TOS, for outgoing RDMA connections | Hans Petter Selasky | 2018-05-15 | 1 | -0/+10 |
* | Exit krping on device removal to avoid endless hang situation. | Hans Petter Selasky | 2018-03-23 | 1 | -0/+2 |
* | Compile fixes for 32-bit architectures. | Hans Petter Selasky | 2017-11-24 | 1 | -1/+1 |
* | Add full support for specifying IPv6 addresses to krping. | Hans Petter Selasky | 2017-11-15 | 1 | -5/+37 |
* | Set length of socket address in krping(). Else sobind() will fail with EINVAL. | Hans Petter Selasky | 2017-07-26 | 1 | -0/+2 |
* | Merge ^/head r319973 through 321382. | Hans Petter Selasky | 2017-07-23 | 1 | -0/+1 |
|\ |
|
| * | Avoid including list.h in LinuxKPI headers. | Mark Johnston | 2017-06-18 | 1 | -0/+1 |
* | | Initial RoCE/infiniband kernel update to Linux v4.9. | Hans Petter Selasky | 2017-06-15 | 3 | -1684/+479 |
|/ |
|
* | krping: Allow the underlying ib_device to handle DMA mappings. | Navdeep Parhar | 2016-10-24 | 1 | -6/+6 |
* | Fix for printf() compile warning when fast_reg.length is 64-bit. | Hans Petter Selasky | 2016-04-22 | 1 | -1/+1 |
* | Send krping output to the log instead of the tty, as is done upstream. | Navdeep Parhar | 2016-04-14 | 3 | -72/+63 |
* | Add fastreg support to krping (ported from upstream). | Navdeep Parhar | 2016-04-12 | 1 | -36/+1027 |
* | krping wasn't designed to take more than one client. Fail any connect | Navdeep Parhar | 2016-03-29 | 1 | -2/+7 |
* | Fix crash in krping when run as a client due to NULL pointer access. | Hans Petter Selasky | 2016-03-16 | 1 | -0/+1 |
* | Have krping use IB_ACCESS_LOCAL_WRITE because it's required for remote | Navdeep Parhar | 2016-01-05 | 1 | -2/+5 |
* | Rename linuxapi[.ko] into linuxkpi[.ko], to reflect that it is a | Hans Petter Selasky | 2015-10-22 | 1 | -1/+1 |
* | Update the infiniband stack to Mellanox's OFED version 2.1. | Hans Petter Selasky | 2015-02-17 | 1 | -9/+9 |
* | Add missing linuxapi module dependencies and always use the FreeBSD | Hans Petter Selasky | 2015-01-19 | 1 | -0/+2 |
* | krping: In verbose mode print only first 128 bytes of krping data. | Navdeep Parhar | 2014-10-27 | 1 | -5/+21 |
* | Update the OFED Linux compatibility layer and | Hans Petter Selasky | 2014-10-15 | 1 | -1/+0 |
* | - Update the OFED Linux Emulation layer as a preparation for a | Hans Petter Selasky | 2014-08-27 | 1 | -2/+0 |
* | Update krping to the latest upstream code. Move all the FreeBSD | Navdeep Parhar | 2013-10-14 | 4 | -708/+1173 |
* | Delete all of the old RDMA code (except krping, which was switched to | Navdeep Parhar | 2013-10-14 | 27 | -13178/+0 |
* | Update OFED to Linux 3.7 and update Mellanox drivers. | Alfred Perlstein | 2013-09-29 | 1 | -15/+59 |
* | Assorted fixes to krping. Disconnect the rest of sys/contrib/rdma from | Navdeep Parhar | 2013-08-23 | 3 | -7/+22 |
* | Revert previous commit... | Kevin Lo | 2012-10-10 | 4 | -4/+4 |
* | Prefer NULL over 0 for pointers | Kevin Lo | 2012-10-09 | 4 | -4/+4 |
* | Fix an obvious typo. | Pawel Jakub Dawidek | 2012-09-22 | 1 | -1/+1 |
* | - Updated TOE support in the kernel. | Navdeep Parhar | 2012-06-19 | 5 | -16/+49 |
* | Fix the following compilation warnings in sys/contrib/rdma/rdma_cma.c: | Dimitry Andric | 2012-04-20 | 1 | -1/+1 |
* | In sys/contrib/rdma/ib_addr.h, bump MAX_ADDR_LEN to 20 bytes (the same | Dimitry Andric | 2012-01-07 | 1 | -1/+1 |
* | Remove the explicit definition of inet_aton() as it was introduced as a | Attilio Rao | 2009-11-12 | 1 | -103/+0 |
* | Merge the remainder of kern_vimage.c and vimage.h into vnet.c and | Robert Watson | 2009-08-01 | 1 | -1/+0 |