summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
Commit message (Expand)AuthorAgeFilesLines
* IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker2017-12-201-1/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin2017-09-271-13/+0
* IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-252-6/+19
* IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel2017-09-251-6/+14
* IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar2017-09-221-5/+11
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-244-14/+32
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-244-5/+31
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-9/+1
* | IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud2017-08-241-0/+15
|/
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-186-32/+50
|\
| * 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
* | Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford2017-08-101-2/+1
|\ \
| * | RDMA: Simplify get firmware interfaceLeon Romanovsky2017-08-101-2/+1
| | |
| \ \
*-. \ \ Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford2017-08-101-1/+1
|\ \ \ \ | |_|/ / |/| | / | | |/
| * | IB/IPoIB: Increase local_lid to 32 bitsDasaratharaman Chandramouli2017-08-081-1/+1
| |/
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* 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