summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-05-204-1/+89
|\
| * net/mlx5_core: Use tasklet for user-space CQ completion eventsMatan Barak2016-05-184-1/+89
* | mm: rename _count, field of the struct page, to _refcountJoonsoo Kim2016-05-191-10/+10
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-05-172-3/+3
|\ \
| * | treewide: Fix typos in printkMasanari Iida2016-04-281-2/+2
| * | treewide: Fix typos in printkMasanari Iida2016-04-181-1/+1
* | | net/mlx4_core: Fix access to uninitialized indexTariq Toukan2016-05-161-2/+2
* | | net/mlx5e: Hardware offloaded flower filter statistics supportAmir Vadai2016-05-163-7/+69
* | | net/mlx5_core: Flow counters infrastructureAmir Vadai2016-05-164-2/+236
* | | net/mlx5_core: Introduce flow steering destination of type counterAmir Vadai2016-05-164-10/+102
* | | net/mlx5_core: Firmware commands to support flow countersAmir Vadai2016-05-163-0/+77
* | | net/mlx5_core: Use a macro in mlx5_command_str()Amir Vadai2016-05-161-171/+132
* | | net/mlx5e: Enable CQE compression when PCI is slower than linkSaeed Mahameed2016-05-113-0/+72
* | | net/mlx5e: Expand WQE stride when CQE compression is enabledTariq Toukan2016-05-113-29/+46
* | | net/mlx5e: CQE compressionTariq Toukan2016-05-115-2/+177
* | | mlx5: Fix merge errors.David S. Miller2016-05-095-24/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-098-7/+37
|\ \ \
| * | | net/mlx5e: make VXLAN support conditionalArnd Bergmann2016-05-095-3/+24
| * | | Revert "net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issue"Arnd Bergmann2016-05-091-1/+0
| * | | mlxsw: spectrum: Add missing rollback in flood configurationIdo Schimmel2016-05-061-0/+8
| * | | mlxsw: spectrum: Fix rollback order in LAG join failureIdo Schimmel2016-05-061-2/+2
| * | | net/mlx4_en: Fix endianness bug in IPV6 csum calculationDaniel Jurgens2016-05-051-1/+1
* | | | mlxsw: spectrum: Fix ordering in mlxsw_sp_finiJiri Pirko2016-05-061-1/+1
* | | | net/mlx4: Avoid wrong virtual mappingsHaggai Abramovsky2016-05-057-117/+45
* | | | net/mlx5: E-Switch, Implement trust vf ndoMohamad Haj Yahia2016-05-043-5/+45
* | | | net/mlx5: E-Switch, Implement promiscuous rx modes vf request handlingMohamad Haj Yahia2016-05-042-6/+267
* | | | net/mlx5: E-Switch, Add promiscuous and allmulti FDB flowtable groupsMohamad Haj Yahia2016-05-042-14/+79
* | | | net/mlx5: E-Switch, Use vport event handler for vport cleanupMohamad Haj Yahia2016-05-041-24/+9
* | | | net/mlx5: E-Switch, Enable/disable ACL tables on demandMohamad Haj Yahia2016-05-041-19/+14
* | | | net/mlx5: E-Switch, Vport ingress/egress ACLs rules for spoofchkMohamad Haj Yahia2016-05-043-6/+118
* | | | net/mlx5: E-Switch, Vport ingress/egress ACLs rules for VST modeMohamad Haj Yahia2016-05-042-2/+189
* | | | net/mlx5: E-Switch, Introduce VST vport ingress/egress ACLsMohamad Haj Yahia2016-05-042-0/+276
* | | | net/mlx5: E-Switch, Fix error flow memory leakMohamad Haj Yahia2016-05-041-1/+2
* | | | net/mlx5: E-Switch, Replace vport spin lock with synchronize_irq()Mohamad Haj Yahia2016-05-042-14/+2
* | | | net/mlx5: Flow steering, Add vport ACL supportMohamad Haj Yahia2016-05-046-9/+121
* | | | net/mlx5e: Fix aRFS compilation dependencyMaor Gottlieb2016-05-042-2/+4
* | | | net/mlx5e: Fix IPv6 tunnel checksum offloadAlexander Duyck2016-05-041-2/+1
* | | | net/mlx5e: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck2016-05-041-1/+6
* | | | net/mlx4_en: Add support for inner IPv6 checksum offloads and TSOAlexander Duyck2016-05-042-7/+33
* | | | net/mlx4_en: Add support for UDP tunnel segmentation with outer checksum offloadAlexander Duyck2016-05-041-4/+13
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-046-29/+74
|\ \ \ \ | |/ / /
| * | | net/mlx5e: Use workqueue for vxlan opsMatthew Finlay2016-05-033-16/+49
| * | | net/mlx5e: Implement a mlx5e workqueueMatthew Finlay2016-05-032-11/+20
| * | | net/mlx5: Kconfig: Fix MLX5_EN/VXLAN build issueMatthew Finlay2016-05-031-0/+1
| * | | net/mlx5: Unmap only the relevant IO memory mappingGal Pressman2016-05-031-2/+4
| | |/ | |/|
* | | net/mlx5e: Enabling aRFS mechanismMaor Gottlieb2016-04-294-2/+127
* | | net/mlx5e: Add accelerated RFS supportMaor Gottlieb2016-04-292-1/+436
* | | net/mlx5e: Create aRFS flow tablesMaor Gottlieb2016-04-296-14/+313
* | | net/mlx5: Initializing CPU reverse mappingMaor Gottlieb2016-04-292-0/+21
* | | net/mlx5e: Split the main flow steering tableMaor Gottlieb2016-04-294-563/+462
OpenPOWER on IntegriCloud