summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Add ndo_set_feature for uplink representorChris Mi2019-06-071-4/+6
* net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-281-1/+1
* net/mlx5e: Add missing ethtool driver info for representorsDmytro Linkin2019-05-171-1/+18
* net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan2019-05-011-0/+1
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-1/+1
|\
| * net/mlx5: Separate and generalize dma device from pci deviceVu Pham2019-04-291-1/+1
* | net/mlx5e: Unify logic of MTU boundariesTariq Toukan2019-04-051-7/+1
* | net/mlx5e: Offload TC e-switch rules with ingress VLAN deviceEli Britstein2019-04-051-1/+2
|/
* net/mlx5e: Properly get the PF number phys port name ndoRoi Dayan2019-03-111-6/+7
* 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-151-13/+6
* net/mlx5: E-Switch, Properly refer to host PF vport as other vportBodong Wang2019-02-151-2/+4
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-02-151-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-081-0/+4
|\ \
| * | net/mlx5e: Update hw flows when encap source mac changedTonghao Zhang2019-02-061-0/+4
* | | net/mlx5e: Implement ndo_get_port_parent_id()Florian Fainelli2019-02-061-20/+11
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-291-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/+8
* | | net/mlx5e: Present the representors SW stats when state is not openedTariq Toukan2019-01-251-10/+7
|/ /
* | net/mlx5e: Fix cb_ident duplicate in indirect block registerEli Britstein2019-01-181-13/+16
* | net/mlx5e: Fix wrong (zero) TX drop counter indication for representorTariq Toukan2019-01-181-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-201-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/+4
|\ \ | |/ |/|
| * 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/+2
* | 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/+7
* | 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-121-10/+0
* | net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo2018-12-101-0/+1
* | net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo2018-12-101-25/+22
* | net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo2018-12-101-3/+6
* | net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo2018-12-101-0/+184
* | net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo2018-12-101-3/+3
* | net/mlx5e: Move RSS params to a dedicated structAya Levin2018-12-051-3/+6
|/
* net/mlx5e: Support offloading tc priorities and chains for eswitch flowsPaul Blakey2018-10-171-6/+0