aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds1-8/+8
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-8/+8
2006-01-03[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2-0/+4
2005-11-29IB/uverbs: track multicast group membership for userspace QPsJack Morgenstein3-23/+99
2005-11-29IB/mthca: fix posting of send lists of length >= 255 on mem-free HCAsMichael S. Tsirkin2-3/+31
2005-11-29IPoIB: fix error handling in ipoib_openRoland Dreier1-1/+3
2005-11-29IPoIB: protect child list in ipoib_ib_dev_flushMichael S. Tsirkin1-0/+4
2005-11-29IPoIB: don't zero members after we allocate with kzallocRoland Dreier1-4/+0
2005-11-29IPoIB: reinitialize mcast structs' completions for every queryMichael S. Tsirkin1-2/+4
2005-11-29IPoIB: always set path->query to NULL when query finishesRoland Dreier1-2/+2
2005-11-28IPoIB: reinitialize path struct's completion for every queryRoland Dreier1-1/+2
2005-11-28IB/umad: fix RMPP handlingMichael S. Tsirkin1-19/+22
2005-11-28IB/mthca: reset QP's last pointers when transitioning to reset stateMichael S. Tsirkin1-0/+3
2005-11-27[PATCH] drivers/infiniband/core/mad.c: fix use-after-release caseAdrian Bunk1-2/+2
2005-11-18Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-26/+31
2005-11-18IB/umad: make sure write()s have sufficient dataRoland Dreier1-1/+1
2005-11-18IB/mthca: Safer max_send_sge/max_recv_sge calculationMichael S. Tsirkin1-4/+6
2005-11-15[IB] mthca: don't disable RDMA writes if no responder resourcesRoland Dreier1-15/+12
2005-11-15[IB] srp: don't post receive if no send buf availableRoland Dreier1-6/+9
2005-11-11[IB] srp: increase max_lunsRoland Dreier2-0/+3
2005-11-10[PATCH] PCI: removed unneeded .owner field from struct pci_driverGreg Kroah-Hartman1-1/+0
2005-11-10Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds18-158/+458
2005-11-10[IB] umad: further ib_unregister_mad_agent() deadlock fixesRoland Dreier1-24/+63
2005-11-10[IB] mthca: fix posting long lists of receive work requestsMichael S. Tsirkin3-5/+39
2005-11-10[IB] mthca: fix wraparound handling in mthca_cq_clean()Roland Dreier1-10/+6
2005-11-10[IB] mthca: fix posting of atomic operationsMichael S. Tsirkin1-4/+4
2005-11-10[IB] uverbs: have kernel return QP capabilitiesJack Morgenstein7-13/+92
2005-11-10[IB] umad: get rid of unused mr arrayRoland Dreier1-25/+4
2005-11-10[IB] Have cq_resize() method take an int, not int*Roland Dreier1-10/+2
2005-11-10[IB] mthca: fix typo in catastrophic error pollingRoland Dreier1-1/+1
2005-11-10[IPoIB] no need to set skb->dev right before freeing skbRoland Dreier1-13/+4
2005-11-10[IB] umad: avoid potential deadlock when unregistering MAD agentsRoland Dreier1-12/+17
2005-11-10[IPoIB] add path record information in debugfsRoland Dreier5-49/+231
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-11-07[PATCH] kfree cleanup: misc remaining driversJesper Juhl1-4/+2
2005-11-07[PATCH] fix remaining missing includesTim Schmielau7-0/+16
2005-11-06[IB] umad: two small fixesMichael S. Tsirkin1-2/+2
2005-11-04[IB] mthca: report page size capabilityJack Morgenstein3-0/+3
2005-11-04Merge branch 'srp' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-0/+1865
2005-11-04Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds24-118/+165
2005-11-03[IB] mthca: check P_Key index in modify QPJack Morgenstein1-0/+7
2005-11-03[IB] umad: fix hot remove of IB devicesRoland Dreier1-16/+64
2005-11-02[IB] mthca: fix format of FW versionRoland Dreier2-2/+2
2005-11-02[IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier3-1/+7
2005-11-02IB: Add SCSI RDMA Protocol (SRP) initiatorRoland Dreier6-0/+1865
2005-11-02[IPoIB] remove unneeded initializations to 0Roland Dreier1-9/+2
2005-11-02[IB] kzalloc() conversionsRoland Dreier11-62/+27
2005-10-31[IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2-9/+7
2005-10-31[IB] mthca: Avoid SRQ free WQE list corruptionRoland Dreier1-6/+7
2005-10-31[IB] uverbs: Avoid NULL pointer deref on CQ async eventRoland Dreier3-6/+5