index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
infiniband
/
ulp
Age
Commit message (
Expand
)
Author
Files
Lines
2018-07-24
IB/isert: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-12
/
+9
2018-07-24
IB/iser: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
1
-7
/
+7
2018-07-24
IB/IPoIB: Simplify ib_post_(send|recv|srq_recv)() calls
Bart Van Assche
2
-13
/
+6
2018-07-24
IB/ipoib: Fix error return code in ipoib_dev_init()
Wei Yongjun
1
-1
/
+2
2018-07-23
IPoIB: use kvzalloc to allocate an array of bucket pointers
Jan Dakinevich
1
-2
/
+2
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
Bart Van Assche
1
-1
/
+4
2018-07-13
IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
Bart Van Assche
1
-3
/
+14
2018-07-10
ib_srpt: use kvmalloc to allocate ring pointers
Jan Dakinevich
1
-3
/
+3
2018-07-09
RDMA/ipoib: Fix return code from ipoib_cm_dev_init
Kamal Heib
2
-3
/
+3
2018-07-09
net: allow ndo_select_queue to pass netdev
Alexander Duyck
1
-2
/
+2
2018-07-09
IB/iser: Remove set-but-not-used variables
Bart Van Assche
1
-4
/
+0
2018-07-09
RDMA/ipoib: Fix use of sizeof()
Kamal Heib
7
-23
/
+23
2018-07-09
RDMA/ipoib: Prefer unsigned int to bare use of unsigned
Kamal Heib
4
-14
/
+16
2018-07-09
RDMA/ipoib: Use min_t() macro instead of min()
Kamal Heib
1
-3
/
+4
2018-07-03
ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
Bart Van Assche
1
-2
/
+2
2018-07-03
ib_srpt: Fix a use-after-free in srpt_close_ch()
Bart Van Assche
1
-2
/
+1
2018-07-03
IB/srp: Remove driver version and release data information
Bart Van Assche
1
-3
/
+0
2018-07-02
scsi: target: Remove second argument from fabric_make_tpg()
Bart Van Assche
1
-2
/
+0
2018-06-29
IB/srpt: Support HCAs with more than two ports
Bart Van Assche
2
-5
/
+4
2018-06-29
IB/iser: set can_queue earlier to allow setting higher queue depth
Sagi Grimberg
1
-9
/
+3
2018-06-25
IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'
Parav Pandit
1
-1
/
+1
2018-06-25
IB: Make init_ah_attr_grh_fields set sgid_attr
Parav Pandit
1
-1
/
+3
2018-06-18
IB/core: add max_send_sge and max_recv_sge attributes
Steve Wise
4
-7
/
+10
2018-06-18
IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gid
Parav Pandit
4
-6
/
+6
2018-06-12
treewide: Use array_size() in vzalloc()
Kees Cook
2
-4
/
+7
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
2
-5
/
+7
2018-06-12
treewide: kmalloc() -> kmalloc_array()
Kees Cook
3
-7
/
+9
2018-06-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
9
-86
/
+106
2018-06-04
IB/isert: use T10-PI check mask definitions from core layer
Max Gurtovoy
1
-4
/
+7
2018-06-04
IB/iser: use T10-PI check mask definitions from core layer
Max Gurtovoy
2
-6
/
+2
2018-06-04
IB/isert: fix T10-pi check mask setting
Max Gurtovoy
1
-1
/
+1
2018-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-31
IB/iser: Do not reduce max_sectors
Sergey Gorenko
4
-11
/
+26
2018-05-31
Merge branch 'wip/dl-ipoib' into wip/dl-for-next
Doug Ledford
1
-41
/
+21
2018-05-28
Merge branch 'mr_fix' into git://git.kernel.org/pub/scm/linux/kernel/git/rdma...
Jason Gunthorpe
1
-1
/
+1
2018-05-28
IB: Revert "remove redundant INFINIBAND kconfig dependencies"
Arnd Bergmann
1
-1
/
+1
2018-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+1
2018-05-24
IB/isert: Fix for lib/dma_debug check_sync warning
Alex Estrin
1
-9
/
+17
2018-05-22
RDMA/ipoib: drop skb on path record lookup failure
Evgenii Smirnov
1
-41
/
+21
2018-05-22
RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE events
Doug Ledford
2
-7
/
+28
2018-05-16
IB/ipoib: replace local_irq_disable() with proper locking
Sebastian Andrzej Siewior
1
-9
/
+6
2018-05-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-3
/
+3
2018-05-09
IB: remove redundant INFINIBAND kconfig dependencies
Greg Thelen
1
-1
/
+1
2018-04-29
opa_vnic: Just use skb_get_hash instead of skb_tx_hash
Alexander Duyck
3
-13
/
+12
2018-04-27
IB/ipoib: fix ipoib_start_xmit()'s return type
Luc Van Oostenryck
1
-1
/
+1
2018-04-27
ib_srp: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-27
ib_srpt: depend on INFINIBAND_ADDR_TRANS
Greg Thelen
1
-1
/
+1
2018-04-03
IB/ipoib: Delete unused struct
Yuval Shaia
1
-5
/
+0
2018-03-19
IB/srp: Disallow duplicate RDMA/CM connections
Bart Van Assche
1
-3
/
+0
2018-03-15
IB/{core, ipoib}: Simplify ib_find_gid() for unused ndev
Parav Pandit
1
-1
/
+1
[prev]
[next]