aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-08cross-tree: phase out dma_zalloc_coherent()Luis Chamberlain2-7/+7
2018-12-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-5/+3
2018-12-24net/mlx5e: drop useless LIST_HEADJulia Lawall1-3/+0
2018-12-24net/mlx5e: fix semicolon.cocci warningskbuild test robot1-1/+1
2018-12-20net/mlx5e: XDP, Add user control for XDP TX MPWQE featureTariq Toukan3-1/+34
2018-12-20net/mlx5e: XDP, Support Enhanced Multi-Packet TX WQETariq Toukan4-27/+173
2018-12-20net/mlx5e: XDP, Add array for WQE info descriptorsTariq Toukan3-21/+54
2018-12-20net/mlx5e: XDP, Maintain a FIFO structure for xdp_info instancesTariq Toukan4-24/+65
2018-12-20net/mlx5e: XDP, Replace boolean doorbell indication with segment pointerTariq Toukan3-18/+9
2018-12-20net/mlx5e: XDP, Warn upon polling an error CQETariq Toukan1-0/+5
2018-12-20net/mlx5e: XDP, Change the XDP SQ redirect indicationTariq Toukan5-26/+18
2018-12-20net/mlx5e: XDP, Precede XDP-related operations in RQ poll by a loaded program checkTariq Toukan3-11/+18
2018-12-20net/mlx5e: TX, Print opcode in error CQE warningTariq Toukan1-3/+4
2018-12-20Merge tag 'mlx5-updates-2018-12-19' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller9-103/+177
2018-12-20Merge branch 'mlx5-next' into rdma.gitJason Gunthorpe19-146/+238
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-45/+42
2018-12-20net/mlx5: Fix LAG requirement when CONFIG_MLX5_ESWITCH is offAviv Heller1-5/+8
2018-12-20net/mlx5: Fix query_nic_sys_image_guid() error during initAviv Heller1-3/+13
2018-12-20net/mlx5e: Support tunnel encap over tagged EthernetEli Britstein1-20/+24
2018-12-20net/mlx5e: Support VLAN encap ETH header generationEli Britstein1-2/+13
2018-12-20net/mlx5e: Re-order route and encap header memory allocationEli Britstein1-28/+34
2018-12-20net/mlx5e: Tunnel encap ETH header helper functionEli Britstein1-12/+17
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC encap flows with vlan on underlayEli Britstein1-0/+6
2018-12-20net/mlx5e: Tunnel routing output devs helper functionEli Britstein1-36/+34
2018-12-20net/mlx5e: Fail attempt to offload e-switch TC flows with egress upper devicesEli Britstein3-0/+15
2018-12-20net/mlx5e: Allow vlans on e-switch uplink repsOr Gerlitz1-1/+4
2018-12-20net/mlx5e: Increase VF representors' SQ size to 128Gavi Teitz1-3/+3
2018-12-20mlx5: extend PTP gettime function to read system clockMiroslav Lichvar3-11/+24
2018-12-20mlx5: update timecounter at least twice per counter overflowMiroslav Lichvar1-2/+2
2018-12-19net/mlx5e: Remove the false indication of software timestamping supportAlaa Hleihel1-8/+3
2018-12-19net/mlx5: Typo fix in del_sw_hw_ruleYuval Avnery1-1/+1
2018-12-19net/mlx5e: RX, Fix wrong early return in receive queue pollTariq Toukan1-4/+6
2018-12-19xfrm: prefer secpath_set over secpath_dupFlorian Westphal1-4/+6
2018-12-19drivers: net: ethernet: mellanox: use skb_sec_path helperFlorian Westphal1-3/+6
2018-12-17net/mlx5: Continue driver initialization despite debugfs failureLeon Romanovsky1-5/+3
2018-12-17net/mlx5e: Add some ethtool port control entries to the uplink rep netdevOr Gerlitz1-2/+73
2018-12-17net/mlx5e: Expose ethtool pause and link functions to mlx5e callersOr Gerlitz2-20/+56
2018-12-17net/mlx5e: Add sriov and udp tunnel ndo support for the uplink repOr Gerlitz3-14/+31
2018-12-17net/mlx5e: Handle port mtu/link, dcb and lag for uplink repsOr Gerlitz3-20/+102
2018-12-17net/mlx5e: Uninstantiate esw manager vport netdev on switchdev modeOr Gerlitz4-21/+42
2018-12-17net/mlx5e: Remove leftover code from the PF netdev being uplink repOr Gerlitz3-119/+9
2018-12-17net/mlx5e: Use dedicated uplink vport netdev representorOr Gerlitz8-121/+212
2018-12-17net/mlx5e: Use single argument for the esw representor build params helperOr Gerlitz1-8/+9
2018-12-17net/mlx5: E-Switch, Remove redundant reloading of the IB interfaceOr Gerlitz1-3/+0
2018-12-14net/mlx5: Handle LAG FW commands failure gracefullyAviv Heller1-21/+70
2018-12-14net/mlx5: Make RoCE and SR-IOV LAG modes explicitAviv Heller4-20/+67
2018-12-14net/mlx5: Rename mlx5_lag_is_bonded() to __mlx5_lag_is_active()Aviv Heller1-9/+9
2018-12-14net/mlx5: Allow co-enablement of uplink LAG and SRIOVRabie Loulou1-2/+4
2018-12-14net/mlx5: Allow/disallow LAG according to pre-req onlyRabie Loulou5-61/+36
2018-12-14net/mlx5: Adjustments for the activate LAG logic to run under sriovRabie Loulou1-12/+21