summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-218-0/+8
|\
| * treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-218-0/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2013-48/+121
|\ \ | |/ |/|
| * net/mlx5e: Fix possible modify header actions memory leakEli Britstein2019-05-171-1/+4
| * net/mlx5e: Fix no rewrite fields with the same matchEli Britstein2019-05-171-6/+16
| * net/mlx5e: Additional check for flow destination comparisonDmytro Linkin2019-05-171-0/+2
| * net/mlx5e: Add missing ethtool driver info for representorsDmytro Linkin2019-05-171-1/+18
| * net/mlx5e: Fix number of vports for ingress ACL configurationEli Britstein2019-05-171-4/+5
| * net/mlx5e: Fix ethtool rxfh commands when CONFIG_MLX5_EN_RXNFC is disabledSaeed Mahameed2019-05-171-1/+17
| * net/mlx5e: Fix wrong xmit_more applicationTariq Toukan2019-05-173-6/+8
| * net/mlx5: Fix peer pf disable hca commandBodong Wang2019-05-171-1/+1
| * net/mlx5: E-Switch, Correct type to u16 for vport_num and int for vport_indexParav Pandit2019-05-173-26/+27
| * net/mlx5: Add meaningful return codes to status_to_err functionValentine Fatiev2019-05-171-1/+21
| * net/mlx5: Imply MLXFW in mlx5_coreSaeed Mahameed2019-05-171-0/+1
| * net/mlx5e: Fix calling wrong function to get inner vlan key and maskJianbo Liu2019-05-161-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-151-0/+3
|\ \ | |/ |/|
| * net/mlx5: Set completion EQs as shared resourcesYishai Hadas2019-05-141-0/+3
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2019-05-091-19/+11
|\|
| * Merge branch 'mlx5_tir_icm' into rdma.git for-nextJason Gunthorpe2019-04-251-5/+13
| |\
| * \ Merge branch 'rdma_mmap' into rdma.git for-nextJason Gunthorpe2019-04-2410-100/+163
| |\ \
| | * | RDMA/mlx5: Use get_zeroed_page() for clock_infoJason Gunthorpe2019-04-241-19/+11
| * | | Merge branch 'mlx5-next' into rdma.git for-nextJason Gunthorpe2019-04-1011-281/+337
| |\ \ \
* | \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0852-1183/+2256
|\ \ \ \ \
| * | | | | net/mlx5: E-Switch, Use atomic rep state to serialize state changeBodong Wang2019-05-011-19/+17
| * | | | | net/mlx5: E-Switch, Fix the check of legal vportBodong Wang2019-05-012-45/+46
| * | | | | net/mlx5: E-Switch, Use getter to access all vport arrayBodong Wang2019-05-012-9/+11
| * | | | | net/mlx5: Use available mlx5_vport structParav Pandit2019-05-011-58/+51
| * | | | | net/mlx5: Reuse mlx5_esw_for_each_vf_vport macro in two filesParav Pandit2019-05-013-52/+58
| * | | | | net/mlx5: Remove unused mlx5_query_nic_vport_vlansBodong Wang2019-05-011-61/+0
| * | | | | net/mlx5e: remove meaningless CFLAGS_tracepoint.oMasahiro Yamada2019-05-011-2/+0
| * | | | | net/mlx5e: Put the common XDP code into a functionMaxim Mikityanskiy2019-05-011-36/+27
| * | | | | net/mlx5e: ethtool, Add support for EEPROM high pages queryErez Alfasi2019-05-012-10/+38
| * | | | | net/mlx5e: Return error when trying to insert existing flower filterVlad Buslov2019-05-011-0/+1
| * | | | | net/mlx5e: Replace TC VLAN pop with VLAN 0 rewrite in prio tag modeEli Britstein2019-05-011-0/+36
| * | | | | net/mlx5e: ACLs for priority tag modeEli Britstein2019-05-013-12/+193
| * | | | | net/mlx5e: Turn on HW tunnel offload in all TIRsTariq Toukan2019-05-014-1/+7
| * | | | | net/mlx5e: Take common TIR context settings into a functionTariq Toukan2019-05-011-28/+21
| * | | | | Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-0122-224/+479
| |\ \ \ \ \
| | * | | | | net/mlx5: Geneve, Add flow table capabilities for Geneve decap with TLV optionsYevgeny Kliteynik2019-04-301-1/+1
| | * | | | | net/mlx5: Eswitch, enable RoCE loopback trafficMaor Gottlieb2019-04-304-1/+207
| | * | | | | net/mlx5: Add new miss flow table actionMaor Gottlieb2019-04-303-4/+16
| | * | | | | net/mlx5: Add support in RDMA RX steeringMaor Gottlieb2019-04-303-0/+30
| | * | | | | net/mlx5: Pass flow steering objects to fs_cmdMaor Gottlieb2019-04-304-132/+128
| | * | | | | net/mlx5: Enable general events on all interfacesAya Levin2019-04-301-2/+1
| | * | | | | net/mlx5: Separate and generalize dma device from pci deviceVu Pham2019-04-305-29/+28
| | * | | | | net/mlx5: Get rid of storing copy of device nameParav Pandit2019-04-308-51/+56
| | | |_|_|/ | | |/| | |
| | * | | | net/mlx5: Introduce new TIR creation core APIAriel Levkovich2019-04-241-5/+13
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-281-1/+1
| |\ \ \ \ \
| | * | | | | net: pass net_device argument to the eth_get_headlenStanislav Fomichev2019-04-231-1/+1
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-265-11/+27
| |\ \ \ \ \ \