summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: TX, Improve performance under GSO workloadErez Alfasi2019-05-311-3/+4
* net/mlx5e: Use termination table for VLAN push actionsOz Shlomo2019-05-314-2/+315
* net/mlx5e: Geneve, Add support for encap/decap flows offloadYevgeny Kliteynik2019-05-315-3/+363
* net/mlx5e: Rearrange tc tunnel code in a modular wayYevgeny Kliteynik2019-05-317-208/+373
* net/mlx5e: Geneve, Keep tunnel info as pointer to the original structYevgeny Kliteynik2019-05-313-15/+16
* net/mlx5: Geneve, Manage Geneve TLV optionsYevgeny Kliteynik2019-05-314-1/+196
* net/mlx5e: Enable setting multiple match criteria for flow groupYevgeny Kliteynik2019-05-312-5/+5
* net/mlx5e: Allow matching only enc_key_id/enc_dst_port for decapsulation actionTonghao Zhang2019-05-311-20/+7Star
* net/mlx5e: Generalize vport type in vport representorVu Pham2019-05-311-31/+21Star
* Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-05-3112-99/+128
|\
| * {IB,net}/mlx5: Constify rep ops functions pointersParav Pandit2019-05-314-29/+27Star
| * {IB, net}/mlx5: No need to typecast from void* to mlx5_ib_dev*Parav Pandit2019-05-311-1/+1
| * net/mlx5: E-Switch, Honor eswitch functions changed event capVu Pham2019-05-313-4/+17
| * net/mlx5: E-Switch, Replace host_params event with functions_changed eventVu Pham2019-05-318-67/+82
| * net/mlx5: Introduce termination table bitsEli Britstein2019-05-311-0/+3
| * net/mlx5: potential error pointer dereference in error handlingDan Carpenter2019-05-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-316-24/+32
|\ \
| * | mlxsw: spectrum: Prevent force of 56GAmit Cohen2019-05-301-0/+4
| * | mlxsw: spectrum_acl: Avoid warning after identical rules insertionJiri Pirko2019-05-301-6/+5Star
| * | net/mlx5e: Disable rxhash when CQE compress is enabledSaeed Mahameed2019-05-291-0/+13
| * | net/mlx5e: restrict the real_dev of vlan device is the same as uplink devicewenxu2019-05-291-1/+1
| * | net/mlx5: Allocate root ns memory using kzalloc to match kfreeParav Pandit2019-05-291-1/+1
| * | net/mlx5: Avoid double free in fs init error unwinding pathParav Pandit2019-05-291-0/+4
| * | net/mlx5: Avoid double free of root ns in the error flow pathParav Pandit2019-05-291-15/+3Star
| * | net/mlx5: Fix error handling in mlx5_load()Saeed Mahameed2019-05-291-1/+1
* | | mlxsw: core: Reduce buffer size in transactions for SFP modules temperature r...Vadim Pasternak2019-05-303-74/+33Star
* | | mlxsw: core: Extend the index size for temperature sensors readoutVadim Pasternak2019-05-301-3/+4
* | | mlxsw: core: Extend hwmon interface with inter-connect temperature attributesVadim Pasternak2019-05-301-5/+96
* | | mlxsw: reg: Add Management General Peripheral Information RegisterVadim Pasternak2019-05-301-0/+52
* | | mlxsw: reg: Extend sensor index field size of Management Temperature RegisterVadim Pasternak2019-05-301-2/+3
* | | mlxsw: core: Re-order initialization sequenceIdo Schimmel2019-05-301-10/+11
* | | mlxsw: i2c: Allow flexible setting of I2C transactions sizeVadim Pasternak2019-05-301-18/+46
* | | mlxsw: i2c: Extend initialization with querying firmware infoVadim Pasternak2019-05-302-0/+30
* | | ipv6: Make fib6_nh optional at the end of fib6_infoDavid Ahern2019-05-241-15/+16
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-222-6/+3Star
|\ \
| * | net/mlx4_en: ethtool, Remove unsupported SFP EEPROM high pages queryErez Alfasi2019-05-202-6/+3Star
* | | Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-2114-0/+14
|\ \ \ | |/ / |/| |
| * | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-2114-0/+14
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-05-2019-51/+155
|\ \ | |/ |/|
| * mlxsw: core: Prevent reading unsupported slave address from SFP EEPROMVadim Pasternak2019-05-181-2/+16
| * mlxsw: core: Prevent QSFP module initialization for old hardwareVadim Pasternak2019-05-184-0/+17
| * 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