index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
sw
/
rxe
Age
Commit message (
Expand
)
Author
Files
Lines
2018-05-09
nvmet,rxe: defer ip datagram sending to tasklet
Alexandru Moise
1
-9
/
+1
2018-04-27
IB/rxe: avoid double kfree_skb
Zhu Yanjun
2
-6
/
+1
2018-04-27
IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
Jianchao Wang
1
-1
/
+1
2018-04-05
IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
Mikhail Malygin
1
-1
/
+1
2018-04-05
IB/rxe: Removed GID add/del dummy routines
Parav Pandit
1
-17
/
+0
2018-04-03
RDMA: Use ib_gid_attr during GID modification
Parav Pandit
1
-6
/
+4
2018-04-03
IB/providers: Avoid null netdev check for RoCE
Parav Pandit
1
-3
/
+1
2018-04-03
RDMA/providers: Simplify query_gid callback of RoCE providers
Parav Pandit
1
-18
/
+0
2018-03-29
IB/rxe: optimize mcast recv process
Zhu Yanjun
1
-10
/
+4
2018-03-27
RDMA/rxe: Fix uABI structure layouts for 32/64 compat
Jason Gunthorpe
1
-1
/
+5
2018-03-19
IB/uverbs: Extend uverbs_ioctl header with driver_id
Matan Barak
1
-0
/
+1
2018-03-15
RDMA/rxe: Use structs to describe the uABI instead of opencoding
Jason Gunthorpe
7
-79
/
+94
2018-03-15
RDMA/rxe: Get rid of confusing udata parameter to rxe_cq_chk_attr
Jason Gunthorpe
3
-4
/
+4
2018-03-14
rdma_rxe: make rxe work over 802.1q VLAN devices
Martin Wilck
2
-7
/
+49
2018-03-07
IB/rxe: change the function rxe_init_device_param type
Zhu Yanjun
1
-3
/
+1
2018-03-07
IB/rxe: remove unnecessary rxe in rxe_send
Zhu Yanjun
2
-4
/
+3
2018-03-07
IB/rxe: remove unnecessary skb_clone
Zhu Yanjun
1
-12
/
+3
2018-03-06
RDMA/rxe: Fix an out-of-bounds read
Bart Van Assche
1
-3
/
+2
2018-02-28
IB/rxe: Remove unused variable (char *rxe_qp_state_name[])
HernĂ¡n Gonzalez
2
-11
/
+0
2018-02-14
rxe: Do not use 'struct sockaddr' in a uapi header
Jason Gunthorpe
1
-2
/
+3
2018-01-31
IB/rxe: remove redudant parameter in rxe_av_fill_ip_info
Zhu Yanjun
4
-7
/
+5
2018-01-31
IB/rxe: change the function rxe_av_fill_ip_info to void
Zhu Yanjun
3
-6
/
+4
2018-01-31
IB/rxe: change the function to void from int
Zhu Yanjun
2
-3
/
+2
2018-01-31
IB/rxe: remove unnecessary parameter in rxe_av_to_attr
Zhu Yanjun
4
-10
/
+5
2018-01-31
IB/rxe: change the function to void from int
Zhu Yanjun
3
-6
/
+4
2018-01-31
IB/rxe: remove redudant parameter in function
Zhu Yanjun
4
-8
/
+7
2018-01-29
IB/rxe: Change RDMA_RXE kconfig to use select
Jason Gunthorpe
1
-2
/
+2
2018-01-18
RDMA/rxe: Fix rxe_qp_cleanup()
Bart Van Assche
2
-2
/
+13
2018-01-18
RDMA/rxe: Fix a race condition in rxe_requester()
Bart Van Assche
3
-10
/
+2
2018-01-15
RDMA: Mark imm_data as be32 in the verbs uapi header
Jason Gunthorpe
1
-2
/
+1
2018-01-10
RDMA/rxe: Fix a race condition related to the QP error state
Bart Van Assche
1
-0
/
+2
2018-01-08
IB/rxe: remove unnecessary skb_clone in xmit
Zhu Yanjun
1
-11
/
+5
2018-01-08
IB/rxe: add the static type to the variable
Zhu Yanjun
2
-2
/
+1
2018-01-02
RDMA/rxe: Remove useless EXPORT_SYMBOL
Leon Romanovsky
2
-7
/
+5
2017-12-18
IB/rxe: Avoid passing unused index pointer which is optional
Parav Pandit
1
-2
/
+1
2017-11-15
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
7
-21
/
+28
2017-11-10
IB/rxe: don't crash, if allocation of crc algorithm failed
Thomas Bogendoerfer
1
-4
/
+6
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-25
IB/rxe: Convert timers to use timer_setup()
Kees Cook
4
-8
/
+8
2017-10-14
RDMA/rxe: Suppress gcc 7 fall-through complaints
Bart Van Assche
3
-3
/
+4
2017-10-09
IB/rxe: put the pool on allocation failure
Doug Ledford
1
-7
/
+9
2017-10-09
IB/rxe: check for allocation failure on elem
Colin Ian King
1
-0
/
+2
2017-08-28
IB/rxe: Handle NETDEV_CHANGE events
Andrew Boyer
1
-1
/
+6
2017-08-28
IB/rxe: Avoid ICRC errors by copying into the skb first
Andrew Boyer
1
-6
/
+6
2017-08-28
IB/rxe: Another fix for broken receive queue draining
Andrew Boyer
1
-1
/
+3
2017-08-28
IB/rxe: Remove unneeded initialization in prepare6()
Andrew Boyer
1
-1
/
+1
2017-08-28
IB/rxe: Fix up rxe_qp_cleanup()
Andrew Boyer
1
-7
/
+2
2017-08-28
IB/rxe: Add dst_clone() in prepare_ipv6_hdr()
Andrew Boyer
1
-1
/
+1
2017-08-28
IB/rxe: Fix destination cache for IPv6
Andrew Boyer
2
-1
/
+7
2017-08-28
IB/rxe: Fix up the responder's find_resources() function
Andrew Boyer
1
-1
/
+1
[next]