aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-29net/mlx5e: Don't store direct pointer to action's tunnel infoVlad Buslov1-7/+27
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo1-1/+1
2019-09-24net/mlx5e: Fix matching on tunnel addresses typeDmytro Linkin1-36/+53
2019-09-05net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-4/+1
2019-09-05net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed1-1/+1
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb1-24/+22
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+4
2019-09-01net/mlx5: Set only stag for match untagged packetsMark Bloch1-1/+4
2019-08-21net/mlx5e: Add trace point for neigh used value updateVlad Buslov1-0/+2
2019-08-21net/mlx5e: Add tc flower tracepointsDmytro Linkin1-0/+4
2019-08-21net/mlx5e: Only access fully initialized flows in neigh updateVlad Buslov1-0/+8
2019-08-21net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov1-27/+32
2019-08-21net/mlx5e: Refactor neigh used value update for concurrent executionVlad Buslov1-4/+19
2019-08-21net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov1-9/+55
2019-08-20net/mlx5e: Fix deallocation of non-fully init encap entriesVlad Buslov1-4/+8
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-12/+21
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso1-1/+1
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov1-6/+27
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov1-10/+33
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov1-28/+56
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov1-12/+29
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov1-10/+25
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov1-0/+7
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov1-40/+54
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov1-19/+46
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov1-4/+17
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov1-0/+8
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov1-18/+26
2019-08-08net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen1-11/+20
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-08-01net/mlx5e: Allow dropping specific tunnel packetsTonghao Zhang1-1/+2
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen1-0/+100
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov1-0/+7
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov1-1/+5
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov1-7/+36
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov1-7/+40
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov1-80/+126
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov1-88/+105
2019-07-25net/mlx5e: Prevent encap flow counter update async to user queryAriel Levkovich1-2/+2
2019-07-15net/mlx5e: Allow dissector meta key in tc flowerVlad Buslov1-1/+2
2019-07-15net/mlx5e: Rely on filter_dev instead of dissector keys for tunnelsVlad Buslov1-5/+1
2019-07-15net/mlx5e: Verify encapsulation is supportedEli Cohen1-0/+4
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso1-17/+17
2019-07-04Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-1/+1
2019-07-01net/mlx5: E-Switch, Refactor eswitch SR-IOV interfaceBodong Wang1-1/+1
2019-06-28net/mlx5e: Disallow tc redirect offload cases we don't supportPaul Blakey1-4/+18
2019-06-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed1-2/+5
2019-06-26net/mlx5: Add flow context for flow tagJianbo Liu1-2/+5
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+0
2019-06-07net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem1-3/+0