aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-05net/mlx5e: Move RSS params to a dedicated structAya Levin1-1/+1
2018-11-19net/mlx5e: IPoIB, Reset QP after channels are closedDenis Drozdov1-1/+1
2018-10-10net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud1-4/+5
2018-10-10net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed1-9/+1
2018-10-10net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud1-14/+14
2018-10-10RDMA/netdev: Hoist alloc_netdev_mqs out of the driverDenis Drozdov1-41/+46
2018-10-01net/mlx5e: Provide explicit directive if to create inner indirect tirsOr Gerlitz1-3/+3
2018-09-05net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan1-1/+16
2018-09-05net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun1-1/+1
2018-09-02net/mlx5e: IPoIB, Add ndo stats support for IPoIB netdevicesFeras Daoud1-0/+42
2018-09-02net/mlx5e: IPoIB, Initialize max_opened_tc in mlx5i_init flowFeras Daoud1-0/+1
2018-08-16Merge tag 'v4.18' into rdma.git for-nextJason Gunthorpe1-0/+4
2018-08-02RDMA/netdev: Use priv_destructor for netdev cleanupJason Gunthorpe1-18/+19
2018-07-31net/mlx5e: IPoIB, Set the netdevice sw mtu in ipoib enhanced flowFeras Daoud1-0/+4
2018-03-30net/mlx5e: Derive Striding RQ size from MTUTariq Toukan1-1/+1
2018-03-30net/mlx5e: Save MTU in channels paramsTariq Toukan1-10/+13
2018-03-30net/mlx5e: IPoIB, Fix spelling mistakeTalat Batheesh1-1/+1
2018-03-27net/mlx5e: Add ethtool priv-flag for Striding RQTariq Toukan1-1/+2
2018-03-27net/mlx5e: Do not reset Receive Queue params on every type changeTariq Toukan1-1/+2
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-9/+18
2018-01-30Merge tag v4.15 of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJason Gunthorpe1-2/+3
2018-01-29net/mlx5e: IPoIB, Fix copy-paste bug in flow steering refactoringGal Pressman1-1/+1
2018-01-19net/mlx5e: Refactor RSS related objects and codeOr Gerlitz1-6/+16
2018-01-18net/mlx5e: Fix trailing semicolonLuis de Bethencourt1-1/+1
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2018-01-12net/mlx5e: Remove timestamp set from netdevice open flowFeras Daoud1-1/+2
2018-01-09net/mlx5e: IPoIB, Add PTP ioctl support for child interfaceFeras Daoud1-2/+1
2018-01-08{net, IB}/mlx5: Manage port association for multiport RoCEDaniel Jurgens1-1/+1
2017-12-19net/mlx5e: Fix defaulting RX ring size when not neededEugenia Emantayev1-1/+1
2017-11-04net/mlx5e: IPoIB, Add inner TTC table to IPoIB flow steeringFeras Daoud1-1/+11
2017-10-14net/mlx5e: IPoIB, Modify rdma netdev allocate and free to support PKEYAlex Vesker1-18/+34
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface ndosAlex Vesker1-6/+4
2017-10-14net/mlx5e: IPoIB, Add PKEY child interface nic profileAlex Vesker1-6/+6
2017-10-14net/mlx5e: IPoIB, Use hash-table to map between QPN to child netdevAlex Vesker1-0/+16
2017-10-14net/mlx5e: IPoIB, Support for setting PKEY index to underlay QPAlex Vesker1-0/+9
2017-10-14net/mlx5: Support for attaching multiple underlay QPs to root flow tableAlex Vesker1-36/+42
2017-10-14net/mlx5e: IPoIB, Move underlay QP init/uninit to separate functionsAlex Vesker1-38/+70
2017-10-14net/mlx5: PTP code migration to driver core sectionFeras Daoud1-2/+1
2017-09-28net/mlx5e: IPoIB, Fix access to invalid memory addressRoi Dayan1-1/+2
2017-07-27net/mlx5e: IPoIB, Modify add/remove underlay QPN flowsAlex Vesker1-5/+11
2017-06-19net/mlx5e: IPoIB, Add ioctl support to IPoIB device driverFeras Daoud1-0/+16
2017-06-19net/mlx5e: IPoIB, Add PTP support to IPoIB device driverFeras Daoud1-0/+2
2017-06-19net/mlx5e: IPoIB, Handle change_mtuErez Shitrit1-0/+31
2017-06-19net/mlx5e: Use hard_mtu as part of the mlx5e_priv structErez Shitrit1-2/+4
2017-06-19net/mlx5e: IPoIB, Change parameters default valuesErez Shitrit1-4/+15
2017-06-19net/mlx5e: Add new profile function update_carrierErez Shitrit1-0/+2
2017-06-19net/mlx5e: IPoIB, Add ethtool supportErez Shitrit1-1/+1
2017-06-19net/mlx5e: IPoIB, Move to a separate directorySaeed Mahameed1-0/+513