aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/en/tc_tun_encap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-16net/mlx5e: MPLSoUDP decap, use vlan push_eth instead of peditMaor Dickman1-6/+4
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+3
2022-02-23net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman1-0/+3
2022-02-16net/mlx5e: Create new flow attr for multi table actionsRoi Dayan1-11/+37
2022-01-27net/mlx5e: TC, Refactor mlx5e_tc_add_flow_mod_hdr() to get flow attrRoi Dayan1-1/+1
2022-01-27net/mlx5e: Pass attr arg for attaching/detaching encapsRoi Dayan1-6/+9
2022-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2022-01-06net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects are usedMaor Dickman1-0/+2
2021-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+7
2021-11-16net/mlx5e: Specify out ifindex when looking up decap routeChris Mi1-2/+2
2021-11-16net/mlx5e: Wait for concurrent flow deletion during neigh/fib eventsVlad Buslov1-1/+7
2021-10-29net/mlx5e: Offload internal port as encap route deviceAriel Levkovich1-0/+35
2021-08-26net/mlx5e: Fix possible use-after-free deleting fdb ruleRoi Dayan1-2/+2
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+30
2021-06-09net/mlx5: Added new parameters to reformat contextYevgeny Kliteynik1-5/+12
2021-06-09net/mlx5e: Fix use-after-free of encap entry in neigh update handlerVlad Buslov1-3/+30
2021-05-18net/mlx5e: Make sure fib dev exists in fib eventRoi Dayan1-1/+1
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-14/+9
2021-03-31net/mlx5e: Consider geneve_opts for encap contextsDima Chumak1-14/+9
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2021-03-11net/mlx5e: Add missing includeVlad Buslov1-0/+1
2021-03-10net/mlx5e: Check correct ip_version in decapsulation route resolutionRoi Dayan1-1/+2
2021-02-05net/mlx5e: Handle FIB events to update tunnel endpoint deviceVlad Buslov1-43/+708
2021-02-05net/mlx5e: Rename some encap-specific API to generic namesVlad Buslov1-5/+5
2021-02-05net/mlx5e: Refactor neigh update infrastructureVlad Buslov1-1/+1
2021-02-05net/mlx5e: Create route entry infrastructureVlad Buslov1-2/+256
2021-02-05net/mlx5e: Extract tc tunnel encap/decap code to dedicated fileVlad Buslov1-0/+734