summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5
Commit message (Expand)AuthorAgeFilesLines
* net/mlx5e: Refactor struct mlx5e_xdp_infoMaxim Mikityanskiy2019-06-273-41/+97
* net/mlx5e: Allow ICO SQ to be used by multiple RQsMaxim Mikityanskiy2019-06-274-23/+22Star
* net/mlx5e: Calculate linear RX frag size considering XSKMaxim Mikityanskiy2019-06-273-23/+52
* net/mlx5e: Replace deprecated PCI_DMA_TODEVICEMaxim Mikityanskiy2019-06-271-1/+1
* net/mlx5e: Attach/detach XDP program safelyMaxim Mikityanskiy2019-06-271-11/+20
* xdp: tracking page_pool resources and safe removalJesper Dangaard Brouer2019-06-191-3/+0Star
* mlx5: more strict use of page_pool APIJesper Dangaard Brouer2019-06-192-5/+7
* page_pool: introduce page_pool_free and use in mlx5Jesper Dangaard Brouer2019-06-191-3/+3
* net/mlx5: add missing void argument to function mlx5_devlink_allocColin Ian King2019-06-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-188-22/+58
|\
| * net/mlx5e: Support tagged tunnel over bondEli Britstein2019-06-071-5/+6
| * net/mlx5e: Avoid detaching non-existing netdev under switchdev modeAlaa Hleihel2019-06-071-0/+5
| * net/mlx5e: Fix source port matching in fdb peer flow ruleRaed Salem2019-06-071-3/+0Star
| * net/mlx5e: Replace reciprocal_scale in TX select queue functionShay Agroskin2019-06-073-6/+8
| * net/mlx5e: Add ndo_set_feature for uplink representorChris Mi2019-06-073-6/+8
| * net/mlx5: Avoid reloading already removed devicesAlaa Hleihel2019-06-071-2/+23
| * net/mlx5: Update pci error handler entries and command translationEdward Srouji2019-06-071-0/+8
* | Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-06-1513-120/+1224
|\ \
| * | net/mlx5: Report devlink health on FW fatal issuesMoshe Shemesh2019-06-132-22/+30
| * | net/mlx5: Add support for FW fatal reporter dumpMoshe Shemesh2019-06-131-0/+50
| * | net/mlx5: Add fw fatal devlink_health_reporterMoshe Shemesh2019-06-131-20/+61
| * | net/mlx5: Report devlink health on FW issuesMoshe Shemesh2019-06-131-0/+33
| * | net/mlx5: Add support for FW reporter dumpMoshe Shemesh2019-06-133-0/+270
| * | net/mlx5: Create FW devlink_health_reporterMoshe Shemesh2019-06-131-0/+48
| * | net/mlx5: Issue SW reset on FW assertFeras Daoud2019-06-134-7/+166
| * | net/mlx5: Control CR-space access by different PFsFeras Daoud2019-06-133-5/+47
| * | net/mlx5: Handle SW reset of FW in error flowFeras Daoud2019-06-134-64/+47Star
| * | net/mlx5: Add Crdump supportAlex Vesker2019-06-134-1/+115
| * | net/mlx5: Add Vendor Specific Capability access gatewayAlex Vesker2019-06-134-1/+315
| * | net/mlx5: Move all devlink related functions calls to devlink.cEran Ben Elisha2019-06-134-38/+80
* | | net/mlx5e: use indirect calls wrapper for the rx packet handlerPaolo Abeni2019-06-151-1/+2
* | | net/mlx5e: use indirect calls wrapper for skb allocationPaolo Abeni2019-06-151-5/+17
|/ /
* | net/tls: generalize the resync callbackJakub Kicinski2019-06-111-3/+6
* | net/tls: pass record number as a byte arrayJakub Kicinski2019-06-111-1/+2
* | mlx5: Fail attempts to use routes with nexthop objectsDavid Ahern2019-06-051-0/+4
* | ipv4: Use accessors for fib_info nexthop dataDavid Ahern2019-06-051-10/+19
* | mlxfw: Propagate error messages through extackJiri Pirko2019-06-043-4/+7
* | mlx5: Move firmware flash implementation to devlinkJiri Pirko2019-06-044-46/+20Star
* | 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