summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Fix oops with raw socketsRoland Dreier2006-03-291-1/+1
* IPoIB: P_Key change event handlingLeonid Arsh2006-03-244-19/+44
* IPoIB: Fix network interface "RUNNING" statusLeonid Arsh2006-03-241-2/+3
* IPoIB: Pass correct pointer when flushing child interfacesLeonid Arsh2006-03-241-1/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2006-03-211-15/+1
|\
| * [INFINIBAND] ipoib: Remove leftover use of neigh_ops->destructorArnaldo Carvalho de Melo2006-03-201-1/+0
| * [NET]: Move destructor from neigh->ops to neigh_paramsMichael S. Tsirkin2006-03-201-15/+1
* | IPoIB: Get rid of useless test of queue lengthRoland Dreier2006-03-201-6/+1
* | IPoIB: Move ipoib_ib_dev_flush() to ipoib workqueueJack Morgenstein2006-03-204-7/+14
* | IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier2006-03-201-1/+0
* | IPoIB: Fix multicast race between canceling and completingMichael S. Tsirkin2006-03-201-3/+12
* | IPoIB: Clean up if posting receives failsEli Cohen2006-03-201-0/+1
* | IPoIB: Close race in setting mcast->ahEli Cohen2006-03-201-2/+7
* | IPoIB: clarify to_ipoib_neigh()Michael S. Tsirkin2006-03-201-2/+8
|/
* IPoIB: Yet another fix for send-only joinsRoland Dreier2006-02-111-5/+10
* IPoIB: Fix another send-only join raceMichael S. Tsirkin2006-02-071-1/+1
* IPoIB: Don't start send-only joins while multicast thread is stoppedMichael S. Tsirkin2006-02-072-0/+16
* IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin2006-01-171-3/+22
* IPoIB: Make sure path is fully initialized before using itMichael S. Tsirkin2006-01-171-2/+2
* IB: convert from semaphores to mutexesIngo Molnar2006-01-136-40/+40
* IPoIB: Fix memory leak of multicast group structuresEli Cohen2006-01-122-65/+9
* IPoIB: Take dev->xmit_lock around mc_list accessesMichael S. Tsirkin2006-01-111-2/+5
* IPoIB: Fix address handle refcounting for multicast groupsEli Cohen2006-01-101-6/+7
* IPoIB: Fix error path in ipoib_mcast_dev_flush()Eli Cohen2006-01-101-3/+5
* [INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.hArnaldo Carvalho de Melo2006-01-032-0/+4
* IPoIB: fix error handling in ipoib_openRoland Dreier2005-11-291-1/+3
* IPoIB: protect child list in ipoib_ib_dev_flushMichael S. Tsirkin2005-11-291-0/+4
* IPoIB: don't zero members after we allocate with kzallocRoland Dreier2005-11-291-4/+0
* IPoIB: reinitialize mcast structs' completions for every queryMichael S. Tsirkin2005-11-291-2/+4
* IPoIB: always set path->query to NULL when query finishesRoland Dreier2005-11-291-2/+2
* IPoIB: reinitialize path struct's completion for every queryRoland Dreier2005-11-281-1/+2
* [IPoIB] no need to set skb->dev right before freeing skbRoland Dreier2005-11-101-13/+4
* [IPoIB] add path record information in debugfsRoland Dreier2005-11-105-49/+231
* [IPoIB] don't compile debug code if debugging isn't enabledRoland Dreier2005-11-023-1/+7
* [IPoIB] remove unneeded initializations to 0Roland Dreier2005-11-021-9/+2
* [IB] kzalloc() conversionsRoland Dreier2005-11-022-9/+3
* [IPoIB] cleanups: fix comment, remove useless variablesRoland Dreier2005-10-312-9/+7
* [IPoIB] use spin_trylock_irqsave()Roland Dreier2005-10-291-4/+1
* [IPoIB] Drop RX packets when out of memoryRoland Dreier2005-10-283-60/+85
* [IPoIB] Improve ipoib_timeout() outputRoland Dreier2005-10-181-2/+5
* [IPoIB] Rename ipoib_create_qp() -> ipoib_init_qp() and fix error cleanupRoland Dreier2005-10-173-7/+8
* [IPoIB] Rename IPoIB's path_lookup() to avoid name clashesRoland Dreier2005-09-281-2/+2
* [PATCH] IPoIB: Don't flush workqueue from within workqueueRoland Dreier2005-09-203-6/+7
* [PATCH] IPoIB: Fix SA client retransmission strategyHal Rosenstock2005-09-181-3/+3
* [PATCH] IPoIB: fix module removal raceMichael S. Tsirkin2005-09-181-0/+2
* [PATCH] IPoIB: fix memory leakMichael S. Tsirkin2005-09-071-0/+2
* [PATCH] IB: move include files to include/rdmaRoland Dreier2005-08-264-7/+5
* [PATCH] IPoIB: Fix device removal raceMichael S. Tsirkin2005-08-261-1/+1
* [PATCH] IPoIB: Set full membership bit in P_KeysRoland Dreier2005-08-261-0/+12
* [PATCH] IB: Remove unnecessary includes of <linux/version.h>Olaf Hering2005-08-262-2/+0
OpenPOWER on IntegriCloud