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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-02-17
Merge branch 'debugfs_automount' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-24
/
+11
2015-02-17
IB/core: When marshaling ucma path from user-space, clear unused fields
Ilya Nelkenbaum
1
-0
/
+3
2015-02-17
IB/iser: Release the iscsi endpoint if ep_disconnect wasn't called
Ariel Nahum
1
-0
/
+2
2015-02-17
IB/iser: Fix memory regions possible leak
Sagi Grimberg
2
-15
/
+14
2015-02-17
IB/qib: Fix sizeof checkpatch warnings
Mike Marciniszyn
17
-63
/
+64
2015-02-17
IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_keys.c
Andreea-Cristina Bernat
1
-2
/
+2
2015-02-17
IB/qib: Replace rcu_assign_pointer() with RCU_INIT_POINTER() in qib_qp.c
Andreea-Cristina Bernat
1
-4
/
+4
2015-02-17
IB/mlx5: Fix error code in get_port_caps()
Dan Carpenter
1
-1
/
+1
2015-02-17
debugfs: Provide a file creation function that also takes an initial size
David Howells
1
-24
/
+11
2015-02-16
IB/qib: Add support for the new QMH7360 card
Vinit Agnihotri
1
-0
/
+5
2015-02-16
IB/qib: Do not write EEPROM
Mitko Haralanov
7
-220
/
+1
2015-02-16
IB/mlx4: Fix wrong usage of IPv4 protocol for multicast attach/detach
Or Gerlitz
1
-5
/
+5
2015-02-13
IB/iser: Use correct dma direction when unmapping SGs
Roi Dayan
3
-8
/
+17
2015-02-13
IB/ipath: Remove unused function in ipath_wc_ppc64
Rickard Strandqvist
3
-31
/
+0
2015-02-13
RDMA/cxgb4: Serialize CQ event upcalls with CQ destruction
Hariprasad S
1
-1
/
+8
2015-02-12
iscsi/iser-target: Support multi-sequence sendtargets text response
Sagi Grimberg
1
-3
/
+15
2015-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
20
-669
/
+1015
2015-02-09
IB/mlx4: Reset flow support for IB kernel ULPs
Yishai Hadas
5
-6
/
+191
2015-02-09
IB/mlx4: Always use the correct port for mirrored multicast attachments
Moni Shoua
1
-1
/
+5
2015-02-06
Revert "IB/core: Add support for extended query device caps"
Yann Droneaud
3
-99
/
+41
2015-02-05
iser-target: Remove duplicate function names
Rasmus Villemoes
1
-4
/
+3
2015-02-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
7
-241
/
+134
2015-02-04
IB/mlx4: Load balance ports in port aggregation mode
Moni Shoua
4
-0
/
+29
2015-02-04
IB/mlx4: Create mirror flows in port aggregation mode
Moni Shoua
2
-13
/
+80
2015-02-04
IB/mlx4: Add port aggregation support
Moni Shoua
1
-6
/
+70
2015-02-04
IB/mlx4: Reuse mlx4_mac_to_u64()
Moni Shoua
1
-11
/
+1
2015-02-04
iser-target: Fix wrong allocation in the case of an empty text message
Sagi Grimberg
1
-6
/
+8
2015-02-04
iser-target: Use WQ_UNBOUND for completion workqueue
Sagi Grimberg
1
-1
/
+2
2015-02-03
Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...
Linus Torvalds
7
-241
/
+134
2015-02-03
Merge branches 'ipoib' and 'odp' into for-next
Roland Dreier
1
-1
/
+0
2015-02-03
IB/core: Temporarily disable ex_query_device uverb
Haggai Eran
1
-1
/
+0
2015-01-30
Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"
Roland Dreier
1
-2
/
+6
2015-01-30
Revert "IPoIB: Make the carrier_on_task race aware"
Roland Dreier
1
-15
/
+6
2015-01-30
Revert "IPoIB: fix MCAST_FLAG_BUSY usage"
Roland Dreier
2
-101
/
+57
2015-01-30
Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"
Roland Dreier
1
-32
/
+5
2015-01-30
Revert "IPoIB: change init sequence ordering"
Roland Dreier
1
-17
/
+7
2015-01-30
Revert "IPoIB: Use dedicated workqueues per interface"
Roland Dreier
6
-58
/
+34
2015-01-30
Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"
Roland Dreier
3
-12
/
+15
2015-01-30
Revert "IPoIB: No longer use flush as a parameter"
Roland Dreier
3
-16
/
+17
2015-01-30
iser-target: Fix typo in isert_put_text_rsp
Sagi Grimberg
1
-1
/
+1
2015-01-30
iser-target: Fix sparse warning
Sagi Grimberg
1
-1
/
+1
2015-01-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+2
2015-01-25
net/mlx4_core: Maintain a persistent memory for mlx4 device
Yishai Hadas
5
-14
/
+20
2015-01-20
ib_srpt: wait_for_completion_timeout does not return negative status
Nicholas Mc Guire
1
-2
/
+2
2015-01-16
iw_cxgb4: Cleanup register defines/MACROS defined in t4fw_ri_api.h
Hariprasad Shenai
7
-483
/
+483
2015-01-16
iw_cxgb4: Cleanup register defines/MACROS defined in t4.h
Hariprasad Shenai
3
-70
/
+70
2015-01-15
net/mlx4: Don't disable vxlan offloads under DMFS-A0 optimized steering
Or Gerlitz
1
-1
/
+2
2015-01-13
net: rename vlan_tx_* helpers since "tx" is misleading there
Jiri Pirko
1
-6
/
+7
2015-01-13
infiniband: mlx5: avoid a compile-time warning
Arnd Bergmann
1
-1
/
+1
2015-01-12
iw_cxgb4/cxgb4/cxgb4vf/cxgb4i/csiostor: Cleanup register defines/macros relat...
Hariprasad Shenai
2
-12
/
+12
[prev]
[next]