Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
62287fbb54b4af71dc5a4918350f81a4cd467788
/
drivers
/
infiniband
1285b3a
IB/srp: Don't send task management commands after target removal
by Roland Dreier
· 19 years ago
f78cf0d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
7d2babc
IB/mthca: bump driver version and release date
by Roland Dreier
· 19 years ago
20b8338
IPoIB: Yet another fix for send-only joins
by Roland Dreier
· 19 years ago
f295c79
IB/mthca: Don't print debugging info until we have all values
by Roland Dreier
· 19 years ago
7bcb974
IPoIB: Fix another send-only join race
by Michael S. Tsirkin
· 19 years ago
479a079
IPoIB: Don't start send-only joins while multicast thread is stopped
by Michael S. Tsirkin
· 19 years ago
68f5f99
[PATCH] IB: fix up major/minor sysfs interface for IB core
by Greg Kroah-Hartman
· 19 years ago
8cf3f04
IB/mad: Handle DR SMPs with a LID routed part
by Ralph Campbell
· 19 years ago
fd9cfdd
IB/mthca: Semaphore to mutex conversions
by Roland Dreier
· 19 years ago
e3aa31c
IB/mthca: Don't cancel commands on a signal
by Michael S. Tsirkin
· 19 years ago
8e9e5f4
IB/srp: Semaphore to mutex conversion
by Ingo Molnar
· 19 years ago
cbd2981
IB/mthca: Relax UAR size check
by Michael S. Tsirkin
· 19 years ago
f9e6192
IB/mthca: Use correct GID in MADs sent on port 2
by Michael S. Tsirkin
· 19 years ago
b36f170
IPoIB: Lock accesses to multicast packet queues
by Michael S. Tsirkin
· 19 years ago
0f47ae0
IB/sa_query: Flush scheduled work before unloading module
by Michael S. Tsirkin
· 19 years ago
cc76e33
IB/uverbs: Flush scheduled work before unloading module
by Michael S. Tsirkin
· 19 years ago
47f7a07
IPoIB: Make sure path is fully initialized before using it
by Michael S. Tsirkin
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
95ed644
IB: convert from semaphores to mutexes
by Ingo Molnar
· 19 years ago
9eacee2
IB/mthca: Initialize grh_present before using it
by Michael S. Tsirkin
· 19 years ago
c063a06
IB/mthca: Cosmetic: use the ALIGN macro
by Michael S. Tsirkin
· 19 years ago
17e2e81
IB/mthca: Fix memory leaks in error handling
by Jack Morgenstein
· 19 years ago
59f174f
IB/mthca: Fix memory leak of multicast group structures
by Ishai Rabinovitz
· 19 years ago
988bd50
IPoIB: Fix memory leak of multicast group structures
by Eli Cohen
· 19 years ago
78bfe0b
IPoIB: Take dev->xmit_lock around mc_list accesses
by Michael S. Tsirkin
· 19 years ago
97460df
IPoIB: Fix address handle refcounting for multicast groups
by Eli Cohen
· 19 years ago
70b4c8c
IPoIB: Fix error path in ipoib_mcast_dev_flush()
by Eli Cohen
· 19 years ago
cf311cd
IB: Add node_guid to struct ib_device
by Sean Hefty
· 19 years ago
87635b7
IB/mthca: Factor common MAD initialization code
by Roland Dreier
· 19 years ago
105e50a
IB/mthca: kzalloc conversions
by Roland Dreier
· 19 years ago
9289852
IB/mthca: prevent event queue overrun
by Michael S. Tsirkin
· 19 years ago
6627fa6
IB/mthca: fix page shift calculation in mthca_reg_phys_mr()
by Michael S. Tsirkin
· 19 years ago
5367f2d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
de25968
[PATCH] fix more missing includes
by Tim Schmielau
· 19 years ago
4f8448d
IB: Set GIDs correctly in ib_create_ah_from_wc()
by Ralph Campbell
· 19 years ago
ac4e7b3
IB/uverbs: Release event file reference on ib_uverbs_create_cq() error
by Jack Morgenstein
· 19 years ago
ea5d4a6
IB/uverbs: set ah_flags when creating address handle
by Ralph Campbell
· 19 years ago
b4ca1a3
IB/uverbs: Fix reference counting on error paths
by Jack Morgenstein
· 19 years ago
4de144b
IB/mthca: Add support for automatic path migration (APM)
by Dotan Barak
· 19 years ago
0f8e8f9
IB/mthca: Fill in vendor_err field in completion with error
by Michael S. Tsirkin
· 19 years ago
5ceb745
IB/mthca: multiple fixes for multicast group handling
by Jack Morgenstein
· 19 years ago
0d3b525
IB/mthca: fix for RTR-to-RTS transition in modify QP
by Jack Morgenstein
· 19 years ago
0364ffc
IB/mthca: fix for SQEr-to-RTS transition in modify QP
by Jack Morgenstein
· 19 years ago
5b3bc7a
IB/mthca: max_inline_data handling tweaks
by Jack Morgenstein
· 19 years ago
4662005
IB/mthca: create_eq with size not a power of 2
by Michael S. Tsirkin
· 19 years ago
38d1e79
IB/mthca: check port validity in modify_qp
by Jack Morgenstein
· 19 years ago
aa2f936
IB/mthca: check return value in mthca_dev_lim call
by Jack Morgenstein
· 19 years ago
db9edfd
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 19 years ago
312c004
[PATCH] driver core: replace "hotplug" by "uevent"
by Kay Sievers
· 19 years ago
1d7d2f6
IB/mthca: fix WQE size calculation in create-srq
by Jack Morgenstein
· 19 years ago
14c8502
[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
by Arnaldo Carvalho de Melo
· 19 years ago
c4342d8
IB/mthca: Fix corner cases in max_rd_atomic value handling in modify QP
by Jack Morgenstein
· 19 years ago
d1646f8
IB/mthca: Fix IB_QP_ACCESS_FLAGS handling.
by Jack Morgenstein
· 19 years ago
576d2e4
IB/mthca: Fix SRQ cleanup during QP destroy
by Jack Morgenstein
· 19 years ago
6c7d2a7
IB/mthca: Fix thinko in mthca_table_find()
by Michael S. Tsirkin
· 19 years ago
44b5b03
IB/mthca: don't change driver's copy of attributes if modify QP fails
by Jack Morgenstein
· 19 years ago
6aa2e4e
IB/mthca: correct log2 calculation
by Jack Morgenstein
· 19 years ago
94361cf
IB/mthca: check RDMA limits
by Jack Morgenstein
· 19 years ago
52d0df1
IB/mthca: fix memory user DB table leak
by Jack Morgenstein
· 19 years ago
0efc488
IB/umad: fix memory leaks
by Jack Morgenstein
· 19 years ago
de1bb1a
IB/cm: avoid reusing local ID
by Sean Hefty
· 19 years ago
227eca8
IB/cm: correct reported reject code
by Sean Hefty
· 19 years ago
a3c8ab4
IB/mthca: fix QP size limits for mem-free HCAs
by Jack Morgenstein
· 19 years ago
f4e4015
IB/uverbs: track multicast group membership for userspace QPs
by Jack Morgenstein
· 19 years ago
e0ae9ec
IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAs
by Michael S. Tsirkin
· 19 years ago
267ee88
IPoIB: fix error handling in ipoib_open
by Roland Dreier
· 19 years ago
4f71055
IPoIB: protect child list in ipoib_ib_dev_flush
by Michael S. Tsirkin
· 19 years ago
2e86541
IPoIB: don't zero members after we allocate with kzalloc
by Roland Dreier
· 19 years ago
de92248
IPoIB: reinitialize mcast structs' completions for every query
by Michael S. Tsirkin
· 19 years ago
5872a9f
IPoIB: always set path->query to NULL when query finishes
by Roland Dreier
· 19 years ago
65c7edd
IPoIB: reinitialize path struct's completion for every query
by Roland Dreier
· 19 years ago
bf6d9e2
IB/umad: fix RMPP handling
by Michael S. Tsirkin
· 19 years ago
187a258
IB/mthca: reset QP's last pointers when transitioning to reset state
by Michael S. Tsirkin
· 19 years ago
2012a11
[PATCH] drivers/infiniband/core/mad.c: fix use-after-release case
by Adrian Bunk
· 19 years ago
9b152d5
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
eabc779
IB/umad: make sure write()s have sufficient data
by Roland Dreier
· 19 years ago
48fd0d1
IB/mthca: Safer max_send_sge/max_recv_sge calculation
by Michael S. Tsirkin
· 19 years ago
cbc5b2b
[IB] mthca: don't disable RDMA writes if no responder resources
by Roland Dreier
· 19 years ago
47f2bce
[IB] srp: don't post receive if no send buf available
by Roland Dreier
· 19 years ago
5f06899
[IB] srp: increase max_luns
by Roland Dreier
· 19 years ago
249bb07
[PATCH] PCI: removed unneeded .owner field from struct pci_driver
by Greg Kroah-Hartman
· 19 years ago
78b9c0f
Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
94382f3
[IB] umad: further ib_unregister_mad_agent() deadlock fixes
by Roland Dreier
· 19 years ago
ae57e24
[IB] mthca: fix posting long lists of receive work requests
by Michael S. Tsirkin
· 19 years ago
64044bc
[IB] mthca: fix wraparound handling in mthca_cq_clean()
by Roland Dreier
· 19 years ago
62abb84
[IB] mthca: fix posting of atomic operations
by Michael S. Tsirkin
· 19 years ago
77369ed
[IB] uverbs: have kernel return QP capabilities
by Jack Morgenstein
· 19 years ago
ec914c5
[IB] umad: get rid of unused mr array
by Roland Dreier
· 19 years ago
40de2e5
[IB] Have cq_resize() method take an int, not int*
by Roland Dreier
· 19 years ago
0b4ff2c
[IB] mthca: fix typo in catastrophic error polling
by Roland Dreier
· 19 years ago
8c608a3
[IPoIB] no need to set skb->dev right before freeing skb
by Roland Dreier
· 19 years ago
2f76e82
[IB] umad: avoid potential deadlock when unregistering MAD agents
by Roland Dreier
· 19 years ago
1732b0e
[IPoIB] add path record information in debugfs
by Roland Dreier
· 19 years ago
733482e
[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reason
by Olaf Hering
· 19 years ago
6044ec8
[PATCH] kfree cleanup: misc remaining drivers
by Jesper Juhl
· 19 years ago
8c65b4a
[PATCH] fix remaining missing includes
by Tim Schmielau
· 19 years ago
8b37b94
[IB] umad: two small fixes
by Michael S. Tsirkin
· 19 years ago
0f69ce1
[IB] mthca: report page size capability
by Jack Morgenstein
· 19 years ago
127f2fa
Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infiniband
by Linus Torvalds
· 19 years ago
Next »