index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
hw
/
mana
Age
Commit message (
Expand
)
Author
Files
Lines
2026-08-18
Merge rdma branch 'for-rc' into 'for-next'
Jason Gunthorpe
1
-1
/
+1
2026-08-05
RDMA/mana_ib: UC QP support for UAPI
Konstantin Taranov
3
-13
/
+173
2026-08-05
RDMA/mana_ib: unify QP lookup table
Konstantin Taranov
2
-56
/
+71
2026-07-23
RDMA/mana_ib: return PD number to the user
Konstantin Taranov
1
-18
/
+44
2026-07-22
RDMA/mana_ib: drain QP references after partial table insertion
Leon Romanovsky
1
-2
/
+8
2026-07-20
RDMA/mana_ib: Adopt robust udata
Konstantin Taranov
6
-14
/
+83
2026-07-20
RDMA: Use ib_no_udata_io() in query_device callbacks
Leon Romanovsky
1
-2
/
+2
2026-07-14
RDMA: Remove redundant memset() from query_device callbacks
Leon Romanovsky
1
-1
/
+0
2026-07-02
RDMA/mana_ib: initialize err for empty send WR lists
Ruoyu Wang
1
-1
/
+1
2026-06-18
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-25
/
+17
2026-06-09
RDMA/mana_ib: Allocate interrupt contexts on EQs
Long Li
1
-8
/
+35
2026-06-09
net: mana: Create separate EQs for each vPort
Long Li
3
-15
/
+107
2026-06-03
RDMA: Update the query_device() op
Jason Gunthorpe
1
-1
/
+6
2026-05-29
RDMA/umem: Rename ib_umem_get() to ib_umem_get_va()
Jiri Pirko
2
-2
/
+2
2026-05-25
Merge tag 'v7.1-rc5' into rdma.git for-next
Jason Gunthorpe
3
-8
/
+14
2026-05-24
RDMA/mana_ib: Use ib_get_eth_speed for reporting port speed
Shiraz Saleem
1
-2
/
+1
2026-05-19
RDMA/mana_ib: Report max_msg_sz in mana_ib_query_port
Shiraz Saleem
1
-0
/
+1
2026-05-18
RDMA: Convert drivers using sizeof() to ib_respond_udata()
Jason Gunthorpe
1
-12
/
+4
2026-05-18
RDMA: Convert drivers using min to ib_respond_udata()
Jason Gunthorpe
2
-8
/
+4
2026-05-02
RDMA/mana: Fix error unwind in mana_ib_create_qp_rss()
Jason Gunthorpe
1
-1
/
+3
2026-05-02
RDMA/mana: Fix mana_destroy_wq_obj() cleanup in mana_ib_create_qp_rss()
Jason Gunthorpe
1
-5
/
+4
2026-05-02
RDMA/mana: Remove user triggerable WARN_ON() in mana_ib_create_qp_rss()
Jason Gunthorpe
1
-2
/
+3
2026-05-02
RDMA/mana: Validate rx_hash_key_len
Jason Gunthorpe
1
-0
/
+3
2026-04-09
RDMA/mana_ib: Support memory windows
Konstantin Taranov
3
-1
/
+64
2026-03-31
RDMA: Remove redundant = {} for udata req structs
Jason Gunthorpe
3
-3
/
+3
2026-03-31
RDMA: Consolidate patterns with sizeof() to ib_copy_validate_udata_in()
Jason Gunthorpe
2
-26
/
+11
2026-03-31
RDMA: Consolidate patterns with offsetof() to ib_copy_validate_udata_in()
Jason Gunthorpe
1
-7
/
+2
2026-03-30
RDMA/mana_ib: Disable RX steering on RSS QP destroy
Long Li
1
-0
/
+15
2026-03-30
RDMA/mana_ib: cleanup the usage of mana_gd_send_request()
Konstantin Taranov
3
-173
/
+31
2026-02-25
RDMA: Move DMA block iterator logic into dedicated files
Leon Romanovsky
1
-1
/
+1
2026-02-22
Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL uses
Kees Cook
1
-1
/
+1
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
4
-8
/
+8
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
5
-11
/
+10
2026-02-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
4
-3
/
+150
2026-01-27
RDMA/mana_ib: Add device‑memory support
Konstantin Taranov
3
-0
/
+149
2026-01-15
RDMA/mana_ib: Take CQ type from the device type
Konstantin Taranov
1
-3
/
+1
2025-12-17
RDMA/mana_ib: check cqe length for kernel CQs
Konstantin Taranov
1
-0
/
+4
2025-09-21
RDMA: Use %pe format specifier for error pointers
Leon Romanovsky
2
-5
/
+6
2025-09-15
RDMA/mana_ib: Extend modify QP
Shiraz Saleem
2
-2
/
+18
2025-08-13
RDMA/mana_ib: Drain send wrs of GSI QP
Konstantin Taranov
3
-0
/
+32
2025-07-23
RDMA/mana_ib: add support of multiple ports
Konstantin Taranov
3
-55
/
+69
2025-07-23
IB: Extend UVERBS_METHOD_REG_MR to get DMAH
Yishai Hadas
2
-0
/
+10
2025-07-13
RDMA/mana_ib: add additional port counters
Zhiyue Qiu
3
-0
/
+34
2025-07-13
RDMA/mana_ib: Fix DSCP value in modify QP
Shiraz Saleem
1
-1
/
+1
2025-06-12
RDMA/mana_ib: Add device statistics support
Shiraz Saleem
4
-2
/
+93
2025-05-12
RDMA/mana_ib: unify mana_ib functions to support any gdma device
Konstantin Taranov
3
-20
/
+16
2025-05-12
RDMA/mana_ib: Add support of mana_ib for RNIC and ETH nic
Konstantin Taranov
3
-91
/
+132
2025-04-20
RDMA/mana_ib: Add support of 4M, 1G, and 2G pages
Konstantin Taranov
2
-3
/
+8
2025-04-20
RDMA/mana_ib: support of the zero based MRs
Konstantin Taranov
1
-7
/
+17
2025-04-20
RDMA/mana_ib: Access remote atomic for MRs
Konstantin Taranov
1
-2
/
+5
[next]