summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)Author
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud
2017-06-14IB/ipoib: Fix access to un-initialized napi structAlex Vesker
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker
2017-06-01RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky
2017-06-01RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li
2017-05-04IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-05-01IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli
2017-04-21IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-19IB/ipoib: Remove redudant labelZhu Yanjun
2017-02-19IB/ipoib: remove the unnecessary memory freeZhu Yanjun
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun
2017-01-24IB/ipoib: function interface changeZhu Yanjun
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford
2016-12-14IPoIB: Avoid reading an uninitialized member variableBart Van Assche