aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_rep.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko1-3/+10
2020-01-22net/mlx5e: Enable all available stats for uplink repsVlad Buslov1-29/+15
2020-01-22net/mlx5e: Create q counters on uplink representorsVlad Buslov1-2/+19
2020-01-22net/mlx5e: Convert rep stats to mlx5e_stats_grp-based infraVlad Buslov1-43/+114
2020-01-22net/mlx5e: Declare stats groups via macroSaeed Mahameed1-1/+1
2020-01-22net/mlx5e: Move uplink rep init/cleanup code into own functionsRoi Dayan1-30/+51
2020-01-16net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey1-5/+6
2020-01-16net/mlx5: ft: Check prio and chain sanity for ft offloadPaul Blakey1-7/+20
2020-01-16net/mlx5: ft: Use getter function to get ft chainPaul Blakey1-1/+1
2019-11-13net/mlx5: TC: Offload flow table rulesPaul Blakey1-3/+42
2019-11-13net/mlx5e: Set netdev name space on creationMichael Guralnik1-0/+2
2019-10-29net/mlx5e: Only skip encap flows update when encap init failedVlad Buslov1-2/+2
2019-09-05net/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
2019-08-26net: sched: add API for registering unlocked offload block callbacksVlad Buslov1-0/+3
2019-08-21net/mlx5e: Add trace point for neigh updateVlad Buslov1-0/+4
2019-08-21net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov1-9/+20
2019-08-21net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov1-2/+8
2019-08-21net/mlx5e: Refactor mlx5e_neigh_update_table->encap_lockVlad Buslov1-5/+12
2019-08-21net/mlx5e: Extend neigh hash entry with rcuVlad Buslov1-24/+44
2019-08-21net/mlx5e: Always take reference to neigh entryVlad Buslov1-40/+36
2019-08-21net/mlx5e: Extract code that queues neigh update work into functionVlad Buslov1-15/+23
2019-08-09net/mlx5e: Use vhca_id in generating representor port_indexParav Pandit1-4/+16
2019-08-09net/mlx5e: Simplify querying port representor parent idParav Pandit1-13/+3
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov1-0/+5
2019-08-08flow_offload: move tc indirect block to flow offloadwenxu1-5/+5
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+2
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen1-0/+19
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov1-0/+2
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov1-3/+3
2019-07-29net/mlx5e: Fix unnecessary flow_block_cb_is_busy callwenxu1-4/+0
2019-07-26Merge tag 'mlx5-fixes-2019-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-0/+2
2019-07-25net/mlx5e: Fix wrong max num channels indicationTariq Toukan1-0/+2
2019-07-19net: flow_offload: add flow_block structure and use itPablo Neira Ayuso1-1/+1
2019-07-19net: flow_offload: remove netns parameter from flow_block_cb_alloc()Pablo Neira Ayuso1-2/+1
2019-07-12net/mlx5e: Provide cb_list pointer when setting up tc block on repVlad Buslov1-1/+4
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-8/+8
2019-07-09net: flow_offload: add flow_block_cb_is_busy() and use itPablo Neira Ayuso1-0/+4
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-12/+30
2019-07-09net: flow_offload: rename TCF_BLOCK_BINDER_TYPE_* to FLOW_BLOCK_BINDER_TYPE_*Pablo Neira Ayuso1-1/+1
2019-07-09net: flow_offload: rename TC_BLOCK_{UN}BIND to FLOW_BLOCK_{UN}BINDPablo Neira Ayuso1-2/+2
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-21/+5
2019-07-09net/mlx5e: Register devlink ports for physical link, PCI PF, VFsParav Pandit1-31/+77
2019-07-05Merge tag 'mlx5-updates-2019-07-04-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller1-4/+4
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-4/+4
2019-07-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-6/+6
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang1-3/+3
2019-07-01net/mlx5: Handle host PF vport mac/guid for ECPFBodong Wang1-1/+1
2019-06-28net/mlx5e: Expose same physical switch_id for all representorsPaul Blakey1-20/+9
2019-06-28net/mlx5e: Don't refresh TIRs when updating representor SQsGavi Teitz1-0/+7