summaryrefslogtreecommitdiffstats
path: root/drivers/infiniband/ulp/ipoib/ipoib_main.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Use array_size() in vzalloc()Kees Cook2018-06-121-1/+2
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-3/+4
* RDMA/ipoib: drop skb on path record lookup failureEvgenii Smirnov2018-05-221-41/+21
* RDMA/ipoib: Update paths on CLIENT_REREG/SM_CHANGE eventsDoug Ledford2018-05-221-6/+27
* IB/ipoib: fix ipoib_start_xmit()'s return typeLuc Van Oostenryck2018-04-271-1/+1
* IB/ipoib: Fix for potential no-carrier stateAlex Estrin2018-02-011-0/+3
* Merge branch 'bart-srpt-for-next' into k.o/wip/dl-for-nextDoug Ledford2018-01-081-7/+18
|\
| * IB/ipoib: Fix race condition in neigh creationErez Shitrit2018-01-021-7/+18
* | IB/{core, cm, cma, ipoib}: Rename ib_init_ah_from_path to ib_init_ah_attr_fro...Parav Pandit2017-12-181-1/+2
* | IB/ipoib: Update pathrec field if not valid recordErez Shitrit2017-12-181-15/+34
* | IB/ipoib: Avoid memory leak if the SA returns a different DGIDErez Shitrit2017-12-181-0/+16
* | IB/ipoib: Warn when one port fails to initializeYuval Shaia2017-12-131-3/+4
* | IB/ipoib: Replace printk with pr_warnYuval Shaia2017-12-111-12/+11
|/
* IB/ipoib: Use NAPI in UD/TX flowsErez Shitrit2017-10-251-5/+19
* Merge branch 'timer_setup' into for-nextDoug Ledford2017-10-181-2/+1
|\
| * IB/ipoib: Convert timers to use timer_setup()Kees Cook2017-10-091-2/+1
* | Merge branch 'for-next-early' into for-nextDoug Ledford2017-10-181-2/+2
|\ \ | |/ |/|
| * IB/ipoib: Remove device when one port fails to initYuval Shaia2017-09-271-1/+2
| * IB: Move PCI dependency from root KConfig to HW's KConfigsYuval Shaia2017-09-271-1/+0
* | IB/ipoib: Fix inconsistency with free_netdev and free_rdma_netdevAlex Vesker2017-09-251-4/+11
|/
* Merge branch 'mellanox' into k.o/for-nextDoug Ledford2017-08-241-9/+6
|\
| * IB/ipoib: Sync between remove_one to sysfs calls that use rtnl_lockErez Shitrit2017-08-241-0/+5
| * RDMA/(core, ulp): Convert register/unregister event handler to be voidLeon Romanovsky2017-08-241-9/+1
* | IB/ipoib: Enable ioctl for to IPoIB rdma netdevsFeras Daoud2017-08-241-0/+15
|/
* Merge branch 'k.o/for-4.13-rc' into k.o/for-nextDoug Ledford2017-08-181-7/+12
|\
| * IB/ipoib: Clean error paths in add portLeon Romanovsky2017-07-231-6/+8
| * IB/ipoib: Add get statistics support to SRIOV VFFeras Daoud2017-07-231-0/+1
| * IB/ipoib: Set IPOIB_NEIGH_TBL_FLUSH after flushed completion initializationFeras Daoud2017-07-231-1/+1
| * IB/ipoib: Prevent setting negative values to max_nonsrq_conn_qpAlex Vesker2017-07-231-0/+1
| * IB/ipoib: Fix race between light events and interface restartFeras Daoud2017-07-231-0/+1
* | RDMA: Remove useless MODULE_VERSIONLeon Romanovsky2017-07-241-1/+0
|/
* IB/IPoIB: Fix error code in ipoib_add_port()Dan Carpenter2017-07-201-0/+1
* IB/ipoib: Let lower driver handle get_stats64 callErez Shitrit2017-07-171-0/+12
* IB/IPoIB: Forward MTU change to driver belowErez Shitrit2017-07-171-2/+17
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2017-07-061-4/+4
|\
| * IB/core, opa_vnic, hfi1, mlx5: Properly free rdma_netdevNiranjana Vishwanathapura2017-07-051-4/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-211-2/+13
|\ \ | |/
| * IB/ipoib: Delete napi in device uninit defaultAlex Vesker2017-06-141-0/+3
| * IB/ipoib: Limit call to free rdma_netdev for capable devicesAlex Vesker2017-06-141-1/+4
| * IB/ipoib: Fix memory leaks for child interfaces privAlex Vesker2017-06-141-1/+6
* | networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-2/+2
|/
* RDMA/IPoIB: Limit the ipoib_dev_uninit_default scopeLeon Romanovsky2017-06-011-1/+1
* IB/SA: Add support to query OPA path recordsDasaratharaman Chandramouli2017-05-011-1/+4
* IB/SA: Add OPA path record typeDasaratharaman Chandramouli2017-05-011-7/+7
* IB/SA: Split struct sa_path_rec based on IB and ROCE specific fieldsDasaratharaman Chandramouli2017-05-011-4/+7
* IB/SA: Rename ib_sa_path_rec to sa_path_recDasaratharaman Chandramouli2017-05-011-1/+1
* IB/core: Rename struct ib_ah_attr to rdma_ah_attrDasaratharaman Chandramouli2017-05-011-1/+1
* IB/SA: Modify SA to implicitly cache Class Port infoDasaratharaman Chandramouli2017-04-281-71/+0
* IB/IPoIB: Support acceleration options callbacksErez Shitrit2017-04-201-33/+112
* IB/IPoIB: Use defined function for netdev_priv functionErez Shitrit2017-04-201-41/+43
OpenPOWER on IntegriCloud