Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
72ce9b7cab96d2b08d13b4f018c3625ae74a5d9d
/
drivers
/
infiniband
/
ulp
6e38335
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
96ac6d4
treewide: Add SPDX license identifier - Kbuild
by Greg Kroah-Hartman
· 6 years ago
c942fdd
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157
by Thomas Gleixner
· 6 years ago
dc1435c
RDMA/srp: Rename SRP sysfs name after IB device rename trigger
by Leon Romanovsky
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
dce45af
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
b79656e
RDMA/ipoib: Allow user space differentiate between valid dev_port
by Leon Romanovsky
· 6 years ago
ba7d811
IB/core, ipoib: Do not overreact to SM LID change event
by Dennis Dalessandro
· 6 years ago
4d2e11d
opa_vnic: fix check on record->event, incorrect operator used
by Colin Ian King
· 6 years ago
fae7a69
opa_vnic: Convert vport_idr to XArray
by Matthew Wilcox
· 6 years ago
9513ea4
IB/iser: remove uninitialized variable len
by Colin Ian King
· 6 years ago
1a2e158
drivers: infiniband: Fix whitespace in kconfig
by Enrico Weigelt, metux IT consult
· 6 years ago
19b1a29
RDMA: Use __packed annotation instead of __attribute__ ((packed))
by Erez Alfasi
· 6 years ago
a350ecc
net: remove 'fallback' argument from dev->ndo_select_queue()
by Paolo Abeni
· 6 years ago
92fff53
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
a50243b
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
c1545f1
IB/iser: Fix dma_nents type definition
by Max Gurtovoy
· 6 years ago
ea1075e
RDMA: Add and use rdma_for_each_port
by Jason Gunthorpe
· 6 years ago
0dd9ce1
IB/ipoib: Use __func__ instead of function's name
by Erez Alfasi
· 6 years ago
0300b11
scsi: target/iscsi: Fix spelling of "unsolicited"
by Bart Van Assche
· 6 years ago
40ca875
scsi: RDMA/srpt: Fix a credit leak for aborted commands
by Bart Van Assche
· 6 years ago
fd1b668
scsi: RDMA/srpt: Rework I/O context allocation
by Bart Van Assche
· 6 years ago
337ec69
scsi: RDMA/srpt: Fix handling of TMF submission failure
by Bart Van Assche
· 6 years ago
8b8807b
scsi: RDMA/srpt: Fix handling of command / TMF submission failure
by Bart Van Assche
· 6 years ago
f80d2f0
scsi: target/core: Remove the write_pending_status() callback function
by Bart Van Assche
· 6 years ago
48396e8
RDMA/srp: Rework SCSI device reset handling
by Bart Van Assche
· 6 years ago
6a8a2aa
Merge tag 'v5.0-rc5' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
a163afc
IB/core: Remove ib_sg_dma_address() and ib_sg_dma_len()
by Bart Van Assche
· 6 years ago
0b5cb33
RDMA/srp: Increase max_segment_size
by Bart Van Assche
· 6 years ago
ed0bc26
IB/ipoib: Make ipoib_intercept_dev_id_attr() static
by Kamal Heib
· 6 years ago
ed4cdf4
infiniband: remove unneeded header search paths
by Masahiro Yamada
· 6 years ago
6ab4aba
IB/ipoib: Fix for use-after-free in ipoib_cm_tx_start
by Feras Daoud
· 6 years ago
2e061c6
infiniband: ipoib: no need to check return value of debugfs_create functions
by Greg Kroah-Hartman
· 6 years ago
57b2649
IB/iser: Pass the correct number of entries for dma mapped SGL
by Israel Rukshin
· 6 years ago
7a7b0fe
IB/srp: Use struct_size() in kzalloc()
by Gustavo A. R. Silva
· 6 years ago
2fb4589
IB/ipoib: drop useless LIST_HEAD
by Julia Lawall
· 6 years ago
5d24ae6
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
938edb8
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 6 years ago
f617e5f
RDMA/srpt: Use kmem_cache_free() instead of kfree()
by Wei Yongjun
· 6 years ago
2553ba2
RDMA: Mark if destroy address handle is in a sleepable context
by Gal Pressman
· 6 years ago
b090c4e
RDMA: Mark if create address handle is in a sleepable context
by Gal Pressman
· 6 years ago
5dabcd0
RDMA/srpt: Add support for immediate data
by Bart Van Assche
· 6 years ago
82305f8
RDMA/srpt: Rework the srpt_alloc_srq() error path
by Bart Van Assche
· 6 years ago
6feb64ff
RDMA/srpt: Remove driver version and release date
by Bart Van Assche
· 6 years ago
c4bbe91
RDMA/srpt: Make kernel-doc headers complete
by Bart Van Assche
· 6 years ago
75d79b8
RDMA/srpt: Join split strings
by Bart Van Assche
· 6 years ago
ffd5980
RDMA/srpt: Improve coding style conformance
by Bart Van Assche
· 6 years ago
ed04191
RDMA/srpt: Fix a use-after-free in the channel release code
by Bart Van Assche
· 6 years ago
882981f
RDMA/srp: Add support for immediate data
by Bart Van Assche
· 6 years ago
513d564
RDMA/srp: Rework handling of the maximum information unit length
by Bart Van Assche
· 6 years ago
4f6d498
RDMA/srp: Move srp_rdma_ch.max_ti_iu_len declaration
by Bart Van Assche
· 6 years ago
2ee00f6
RDMA/srp: Propagate ib_post_send() failures to the SCSI mid-layer
by Bart Van Assche
· 6 years ago
482fffc
RDMA/srp: Handle large SCSI CDBs correctly
by Bart Van Assche
· 6 years ago
e37df2d
RDMA/srp: Document srp_parse_in() arguments
by Bart Van Assche
· 6 years ago
16d14e0
include/scsi/srp.h: Add support for immediate data
by Bart Van Assche
· 6 years ago
feafa20
include/scsi/srp.h: Move response flag definitions into this file
by Bart Van Assche
· 6 years ago
2a3d4eb
scsi: flip the default on use_clustering
by Christoph Hellwig
· 6 years ago
3023a1e
RDMA: Start use ib_device_ops
by Kamal Heib
· 6 years ago
28ab1bb
Merge tag 'v4.20-rc6' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
4cc1fee
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 6 years ago
567c5e1
net: core: dev: Add extack argument to dev_change_flags()
by Petr Machata
· 6 years ago
59a206b
scsi: target: replace fabric_ops.name with fabric_alias
by David Disseldorp
· 6 years ago
30c7ca9
scsi: target: drop unnecessary get_fabric_name() accessor from fabric_ops
by David Disseldorp
· 6 years ago
3eeeb7a5
IB/core: Make function ib_fmr_pool_unmap return void
by Yuval Shaia
· 6 years ago
89180e8
IB/srpt: Drop pointless static qualifier in srpt_make_tpg()
by Yue Haibing
· 6 years ago
24c3456
iser: set sector for ambiguous mr status errors
by Sagi Grimberg
· 6 years ago
da19a10
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
by Linus Torvalds
· 6 years ago
56e027a
ib_srp: Remove WARN_ON in srp_terminate_io()
by Hannes Reinecke
· 6 years ago
4d6e4d1
IB/ipoib: Clear IPCB before icmp_send
by Denis Drozdov
· 6 years ago
59bfc59
Merge branch 'for-rc' into rdma.git for-next
by Jason Gunthorpe
· 6 years ago
5d6b0cb
RDMA/netdev: Fix netlink support in IPoIB
by Denis Drozdov
· 7 years ago
f6a8a19
RDMA/netdev: Hoist alloc_netdev_mqs out of the driver
by Denis Drozdov
· 7 years ago
3144533
IB/hfi1: Ensure ucast_dlid access doesnt exceed bounds
by Dennis Dalessandro
· 6 years ago
65f07f5
IB/iser: Fix possible NULL deref at iser_inv_desc()
by Israel Rukshin
· 6 years ago
6c85411
RDMA/ulp: Use dev_name instead of ibdev->name
by Jason Gunthorpe
· 6 years ago
ee92efe
IB/srp: Avoid that sg_reset -d ${srp_device} triggers an infinite loop
by Bart Van Assche
· 6 years ago
f6350da
IB/ipoib: Log sysfs 'dev_id' accesses from userspace
by Arseny Maslennikov
· 7 years ago
9b8b2a3
IB/ipoib: Use dev_port to expose network interface port numbers
by Arseny Maslennikov
· 7 years ago
142a9c2
IB/ipoib: Ensure that MTU isn't less than minimum permitted
by Muhammad Sammar
· 7 years ago
2c910cb
Merge branch 'uverbs_dev_cleanups' into rdma.git for-next
by Jason Gunthorpe
· 7 years ago
882dff2
IB/srp: Remove unnecessary unlikely()
by Igor Stoppa
· 7 years ago
816e846
IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handler
by Aaron Knister
· 7 years ago
0a3173a
Merge branch 'linus/master' into rdma.git for-next
by Jason Gunthorpe
· 7 years ago
72f02ba
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 7 years ago
9a76aba
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 7 years ago
7601097
IB/ipoib: Consolidate checking of the proposed child interface
by Jason Gunthorpe
· 7 years ago
13476d3
IB/ipoib: Maintain the child_intfs list from ndo_init/uninit
by Jason Gunthorpe
· 7 years ago
25405d9
IB/ipoib: Do not remove child devices from within the ndo_uninit
by Jason Gunthorpe
· 7 years ago
ee190ab
IB/ipoib: Get rid of the sysfs_mutex
by Jason Gunthorpe
· 7 years ago
9f49a5b
RDMA/netdev: Use priv_destructor for netdev cleanup
by Jason Gunthorpe
· 7 years ago
eaeb398
IB/ipoib: Move init code to ndo_init
by Jason Gunthorpe
· 7 years ago
7cbee87
IB/ipoib: Move all uninit code into ndo_uninit
by Jason Gunthorpe
· 7 years ago
cda8daf
IB/ipoib: Use cancel_delayed_work_sync for neigh-clean task
by Erez Shitrit
· 7 years ago
577e07f
IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWN
by Jason Gunthorpe
· 7 years ago
b287e35
scsi: target: srp, vscsi, sbp, qla: use target_remove_session
by Mike Christie
· 7 years ago
fa83428
scsi: target: rename target_alloc_session
by Mike Christie
· 7 years ago
75da960
IB/IPoIB: Set ah valid flag in multicast send flow
by Denis Drozdov
· 7 years ago
26e551c
RDMA: Fix return code check in rdma_set_cq_moderation
by Kamal Heib
· 7 years ago
e7ff98a
RDMA/cma: Constify path record, ib_cm_event, listen_id pointers
by Parav Pandit
· 7 years ago
e586e1e
RDMA/ipoib: Fix check for return code from ib_create_srq
by Kamal Heib
· 7 years ago
Next »