aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
...
* IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier2009-01-141-3/+8
* IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-141-12/+15
* IPoIB: Do not join broadcast group if interface is brought downYossi Etigin2009-01-121-0/+3
* IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin2009-01-091-19/+19
* net: Remove unused netdev arg from some NAPI interfaces.Neil Horman2008-12-221-3/+3
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-181-2/+4
|\
| * IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-121-1/+1
| * IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-121-0/+1
| * IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-121-1/+2
* | net: replace %p6 with %pI6Harvey Harrison2008-10-293-23/+23
* | infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison2008-10-281-23/+0
* | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-283-58/+45
|/
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-223-28/+44
* IPoIB: Clean up ethtool supportOr Gerlitz2008-10-221-1/+8
* IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier2008-10-101-4/+3
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-305-107/+118
* IPoIB: Fix crash when path record fails after path flushRoland Dreier2008-09-251-4/+4
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-163-10/+24
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-192-11/+18
* IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder2008-08-081-5/+12
* IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier2008-07-301-1/+1
* IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUGRoland Dreier2008-07-241-3/+4
* IPoIB/cm: Connected mode is no longer EXPERIMENTALRoland Dreier2008-07-241-7/+8
* IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz2008-07-221-1/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller2008-07-1810-124/+342
|\
| * IPoIB: Double default RX/TX ring sizesEli Cohen2008-07-141-2/+2
| * IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2008-07-142-7/+12
| * IPoIB: Use dev_set_mtu() to change mtuEli Cohen2008-07-142-2/+2
| * IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2008-07-142-3/+10
| * IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier2008-07-143-17/+3
| * IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen2008-07-143-15/+19
| * IPoIB: Remove priv->mcast_mutexEli Cohen2008-07-143-6/+0
| * IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen2008-07-142-9/+0
| * IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-144-30/+91
| * IPoIB: add LRO supportVladimir Sokolovsky2008-07-145-1/+127
| * IPoIB: Use multicast loopback blocking if availableRon Livne2008-07-141-1/+4
| * IPoIB/cm: Fix racy use of receive WR/SGL in ipoib_cm_post_receive_nonsrq()Roland Dreier2008-07-141-16/+47
| * IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-143-0/+26
| * RDMA: Remove subversion $Id tagsRoland Dreier2008-07-148-16/+0
* | netdev: Do not use TX lock to protect address lists.David S. Miller2008-07-151-2/+0
* | 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-201-0/+6
* IB/ipoib: Fix transmit queue stalling foreverEli Cohen2008-04-303-6/+46
* IPoIB: Copy child MTU from parentEli Cohen2008-04-291-0/+3
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-296-40/+64
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-236-49/+134
* IPoIB: Handle case when P_Key is deleted and re-added at same indexRoland Dreier2008-04-162-7/+7
* IPoIB: Support modifying IPoIB CQ event moderationEli Cohen2008-04-162-0/+52
* IPoIB: Add basic ethtool supportEli Cohen2008-04-164-1/+59
* IPoIB: Add LSO supportEli Cohen2008-04-165-36/+92