aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAge
* net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław2011-04-20
* RDMA: Use vzalloc() to replace vmalloc()+memset(0)Joe Perches2011-01-12
* IPoIB: Add GRO supportOr Gerlitz2011-01-10
* IPoIB: Remove LRO supportOr Gerlitz2011-01-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2010-10-26
|\
| *-. Merge branches 'amso1100', 'cma', 'cxgb3', 'cxgb4', 'ehca', 'iboe', 'ipoib', ...Roland Dreier2010-10-26
| |\ \
| | | * IPoIB: Set dev_id field of net_deviceEli Cohen2010-10-23
| | |/ | |/|
| | * IPoIB: Skip IBoE portsEli Cohen2010-10-13
| |/
* / replace nested max/min macros with {max,min}3 macroHagen Paul Pfeifer2010-10-26
|/
* IPoIB: Fix world-writable child interface control sysfs attributesOr Gerlitz2010-07-06
* IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()David J. Wilder2009-12-09
* IPoIB: Drop priv->lock before calling ipoib_send()Roland Dreier2009-09-05
* net: skb->dst accessorsEric Dumazet2009-06-03
* net: unset IFF_XMIT_DST_RELEASE for qeth and ipoibEric Dumazet2009-05-31
* IPoIB: Disable NAPI while CQ is being drainedYossi Etigin2009-04-20
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-03-26
|\
| * infiniband: convert ipoib to net_device_opsStephen Hemminger2009-03-21
* | IPoIB: In unicast_arp_send(), only free newly-created pathsJack Morgenstein2009-02-17
|/
* IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-14
* IPoIB: Fix loss of connectivity after bonding failover on both sidesYossi Etigin2009-01-09
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-11-19
|\
| * IPoIB: Fix crash in path_rec_completion()Yossi Etigin2008-11-12
| * IPoIB: Fix hang in ipoib_flush_paths()Yossi Etigin2008-11-12
| * IPoIB: Don't enable NAPI when it's already enabledYossi Etigin2008-11-12
* | net: replace %p6 with %pI6Harvey Harrison2008-10-29
* | infiniband: ipoib replace IPOIB_GID_FMT with %p6Harvey Harrison2008-10-29
|/
* IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz2008-10-22
* IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier2008-09-30
* IPoIB: Fix crash when path record fails after path flushRoland Dreier2008-09-25
* IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin2008-09-16
* IPoIB: Fix deadlock on RTNL in ipoib_stop()Roland Dreier2008-08-19
* IPoIB: Include err code in trace message for ib_sa_path_rec_get() failuresOr Gerlitz2008-07-22
* IPoIB: Remove priv->mcast_mutexEli Cohen2008-07-15
* IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua2008-07-15
* IPoIB: add LRO supportVladimir Sokolovsky2008-07-15
* IPoIB: Copy small received SKBs in connected modeEli Cohen2008-07-15
* RDMA: Remove subversion $Id tagsRoland Dreier2008-07-15
* IPoIB: Use separate CQ for UD send completionsEli Cohen2008-04-29
* IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma2008-04-23
* IPoIB: Add basic ethtool supportEli Cohen2008-04-17
* IPoIB: Add LSO supportEli Cohen2008-04-17
* IB: Use shorter list_splice_init() for brevityRobert P. J. Day2008-04-17
* IPoIB: Use checksum offload support if availableEli Cohen2008-04-17
* IPoIB: Allocate priv->tx_ring with vmalloc()Roland Dreier2008-03-12
* IPoIB: Add high DMA feature flagEli Cohen2008-02-08
* IPoIB: Remove a misleading debug printOr Gerlitz2008-02-04
* IPoIB: Handle bonding failover race for connected neighbours tooOr Gerlitz2008-02-04
* IPoIB: Remove redundant check of netif_queue_stopped() in xmit handlerKrishna Kumar2008-01-25
* IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana2008-01-25
* IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana2008-01-25