aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-12RDMA: Start use ib_device_opsKamal Heib1-2/+2
2018-10-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+35
2018-10-10RDMA/netdev: Fix netlink support in IPoIBDenis Drozdov1-53/+70
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-13/+8
2018-09-13IB/ipoib: Log sysfs 'dev_id' accesses from userspaceArseny Maslennikov1-0/+31
2018-09-13IB/ipoib: Use dev_port to expose network interface port numbersArseny Maslennikov1-0/+2
2018-09-06IB/ipoib: Ensure that MTU isn't less than minimum permittedMuhammad Sammar1-1/+2
2018-08-02IB/ipoib: Maintain the child_intfs list from ndo_init/uninitJason Gunthorpe1-0/+16
2018-08-02IB/ipoib: Do not remove child devices from within the ndo_uninitJason Gunthorpe1-11/+17
2018-08-02IB/ipoib: Get rid of the sysfs_mutexJason Gunthorpe1-6/+1
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-37/+64
2018-08-02IB/ipoib: Move init code to ndo_initJason Gunthorpe1-82/+111
2018-08-02IB/ipoib: Move all uninit code into ndo_uninitJason Gunthorpe1-27/+33
2018-08-02IB/ipoib: Use cancel_delayed_work_sync for neigh-clean taskErez Shitrit1-23/+10
2018-08-02IB/ipoib: Get rid of IPOIB_FLAG_GOING_DOWNJason Gunthorpe1-3/+0
2018-07-24IB/ipoib: Fix error return code in ipoib_dev_init()Wei Yongjun1-1/+2
2018-07-23IPoIB: use kvzalloc to allocate an array of bucket pointersJan Dakinevich1-2/+2
2018-07-09RDMA/ipoib: Fix use of sizeof()Kamal Heib1-5/+5
2018-07-09RDMA/ipoib: Prefer unsigned int to bare use of unsignedKamal Heib1-1/+3
2018-06-25IB/cm: Replace members of sa_path_rec with 'struct sgid_attr *'Parav Pandit1-1/+1
2018-06-25IB: Make init_ah_attr_grh_fields set sgid_attrParav Pandit1-1/+3
2018-06-18IB: Replace ib_query_gid/ib_get_cached_gid with rdma_query_gidParav Pandit1-2/+2
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-3/+4
2018-05-22RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov1-41/+21
2018-05-22RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford1-6/+27
2018-04-27IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck1-1/+1
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