aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5 (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-17net/mlx5e: Add HW vport counters to representor ethtool statsOr Gerlitz1-6/+29
2018-05-17net/mlx5e: Ignore attempts to offload multiple times a TC flowOr Gerlitz1-2/+19
2018-05-17net/mlx5e: Use shared table for offloaded TC eswitch flowsOr Gerlitz5-21/+43
2018-05-17net/mlx5e: Prepare for shared table to keep TC eswitch flowsOr Gerlitz2-20/+20
2018-05-17net/mlx5e: Add ingress/egress indication for offloaded TC flowsOr Gerlitz5-31/+70
2018-05-17net/mlx5e: Offload TC eswitch rules for VFs belonging to different PFsRabie Loulou1-1/+16
2018-05-17Merge tag 'mlx5-updates-2018-05-17' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxSaeed Mahameed8-10/+47
2018-05-17net/mlx5e: Explicitly set source e-switch in offloaded TC rulesShahar Klein3-0/+10
2018-05-17net/mlx5: Add source e-switch ownerShahar Klein1-0/+10
2018-05-17net/mlx5e: Explicitly set destination e-switch in FDB rulesRabie Loulou3-0/+8
2018-05-17net/mlx5: Add destination e-switch ownerShahar Klein5-7/+13
2018-05-17net/mlx5: Properly handle a vport destination when setting FTEShahar Klein1-0/+3
2018-05-16net/mlx5: Eswitch, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-1/+1
2018-05-16net/mlx5: Vport, Use 'kvfree()' for memory allocated by 'kvzalloc()'Christophe JAILLET1-3/+3
2018-05-14net/mlx5e: Remove MLX5E_TEST_BIT macroGal Pressman4-10/+8
2018-05-14net/mlx5e: Use test bit in en accel xmit flowGal Pressman1-2/+2
2018-05-14net/mlx5e: Use __set_bit for adaptive-moderation bit in RQ stateGal Pressman1-1/+1
2018-05-14net/mlx5e: Report all channels with min RX WQEs timeoutEran Ben Elisha1-12/+11
2018-05-14net/mlx5e: Support offloaded TC flows with no matches on headersOr Gerlitz3-3/+16
2018-05-14net/mlx5e: Get the required HW match level while parsing TC flow matchesOr Gerlitz2-17/+24
2018-05-14net/mlx5e: Properly order min inline mode setup while parsing TC matchesOr Gerlitz1-53/+76
2018-05-14net/mlx5e: Use local actions var while processing offloaded TC flow actionsOr Gerlitz1-20/+24
2018-05-14net/mlx5e: Return success when TC offloaded fdb actions parsed okOr Gerlitz1-2/+3
2018-05-14net/mlx5e: Avoid redundant zeroing of offloaded TC flow attributesOr Gerlitz1-2/+0
2018-05-14net/mlx5e: Clean static checker complaints on TC offload and VF reps codeOr Gerlitz2-10/+9
2018-05-14net/mlx5e: Remove double defined DMAC header re-write elementOr Gerlitz1-1/+0
2018-05-14net/mlx5e: Use bool as return type for mlx5e_xdp_handleTariq Toukan1-3/+3
2018-05-14net/mlx5e: Use u8 instead of int for LRO number of segmentsTariq Toukan1-2/+1
2018-05-14net/mlx5e: Skip redundant checks when providing NUD lastuse feedbackRoi Dayan1-0/+2
2018-05-14net/mlx5e: Remove redundant vport context vlan updateSaeed Mahameed1-1/+0
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-1/+52
2018-05-10net/mlx5e: Err if asked to offload TC match on frag being firstRoi Dayan1-0/+4
2018-05-10net/mlx5: E-Switch, Include VF RDMA stats in vport statisticsAdi Nissim1-1/+10
2018-05-10net/mlx5: Free IRQs in shutdown pathDaniel Jurgens3-0/+38
2018-05-10Merge tag 'mlx5-updates-2018-05-07' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linuxDavid S. Miller6-27/+27
2018-05-04net/mlx5: fix spelling mistake: "modfiy" -> "modify"Colin Ian King1-1/+1
2018-05-04net/mlx5: Cleanup unused field in Work Queue parametersTariq Toukan2-2/+0
2018-05-04net/mlx5: Fix dump_command mailbox length printedMoshe Shemesh1-1/+3
2018-05-04net/mlx5: Refactor num of blocks in mailbox calculationMoshe Shemesh1-12/+12
2018-05-04net/mlx5: Decrease level of prints about non-existent MKEYLeon Romanovsky1-2/+2
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller6-27/+37
2018-05-03net/mlx5e: fix spelling mistake: "loobpack" -> "loopback"Colin Ian King1-1/+1
2018-05-01net/mlx5e: TLS, Add error statisticsIlya Lesokhin8-10/+178
2018-05-01net/mlx5e: TLS, Add Innova TLS TX offload data pathIlya Lesokhin10-16/+455
2018-05-01net/mlx5e: TLS, Add Innova TLS TX supportIlya Lesokhin5-0/+254
2018-05-01net/mlx5: Accel, Add TLS tx offload interfaceIlya Lesokhin7-2/+801
2018-05-01net/mlx5e: Move defines out of ipsec codeIlya Lesokhin4-7/+6
2018-04-26net/mlx5: Properly deal with flow counters when deleting rulesChris Mi1-1/+2
2018-04-26net/mlx5e: Fix traffic between VF and representorShahar Klein1-2/+3
2018-04-26net/mlx5: Avoid cleaning flow steering table twice during error flowTalat Batheesh1-9/+14