summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)Author
2019-12-05net/mlx5e: Fix freeing flow with kfree() and not kvfree()Roi Dayan
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo
2019-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
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-11-13net/mlx5: TC: Offload flow table rulesPaul Blakey
2019-11-13Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed
2019-11-13net/mlx5: Rename FDB_* tc related defines to FDB_TC_* definesPaul Blakey
2019-11-03Merge tag 'mlx5-updates-2019-11-01' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller
2019-11-01net/mlx5e: Add ToS (DSCP) header rewrite supportDmytro Linkin
2019-11-01net/mlx5e: Bit sized fields rewrite supportDmytro Linkin
2019-11-01net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov
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
2019-07-29net/mlx5e: Extend tc flow struct with reference counterVlad Buslov