index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
Age
Commit message (
Expand
)
Author
2018-06-12
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
2018-06-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-06-06
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
2018-05-28
IB/rxe: avoid unnecessary export
Zhu Yanjun
2018-05-24
IB/{rdmavt,hfi1}: Change hrtimer add to use pinned version
Mike Marciniszyn
2018-05-17
IB/rxe: avoid calling WARN_ON_ONCE twice
Zhu Yanjun
2018-05-15
IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
Ben Hutchings
2018-05-09
IB/{hfi1, qib, rdmavt}: Move logic to allocate receive WQE into rdmavt
Brian Welty
2018-05-09
IB/{hfi1, rdmavt, qib}: Implement CQ completion vector support
Sebastian Sanchez
2018-05-09
IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
Sebastian Sanchez
2018-05-09
Merge branch 'k.o/for-rc' into k.o/wip/dl-for-next
Doug Ledford
2018-05-09
nvmet,rxe: defer ip datagram sending to tasklet
Alexandru Moise
2018-05-01
IB/cxgb4: use skb_put_zero()/__skb_put_zero
YueHaibing
2018-04-27
IB/rxe: avoid double kfree_skb
Zhu Yanjun
2018-04-27
IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
Jianchao Wang
2018-04-27
IB/rxe: remove unused function variable
Zhu Yanjun
2018-04-27
IB/rxe: change rxe_set_mtu function type to void
Zhu Yanjun
2018-04-27
IB/rxe: Change rxe_rcv to return void
Yuval Shaia
2018-04-19
IB/rxe: replace refcount_inc with skb_get
Zhu Yanjun
2018-04-19
IB/rxe: optimize the function duplicate_request
Zhu Yanjun
2018-04-19
IB/rxe: make rxe_release_udp_tunnel static
Zhu Yanjun
2018-04-17
IB/rxe: avoid export symbols
Zhu Yanjun
2018-04-17
IB/rxe: make the variable static
Zhu Yanjun
2018-04-05
IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
Mikhail Malygin
2018-04-05
IB/rxe: Removed GID add/del dummy routines
Parav Pandit
2018-04-03
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
2018-04-03
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
2018-04-03
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
2018-03-29
IB/rxe: optimize mcast recv process
Zhu Yanjun
2018-03-27
RDMA/rxe: Fix uABI structure layouts for 32/64 compat
Jason Gunthorpe
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
2018-03-15
RDMA/rxe: Use structs to describe the uABI instead of opencoding
Jason Gunthorpe
2018-03-15
RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr
Jason Gunthorpe
2018-03-15
RDMAVT: Fix synchronization around percpu_ref
Tejun Heo
2018-03-14
rdma_rxe: make rxe work over 802.1q VLAN devices
Martin Wilck
2018-03-13
IB: remove duplicate header files
Zhu Yanjun
2018-03-07
IB/rxe: change the function rxe_init_device_param type
Zhu Yanjun
2018-03-07
IB/rxe: remove unnecessary rxe in rxe_send
Zhu Yanjun
2018-03-07
IB/rxe: remove unnecessary skb_clone
Zhu Yanjun
2018-03-06
RDMA/rxe: Fix an out-of-bounds read
Bart Van Assche
2018-03-06
infiniband: remove redundant assignment to pointer 'rdi'
Colin Ian King
2018-02-28
IB/rxe: Remove unused variable (char *rxe_qp_state_name[])
HernĂ¡n Gonzalez
2018-02-14
rxe: Do not use 'struct sockaddr' in a uapi header
Jason Gunthorpe
2018-02-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2018-01-31
IB/rxe: remove redudant parameter in rxe_av_fill_ip_info
Zhu Yanjun
2018-01-31
IB/rxe: change the function rxe_av_fill_ip_info to void
Zhu Yanjun
2018-01-31
IB/rxe: change the function to void from int
Zhu Yanjun
2018-01-31
IB/rxe: remove unnecessary parameter in rxe_av_to_attr
Zhu Yanjun
[next]