summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)AuthorFilesLines
2011-08-16IPoIB: Fix possible NULL dereference in ipoib_start_xmit()Bernd Schubert1-3/+5
2011-07-18net: Abstract dst->neighbour accesses behind helpers.David S. Miller1-14/+27
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-7/+17
2011-01-12RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches1-2/+1
2011-01-11IPoIB: Add GRO supportOr Gerlitz1-0/+2
2011-01-11IPoIB: Remove LRO supportOr Gerlitz1-62/+0
2010-10-27Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-0/+3
2010-10-27replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer1-2/+1
2010-10-27Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier1-0/+3
2010-10-24IPoIB: Set dev_id field of net_deviceEli Cohen1-0/+1
2010-10-13IPoIB: Skip IBoE portsEli Cohen1-0/+2
2010-07-07IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz1-2/+2
2009-12-09IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder1-0/+1
2009-09-06IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier1-1/+6
2009-06-03net: skb->dst accessorsEric Dumazet1-15/+15
2009-05-31net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet1-0/+1
2009-04-21IPoIB: Disable NAPI while CQ is being drainedYossi Etigin1-4/+1
2009-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-7/+11
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-15IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier1-12/+15
2009-01-10IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin1-19/+19
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 Harrison1-6/+6
2008-10-29infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison1-13/+12
2008-10-23IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz1-28/+39
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-40/+28
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 Etigin1-0/+1
2008-08-20IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier1-10/+9
2008-07-23IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz1-1/+1
2008-07-15IPoIB: Remove priv->mcast_mutexEli Cohen1-1/+0
2008-07-15IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-4/+40
2008-07-15IPoIB: add LRO supportVladimir Sokolovsky1-0/+62
2008-07-15IPoIB: Copy small received SKBs in connected modeEli Cohen1-0/+6
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-04-30IPoIB: Use separate CQ for UD send completionsEli Cohen1-1/+2
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-5/+14
2008-04-17IPoIB: Add basic ethtool supportEli Cohen1-0/+2
2008-04-17IPoIB: Add LSO supportEli Cohen1-3/+7
2008-04-17IB: Use shorter list_splice_init() for brevityRobert P. J. Day1-2/+1
2008-04-17IPoIB: Use checksum offload support if availableEli Cohen1-1/+23
2008-03-12IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier1-4/+5
2008-02-09IPoIB: Add high DMA feature flagEli Cohen1-1/+3
2008-02-05IPoIB: Remove a misleading debug printOr Gerlitz1-4/+2
2008-02-05IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz1-6/+7
2008-01-26IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar1-10/+0