summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/eswitch_offloads.c
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen2019-08-081-8/+4Star
* ethernet: remove redundant memsetFuqian Huang2019-07-151-3/+0Star
* Merge tag 'mlx5-fixes-2019-07-11' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2019-07-121-0/+7
|\
| * net/mlx5: E-Switch, Fix default encap modeMaor Gottlieb2019-07-111-0/+7
* | net/mlx5: E-Switch, Reduce ingress acl modify metadata stack usageSaeed Mahameed2019-07-121-1/+1
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-07-041-129/+108Star
|\ \
| * | net/mlx5: Refactor mlx5_esw_query_functions for modularityParav Pandit2019-07-031-4/+4
| * | net/mlx5: E-Switch prepare functions change handler to be modularParav Pandit2019-07-031-17/+27
| * | net/mlx5: Introduce and use mlx5_eswitch_get_total_vports()Parav Pandit2019-07-031-1/+1
| * | net/mlx5: E-Switch, Consider host PF for inline mode and vlan popBodong Wang2019-07-021-6/+7
| * | net/mlx5: E-Switch, Use iterator for vlan and min-inline setupsBodong Wang2019-07-021-6/+6
| * | net/mlx5: E-Switch, Reg/unreg function changed event at correct stageBodong Wang2019-07-021-24/+1Star
| * | net/mlx5: E-Switch, Consolidate eswitch function number of VFsBodong Wang2019-07-021-69/+57Star
| * | net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang2019-07-021-16/+16
| * | net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang2019-07-021-1/+1
| * | net/mlx5: Don't handle VF func change if host PF is disabledBodong Wang2019-07-021-1/+4
| * | {IB, net}/mlx5: E-Switch, Use index of rep for vport to IB port mappingBodong Wang2019-07-021-0/+1
| * | net/mlx5: E-Switch, Use vport index when init repBodong Wang2019-07-021-3/+3
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-06-291-150/+451
|\| |
| * | net/mlx5: E-Switch, Enable vport metadata matching if firmware supports itJianbo Liu2019-06-261-0/+23
| * | net/mlx5: E-Switch, Add match on vport metadata for rule in slow pathJianbo Liu2019-06-261-35/+107
| * | net/mlx5: E-Switch, Pass metadata from FDB to eswitch managerJianbo Liu2019-06-261-0/+64
| * | net/mlx5: E-Switch, Add match on vport metadata for rule in fast pathJianbo Liu2019-06-261-34/+51
| * | net/mlx5: E-Switch, Tag packet with vport number in VF vports and uplink ingr...Jianbo Liu2019-06-261-36/+144
| * | net/mlx5: Introduce a helper API to check VF vportParav Pandit2019-06-261-0/+6
| * | net/mlx5: Declare more strictly devlink encap modeLeon Romanovsky2019-06-161-2/+4
| * | net/mlx5: E-Switch, Return raw output for query esw functionsBodong Wang2019-06-131-1/+4
| * | net/mlx5: E-Switch, Handle representors creation in handler contextVu Pham2019-06-131-42/+47
* | | net/mlx5e: Use termination table for VLAN push actionsOz Shlomo2019-05-311-1/+14
* | | net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2019-05-311-4/+4
* | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-311-48/+59
|\| | | |/ |/|
| * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-311-21/+17Star
| * net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham2019-05-311-3/+3
| * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-311-27/+42
* | net/mlx5e: Fix number of vports for ingress ACL configurationEli Britstein2019-05-171-4/+5
* | net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-171-5/+6
|/
* net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang2019-05-011-19/+17Star
* net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit2019-05-011-39/+16Star
* net/mlx5e: ACLs for priority tag modeEli Britstein2019-05-011-0/+169
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-011-0/+4
|\
| * net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb2019-04-301-0/+4
* | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-04-231-5/+0Star
|\|
| * Merge tag 'v5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/torvald...Saeed Mahameed2019-04-231-99/+388
| |\
| * | net/mlx5: E-Switch, don't use hardcoded values for FDB priosMark Bloch2019-04-101-5/+0Star
* | | Merge tag 'mlx5-updates-2019-04-02' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-04-081-2/+0Star
|\ \ \
| * | | net/mlx5: E-Switch, Fix double mutex initializationMax Gurtovoy2019-04-051-2/+0Star
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-051-0/+1
|\ \ \ \ | |/ / / |/| | |
| * | | net/mlx5: E-Switch, Protect from invalid memory access in offload fdb tableRoi Dayan2019-03-291-0/+1
| | |/ | |/|
* | | net/mlx5e: Fix compilation warning in en_tc.cSaeed Mahameed2019-03-221-2/+0Star
* | | net/mlx5: Rename total_vfs to total_vportsParav Pandit2019-03-221-2/+2
|/ /