summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
...
* | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-251-4/+11
|/
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-241-9/+6
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-0/+5
| * 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-181-7/+12
|\
| * 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: 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: Fix race between light events and interface restartFeras Daoud2017-07-231-0/+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: Forward MTU change to driver belowErez Shitrit2017-07-171-2/+17
* 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
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+13
|\|
| * 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-141-1/+6
* | 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
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+4
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-7/+7
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-4/+7
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-71/+0
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-201-33/+112
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-41/+43
* IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit2017-04-201-1/+1
* IB/IPoIB: Separate control and data related initializationsErez Shitrit2017-04-201-19/+97
* IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch2017-04-051-5/+39
* 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
|/