summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Re-attempt to offload flows on multipath port affinity eventsRoi Dayan2019-03-011-11/+29
* net/mlx5e: Fix GRE key by controlling port tunnel entropy calculationEli Britstein2019-02-221-1/+17
* net/mlx5: E-Switch, Centralize repersentor reg/unreg to eswitch driverBodong Wang2019-02-161-13/+6Star
* net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-161-2/+4
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-161-12/+12
|\
| * net/mlx5: E-Switch, Normalize the name of uplink vport numberBodong Wang2019-02-141-11/+11
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-091-0/+4
|\ \
| * | net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang2019-02-071-0/+4
* | | net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-20/+11Star
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-301-2/+23
|\| |
| * | net/mlx5e: Unblock setting vid 0 for VFs through the uplink repOr Gerlitz2019-01-251-0/+13
| * | net/mlx5e: Move to use common phys port names for vport representorsOr Gerlitz2019-01-251-2/+10
* | | net/mlx5e: Reuse fold sw stats in representorsSaeed Mahameed2019-01-251-26/+8Star
* | | net/mlx5e: Present the representors SW stats when state is not openedTariq Toukan2019-01-251-10/+7Star
|/ /
* | net/mlx5e: Fix cb_ident duplicate in indirect block registerEli Britstein2019-01-191-13/+16
* | net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-01-191-0/+1
|/
* net/mlx5e: fix semicolon.cocci warningskbuild test robot2018-12-241-1/+1
* Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-12-211-4/+16
|\
| * net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devicesEli Britstein2018-12-201-0/+9
| * net/mlx5e: Allow vlans on e-switch uplink repsOr Gerlitz2018-12-201-1/+4
| * net/mlx5e: Increase VF representors' SQ size to 128Gavi Teitz2018-12-201-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-12-201-14/+4Star
|\ \ | |/ |/|
| * net/mlx5e: Avoid encap flows deletion attempt the 1st time a neigh is resolvedOr Gerlitz2018-12-131-2/+2
| * net/mlx5e: Fix default amount of channels for VF representorsGavi Teitz2018-12-131-3/+2Star
* | net/mlx5e: Add some ethtool port control entries to the uplink rep netdevOr Gerlitz2018-12-171-2/+73
* | net/mlx5e: Add sriov and udp tunnel ndo support for the uplink repOr Gerlitz2018-12-171-0/+7
* | net/mlx5e: Handle port mtu/link, dcb and lag for uplink repsOr Gerlitz2018-12-171-19/+100
* | net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz2018-12-171-6/+16
* | net/mlx5e: Remove leftover code from the PF netdev being uplink repOr Gerlitz2018-12-171-98/+7Star
* | net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz2018-12-171-73/+163
* | net/mlx5e: Use single argument for the esw representor build params helperOr Gerlitz2018-12-171-8/+9
* | net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller2018-12-141-1/+1
* | net/mlx5e: In case of LAG, one switch parent id is used for all representorsRabie Loulou2018-12-141-3/+17
* | net/mlx5e: Remove set but not used variable 'upriv'YueHaibing2018-12-131-10/+0Star
* | net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo2018-12-111-0/+1
* | net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo2018-12-111-25/+22Star
* | net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo2018-12-111-3/+6
* | net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo2018-12-111-0/+184
* | net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo2018-12-111-3/+3
* | net/mlx5e: Move RSS params to a dedicated structAya Levin2018-12-061-3/+6
|/
* net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey2018-10-171-6/+0Star
* net/mlx5e: Do not ignore netdevice TX/RX queues numberFeras Daoud2018-10-111-4/+5
* net/mlx5e: Use non-delayed work for update statsSaeed Mahameed2018-10-111-2/+1Star
* net/mlx5e: Initialize all netdev common structures in one placeSaeed Mahameed2018-10-111-7/+1Star
* net/mlx5e: Always initialize update stats delayed workFeras Daoud2018-10-111-2/+0Star
* net/mlx5e: Gather common netdev init/cleanup functionality in one placeFeras Daoud2018-10-111-6/+19
* net/mlx5e: Add ethtool control of ring params to VF representorsGavi Teitz2018-10-011-0/+18
* net/mlx5e: Enable multi-queue and RSS for VF representorsGavi Teitz2018-10-011-11/+129
* net/mlx5: E-Switch, Provide flow dest when creating vport rx ruleGavi Teitz2018-10-011-1/+4
* net/mlx5e: Extract creation of rep's default flow ruleGavi Teitz2018-10-011-9/+16