summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib
AgeCommit message (Expand)Author
2018-07-24IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun
2018-07-23IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich
2018-07-09RDMA/ipoib: Fix return code from ipoib_cm_dev_initKamal Heib
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib
2018-07-09RDMA/ipoib: Use min_t() macro instead of min()Kamal Heib
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit
2018-06-18IB/core: add max_send_sge and max_recv_sge attributesSteve Wise
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook
2018-05-22RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov
2018-05-22RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford
2018-05-16IB/ipoib: replace local_irq_disable() with proper lockingSebastian Andrzej Siewior
2018-04-27IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck
2018-04-03IB/ipoib: Delete unused structYuval Shaia
2018-03-15IB/{core, ipoib}: Simplify ib_find_gid() for unused ndevParav Pandit
2018-02-15IB/ipoib: Do not warn if IPoIB debugfs doesn't existAlaa Hleihel
2018-02-01IB/ipoib: Fix for potential no-carrier stateAlex Estrin
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/lin...Jason Gunthorpe
2018-01-25net: don't call update_pmtu unconditionallyNicolas Dichtel
2018-01-08Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford
2018-01-03IB/ipoib: Fix for notify send CQ failure messagesAlex Estrin
2018-01-02IB/ipoib: Fix race condition in neigh creationErez Shitrit
2017-12-27Merge branch 'from-rc' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/...Jason Gunthorpe
2017-12-21IB/ipoib: Fix lockdep issue found on ipoib_ib_dev_heavy_flushAlex Vesker
2017-12-18IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit
2017-12-18IB/{core, ipoib}: Simplify ib_find_gid to search only for IB link layerParav Pandit
2017-12-18IB/ipoib: Update pathrec field if not valid recordErez Shitrit
2017-12-18IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit
2017-12-13IB/ipoib: Warn when one port fails to initializeYuval Shaia
2017-12-13IB/ipoib: Restore MM behavior in case of tx_ring allocation failureYuval Shaia
2017-12-11IB/ipoib: Replace printk with pr_warnYuval Shaia
2017-11-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds
2017-11-13RDMA/core: Rename kernel modify_cq to better describe its usageLeon Romanovsky
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-25IB/ipoib: Change number of TX wqe to 64Erez Shitrit
2017-10-25IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit
2017-10-25IB/ipoib: Get rid of the tx_outstanding variable in all modesErez Shitrit
2017-10-18Merge branch 'timer_setup' into for-nextDoug Ledford
2017-10-18Merge branch 'for-next-early' into for-nextDoug Ledford
2017-10-14IB/ipoib: Add ability to set PKEY index to lower device driverAlex Vesker
2017-10-14IB/ipoib: Grab rtnl lock on heavy flush when calling ndo_open/stopAlex Vesker
2017-10-09IB/ipoib: Convert timers to use timer_setup()Kees Cook
2017-09-29IB/{ipoib, iser}: Consistent print format of vendor errorAjaykumar Hotchandani
2017-09-27Revert "IB/ipoib: Update broadcast object if PKey value was changed in index 0"Alex Estrin
2017-09-27IB/ipoib: Remove device when one port fails to initYuval Shaia
2017-09-27IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia