aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-14IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit1-0/+1
2015-07-14IB/ipoib: Scatter-Gather support in connected modeYuval Shaia4-46/+54
2015-07-14IB/ipoib: Prevent lockdep warning in __ipoib_ib_dev_flushHaggai Eran1-6/+7
2015-07-14IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai1-2/+4
2015-07-14IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock1-10/+2
2015-06-12IB/core: Change ib_create_cq to use struct ib_cq_init_attrMatan Barak1-2/+6
2015-06-02Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford1-2/+2
2015-06-02IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche1-2/+2
2015-05-18IB/Verbs: Reform IB-ulp ipoibMichael Wang1-7/+8
2015-05-05IPoIB/CM: Fix indentation levelBart Van Assche1-2/+2
2015-04-22Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds6-389/+492
2015-04-17IB/ipoib: Fix ndo_get_iflinkErez Shitrit2-2/+6
2015-04-15IB/ipoib: Remove IPOIB_MCAST_RUN bitErez Shitrit2-5/+2
2015-04-15IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit1-3/+10
2015-04-15IB/ipoib: Handle QP in SQE stateErez Shitrit2-1/+63
2015-04-15IB/ipoib: Update broadcast record values after each successful join requestErez Shitrit1-1/+17
2015-04-15IB/ipoib: Use one linear skb in RX flowErez Shitrit3-72/+13
2015-04-15IB/ipoib: drop mcast_mutex usageDoug Ledford1-38/+32
2015-04-15IB/ipoib: deserialize multicast joinsDoug Ledford1-168/+82
2015-04-15IB/ipoib: fix MCAST_FLAG_BUSY usageDoug Ledford2-128/+238
2015-04-15IB/ipoib: No longer use flush as a parameterDoug Ledford4-30/+39
2015-04-15IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford6-38/+66
2015-04-15IB/ipoib: Make the carrier_on_task race awareDoug Ledford1-8/+17
2015-04-15IB/ipoib: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2015-04-15IB/ipoib: change init sequence orderingDoug Ledford1-7/+17
2015-04-15IB/ipoib: factor out ah flushingDoug Ledford1-18/+28
2015-04-02infiniband/ipoib: implement ndo_get_iflinkNicolas Dichtel2-1/+8
2015-01-30Revert "IPoIB: Consolidate rtnl_lock tasks in workqueue"Roland Dreier1-2/+6
2015-01-30Revert "IPoIB: Make the carrier_on_task race aware"Roland Dreier1-15/+6
2015-01-30Revert "IPoIB: fix MCAST_FLAG_BUSY usage"Roland Dreier2-101/+57
2015-01-30Revert "IPoIB: fix mcast_dev_flush/mcast_restart_task race"Roland Dreier1-32/+5
2015-01-30Revert "IPoIB: change init sequence ordering"Roland Dreier1-17/+7
2015-01-30Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier6-58/+34
2015-01-30Revert "IPoIB: Make ipoib_mcast_stop_thread flush the workqueue"Roland Dreier3-12/+15
2015-01-30Revert "IPoIB: No longer use flush as a parameter"Roland Dreier3-16/+17
2014-12-15IPoIB: No longer use flush as a parameterDoug Ledford3-17/+16
2014-12-15IPoIB: Make ipoib_mcast_stop_thread flush the workqueueDoug Ledford3-15/+12
2014-12-15IPoIB: Use dedicated workqueues per interfaceDoug Ledford6-34/+58
2014-12-15IPoIB: change init sequence orderingDoug Ledford1-7/+17
2014-12-15IPoIB: fix mcast_dev_flush/mcast_restart_task raceDoug Ledford1-5/+32
2014-12-15IPoIB: fix MCAST_FLAG_BUSY usageDoug Ledford2-57/+101
2014-12-15IPoIB: Make the carrier_on_task race awareDoug Ledford1-6/+15
2014-12-15IPoIB: Consolidate rtnl_lock tasks in workqueueDoug Ledford1-6/+2
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-09-23Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds1-9/+1
2014-09-22ipoib: validate struct ipoib_cb sizeEric Dumazet2-2/+8
2014-09-19IPoIB: Remove unnecessary port queryAlex Estrin1-9/+1
2014-08-14Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/roland/infinibandLinus Torvalds4-101/+55
2014-08-12IPoIB: Remove unnecessary test for NULL before debugfs_remove()Fabian Frederick1-4/+2
2014-08-10IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2-45/+46