summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-251-1/+1
|\
| * IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche2017-01-241-1/+1
* | IB/IPoIB: Add destination address when re-queue packetErez Shitrit2017-02-151-13/+17
* | IB/ipoib: Remove the unnecessary error checkZhu Yanjun2017-01-241-5/+1
* | IB/ipoib: Remove unnecessary returned value checkZhu Yanjun2017-01-241-6/+2
|/
* IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud2017-01-121-4/+4
* IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud2017-01-121-3/+5
* IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud2017-01-121-4/+2
* IB/ipoib: Set device connection mode only when neededFeras Daoud2017-01-121-0/+7
* IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud2017-01-121-0/+4
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-12-151-4/+1
|\
| * IB/ipoib: Remove and fix debug prints after allocation failureLeon Romanovsky2016-12-031-4/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-21/+33
|\ \
| * | IB/ipoib: move back IB LL address into the hard headerPaolo Abeni2016-10-141-21/+33
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-201-0/+1
* | IB/ipoib: Flip to new dev walk APIDavid Ahern2016-10-181-12/+25
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-10-091-1/+2
|\
| * IB/ipoib: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar2016-10-071-1/+2
* | IB/ipoib: Fix memory corruption in ipoib cm mode connect flowErez Shitrit2016-09-021-1/+1
|/
* IB/ipoib: Report SG feature regardless of HW UD CSUM capabilityYuval Shaia2016-08-031-2/+1
* IB/IPoIB: Don't update neigh validity for unresolved entriesErez Shitrit2016-06-071-1/+3
* IB/IPoIB: Disable bottom half when dealing with device addressMark Bloch2016-06-071-4/+4
* IB/IPoIB: Fix race between ipoib_remove_one to sysfs functionsErez Shitrit2016-06-071-0/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-281-0/+140
|\
| * IB/IPoIB: Allow setting the device addressMark Bloch2016-05-251-0/+67
| * IB/ipoib: Support SendOnlyFullMember MCG for SendOnly joinErez Shitrit2016-05-251-0/+73
* | drivers: replace dev->trans_start accesses with dev_trans_startFlorian Westphal2016-05-041-1/+1
|/
* IB/ipoib: Add ndo operations for configuring VFsEli Cohen2016-03-211-2/+63
* IB/IPoIB: Fix kernel panic on multicast flowErez Shitrit2016-01-191-2/+1
* IB/IPoIB: Move multicast specific code out of ipoib_main.cChristoph Lameter2015-12-231-12/+1
* IB/IPoIB: factor out common multicast list removal codeChristoph Lameter2015-12-231-5/+2
* IB/ulps: Avoid calling ib_query_deviceOr Gerlitz2015-12-221-20/+1
* Merge branch 'wr-cleanup' into k.o/for-4.4Doug Ledford2015-10-281-1/+1
|\
| * IB: split struct ib_send_wrChristoph Hellwig2015-10-081-1/+1
* | IB/core: Add netdev and gid attributes paramteres to cacheMatan Barak2015-10-211-1/+1
* | IB/ipoib: For sendonly join free the multicast group on leaveChristoph Lameter2015-10-131-1/+3
|/
* IB/ipoib: Expire sendonly multicast joinsChristoph Lameter2015-09-251-0/+18
* IB/ipoib: Return IPoIB devices matching connection parametersGuy Shapiro2015-08-301-1/+228
* IB/core: lock client data with lists_rwsemHaggai Eran2015-08-301-4/+3
* IB/ipoib: Set MTU to max allowed by mode when mode changesErez Shitrit2015-07-141-0/+1
* IB/ipoib: Scatter-Gather support in connected modeYuval Shaia2015-07-141-1/+1
* IB/IPoIB: Fix bad error flow in ipoib_add_port()Amir Vadai2015-07-141-2/+4
* IB: Add rdma_cap_ib_switch helper and use where appropriateHal Rosenstock2015-07-141-10/+2
* Merge branch 'for-4.2-misc' into k.o/for-4.2Doug Ledford2015-06-021-2/+2
|\
| * IB/ipoib: Fix RCU annotations in ipoib_neigh_hash_init()Bart Van Assche2015-06-021-2/+2
* | IB/Verbs: Reform IB-ulp ipoibMichael Wang2015-05-181-7/+8
|/
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2015-04-221-26/+47
|\
| * IB/ipoib: Save only IPOIB_MAX_PATH_REC_QUEUE skb'sErez Shitrit2015-04-151-3/+10
| * IB/ipoib: No longer use flush as a parameterDoug Ledford2015-04-151-4/+4
| * IB/ipoib: Use dedicated workqueues per interfaceDoug Ledford2015-04-151-12/+16
OpenPOWER on IntegriCloud