summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | net: ethernet: Use DIV_ROUND_UP instead of reimplementing its functionzhong jiang2018-09-131-1/+1
* | | net/mlx5e: don't set CHECKSUM_COMPLETE on SCTP packetsAlaa Hleihel2018-09-061-0/+12
* | | net/mlx5e: Set ECN for received packets using CQE indicationNatali Shechtman2018-09-063-5/+35
* | | net/mlx5e: Replace PTP clock lock from RW lock to seq lockShay Agroskin2018-09-062-20/+22
* | | net/mlx5e: Move Q counters allocation and drop RQ to init_rxRoi Dayan2018-09-064-25/+55
* | | net/mlx5e: Move mlx5e_priv_flags into en_ethtool.cKamal Heib2018-09-062-7/+7
* | | net/mlx5: Add flow counters idrVlad Buslov2018-09-061-4/+33
* | | net/mlx5: Store flow counters in a listVlad Buslov2018-09-062-49/+41Star
* | | net/mlx5: Add new list to store deleted flow countersVlad Buslov2018-09-062-23/+13Star
* | | net/mlx5: Change flow counters addlist type to single linked listVlad Buslov2018-09-062-26/+22Star
* | | net/mlx5e: Make function mlx5i_grp_sw_update_stats() staticWei Yongjun2018-09-051-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-09-051-2/+3
|\| |
| * | net/mlx5: Fix SQ offset in QPs with small RQTariq Toukan2018-09-041-2/+3
* | | net/mlx5e: IPoIB, Use priv stats in completion rx flowFeras Daoud2018-09-031-1/+2
* | | net/mlx5e: IPoIB, Add ndo stats support for IPoIB child devicesFeras Daoud2018-09-031-0/+1
* | | net/mlx5e: IPoIB, Add ndo stats support for IPoIB netdevicesFeras Daoud2018-09-032-0/+43
* | | net/mlx5e: IPoIB, Initialize max_opened_tc in mlx5i_init flowFeras Daoud2018-09-031-0/+1
|/ /
* / net_sched: remove list_head from tc_actionCong Wang2018-08-211-10/+9Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-08-191-2/+2
|\
| * net/mlx5e: Delete unneeded function argumentYuval Shaia2018-08-161-2/+2
* | Merge branch 'linus/master' into rdma.git for-nextJason Gunthorpe2018-08-1647-1241/+3633
|\|
| * net/mlx5: Improve argument name for add flow APIEli Cohen2018-08-131-4/+4
| * net/mlx5: Reorganize the makefileSaeed Mahameed2018-08-131-17/+40
| * net/mlx5e: clock.c depends on CONFIG_PTP_1588_CLOCKMoshe Shemesh2018-08-136-6/+34
| * net/mlx5e: vxlan.c depends on CONFIG_VXLANSaeed Mahameed2018-08-133-9/+11
| * net/mlx5e: Move flow steering declarations into en/fs.hSaeed Mahameed2018-08-132-126/+129
| * net/mlx5e: Add CONFIG_MLX5_EN_ARFS for accelerated flow steering supportSaeed Mahameed2018-08-136-68/+68
| * net/mlx5e: Add CONFIG_MLX5_EN_RXNFC for ethtool rx nfcSaeed Mahameed2018-08-135-21/+53
| * net/mlx5e: Ethtool steering, move ethtool callbacksSaeed Mahameed2018-08-133-64/+62Star
| * net/mlx5e: Ethtool steering, l4 proto supportSaeed Mahameed2018-08-131-3/+16
| * net/mlx5e: Ethtool steering, ip6 supportSaeed Mahameed2018-08-131-0/+129
| * net/mlx5e: Ethtool steering flow parsing refactoringSaeed Mahameed2018-08-131-102/+128
| * net/mlx5e: Ethtool steering flow validation refactoringSaeed Mahameed2018-08-131-64/+100
| * Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-093-25/+15Star
| |\
| * | net/mlx5: Reduce command polling intervalEli Cohen2018-08-091-1/+1
| * | net/mlx5: Unexport functions that need not be exportedEli Cohen2018-08-091-2/+0Star
| * | net/mlx5: Remove unused mlx5_query_vport_admin_stateEli Cohen2018-08-091-10/+0Star
| * | net/mlx5: E-Switch, Remove unused argument when creating legacy FDBEli Cohen2018-08-091-2/+2
| * | net/mlx5: Rename modify/query_vport state related enumsEran Ben Elisha2018-08-094-16/+16
| * | net/mlx5: Use max_num_eqs for calculation of required MSIX vectorsDenis Drozdov2018-08-091-1/+3
| * | net/mlx5e: Mark expected switch fall-throughsGustavo A. R. Silva2018-08-081-0/+2
| * | mellanox: fix the dport endianness in call of __inet6_lookup_established()Al Viro2018-08-061-1/+1
| * | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-08-024-3/+10
| |\ \
| * | | net/mlx5e: Fix uninitialized variableGustavo A. R. Silva2018-08-011-1/+1
| * | | mlx5: handle DMA mapping error case for XDP redirectJesper Dangaard Brouer2018-07-311-0/+3
| * | | net/mlx5e: Issue direct lookup on vxlan ports by vport representorsSaeed Mahameed2018-07-281-10/+2Star
| * | | net/mlx5e: Vxlan, move vxlan logic to core driverSaeed Mahameed2018-07-287-19/+19
| * | | net/mlx5e: Vxlan, add sync lock for add/del vxlan portSaeed Mahameed2018-07-281-3/+15
| * | | net/mlx5e: Vxlan, return values for add/del portSaeed Mahameed2018-07-282-11/+21
| * | | net/mlx5e: Vxlan, rename from mlx5e to mlx5Saeed Mahameed2018-07-285-79/+104