summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-17net/mlx5e: Fix missing switch_id for representorsParav Pandit1-8/+12
2020-07-09devlink: Replace devlink_port_attrs_set parameters with a structDanielle Ratson1-9/+7
2020-06-25net/mlx5e: Move including net/arp.h from en_rep.c to rep/neigh.cAlaa Hleihel1-1/+0
2020-06-23net/mlx5: Move helper to eswitch layerParav Pandit1-7/+1
2020-06-01mlx5: update indirect block supportPablo Neira Ayuso1-1/+0
2020-05-28net/mlx5e: Slave representors sharing unique metadata for matchVu Pham1-3/+19
2020-05-28net/mlx5e: Use netdev events to set/del egress acl forward-to-vport ruleOr Gerlitz1-3/+5
2020-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+4
2020-05-23net/mlx5e: Fix inner tirs handlingRoi Dayan1-2/+2
2020-05-23net/mlx5e: Fix allowed tc redirect merged eswitch offload casesMaor Dickman1-6/+2
2020-05-23net/mlx5e: Extract neigh-specific code from en_rep.c to rep/neigh.cVlad Buslov1-353/+1
2020-05-23net/mlx5e: Extract TC-specific code from en_rep.c to rep/tc.cVlad Buslov1-524/+19
2020-05-16net/mlx5e: Take DCBNL-related definitions into dedicated filesTariq Toukan1-8/+1
2020-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-7/+2
2020-04-30net/mlx5e: Use helper API to get devlink port index for all port flavoursParav Pandit1-8/+4
2020-04-30net/mlx5e: Fix q counters on uplink representorsRoi Dayan1-7/+2
2020-04-09net/mlx5e: Fix pfnum in devlink port attributeParav Pandit1-4/+5
2020-03-30net/mlx5e: add mlx5e_rep_indr_setup_ft_cb supportwenxu1-0/+49
2020-03-30net/mlx5e: refactor indr setup blockwenxu1-21/+21
2020-03-30net/mlx5: E-Switch: Move eswitch chains to a new directorySaeed Mahameed1-1/+1
2020-03-26net/mlx5e: remove duplicated check chain_index in mlx5e_rep_setup_ft_cbwenxu1-2/+1
2020-03-13net/mlx5e: en_rep: Create uplink rep root table after eswitch offloads tablePaul Blakey1-0/+1
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller1-2/+2
2020-03-10net/mlx5e: Show/set Rx network flow classification rules on ul repVlad Buslov1-0/+2
2020-03-10net/mlx5e: Init ethtool steering for representorsVlad Buslov1-0/+2
2020-03-10net/mlx5e: Show/set Rx flow indir table and RSS hash key on ul repVlad Buslov1-0/+2
2020-03-10net/mlx5e: Introduce root ft concept for representors netdevsSaeed Mahameed1-51/+65
2020-03-05mlx5: reject unsupported coalescing paramsJakub Kicinski1-0/+6
2020-02-28Merge tag 'mlx5-updates-2020-02-27' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-14/+24
2020-02-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+1
2020-02-28net/mlx5e: Use netdev_warn() for errors for added prefixRoi Dayan1-11/+16
2020-02-28net/mlx5e: Rename representor get devlink port functionVladyslav Tarasiuk1-3/+3
2020-02-28net/mlx5e: Don't allow forwarding between uplinkTonghao Zhang1-0/+5
2020-02-27mlx5: register lag notifier for init network namespace onlyJiri Pirko1-2/+1
2020-02-26net/mlx5e: Add context to the preactivate hookMaxim Mikityanskiy1-1/+1
2020-02-20net/mlx5e: Rx, Split rep rx mpwqe handler from nicPaul Blakey1-2/+2
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko1-3/+10
2020-01-23net/mlx5e: Enable all available stats for uplink repsVlad Buslov1-29/+15
2020-01-23net/mlx5e: Create q counters on uplink representorsVlad Buslov1-2/+19
2020-01-23net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infraVlad Buslov1-43/+114
2020-01-23net/mlx5e: Declare stats groups via macroSaeed Mahameed1-1/+1
2020-01-23net/mlx5e: Move uplink rep init/cleanup code into own functionsRoi Dayan1-30/+51
2020-01-17net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey1-5/+6
2020-01-17net/mlx5: ft: Check prio and chain sanity for ft offloadPaul Blakey1-7/+20
2020-01-17net/mlx5: ft: Use getter function to get ft chainPaul Blakey1-1/+1
2019-11-14net/mlx5: TC: Offload flow table rulesPaul Blakey1-3/+42
2019-11-14net/mlx5e: Set netdev name space on creationMichael Guralnik1-0/+2
2019-10-30net/mlx5e: Only skip encap flows update when encap init failedVlad Buslov1-2/+2
2019-09-06net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed1-10/+13
2019-08-28net/mlx5e: Expose new function for TIS destroy loopTariq Toukan1-6/+3