summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-053-8/+15
|\
| * IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-293-8/+15
* | WorkStruct: make allyesconfigDavid Howells2006-11-224-33/+40
|/
* IPoIB: Clear high octet in QP numberMichael S. Tsirkin2006-11-161-8/+7
* IPoIB: Check for DMA mapping error for TX packetsRoland Dreier2006-10-101-0/+5
* Still more typo fixesMatt LaPlante2006-10-031-1/+1
* [PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_privateTheodore Ts'o2006-09-271-2/+2
* IPoIB: Add some likely/unlikely annotations in hot pathEli Cohen2006-09-222-3/+3
* IPoIB: Remove unused include of vmalloc.hDotan Barak2006-09-221-1/+0
* IPoIB: Rejoin all multicast groups after a port eventEli Cohen2006-09-221-1/+3
* IPoIB: Create MCGs with all attributes required by RFCRoland Dreier2006-09-221-5/+15
* IB/sa: Require SA registrationMichael S. Tsirkin2006-09-223-9/+17
* IPoIB: Refactor completion handlingRoland Dreier2006-09-221-88/+100
* RDMA: iWARP Core Changes.Tom Tucker2006-09-221-1/+7
* IB: Whitespace fixesRoland Dreier2006-09-221-1/+1
* IB/ipoib: Fix flush/start xmit race (from code review)Michael S. Tsirkin2006-09-221-4/+8
* IPoIB: Retry failed send-only multicast group joinsEli Cohen2006-09-141-0/+1
* IB/ipoib: Remove broken link from Kconfig and documentationOr Gerlitz2006-08-031-2/+1
* IB/ipoib: Fix packet loss after hardware address updateMichael S. Tsirkin2006-07-242-0/+24
* IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz2006-07-241-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-4/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-06-195-53/+50
|\
| * IPoIB: Handle client reregister eventsLeonid Arsh2006-06-171-1/+2
| * IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein2006-06-173-34/+39
| * IPoIB: Avoid using stale last_send counter when reaping AHsRoland Dreier2006-06-171-18/+9
* | [NET]: Add netif_tx_lockHerbert Xu2006-06-171-2/+4
|/
* IPoIB: Fix AH leak at interface downEli Cohen2006-06-051-0/+1
* IPoIB: Free child interfaces properlyRoland Dreier2006-05-091-3/+1
* IPoIB: Use spin_lock_irq() instead of spin_lock_irqsave()Roland Dreier2006-04-101-5/+4
* IPoIB: Close race in ipoib_flush_paths()Eli Cohen2006-04-101-2/+3
* IPoIB: Make send and receive queue sizes tunableShirley Ma2006-04-104-20/+40
* IPoIB: Wait for join to finish before freeing mcast structEli Cohen2006-04-101-21/+20
* IB: simplify static rate encodingJack Morgenstein2006-04-103-19/+4
* IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin2006-04-043-17/+34
* IPoIB: Always build debugging code unless CONFIG_EMBEDDED=yRoland Dreier2006-04-021-1/+2
* 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
|/