aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-12-10net/mlx5e: Add GRE protocol offloadingOz Shlomo2-1/+89
2018-12-10net/mlx5e: Move TC tunnel offloading code to separate source fileOz Shlomo6-496/+548
2018-12-10net/mlx5e: Branch according to classified tunnel typeOz Shlomo2-48/+114
2018-12-10net/mlx5e: Refactor VXLAN tunnel decap offloading codeOz Shlomo1-39/+51
2018-12-10net/mlx5e: Refactor VXLAN tunnel encap offloading codeOz Shlomo1-119/+70
2018-12-10net/mlx5e: Replace egdev with indirect block notificationsOz Shlomo2-25/+36
2018-12-10net/mlx5e: Propagate the filter's net device to mlx5e structuresOz Shlomo1-7/+19
2018-12-10net/mlx5e: Provide the TC filter netdev as parameter to flower callbacksOz Shlomo4-12/+18
2018-12-10net/mlx5e: Support TC indirect block notifications for eswitch uplink reprsOz Shlomo4-0/+210
2018-12-10net/mlx5e: Store eswitch uplink representor state on a dedicated structOz Shlomo3-5/+12
2018-12-10Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed37-2181/+1595
2018-12-10net/mlx5: Remove the get protocol device interface entryOr Gerlitz2-30/+0
2018-12-10net/mlx5: Support extended destination format in flow steering commandEli Britstein1-7/+73
2018-12-10net/mlx5: E-Switch, Change vhca id valid bool field to bit flagEli Britstein2-4/+7
2018-12-10net/mlx5: Revise gre and nvgre key formatsOz Shlomo1-4/+4
2018-12-10net/mlx5: Add monitor commands layout and event dataEyal Davidovich3-0/+9
2018-12-10net/mlx5: Add support for plugged-disabled cable status in PMEMikhael Goikhman2-0/+3
2018-12-10net/mlx5: Add support for PCIe power slot exceeded error in PMEMikhael Goikhman2-0/+3
2018-12-10net/mlx5: Rework handling of port module eventsMikhael Goikhman3-45/+65
2018-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2018-12-09net/mlx5: Move flow counters data structures from flow steering headerSaeed Mahameed2-23/+23
2018-12-09net/mlx5: Use helper to get CQE opcodeTariq Toukan3-7/+7
2018-12-09net/mlx5: When fetching CQEs return CQE instead of void pointerDaniel Jurgens1-1/+1
2018-12-05net/mlx5e: Improve ethtool private-flags code structureTariq Toukan2-53/+41
2018-12-05net/mlx5e: ethtool, Support user configuration for RX hash fieldsAya Levin3-6/+134
2018-12-05net/mlx5e: Move RSS params to a dedicated structAya Levin6-47/+62
2018-12-05net/mlx5e: Refactor TIR configuration functionAya Levin4-104/+87
2018-12-04net/mlx5e: Move modify tirs hash functionalityAya Levin3-25/+29
2018-12-04net/mlx5e: Cleanup unused definesGal Pressman1-3/+0
2018-12-04net/mlx5e: Remove trailing space of tx_pause ethtool counter nameSaeed Mahameed1-1/+1
2018-12-04RDMA/mlx5: Initialize SRQ tables on mlx5_ibLeon Romanovsky3-69/+1
2018-12-04net/mlx5: Move SRQ functions to RDMA partLeon Romanovsky2-677/+0
2018-12-04net/mlx5: Remove references to local mlx5_core functionsLeon Romanovsky1-19/+3
2018-12-04net/mlx5: Remove not-used lib/eq.h header fileLeon Romanovsky1-1/+0
2018-12-04net/mlx5: Remove dead transobj codeLeon Romanovsky1-66/+0
2018-12-04net/mlx5: Align SRQ licenses and copyright informationLeon Romanovsky1-29/+2
2018-11-30mlx5: fix get_ip_proto()Cong Wang1-3/+3
2018-11-29net/mlx5: Debug print for forwarded async eventsSaeed Mahameed1-0/+3
2018-11-29net/mlx5: Forward SRQ resource eventsSaeed Mahameed2-28/+13
2018-11-29net/mlx5: Forward QP/WorkQueues resource eventsSaeed Mahameed2-4/+14
2018-11-29net/mlx5: Remove all deprecated software versions of FW eventsSaeed Mahameed1-91/+1
2018-11-29net/mlx5: Allow forwarding event type general event as isSaeed Mahameed1-0/+1
2018-11-29net/mlx5: Remove unused events callback and logicSaeed Mahameed5-123/+10
2018-11-29net/mlx5: Forward all mlx5 events to mlx5 notifiers chainSaeed Mahameed1-0/+3
2018-11-29net/mlx5e: Use the new mlx5 core notifier APISaeed Mahameed2-14/+16
2018-11-29net/mlx5: Allow port change event to be forwarded to driver notifiers chainSaeed Mahameed1-0/+16
2018-11-29net/mlx5: Driver events notifier APISaeed Mahameed2-1/+25
2018-11-26net/mlx5: Improve core device events handlingSaeed Mahameed1-87/+136
2018-11-26net/mlx5: Device events, Use async events chainSaeed Mahameed8-222/+342
2018-11-26net/mlx5: CQ ERR, Use async events chainSaeed Mahameed1-22/+44