summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5/core/en
AgeCommit message (Expand)AuthorFilesLines
2020-03-13net/mlx5e: CT: Support clear actionPaul Blakey2-9/+88
2020-03-13net/mlx5e: CT: Handle misses after executing CT actionPaul Blakey2-4/+80
2020-03-13net/mlx5e: CT: Offload established flowsPaul Blakey2-0/+691
2020-03-13net/mlx5e: CT: Introduce connection trackingPaul Blakey2-0/+681
2020-03-12Merge branch 'ct-offload' of git://git.kernel.org/pub/scm/linux/kernel/git/sa...David S. Miller4-4/+356
2020-03-04net/mlx5e: Use devlink virtual flavour for VF devlink portParav Pandit2-20/+26
2020-02-28net/mlx5e: Add support for devlink-port in non-representors modeVladyslav Tarasiuk2-0/+53
2020-02-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-1/+9
2020-02-20net/mlx5e: Move tc tunnel parsing logic with the rest at tc_tun modulePaul Blakey2-4/+111
2020-02-20net/mlx5: Introduce mapping infra for mapping unique ids to dataPaul Blakey2-0/+245
2020-02-19net/mlx5e: Add support for FEC modes based on 50G per lane linksAya Levin2-12/+84
2020-02-19net/mlxe5: Separate between FEC and current speedAya Levin1-84/+62
2020-02-19net/mlx5e: Advertise globaly supported FEC modesAya Levin2-8/+11
2020-02-19net/mlx5e: Set FEC to auto when configured mode is not supportedAya Levin1-16/+6
2020-02-19mlx5: Use proper logging and tracing line terminationsJoe Perches3-10/+11
2020-02-19net/mlx5e: Support dump callback in RX reporterAya Levin1-0/+183
2020-02-19net/mlx5e: Support dump callback in TX reporterAya Levin3-2/+234
2020-02-19net/mlx5e: Gather reporters APIs togetherAya Levin2-70/+70
2020-02-19net/mlx5e: Fix crash in recovery flow without devlink reporterAya Levin1-1/+1
2020-02-19net/mlx5e: Reset RQ doorbell counter before moving RQ state from RST to RDYAya Levin1-0/+8
2020-01-27mlx5: Use dev_net netdevice notifier registrationsJiri Pirko1-0/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-3/+20
2020-01-07net/mlx5e: Fix hairpin RSS table sizeEli Cohen1-0/+16
2020-01-07net/mlx5e: Always print health reporter message to dmesgEran Ben Elisha1-3/+4
2019-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-1/+1
2019-12-21xsk: ixgbe: i40e: ice: mlx5: Xsk_umem_discard_addr to xsk_umem_release_addrMagnus Karlsson1-1/+1
2019-12-19net/mlx5e: Fix concurrency issues between config flow and XSKMaxim Mikityanskiy3-14/+11
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-7/+31
2019-12-06net/mlx5e: Fix translation of link mode into speedAya Levin1-0/+1
2019-12-06net/mlx5e: Query global pause state before setting prio2bufferHuy Nguyen1-2/+25
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-4/+4
2019-11-30net/mlx5e: Fix build error without IPV6YueHaibing1-36/+38
2019-11-23net/mlx5e: Remove redundant pointer checkEli Cohen1-12/+10
2019-11-23net/mlx5e: TC, Stub out ipv6 tun create header functionSaeed Mahameed2-4/+7
2019-11-14net/mlx5e: Fix error flow cleanup in mlx5e_tc_tun_create_header_ipv4/6Eli Cohen1-6/+12
2019-11-14net/mlx5: Remove redundant NULL initializationsEli Cohen1-4/+4
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-12/+17
2019-10-30net/mlx5: Fix rtable reference leakParav Pandit1-3/+9
2019-10-30net/mlx5e: Replace kfree with kvfree when free vhca statsMaor Gottlieb1-2/+2
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven1-1/+1
2019-10-18net/mlx5e: kTLS, Limit DUMP wqe sizeTariq Toukan1-6/+5
2019-10-18net/mlx5e: kTLS, Size of a Dump WQE is fixedTariq Toukan1-1/+1
2019-10-18net/mlx5e: Tx, Zero-memset WQE info struct upon updateTariq Toukan1-1/+1
2019-10-12devlink: propagate extack down to health reporter opsJiri Pirko2-4/+8
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2-3/+0
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller1-5/+4
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller8-15/+68
2019-09-06net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha1-5/+4
2019-09-03net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb1-13/+14
2019-08-31net/mlx5e: Allow XSK frames smaller than a pageMaxim Mikityanskiy4-10/+32