summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-09IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit1-0/+2
2013-11-09IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit1-1/+1
2013-02-19IPoIB: Add version and firmware info to ethtool reportingYan Burman1-0/+2
2013-02-19IPoIB: Fix ipoib_neigh hashing to use the correct daddr octetsShlomo Pongratz1-0/+2
2012-10-03IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier1-2/+2
2012-10-02IB/ipoib: Add more rtnl_link_ops callbacksOr Gerlitz1-0/+3
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+4
2012-09-21IB/ipoib: Add rtnl_link_ops supportOr Gerlitz1-0/+13
2012-09-12IPoIB: Fix AB-BA deadlock when deleting neighboursShlomo Pongratz1-1/+0
2012-09-12IPoIB: Fix memory leak in the neigh table deletion flowShlomo Pongratz1-0/+4
2012-07-30IPoIB: Use a private hash table for path lookup in xmit pathShlomo Pongratz1-20/+36
2012-02-09IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier1-2/+4
2011-07-27atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-1/+0
2011-01-11IPoIB: Remove LRO supportOr Gerlitz1-11/+1
2008-10-29infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison1-23/+0
2008-10-23IPoIB: Set netdev offload features properly for child (VLAN) interfacesOr Gerlitz1-0/+1
2008-09-30IPoIB: Use netif_tx_lock() and get rid of private tx_lock, LLTXRoland Dreier1-5/+3
2008-09-16IPoIB: Fix deadlock on RTNL between bcast join comp and ipoib_stop()Yossi Etigin1-0/+2
2008-07-15IPoIB: Double default RX/TX ring sizesEli Cohen1-2/+2
2008-07-15IPoIB/cm: Reduce connected mode TX object sizeEli Cohen1-1/+6
2008-07-15IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-2/+0
2008-07-15IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-1/+1
2008-07-15IPoIB: Remove priv->mcast_mutexEli Cohen1-1/+0
2008-07-15IPoIB: Remove unused IPOIB_MCAST_STARTED codeEli Cohen1-1/+0
2008-07-15IPoIB: Refresh paths instead of flushing them on SM change eventsMoni Shoua1-3/+14
2008-07-15IPoIB: add LRO supportVladimir Sokolovsky1-0/+11
2008-07-15IPoIB: Copy small received SKBs in connected modeEli Cohen1-0/+1
2008-07-15RDMA: Remove subversion $Id tagsRoland Dreier1-2/+0
2008-05-01IB/ipoib: Fix transmit queue stalling foreverEli Cohen1-0/+2
2008-04-30IPoIB: Use separate CQ for UD send completionsEli Cohen1-2/+5
2008-04-23IPoIB: Handle 4K IB MTU for UD (datagram) modeShirley Ma1-4/+16
2008-04-17IPoIB: Support modifying IPoIB CQ event moderationEli Cohen1-0/+6
2008-04-17IPoIB: Add basic ethtool supportEli Cohen1-0/+2
2008-04-17IPoIB: Add LSO supportEli Cohen1-0/+1
2008-04-17IPoIB: Use checksum offload support if availableEli Cohen1-0/+1
2008-02-14IPoIB: Remove unused struct ipoib_cm_tx.ibwc memberEli Cohen1-1/+0
2008-02-09IPoIB: Add send gather supportEli Cohen1-2/+2
2008-01-26IPoIB/CM: Enable SRQ support on HCAs that support fewer than 16 SG entriesPradeep Satyanarayana1-0/+13
2008-01-26IPoIB/cm: Add connected mode support for devices without SRQsPradeep Satyanarayana1-0/+19
2008-01-26IPoIB: Trivial formatting cleanupsRoland Dreier1-76/+76
2007-10-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-6/+9
2007-10-20IPoIB/cm: Use common CQ for CM send completionsMichael S. Tsirkin1-6/+9
2007-10-15IB/ipoib: Bound the net device to the ipoib_neigh structueMoni Shoua1-1/+3
2007-10-12Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds1-1/+23
2007-10-11[IPoIB]: Convert to netdevice internal statsRoland Dreier1-2/+0
2007-10-11[NET]: Make NAPI polling independent of struct net_device objects.Stephen Hemminger1-1/+3
2007-10-11IPoIB: Allow setting policy to ignore multicast groupsOr Gerlitz1-0/+2
2007-10-10IPoIB: Specify Traffic Class with path record queries for QoS supportSean Hefty1-1/+21
2007-05-30IPoIB/cm: Fix performance regression on MellanoxMichael S. Tsirkin1-2/+1