summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/mellanox/mlx5
AgeCommit message (Expand)AuthorFilesLines
2018-03-26net/mlx5: Add support for QUERY_VNIC_ENV commandMoshe Shemesh1-0/+2
2018-03-26net/mlx5e: PFC stall prevention supportInbar Karmy2-8/+113
2018-03-26net/mlx5e: Expose PFC stall prevention countersInbar Karmy2-1/+21
2018-03-23net/mlx5: Fix use-after-freeGustavo A. R. Silva1-1/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-03-20mlx5: Remove call to ida_pre_getMatthew Wilcox1-1/+0
2018-03-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-03-08Merge tag 'mlx5-updates-2018-02-28-2' of git://git.kernel.org/pub/scm/linux/k...David S. Miller11-278/+1620
2018-03-08net/mlx5: Fix wrongly assigned CQ reference counterLeon Romanovsky1-2/+1
2018-03-08net/mlx5: IPSec, Add support for ESNAviad Yehezkel5-12/+185
2018-03-08net/mlx5e: Added common function for to_ipsec_sa_entryAviad Yehezkel1-10/+19
2018-03-08net/mlx5: Add flow-steering commands for FPGA IPSec implementationAviad Yehezkel5-0/+762
2018-03-08net/mlx5: Refactor accel IPSec codeAviad Yehezkel5-223/+528
2018-03-08net/mlx5: Added required metadata capability for ipsecAviad Yehezkel1-2/+4
2018-03-08net/mlx5: Export ipsec capabilitiesAviad Yehezkel4-24/+16
2018-03-08net/mlx5: IPSec, Add command V2 supportAviad Yehezkel5-43/+63
2018-03-08net/mlx5e: IPSec, Add support for ESP trailer removal by hardwareYossi Kuperman5-1/+68
2018-03-08net/mlx5: IPSec, Generalize sandbox QP commandsYossi Kuperman1-51/+65
2018-03-08net/mlx5: Use MLX5_IPSEC_DEV macro for ipsec capsSaeed Mahameed1-2/+1
2018-03-07Merge tag 'mlx5-updates-2018-02-28-1' of git://git.kernel.org/pub/scm/linux/k...David S. Miller11-161/+339
2018-03-07net/mlx5: Flow steering cmd interface should get the fte when deletingAviad Yehezkel3-5/+5
2018-03-07net/mlx5: Embed mlx5_flow_act into fs_fteMatan Barak4-25/+21
2018-03-07net/mlx5: Add empty egress namespace to flow steering coreAviad Yehezkel4-0/+34
2018-03-07net/mlx5: Add shim layer between fs and cmdMatan Barak4-100/+248
2018-03-07{net,IB}/mlx5: Add has_tag to mlx5_flow_actMatan Barak2-1/+2
2018-03-07net/mlx5: FPGA and IPSec initialization to be before flow steeringMatan Barak1-19/+20
2018-03-07net/mlx5e: Removed not need synchronize_rcuAviad Yehezkel1-2/+2
2018-03-07net/mlx5e: Fixed sleeping inside atomic contextAviad Yehezkel1-9/+4
2018-03-07net/mlx5e: Wait for FPGA command responses with a timeoutAviad Yehezkel1-3/+6
2018-03-07net/mlx5: Fixed compilation issue when CONFIG_MLX5_ACCEL is disabledAviad Yehezkel1-2/+2
2018-02-28{net, IB}/mlx5: Raise fatal IB event when sys error occursDaniel Jurgens1-1/+1
2018-02-28Merge tag 'mlx5-updates-2018-02-23' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller6-69/+126
2018-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller10-33/+70
2018-02-23net/mlx5: E-Switch, Reload IB interface when switching devlink modesMark Bloch4-17/+26
2018-02-23net/mlx5: E-Switch, Optimize HW steering tables in switchdev modeMark Bloch2-7/+44
2018-02-23net/mlx5: E-Switch, Increase number of FTEs in FDB in switchdev modeMark Bloch1-2/+3
2018-02-23net/mlx5: E-Switch, Move representors definition to a global scopeMark Bloch4-49/+19
2018-02-23net/mlx5: E-Switch, Add callback to get representor deviceMark Bloch3-0/+40
2018-02-20net/mlx5: Fix error handling when adding flow rulesVlad Buslov1-2/+8
2018-02-20net/mlx5: E-Switch, Fix drop counters use before creationEugenia Emantayev1-4/+4
2018-02-20net/mlx5: Add header re-write to the checks for conflicting actionsOr Gerlitz1-1/+2
2018-02-20net/mlx5: Use 128B cacheline size for 128B or larger cachelinesDaniel Jurgens1-1/+1
2018-02-20net/mlx5e: Specify numa node when allocating drop rqGal Pressman1-2/+8
2018-02-20net/mlx5e: Return error if prio is specified when offloading eswitch vlan pushOr Gerlitz1-1/+2
2018-02-20net/mlx5: Address static checker warnings on non-constant initializersOr Gerlitz1-4/+4
2018-02-20net/mlx5e: Eliminate build warnings on no previous prototypeOr Gerlitz2-2/+3
2018-02-20net/mlx5e: Verify inline header size do not exceed SKB linear sizeEran Ben Elisha1-1/+1
2018-02-20net/mlx5e: Fix loopback self test when GRO is offInbar Karmy1-1/+2
2018-02-20net/mlx5e: Fix TCP checksum in LRO buffersGal Pressman1-14/+35
2018-02-15IB/mlx5: Implement fragmented completion queue (CQ)Yonatan Cohen4-43/+45