aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en_tc.c
AgeCommit message (Expand)Author
2020-06-10net/mlx5e: replace EINVAL in mlx5e_flower_parse_meta()Pablo Neira Ayuso
2020-04-21net/mlx5e: Fix nest_level for vlan pop actionDmytro Linkin
2020-03-05net/mlx5e: Fix endianness handling in pedit maskSebastian Hense
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-24net/mlx5: E-Switch, Prevent ingress rate configuration of uplink repEli Cohen
2020-01-22net/mlx5e: Add mlx5e_flower_parse_meta supportwenxu
2020-01-16net/mlx5: E-Switch, Refactor chains and prioritiesPaul Blakey
2020-01-16Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sae...Saeed Mahameed
2020-01-16net/mlx5: Refactor mlx5_create_auto_grouped_flow_tablePaul Blakey
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-07net/mlx5e: Support accept action on nic tableTonghao Zhang
2020-01-06net/mlx5e: Fix hairpin RSS table sizeEli Cohen
2020-01-06net/mlx5e: Avoid duplicating rule destinationsDmytro Linkin
2019-12-05net/mlx5e: Fix free peer_flow when refcount is 0Roi Dayan
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