summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | net/mlx5e: Refactor mlx5e flow steering structsMaor Gottlieb2016-04-295-154/+160
* | net/mlx5: Support different attributes for priorities in namespaceMaor Gottlieb2016-04-291-12/+19
* | net/mlx5: Add user chosen levels when allocating flow tablesMaor Gottlieb2016-04-294-37/+64
* | net/mlx5: Set number of allowed levels in priorityMaor Gottlieb2016-04-292-30/+33
* | net/mlx5: Introduce modify flow rule destinationMaor Gottlieb2016-04-291-2/+2
* | net/mlx5e: Direct TIR per RQTariq Toukan2016-04-294-138/+191
* | net/mlx5e: Call vxlan_get_rx_port() with rtnl lockMatthew Finlay2016-04-291-1/+4
* | net/mlx5e: avoid stack overflow in mlx5e_open_channelsArnd Bergmann2016-04-281-8/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-278-61/+150
|\|
| * net/mlx4_en: fix spurious timestamping callbacksEric Dumazet2016-04-261-2/+4
| * net/mlx5: Add pci shutdown callbackMajd Dibbiny2016-04-242-6/+32
| * net/mlx5_core: Remove static from local variableEli Cohen2016-04-241-1/+1
| * net/mlx5e: Use vport MTU rather than physical port MTUSaeed Mahameed2016-04-242-9/+75
| * net/mlx5e: Fix minimum MTUSaeed Mahameed2016-04-241-3/+8
| * net/mlx5e: Device's mtu field is u16 and not intSaeed Mahameed2016-04-242-7/+7
| * net/mlx5_core: Add ConnectX-5 to list of supported devicesMajd Dibbiny2016-04-241-0/+2
| * net/mlx5e: Fix MLX5E_100BASE_T defineRana Shahout2016-04-242-5/+5
| * net/mlx5_core: Fix soft lockup in steering error flowMaor Gottlieb2016-04-241-29/+17
* | net/mlx5e: Fix checksum handling for non-stripped vlan packetsSaeed Mahameed2016-04-263-7/+22
* | net/mlx5e: Add ethtool support for rxvlan-offload (vlan stripping)Gal Pressman2016-04-262-3/+74
* | net/mlx5e: Add ethtool support for dump module EEPROMGal Pressman2016-04-262-0/+156
* | net/mlx5e: Add ethtool support for interface identify (LED blinking)Gal Pressman2016-04-262-0/+38
* | net/mlx5e: Add support for RXALL netdev featureEran Ben Elisha2016-04-262-0/+69
* | net/mlx5e: Improve set features ndo resiliencyGal Pressman2016-04-261-28/+82