aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin1-0/+3
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford1-7/+18
2018-01-02IB/ipoib: Fix race condition in neigh creationErez Shitrit1-7/+18
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_from_pathParav Pandit1-1/+2
2017-12-18IB/ipoib: Update pathrec field if not valid recordErez Shitrit1-15/+34
2017-12-18IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit1-0/+16
2017-12-13IB/ipoib: Warn when one port fails to initializeYuval Shaia1-3/+4
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia1-12/+11
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit1-5/+19
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford1-2/+1
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford1-2/+2
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook1-2/+1
2017-09-27IB/ipoib: Remove device when one port fails to initYuval Shaia1-1/+2
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia1-1/+0
2017-09-25IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker1-4/+11
2017-08-24Merge branch 'mellanox' into k.o/for-nextDoug Ledford1-9/+6
2017-08-24IB/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 Shitrit1-0/+5
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 Ledford1-7/+12
2017-07-24RDMA: Remove useless MODULE_VERSIONLeon 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: 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: Fix race between light events and interface restartFeras Daoud1-0/+1
2017-07-20IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter1-0/+1
2017-07-17IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit1-0/+12
2017-07-17IB/IPoIB: Forward MTU change to driver belowErez Shitrit1-2/+17
2017-07-06Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-4/+4
2017-07-05IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura1-4/+4
2017-06-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+13
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-2/+2
2017-06-14IB/ipoib: Delete napi in device uninit defaultAlex Vesker1-0/+3
2017-06-14IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker1-1/+4
2017-06-14IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker1-1/+6
2017-06-01RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky1-1/+1
2017-05-01IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli1-1/+4
2017-05-01IB/SA: Add OPA path record typeDasaratharaman Chandramouli1-7/+7
2017-05-01IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli1-4/+7
2017-05-01IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli1-1/+1
2017-05-01IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli1-1/+1
2017-04-28IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli1-71/+0
2017-04-20IB/IPoIB: Support acceleration options callbacksErez Shitrit1-33/+112
2017-04-20IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit1-41/+43
2017-04-20IB/IPoIB: Separate control from HW operation on ipoib_open/stop ndoErez Shitrit1-1/+1
2017-04-20IB/IPoIB: Separate control and data related initializationsErez Shitrit1-19/+97
2017-04-05IB/IPoIB: ibX: failed to create mcg debug fileShamir Rabinovitch1-5/+39
2017-02-25Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-1/+1
2017-02-15IB/IPoIB: Add destination address when re-queue packetErez Shitrit1-13/+17