summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * IB/ipoib: change init sequence orderingDoug Ledford2015-04-151-7/+17
* | IB/ipoib: Fix ndo_get_iflinkErez Shitrit2015-04-171-0/+5
|/
* infiniband/ipoib: implement ndo_get_iflinkNicolas Dichtel2015-04-021-0/+8
* Revert "IPoIB: change init sequence ordering"Roland Dreier2015-01-301-17/+7
* Revert "IPoIB: Use dedicated workqueues per interface"Roland Dreier2015-01-301-12/+7
* Revert "IPoIB: No longer use flush as a parameter"Roland Dreier2015-01-301-4/+4
* IPoIB: No longer use flush as a parameterDoug Ledford2014-12-151-4/+4
* IPoIB: Use dedicated workqueues per interfaceDoug Ledford2014-12-151-7/+12
* IPoIB: change init sequence orderingDoug Ledford2014-12-151-7/+17
* net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
* ipoib: validate struct ipoib_cb sizeEric Dumazet2014-09-221-2/+2
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2014-08-141-5/+4
|\
| * IB/ipoib: Avoid multicast join attempts with invalid P_keyAlex Estrin2014-08-101-7/+4
| * IB/ipoib: Avoid flushing the workqueue from worker contextErez Shitrit2014-08-051-1/+1
| * IB/ipoib: Use P_Key change event instead of P_Key polling mechanismErez Shitrit2014-08-051-2/+4
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-2/+2
|/
* IPoIB: Report operstate consistently when brought up without a linkMichal Schmidt2014-01-221-2/+2
* IPoIB: lower NAPI weightMichal Schmidt2013-11-081-1/+1
* IPoIB: Fix deadlock between dev_change_flags() and __ipoib_dev_flush()Erez Shitrit2013-11-081-5/+5
* IPoIB: Fix race in deleting ipoib_neigh entriesJim Foraker2013-08-131-6/+3
* IPoIB: Make sure child devices use valid/proper pkeysOr Gerlitz2013-07-311-1/+1
* Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2013-05-081-1/+1
|\
| * IPoIB: Fix ipoib_hard_header() return valueDoug Ledford2013-04-161-1/+1