summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)AuthorFilesLines
2023-01-18IB/IPoIB: Fix queue count inconsistency for PKEY child interfacesDragos Tatulea1-0/+7
2020-08-21RDMA/ipoib: Return void from ipoib_ib_dev_stop()Kamal Heib2-4/+2
2019-11-20IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2019-07-31ipoib: correcly show a VF hardware addressDenis Kirjanov1-0/+1
2018-11-13IB/ipoib: Clear IPCB before icmp_sendDenis Drozdov1-2/+6
2018-11-04IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker1-4/+3
2018-09-26IB/ipoib: Avoid a race condition between start_xmit and cm_rep_handlerAaron Knister1-0/+2
2018-09-26IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun1-1/+2
2018-05-09net: don't call update_pmtu unconditionallyNicolas Dichtel1-2/+1
2018-04-26IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-03-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit2-8/+22
2017-12-20IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker1-1/+6
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin1-13/+0
2017-09-25IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2-6/+19
2017-09-25IB/ipoib: Fix sysfs Pkey create<->remove possible deadlockShalom Lagziel1-6/+14
2017-09-22IB/ipoib: Suppress the retry related completion errorsSantosh Shilimkar1-5/+11
2017-08-25Merge branch 'mellanox' into k.o/for-nextDoug Ledford4-14/+32
2017-08-25IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud1-0/+15
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit4-5/+31
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky1-9/+1
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford6-32/+50
2017-08-10Merge branch 'rdma-netlink' into k.o/merge-testDoug Ledford1-2/+1
2017-08-10Merge branches '32bit_lid' and 'irq_affinity' into k.o/merge-testDoug Ledford1-1/+1
2017-08-10RDMA: Simplify get firmware interfaceLeon Romanovsky1-2/+1
2017-08-08IB/IPoIB: Increase local_lid to 32 bitsDasaratharaman Chandramouli1-1/+1
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky1-1/+0
2017-07-23IB/ipoib: Notify on modify QP failure only when relevantErez Shitrit1-1/+22
2017-07-23IB/ipoib: Remove double pointer assigningLeon Romanovsky1-1/+0
2017-07-23IB/ipoib: Clean error paths in add portLeon Romanovsky1-6/+8
2017-07-23IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud1-0/+1
2017-07-23IB/ipoib: Add multicast packets statisticsAlex Vesker2-1/+4
2017-07-23IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud1-1/+1
2017-07-23IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker1-0/+1
2017-07-23IB/ipoib: Make sure no in-flight joins while leaving that mcastErez Shitrit1-16/+8
2017-07-23IB/ipoib: Use cancel_delayed_work_sync when neededErez Shitrit1-6/+1
2017-07-23IB/ipoib: Fix race between light events and interface restartFeras Daoud3-0/+4
2017-07-20IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter1-0/+1
2017-07-18IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit1-0/+12
2017-07-18IB/IPoIB: Convert IPoIB to memalloc_noio_* callsLeon Romanovsky1-9/+7
2017-07-18IB/IPoIB: Forward MTU change to driver belowErez Shitrit1-2/+17
2017-07-18IB: Convert msleep below 20ms to usleep_rangeLeon Romanovsky2-3/+3
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds1-4/+4
2017-07-06IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-4/+4
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.changelinkMatthias Schiffer1-3/+4
2017-06-27net: add netlink_ext_ack argument to rtnl_link_ops.newlinkMatthias Schiffer1-1/+2
2017-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+20
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-14IB/ipoib: Fix memory leak in create child syscallFeras Daoud1-3/+3