summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2018-09-26IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-05-30IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-03-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2018-03-24IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud1-0/+13
2018-03-24IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud1-6/+5
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit2-8/+22
2017-12-20IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-11-15IB/ipoib: Change list_del to list_del_init in the tx objectFeras Daoud1-1/+1
2017-10-08IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud1-4/+4
2017-10-08IB/ipoib: rtnl_unlock can not come after free_netdevFeras Daoud1-2/+2
2017-10-08IB/ipoib: Fix deadlock over vlan_mutexFeras Daoud1-1/+5
2017-05-20IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch3-8/+42
2017-03-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17
2017-03-15IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2-9/+9
2017-02-01IB/ipoib: move back IB LL address into the hard headerPaolo Abeni5-43/+64
2017-01-26IB/IPoIB: Remove can't use GFP_NOIO warningKamal Heib1-2/+0
2017-01-09IPoIB: Avoid reading an uninitialized member variableBart Van Assche1-2/+5
2016-10-07IB/ipoib: Don't allow MC joins during light MC flushAlex Vesker1-0/+9
2016-10-07IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit3-1/+18
2016-09-15IB/IPoIB: Do not set skb truesize since using one linearskbCarol L Soto1-2/+0
2016-08-20IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit1-1/+3
2016-04-12IB/ipoib: fix for rare multicast join race conditionAlex Estrin1-7/+17
2015-10-29Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford6-20/+20
2015-10-22IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2-2/+2
2015-10-13IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter3-2/+5
2015-10-08IB: split struct ib_send_wrChristoph Hellwig6-20/+20
2015-09-26IB/ipoib: increase the max mcast backlog queueDoug Ledford1-1/+1
2015-09-25IB/ipoib: Make sendonly multicast joins create the mcast groupDoug Ledford1-10/+12
2015-09-25IB/ipoib: Expire sendonly multicast joinsChristoph Lameter3-2/+22
2015-09-04IB/ipoib: Suppress warning for send only join failuresJason Gunthorpe1-2/+10
2015-09-04IB/ipoib: Clean up send-only multicast joinsDoug Ledford1-11/+27
2015-08-31IB/core: Make ib_dealloc_pd return voidJason Gunthorpe1-3/+1
2015-08-31IB/ipoib: Remove ib_get_dma_mr callsJason Gunthorpe3-17/+4
2015-08-30IB/cm: Remove compare_data checksHaggai Eran1-1/+1
2015-08-30IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro1-1/+228
2015-08-30IB/core: lock client data with lists_rwsemHaggai Eran1-4/+3
2015-07-24IB/ipoib: Fix CONFIG_INFINIBAND_IPOIB_CMJason Gunthorpe1-1/+2
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/r...Linus 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