summaryrefslogtreecommitdiff
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
AgeCommit message (Expand)Author
2019-11-20IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar
2019-07-31ipoib: correcly show a VF hardware addressDenis Kirjanov
2018-09-26IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun
2018-04-26IB/ipoib: Fix for potential no-carrier stateAlex Estrin
2018-03-24IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit
2018-03-03IB/ipoib: Fix race condition in neigh creationErez Shitrit
2017-09-25IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker
2017-08-24Merge branch 'mellanox' into k.o/for-nextDoug Ledford
2017-08-24IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud
2017-08-24IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit
2017-08-24RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky
2017-08-18Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon Romanovsky
2017-07-23IB/ipoib: Clean error paths in add portLeon Romanovsky
2017-07-23IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud
2017-07-23IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud
2017-07-23IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker
2017-07-23IB/ipoib: Fix race between light events and interface restartFeras Daoud
2017-07-20IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter
2017-07-17IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit
2017-07-17IB/IPoIB: Forward MTU change to driver belowErez Shitrit
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker
2017-06-01RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit
2017-01-24IB/ipoib: Remove the unnecessary error checkZhu Yanjun
2017-01-24IB/ipoib: Remove unnecessary returned value checkZhu Yanjun
2017-01-24IB/IPoIB: Switch from dma_device to dev.parentBart Van Assche
2017-01-12IB/ipoib: Replace list_del of the neigh->list with list_del_initFeras Daoud
2017-01-12IB/ipoib: Add detailed error message to dev_queue_xmit callFeras Daoud
2017-01-12IB/ipoib: Fix deadlock between rmmod and set_modeFeras Daoud
2017-01-12IB/ipoib: Set device connection mode only when neededFeras Daoud
2017-01-12IB/ipoib: When given an invalid UD MTU, give debug msgFeras Daoud