aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kprobes.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net/mlx5: Add support to get lag physical portMaor Gottlieb2-0/+26
2020-05-01net/mlx5: Change lag mutex lock to spin lockMaor Gottlieb1-21/+21
2020-05-01bonding: Implement ndo_get_xmit_slaveMaor Gottlieb1-0/+43
2020-05-01bonding: Add array of all slavesMaor Gottlieb2-20/+61
2020-05-01bonding: Add function to get the xmit slave in active-backup modeMaor Gottlieb1-1/+7
2020-05-01bonding: Add helper function to get the xmit slave in rr modeMaor Gottlieb1-26/+30
2020-05-01bonding: Add helper function to get the xmit slave based on hashMaor Gottlieb1-7/+21
2020-05-01bonding/alb: Add helper functions to get the xmit slaveMaor Gottlieb2-9/+30
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb3-23/+23
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
2020-05-01net/core: Introduce netdev_get_xmit_slaveMaor Gottlieb2-0/+34
2020-04-30RDMA/mlx5: Verify that QP is created with RQ or SQAharon Landau1-0/+2
2020-04-30RDMA/mlx5: Consolidate into special function all create QP callsLeon Romanovsky1-36/+49
2020-04-30RDMA/mlx5: Remove redundant destroy QP callLeon Romanovsky1-4/+1
2020-04-30RDMA/mlx5: Copy response to the user in one placeLeon Romanovsky1-61/+52
2020-04-30RDMA/mlx5: Handle udate outlen checks in one placeLeon Romanovsky1-18/+30
2020-04-30RDMA/mlx5: Promote RSS RAW QP flags check to higher levelLeon Romanovsky1-8/+10
2020-04-30RDMA/mlx5: Group all create QP parameters to simplify in-kernel interfacesLeon Romanovsky1-67/+81
2020-04-30RDMA/mlx5: Reduce amount of duplication in QP destroyLeon Romanovsky1-39/+31
2020-04-30RDMA/mlx5: Separate to user/kernel create QP flowsLeon Romanovsky1-49/+156
2020-04-30RDMA/mlx5: Separate XRC_TGT QP creation from common flowLeon Romanovsky1-52/+106
2020-04-30RDMA/mlx5: Globally parse DEVX UIDLeon Romanovsky1-24/+27
2020-04-30RDMA/mlx5: Delete impossible inlen checkLeon Romanovsky1-7/+0
2020-04-30RDMA/mlx5: Rely on existence of udata to separate kernel/user flowsLeon Romanovsky2-27/+10
2020-04-30RDMA/mlx5: Remove second user copy in create_user_qpLeon Romanovsky1-19/+15
2020-04-30RDMA/mlx5: Combine copy of create QP command in RSS RAW QPLeon Romanovsky1-74/+82
2020-04-30RDMA/mlx5: Promote RSS RAW QP attribute check in higher levelLeon Romanovsky1-3/+3
2020-04-30RDMA/mlx5: Store QP type in the vendor QP structureLeon Romanovsky3-73/+74
2020-04-30RDMA/mlx5: Delete unsupported QP typesLeon Romanovsky1-11/+1
2020-04-28RDMA/mlx5: Process all vendor flags in one placeLeon Romanovsky1-85/+71
2020-04-28RDMA/mlx5: Return all configured create flags through query QPLeon Romanovsky2-12/+2
2020-04-28RDMA/mlx5: Change scatter CQE flag to be set like other vendor flagsLeon Romanovsky2-8/+10
2020-04-28RDMA/mlx5: Use flags_en mechanism to mark QP created with WQE signatureLeon Romanovsky3-16/+23
2020-04-28RDMA/mlx5: Process create QP flags in one placeLeon Romanovsky1-99/+101
2020-04-28RDMA/mlx5: Delete create QP flags obfuscationLeon Romanovsky5-64/+47
2020-04-28RDMA/mlx5: Initial separation of RAW_PACKET QP from common flowLeon Romanovsky1-5/+17
2020-04-28RDMA/mlx5: Remove second copy from user for non RSS RAW QPsLeon Romanovsky1-29/+27
2020-04-28RDMA/mlx5: Move DRIVER QP flags check into separate functionLeon Romanovsky1-48/+43
2020-04-28RDMA/mlx5: Update all DRIVER QP places to use QP subtypeLeon Romanovsky1-33/+15
2020-04-28RDMA/mlx5: Split scatter CQE configuration for DCT QPLeon Romanovsky1-9/+6
2020-04-28RDMA/mlx5: Separate create QP flows to be based on typeLeon Romanovsky1-15/+39
2020-04-28RDMA/mlx5: Set QP subtype immediately when it is knownLeon Romanovsky1-4/+2
2020-04-28RDMA/mlx5: Avoid setting redundant NULL for XRC QPsLeon Romanovsky1-7/+1
2020-04-28RDMA/mlx5: Prepare QP allocation for future removalLeon Romanovsky1-25/+20
2020-04-28RDMA/mlx5: Perform check if QP creation flow is validLeon Romanovsky1-67/+61
2020-04-28RDMA/mlx5: Delete impossible GSI port checkLeon Romanovsky1-9/+0
2020-04-28RDMA/mlx5: Organize QP types checks in one placeLeon Romanovsky1-61/+68
2020-04-28net/mlx5: TX WQE Add trailer insertion fieldRaed Salem1-0/+6
2020-04-28net/mlx5: Add release all pages capability bitEran Ben Elisha1-1/+3
2020-04-28net/mlx5: Introduce TLS RX offload hardware bitsTariq Toukan2-4/+19