aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-01net/mlx5: Do not hold group lock while allocating FTE in softwareParav Pandit1-9/+10
2019-11-01net/mlx5e: Verify that rule has at least one fwd/drop actionVlad Buslov1-0/+6
2019-11-01net/mlx5: Clear VF's configuration on disabling SRIOVAya Levin4-10/+21
2019-11-01net/mlx5: Remove unneeded variable in mlx5_unload_onezhong jiang1-3/+1
2019-11-01net/mlx5: FPGA, support network cards with standalone FPGAIgor Leshenko2-25/+46
2019-11-01net/mlx5: DR, Replace CRC32 implementation to use kernel libHamdan Igbaria5-106/+10
2019-10-28net: Fix misspellings of "configure" and "configuration"Geert Uytterhoeven1-1/+1
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-13/+5
2019-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-6/+4
2019-10-11devlink: propagate extack down to health reporter opsJiri Pirko3-8/+16
2019-10-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-7/+1
2019-10-08net/mlx5: DR, Allow insertion of duplicate rulesAlex Vesker1-6/+4
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-10-04RDMA/mlx5: Add missing synchronize_srcu() for MW casesJason Gunthorpe1-7/+1
2019-10-04net: fib_notifier: propagate extack down to the notifier block callbackJiri Pirko1-1/+1
2019-10-04net: fib_notifier: make FIB notifier per-netnsJiri Pirko1-5/+2
2019-10-02mlx5: avoid 64-bit division in dr_icm_pool_mr_create()Michal Kubecek1-1/+2
2019-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds9-83/+123
2019-09-26Merge tag 'mlx5-fixes-2019-09-24' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller8-65/+105
2019-09-26drivers: net: Fix Kconfig indentationKrzysztof Kozlowski1-18/+18
2019-09-24net/mlx5e: Fix matching on tunnel addresses typeDmytro Linkin1-36/+53
2019-09-24net/mlx5e: Fix traffic duplication in ethtool steeringSaeed Mahameed1-2/+2
2019-09-24net/mlx5: Add device ID of upcoming BlueField-2Bodong Wang1-0/+1
2019-09-24net/mlx5: DR, Allow matching on vport based on vhca_idAlaa Hleihel3-8/+37
2019-09-24net/mlx5: DR, Fix getting incorrect prev node in ste_freeAlex Vesker3-16/+10
2019-09-24net/mlx5: DR, Remove redundant vport number from actionAlex Vesker2-3/+2
2019-09-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-4/+2
2019-09-20Merge tag 'kbuild-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds8-15/+0
2019-09-13Merge tag 'v5.3-rc8' into rdma.git for-nextJason Gunthorpe14-136/+176
2019-09-10net/mlx5: FWTrace, Reduce stack usageSaeed Mahameed1-3/+4
2019-09-10net/mlx5: Fix addr's type in mlx5dr_icm_dmNathan Chancellor1-1/+1
2019-09-10net/mlx5: Fix rt's type in dr_action_create_reformat_actionNathan Chancellor1-1/+1
2019-09-07Merge tag 'mlx5-updates-2019-09-05' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller13-42/+182
2019-09-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller11-20/+99
2019-09-05net/mlx5e: Add port buffer's congestion countersAya Levin2-1/+150
2019-09-05net/mlx5: DR, Remove redundant dev_name print from err logSaeed Mahameed1-10/+5
2019-09-05net/mlx5: DR, Fix error return code in dr_domain_init_resources()Wei Yongjun1-0/+3
2019-09-05net/mlx5: DR, Remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2019-09-05net/mlx5e: Remove unnecessary clear_bit()sMaxim Mikityanskiy1-2/+0
2019-09-05net/mlx5e: kTLS, Remove unused function parameterTariq Toukan1-4/+2
2019-09-05net/mlx5: Use PTR_ERR_OR_ZERO rather than its implementationzhong jiang1-4/+1
2019-09-05net/mlx5: fix missing assignment of variable errColin Ian King1-1/+1
2019-09-05net/mlx5: fix spelling mistake "offlaods" -> "offloads"Colin Ian King1-1/+1
2019-09-05net/mlx5e: Remove leftover declarationRoi Dayan1-1/+0
2019-09-05net/mlx5e: Use ipv6_stub to avoid dependency with ipv6 being a moduleSaeed Mahameed3-12/+14
2019-09-05net/mlx5: Kconfig: Fix MLX5_CORE dependency with PCI_HYPERV_INTERFACEMao Wenan1-0/+1
2019-09-05net/mlx5e: Fix static checker warning of potential pointer math issueEran Ben Elisha1-5/+4
2019-09-03Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller33-95/+12139
2019-09-03net/mlx5: Add devlink flow_steering_mode parameterMaor Gottlieb1-1/+111
2019-09-03net/mlx5: Add support to use SMFS in switchdev modeMaor Gottlieb2-7/+55