aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-05-04IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun1-0/+59
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-1/+4
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli2-8/+8
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2-7/+10
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli3-5/+5
2017-05-01IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli1-0/+1
2017-05-01IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli1-32/+27
2017-05-01IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli4-4/+4
2017-05-01IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli1-10/+9
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli3-78/+3
2017-04-21IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2017-04-21IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit7-76/+188
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit10-129/+136
2017-04-20IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit2-7/+8
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit3-103/+131
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit4-88/+109
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch3-8/+42
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar2-0/+2
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds2-2/+2
2017-02-19IB/ipoib: Remove redudant labelZhu Yanjun1-4/+3
2017-02-19IB/ipoib: remove the unnecessary memory freeZhu Yanjun1-1/+3
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun4-13/+7
2017-01-24IB/ipoib: function interface changeZhu Yanjun2-8/+4
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun3-10/+4
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche2-2/+2
2017-01-12IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-01-12IB/ipoib: Use debug prints instead of warnings in RNR WC statusFeras Daoud1-3/+6
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud3-8/+13
2017-01-12IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-01-12IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud1-0/+7
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud1-0/+4
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds4-19/+8
2016-12-14Merge branches 'misc', 'qedr', 'reject-helpers', 'rxe' and 'srp' into merge-testDoug Ledford1-2/+5
2016-12-14Merge branch 'mlx' into merge-testDoug Ledford1-2/+0
2016-12-14IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-12-03IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky3-15/+3
2016-11-16IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-43/+64
2016-10-20net: use core MTU range checking in misc driversJarod Wilson1-0/+1
2016-10-18IB/ipoib: Flip to new dev walk APIDavid Ahern1-12/+25
2016-10-14IB/ipoib: move back IB LL address into the hard headerPaolo Abeni5-43/+64
2016-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds3-4/+11