summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2010-02-12IPoIB: Remove TX moderation settings from ethtool supportOr Gerlitz1-8/+2
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder1-0/+1
2009-09-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+7
2009-09-24IPoIB: Don't turn on carrier for a non-active portMoni Shoua1-0/+7
2009-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-2/+0
2009-09-06IPoIB: Check multicast address formatJason Gunthorpe1-0/+19
2009-09-06IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2-1/+8
2009-09-06IPoIB: Remove unused <rdma/ib_cache.h> includesRoland Dreier2-2/+0
2009-09-03drivers: Kill now superfluous ->last_rx storesEric Dumazet2-2/+0
2009-06-03net: skb->dst accessorsEric Dumazet3-22/+22
2009-05-31net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet1-0/+1
2009-05-19net: Fix ipoib rtnl_lock sysfs deadlock.Eric W. Biederman2-4/+8
2009-04-21IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2-6/+5
2009-03-31IPoIB: Avoid free_netdev() BUG when destroying a child interfaceRoland Dreier1-10/+15
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2-10/+14
2009-03-22infiniband: convert ipoib to net_device_opsStephen Hemminger1-7/+11
2009-02-18IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein1-2/+7
2009-01-22net: Remove redundant NAPI functionsBen Hutchings1-3/+3
2009-01-17IPoIB: Do not print error messages for multicast join retriesYossi Etigin1-1/+1
2009-01-15IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier1-3/+8
2009-01-15IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier1-12/+15
2009-01-13IPoIB: Do not join broadcast group if interface is brought downYossi Etigin1-0/+3
2009-01-10IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin1-19/+19
2008-12-23net: Remove unused netdev arg from some NAPI interfaces.Neil Horman1-3/+3
2008-11-19Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller1-2/+4
2008-11-12IPoIB: Fix crash in path_rec_completion()Yossi Etigin1-1/+1
2008-11-12IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin1-0/+1
2008-11-12IPoIB: Don't enable NAPI when it's already enabledYossi Etigin1-1/+2
2008-10-29net: replace %p6 with %pI6Harvey Harrison3-23/+23
2008-10-29infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison1-23/+0
2008-10-29infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison3-58/+45
2008-10-23IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz3-28/+44
2008-10-23IPoIB: Clean up ethtool supportOr Gerlitz1-1/+8
2008-10-11IPoIB: Always initialize poll_timer to avoid crash on unloadRoland Dreier1-4/+3
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier5-107/+118
2008-09-26IPoIB: Fix crash when path record fails after path flushRoland Dreier1-4/+4
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin3-10/+24
2008-08-20IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2-11/+18
2008-08-09IPoIB/cm: Use vmalloc() to allocate rx_ringsDavid J. Wilder1-5/+12
2008-07-30IPoIB/cm: Set correct SG list in ipoib_cm_init_rx_wr()Roland Dreier1-1/+1
2008-07-25IPoIB: Correct help text for INFINIBAND_IPOIB_DEBUGRoland Dreier1-3/+4
2008-07-25IPoIB/cm: Connected mode is no longer EXPERIMENTALRoland Dreier1-7/+8
2008-07-23IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz1-1/+1
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller10-124/+342
2008-07-15netdev: Do not use TX lock to protect address lists.David S. Miller1-2/+0
2008-07-15netdev: Add netdev->addr_list_lock protection.David S. Miller1-0/+2
2008-07-15IPoIB: Double default RX/TX ring sizesEli Cohen1-2/+2
2008-07-15IPoIB/cm: Reduce connected mode TX object sizeEli Cohen2-7/+12
2008-07-15IPoIB: Use dev_set_mtu() to change mtuEli Cohen2-2/+2
2008-07-15IPoIB: Use rtnl lock/unlock when changing device flagsEli Cohen2-3/+10