summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_multicast.c
Commit message (Expand)AuthorAgeFilesLines
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-201-1/+9
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-181-16/+11Star
|\
| * IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-151-1/+1
| * IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-151-1/+4
| * IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier2008-07-151-3/+3
| * IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen2008-07-151-1/+3
| * IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2008-07-151-8/+0Star
| * RDMA: Remove subversion $Id tagsRoland Dreier2008-07-151-2/+0Star
* | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-2/+0Star
* | netdev: Add netdev->addr_list_lock protection.David S. Miller2008-07-151-0/+2
|/
* IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein2008-05-211-0/+6
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-231-2/+1Star
* IPoIB: Don't drop multicast sends when they can be queuedOr Gerlitz2008-03-111-1/+1
* IPoIB: improve IPv4/IPv6 to IB mcast mapping functionsRolf Manderscheid2008-01-251-4/+0Star
* IPoIB: Trivial formatting cleanupsRoland Dreier2008-01-251-2/+2
* IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua2007-10-151-1/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2007-10-121-22/+9Star
|\
| * IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz2007-10-101-0/+9
| * IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty2007-10-101-22/+0Star
* | [IPoIB]: Convert to netdevice internal statsRoland Dreier2007-10-111-5/+5
|/
* IB/ipoib: Fix typos in error messagesMichael S. Tsirkin2007-05-211-1/+1
* IPoIB: Fix race in detaching from mcast group before attachingSean Hefty2007-03-221-3/+3
* IPoIB: Turn on interface's carrier after broadcast group is joinedShirley Ma2007-03-081-1/+4
* IPoIB: Remove unused local_rate trackingRoland Dreier2007-02-221-5/+3Star
* IB/sa: Track multicast join/leave requestsSean Hefty2007-02-161-123/+72Star
* IPoIB: Connected mode experimental supportMichael S. Tsirkin2007-02-101-1/+3
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-1/+1
|\
| * IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-301-1/+1
* | WorkStruct: make allyesconfigDavid Howells2006-11-221-9/+13
|/
* IPoIB: Create MCGs with all attributes required by RFCRoland Dreier2006-09-231-5/+15
* IB/sa: Require SA registrationMichael S. Tsirkin2006-09-231-6/+6
* IB: Whitespace fixesRoland Dreier2006-09-231-1/+1
* IPoIB: Retry failed send-only multicast group joinsEli Cohen2006-09-141-0/+1
* IB/ipoib: Fix oops with ipoib_debug_mcast setOr Gerlitz2006-07-241-4/+4
* [PATCH] drivers: use list_move()Akinobu Mita2006-06-261-4/+2Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-06-201-6/+5Star
|\
| * IPoIB: Fix kernel unaligned access on ia64Jack Morgenstein2006-06-181-6/+5Star
* | [NET]: Add netif_tx_lockHerbert Xu2006-06-181-2/+4
|/
* IPoIB: Wait for join to finish before freeing mcast structEli Cohen2006-04-101-21/+20Star
* IB: simplify static rate encodingJack Morgenstein2006-04-101-9/+1Star
* IPoIB: Consolidate private neighbour data handlingMichael S. Tsirkin2006-04-041-5/+2Star
* IPoIB: Fix build now that neighbour destructor is in neigh_paramsRoland Dreier2006-03-201-1/+0Star
* IPoIB: Fix multicast race between canceling and completingMichael S. Tsirkin2006-03-201-3/+12
* IPoIB: Close race in setting mcast->ahEli Cohen2006-03-201-2/+7
* IPoIB: Yet another fix for send-only joinsRoland Dreier2006-02-111-5/+10
* IPoIB: Fix another send-only join raceMichael S. Tsirkin2006-02-081-1/+1
* IPoIB: Don't start send-only joins while multicast thread is stoppedMichael S. Tsirkin2006-02-081-0/+15
* IPoIB: Lock accesses to multicast packet queuesMichael S. Tsirkin2006-01-171-3/+22
* IB: convert from semaphores to mutexesIngo Molnar2006-01-131-13/+13
* IPoIB: Fix memory leak of multicast group structuresEli Cohen2006-01-121-53/+8Star