summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)Author
2021-08-04net/mlx5e: Fix nullptr in mlx5e_hairpin_get_mdev()Dima Chumak
2021-06-23net/mlx5e: Fix page reclaim for dead peer hairpinDima Chumak
2021-06-03net/mlx5e: Fix nullptr in add_vlan_push_action()Dima Chumak
2021-02-03net/mlx5e: Reduce tc unsupported key print levelMaor Dickman
2021-02-03net/mlx5e: E-switch, Fix rate calculation for overflowParav Pandit
2020-04-21net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin
2020-01-29net/mlx5: E-Switch, Prevent ingress rate configuration of uplink repEli Cohen
2020-01-26net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan
2020-01-12net/mlx5e: Fix hairpin RSS table sizeEli Cohen
2019-12-31net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov
2019-12-18net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan
2019-11-20net/mlx5e: Reorder mirrer action parsing to check for encap firstVlad Buslov
2019-11-20net/mlx5e: Fix ingress rate configuration for representorsEli Cohen
2019-10-29net/mlx5e: Don't store direct pointer to action's tunnel infoVlad Buslov
2019-10-24net: remove unnecessary variables and callbackTaehee Yoo
2019-09-24net/mlx5e: Fix matching on tunnel addresses typeDmytro Linkin
2019-09-05net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang
2019-09-05net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb
2019-09-02Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-09-01net/mlx5: Set only stag for match untagged packetsMark Bloch
2019-08-21net/mlx5e: Add trace point for neigh used value updateVlad Buslov
2019-08-21net/mlx5e: Add tc flower tracepointsDmytro Linkin
2019-08-21net/mlx5e: Only access fully initialized flows in neigh updateVlad Buslov
2019-08-21net/mlx5e: Refactor neigh update for concurrent executionVlad Buslov
2019-08-21net/mlx5e: Refactor neigh used value update for concurrent executionVlad Buslov
2019-08-21net/mlx5e: Protect neigh hash encap list with spinlock and rcuVlad Buslov
2019-08-20net/mlx5e: Fix deallocation of non-fully init encap entriesVlad Buslov
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-18net: sched: use major priority number as hardware priorityPablo Neira Ayuso
2019-08-09net/mlx5e: Allow concurrent creation of encap entriesVlad Buslov
2019-08-09net/mlx5e: Protect encap hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Extend encap entry with reference counterVlad Buslov
2019-08-09net/mlx5e: Allow concurrent creation of mod_hdr entriesVlad Buslov
2019-08-09net/mlx5e: Protect mod_hdr hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Protect mod header entry flows list with spinlockVlad Buslov
2019-08-09net/mlx5e: Extend mod header entry with reference counterVlad Buslov
2019-08-09net/mlx5e: Allow concurrent creation of hairpin entriesVlad Buslov
2019-08-09net/mlx5e: Protect hairpin hash table with mutexVlad Buslov
2019-08-09net/mlx5e: Protect hairpin entry flows list with spinlockVlad Buslov
2019-08-09net/mlx5e: Extend hairpin entry with reference counterVlad Buslov
2019-08-08net/mlx5: Support inner header match criteria for non decap flow actionHuy Nguyen
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-01net/mlx5e: Allow dropping specific tunnel packetsTonghao Zhang
2019-08-01net/mlx5: E-Switch, add ingress rate supportEli Cohen
2019-07-29net/mlx5e: Protect tc flow table with mutexVlad Buslov
2019-07-29net/mlx5e: Rely on rcu instead of rtnl lock when getting upper devVlad Buslov
2019-07-29net/mlx5e: Protect unready flows with dedicated lockVlad Buslov
2019-07-29net/mlx5e: Protect tc flows hashtable with rcuVlad Buslov
2019-07-29net/mlx5e: Change flow flags type to unsigned longVlad Buslov