summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2022-02-24net/mlx5e: MPLSoUDP decap, fix check for unsupported matchesMaor Dickman1-17/+11
2022-02-24net/mlx5e: Fix MPLSoUDP encap to use MPLS action informationMaor Dickman6-3/+24
2022-02-24net/mlx5e: TC, Skip redundant ct clear actionsRoi Dayan2-0/+8
2022-02-02net/mlx5e: Avoid field-overflowing memcpy()Kees Cook1-1/+3
2022-02-02net/mlx5e: Don't treat small ceil values as unlimited in HTB offloadMaxim Mikityanskiy1-1/+2
2022-02-02net/mlx5e: Fix handling of wrong devices during bond neteventMaor Dickman1-18/+14
2022-02-02net/mlx5e: Fix wrong calculation of header index in HW_GROKhalid Manaa1-0/+5
2022-02-02net/mlx5: Bridge, Fix devlink deadlock on net namespace deletionRoi Dayan1-2/+2
2022-02-02net/mlx5: Bridge, take rtnl lock in init error handlerVlad Buslov1-0/+2
2022-01-12mlx5: Don't accidentally set RTO_ONLINK before mlx5e_route_lookup_ipv4_get()Guillaume Nault1-2/+3
2022-01-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2022-01-07net/mlx5e: Fix wrong usage of fib_info_nh when routes with nexthop objects ar...Maor Dickman1-0/+2
2022-01-07net/mlx5e: Fix page DMA map/unmap attributesAya Levin1-2/+2
2022-01-07net/mlx5e: TC, Remove redundant error loggingRoi Dayan1-8/+0
2022-01-07net/mlx5: mlx5e_hv_vhca_stats_create return type to voidSaeed Mahameed2-15/+6
2022-01-04net/mlx5: CT: Set flow source hint from provided tuple devicePaul Blakey1-4/+47
2021-12-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-1/+2
2021-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski5-4/+61
2021-12-29net: Don't include filter.h from net/sock.hJakub Kicinski1-0/+1
2021-12-23net/mlx5e: Fix interoperability between XSK and ICOSQ recovery flowMaxim Mikityanskiy3-2/+51
2021-12-23net/mlx5e: Fix skb memory leak when TC classifier action offloads are disabledGal Pressman1-1/+1
2021-12-23net/mlx5e: Wrap the tx reporter dump callback to extract the sqAmir Tzin1-1/+9
2021-12-22net/mlx5e: Take packet_merge params directly from the RX res structTariq Toukan1-8/+6
2021-12-22net/mlx5e: Use dynamic per-channel allocations in statsTariq Toukan2-2/+2
2021-12-22net/mlx5e: Use bitmap field for profile featuresTariq Toukan1-3/+3
2021-12-19flow_offload: reject to offload tc actions in offload driversBaowen Zheng1-0/+3
2021-12-15net/mlx5e: Move goto action checks into tc_action goto post parse opRoi Dayan1-0/+35
2021-12-15net/mlx5e: Move vlan action chunk into tc action vlan post parse opRoi Dayan1-0/+51
2021-12-15net/mlx5e: Add post_parse() op to tc action infrastructureRoi Dayan1-0/+4
2021-12-15net/mlx5e: Move sample attr allocation to tc_action sample parse opRoi Dayan2-2/+6
2021-12-15net/mlx5e: Add redirect ingress to tc action infraRoi Dayan3-1/+81
2021-12-15net/mlx5e: Add sample and ptype to tc_action infraRoi Dayan4-2/+87
2021-12-15net/mlx5e: Add ct to tc action infraRoi Dayan3-1/+60
2021-12-15net/mlx5e: Add mirred/redirect to tc action infraRoi Dayan5-3/+374
2021-12-15net/mlx5e: Add mpls push/pop to tc action infraRoi Dayan3-0/+100
2021-12-15net/mlx5e: Add vlan push/pop/mangle to tc action infraRoi Dayan6-3/+293
2021-12-15net/mlx5e: Add pedit to tc action infraRoi Dayan5-4/+206
2021-12-15net/mlx5e: Add csum to tc action infraRoi Dayan3-1/+66
2021-12-15net/mlx5e: Add tunnel encap/decap to tc action infraRoi Dayan3-0/+75
2021-12-15net/mlx5e: Add goto to tc action infraRoi Dayan4-1/+94
2021-12-15net/mlx5e: Add tc action infrastructureRoi Dayan7-0/+253
2021-12-14bpf: Let bpf_warn_invalid_xdp_action() report more infoPaolo Abeni1-1/+1
2021-12-03net/mlx5e: SHAMPO, clean MLX5E_MAX_KLM_PER_WQE macroBen Ben-Ishay1-1/+1
2021-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+43
2021-12-01net/mlx5e: Sync TIR params updates against concurrent create/modifyTariq Toukan2-4/+43
2021-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+27
2021-11-17net: annotate accesses to queue->trans_startEric Dumazet1-1/+1
2021-11-17net/mlx5e: Specify out ifindex when looking up decap routeChris Mi3-14/+16
2021-11-17net/mlx5: TC, using swap() instead of tmp variableYihao Han1-4/+1
2021-11-17net/mlx5: CT: Allow static allocation of mod headersPaul Blakey3-4/+35