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
/
hw
/
mlx4
/
mad.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-04-08
RDMA: Handle AH allocations by IB/core
Leon Romanovsky
1
-15
/
+20
2019-04-01
IB: Pass uverbs_attr_bundle down ib_x destroy path
Shamir Rabinovitch
1
-4
/
+6
2019-01-21
IB/mlx4: Fix using wrong function to destroy sqp AHs under SRIOV
Jack Morgenstein
1
-3
/
+3
2018-12-19
RDMA: Mark if destroy address handle is in a sleepable context
Gal Pressman
1
-12
/
+12
2018-12-19
RDMA: Mark if create address handle is in a sleepable context
Gal Pressman
1
-2
/
+2
2018-10-16
IB/mlx4: Add port and TID to MAD debug print
Håkon Bugge
1
-8
/
+10
2018-10-16
IB/mlx4: Enable debug print of SMPs
Håkon Bugge
1
-1
/
+1
2018-07-30
RDMA, core and ULPs: Declare ib_post_send() and ib_post_recv() arguments const
Bart Van Assche
1
-3
/
+4
2018-06-26
IB/mlx4: Create slave AH's directly
Jason Gunthorpe
1
-18
/
+4
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+2
2018-06-01
RDMA/mlx4: Discard unknown SQP work requests
Leon Romanovsky
1
-1
/
+0
2017-08-18
Add OPA extended LID support
Hiatt, Don
1
-4
/
+4
2017-08-08
IB/core: Change wc.slid from 16 to 32 bits
Hiatt, Don
1
-3
/
+3
2017-08-08
IB/core: Change port_attr.lid size from 16 to 32 bits
Dasaratharaman Chandramouli
1
-1
/
+1
2017-06-01
RDMA/mlx4: Fix MAD tunneling when SRIOV is enabled
Jack Morgenstein
1
-0
/
+1
2017-05-01
IB/core: Define 'ib' and 'roce' rdma_ah_attr types
Dasaratharaman Chandramouli
1
-0
/
+2
2017-05-01
IB/core: Use rdma_ah_attr accessor functions
Dasaratharaman Chandramouli
1
-17
/
+26
2017-05-01
IB/core: Rename ib_destroy_ah to rdma_destroy_ah
Dasaratharaman Chandramouli
1
-12
/
+12
2017-05-01
IB/core: Rename ib_create_ah to rdma_create_ah
Dasaratharaman Chandramouli
1
-4
/
+4
2017-05-01
IB/core: Rename struct ib_ah_attr to rdma_ah_attr
Dasaratharaman Chandramouli
1
-5
/
+5
2016-12-14
Merge branch 'mlx' into merge-test
Doug Ledford
1
-7
/
+42
2016-12-03
IB/mlx4: Remove debug prints after allocation failure
Leon Romanovsky
1
-7
/
+2
2016-11-16
IB/mlx4: Handle well-known-gid in mad_demux processing
Jack Morgenstein
1
-4
/
+12
2016-11-16
IB/mlx4: Handle IPv4 header when demultiplexing MAD
Moni Shoua
1
-3
/
+30
2016-10-09
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...
Linus Torvalds
1
-6
/
+67
2016-10-07
IB/mlx4: Fix possible vl/sl field mismatch in LRH header in QP1 packets
Jack Morgenstein
1
-2
/
+62
2016-10-07
IB/{core,hw}: Add constant for node_desc
Yuval Shaia
1
-1
/
+2
2016-10-07
IB/mlx4/mad: Remove deprecated create_singlethread_workqueue
Bhaktipriya Shridhar
1
-2
/
+2
2016-09-23
IB/core: add support to create a unsafe global rkey to ib_create_pd
Christoph Hellwig
1
-1
/
+1
2016-09-16
IB/mlx4: Use correct subnet-prefix in QP1 mads under SR-IOV
Jack Morgenstein
1
-0
/
+23
2016-06-23
IB/mlx4: Fix error flow when sending mads under SRIOV
Yishai Hadas
1
-6
/
+18
2016-02-17
IB/mlx4: Add support for the port info class for RoCE ports
Eran Ben Elisha
1
-1
/
+14
2016-02-17
IB/mlx4: Add support for extended counters over RoCE ports
Eran Ben Elisha
1
-13
/
+37
2015-12-06
IB/mlx4: Use the VF base-port when demuxing mad from wire
Or Gerlitz
1
-3
/
+14
2015-10-28
Merge branch 'wr-cleanup' into k.o/for-4.4
Doug Ledford
1
-26
/
+28
2015-10-21
IB/core: Use GID table in AH creation and dmac resolution
Matan Barak
1
-4
/
+8
2015-10-21
IB/mlx4: Add IB counters table
Eran Ben Elisha
1
-7
/
+18
2015-10-08
IB: split struct ib_send_wr
Christoph Hellwig
1
-26
/
+28
2015-08-30
IB/mlx4: Remove ib_get_dma_mr calls
Jason Gunthorpe
1
-19
/
+4
2015-07-14
IB/mlx4: Fix use of flow-counters for process_mad
Or Gerlitz
1
-10
/
+19
2015-07-14
IB/mad: Remove improper use of BUG_ON
Ira Weiny
1
-2
/
+3
2015-06-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-30
/
+19
2015-06-15
net/mlx4_core: Add helper to query counters
Eran Ben Elisha
1
-24
/
+8
2015-06-15
IB/mlx4: Set VF to read from QP counters
Eran Ben Elisha
1
-2
/
+4
2015-06-15
IB/mlx4: Add RoCE/IB dedicated counters
Eran Ben Elisha
1
-1
/
+1
2015-06-12
IB/mad: Add support for additional MAD info to/from drivers
Ira Weiny
1
-1
/
+9
2015-06-12
IB/mad: Support alternate Base Versions when creating MADs
Ira Weiny
1
-1
/
+2
2015-06-12
IB/core: Change ib_create_cq to use struct ib_cq_init_attr
Matan Barak
1
-1
/
+3
2015-06-02
IB/core cleanup: Add const on args - device->process_mad
Ira Weiny
1
-10
/
+11
2015-05-24
IB/mlx4: Convert slave port before building address-handle
Or Gerlitz
1
-4
/
+7
[next]