aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-11net/tls: generalize the resync callbackJakub Kicinski1-3/+6
2019-06-11net/tls: pass record number as a byte arrayJakub Kicinski1-1/+2
2019-06-04mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern1-0/+4
2019-06-04ipv4: Use accessors for fib_info nexthop dataDavid Ahern1-10/+19
2019-06-04mlxfw: Propagate error messages through extackJiri Pirko3-4/+7
2019-06-04mlx5: Move firmware flash implementation to devlinkJiri Pirko4-46/+20
2019-05-31net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi1-3/+4
2019-05-31net/mlx5e: Use termination table for VLAN push actionsOz Shlomo4-2/+315
2019-05-31net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik5-3/+363
2019-05-31net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik7-208/+373
2019-05-31net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik3-15/+16
2019-05-31net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik4-1/+196
2019-05-31net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2-5/+5
2019-05-31net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation actionTonghao Zhang1-20/+7
2019-05-31net/mlx5e: Generalize vport type in vport representorVu Pham1-31/+21
2019-05-31Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed12-99/+128
2019-05-31{IB,net}/mlx5: Constify rep ops functions pointersParav Pandit4-29/+27
2019-05-31{IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit1-1/+1
2019-05-31net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham3-4/+17
2019-05-31net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham8-67/+82
2019-05-31net/mlx5: Introduce termination table bitsEli Britstein1-0/+3
2019-05-28net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed1-0/+13
2019-05-28net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu1-1/+1
2019-05-28net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit1-1/+1
2019-05-28net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit1-0/+4
2019-05-28net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit1-15/+3
2019-05-28net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed1-1/+1
2019-05-28net/mlx5: potential error pointer dereference in error handlingDan Carpenter1-2/+2
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds8-0/+8
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner8-0/+8
2019-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds13-48/+121
2019-05-17net/mlx5e: Fix possible modify header actions memory leakEli Britstein1-1/+4
2019-05-17net/mlx5e: Fix no rewrite fields with the same matchEli Britstein1-6/+16
2019-05-17net/mlx5e: Additional check for flow destination comparisonDmytro Linkin1-0/+2
2019-05-17net/mlx5e: Add missing ethtool driver info for representorsDmytro Linkin1-1/+18
2019-05-17net/mlx5e: Fix number of vports for ingress ACL configurationEli Britstein1-4/+5
2019-05-17net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC is disabledSaeed Mahameed1-1/+17
2019-05-17net/mlx5e: Fix wrong xmit_more applicationTariq Toukan3-6/+8
2019-05-17net/mlx5: Fix peer pf disable hca commandBodong Wang1-1/+1
2019-05-17net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit3-26/+27
2019-05-17net/mlx5: Add meaningful return codes to status_to_err functionValentine Fatiev1-1/+21
2019-05-17net/mlx5: Imply MLXFW in mlx5_coreSaeed Mahameed1-0/+1
2019-05-16net/mlx5e: Fix calling wrong function to get inner vlan key and maskJianbo Liu1-1/+1
2019-05-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-0/+3
2019-05-14net/mlx5: Set completion EQs as shared resourcesYishai Hadas1-0/+3
2019-05-09Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-19/+11
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-1183/+2256
2019-05-06Merge tag 'arm64-mmiowb' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds1-1/+0
2019-05-01net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang1-19/+17
2019-05-01net/mlx5: E-Switch, Fix the check of legal vportBodong Wang2-45/+46