summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit2017-07-231-1/+22
* IB/ipoib: Remove double pointer assigningLeon Romanovsky2017-07-231-1/+0
* IB/ipoib: Clean error paths in add portLeon Romanovsky2017-07-231-6/+8
* IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud2017-07-231-0/+1
* IB/ipoib: Add multicast packets statisticsAlex Vesker2017-07-232-1/+4
* IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud2017-07-231-1/+1
* IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker2017-07-231-0/+1
* IB/ipoib: Make sure no in-flight joins while leaving that mcastErez Shitrit2017-07-231-16/+8
* IB/ipoib: Use cancel_delayed_work_sync when neededErez Shitrit2017-07-231-6/+1
* IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-233-0/+4
* IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter2017-07-201-0/+1
* IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit2017-07-171-0/+12
* IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky2017-07-171-9/+7
* IB/IPoIB: Forward MTU change to driver belowErez Shitrit2017-07-171-2/+17
* IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2017-07-172-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-061-4/+4
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-4/+4
* | net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer2017-06-261-3/+4
* | net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer2017-06-261-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-213-7/+20
|\|
| * IB/ipoib: Fix memory leak in create child syscallFeras Daoud2017-06-141-3/+3
| * IB/ipoib: Fix access to un-initialized napi structAlex Vesker2017-06-141-1/+0
| * IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
| * IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-141-1/+4
| * IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-142-2/+10
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
|/
* RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky2017-06-011-1/+1
* RDMA/IPoIB: Replace netdev_priv with ipoib_priv for ipoib_get_link_ksettingsHonggang Li2017-06-011-1/+1
* IB/ipoib: add get_link_ksettings in ethtoolZhu Yanjun2017-05-041-0/+59
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+4
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-012-8/+8
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-012-7/+10
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-013-5/+5
* IB/core: Define 'ib' and 'roce' rdma_ah_attr typesDasaratharaman Chandramouli2017-05-011-0/+1
* IB/core: Use rdma_ah_attr accessor functionsDasaratharaman Chandramouli2017-05-011-32/+27
* IB/core: Rename ib_destroy_ah to rdma_destroy_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename ib_create_ah to rdma_create_ahDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-014-4/+4
* IB/IPoIB: Remove 'else' when the 'if' has a return.Dasaratharaman Chandramouli2017-05-011-10/+9
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-283-78/+3
* IB/ipoib: Fix deadlock between ipoib_stop and mcast join flowFeras Daoud2017-04-211-6/+5
* IB/ipoib: Update broadcast object if PKey value was changed in index 0Feras Daoud2017-04-211-0/+13
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-207-76/+188
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-2010-129/+136
* IB/IPoIB: Rename qpn to be dqpn in ipoib_send and post_send functionsErez Shitrit2017-04-202-7/+8
* IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit2017-04-203-103/+131
* IB/IPoIB: Separate control and data related initializationsErez Shitrit2017-04-204-88/+109
* IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-04-053-8/+42
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-0/+2
* Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-02-252-2/+2
|\