aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-01-19IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit1-1/+1
2015-12-23IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter1-1/+2
2015-12-23IB/IPoIB: factor out common multicast list removal codeChristoph Lameter1-2/+1
2015-10-28Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford1-2/+2
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter1-0/+1
2015-10-08IB: split struct ib_send_wrChristoph Hellwig1-2/+2
2015-09-25IB/ipoib: increase the max mcast backlog queueDoug Ledford1-1/+1
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter1-0/+2
2015-08-30IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe1-1/+0
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia1-1/+28
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit1-1/+0
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit1-0/+5
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit1-5/+0
2015-04-15IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford1-2/+9
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford1-4/+4
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford1-0/+1
2015-01-30Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier1-8/+2
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier1-1/+0
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier1-1/+1
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier1-3/+3
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford1-3/+3
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford1-1/+1
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford1-0/+1
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford1-2/+8
2014-09-22ipoib: validate struct ipoib_cb sizeEric Dumazet1-0/+6
2014-08-05IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit1-1/+1
2014-08-05IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit1-4/+2
2013-11-08IPoIB: Fix usage of uninitialized multicast objectsErez Shitrit1-0/+2
2013-11-08IPoIB: 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-02IPoIB: Fix build with CONFIG_INFINIBAND_IPOIB_CM=nRoland Dreier1-2/+2
2012-10-01IB/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-20IB/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-08IPoIB: Stop lying about hard_header_len and use skb->cb to stash LL addressesRoland Dreier1-2/+4
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-04-20net: infiniband/ulp/ipoib: convert to hw_featuresMichał Mirosław1-1/+0
2011-01-10IPoIB: Remove LRO supportOr Gerlitz1-11/+1
2008-10-28infiniband: remove IPOIB_GID_RAW_ARG, IPOIB_GID_ARG, IPOIB_GID_FMTHarvey Harrison1-23/+0
2008-10-22IPoIB: 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-14IPoIB: Double default RX/TX ring sizesEli Cohen1-2/+2
2008-07-14IPoIB/cm: Reduce connected mode TX object sizeEli Cohen1-1/+6
2008-07-14IPoIB: Get rid of ipoib_mcast_detach() wrapperRoland Dreier1-2/+0
2008-07-14IPoIB: Only set Q_Key once: after joining broadcast groupEli Cohen1-1/+1