summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2020-05-01net/mlx5: Add support to get lag physical portMaor Gottlieb1-0/+24
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 Gottlieb1-19/+59
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 Gottlieb1-9/+26
2020-05-01bonding: Rename slave_arr to usable_slavesMaor Gottlieb2-22/+22
2020-05-01bonding: Export skip slave logic to functionMaor Gottlieb1-21/+26
2020-04-28net/mlx5: Refactor imm_inval_pkey field in cqe structRaed Salem1-1/+1
2020-04-28net/mlx5: Use aligned variable while allocating ICM memoryErez Shitrit2-33/+35
2020-04-28net/mlx5: Add support for COPY steering actionHuy Nguyen6-9/+9
2020-04-23net/mlx5: Update transobj.c new cmd interfaceLeon Romanovsky7-101/+64
2020-04-23net/mlx5: Update SW steering new cmd interfaceLeon Romanovsky1-19/+14
2020-04-23net/mlx5: Update port.c new cmd interfaceLeon Romanovsky1-6/+5
2020-04-23net/mlx5: Update rl.c new cmd interfaceLeon Romanovsky1-12/+9
2020-04-23net/mlx5: Update uar.c new cmd interfaceLeon Romanovsky1-6/+5
2020-04-23net/mlx5: Update pd.c new cmd interfaceLeon Romanovsky1-6/+5
2020-04-23net/mlx5: Update pagealloc.c new cmd interfaceLeon Romanovsky1-7/+6
2020-04-23net/mlx5: Update mr.c new cmd interfaceLeon Romanovsky1-11/+9
2020-04-23net/mlx5: Update mcg.c new cmd interfaceLeon Romanovsky1-6/+4
2020-04-23net/mlx5: Update main.c new cmd interfaceLeon Romanovsky1-22/+13
2020-04-23net/mlx5: Update vxlan.c new cmd interfaceLeon Romanovsky1-6/+4
2020-04-23net/mlx5: Update mpfs.c new cmd interfaceLeon Romanovsky1-6/+4
2020-04-23net/mlx5: Update gid.c new cmd interfaceLeon Romanovsky1-3/+2
2020-04-23net/mlx5: Update lag.c new cmd interfaceLeon Romanovsky1-35/+17
2020-04-23net/mlx5: Update fw.c new cmd interfaceLeon Romanovsky1-20/+13
2020-04-23net/mlx5: Update fs_core new cmd interfaceLeon Romanovsky1-49/+31
2020-04-23net/mlx5: Update FPGA to new cmd interfaceLeon Romanovsky1-15/+13
2020-04-23net/mlx5: Update eswitch to new cmd interfaceLeon Romanovsky3-42/+20
2020-04-23net/mlx5: Update statistics to new cmd interfaceLeon Romanovsky2-44/+19
2020-04-23net/mlx5: Update eq.c to new cmd interfaceLeon Romanovsky1-3/+2
2020-04-23net/mlx5: Update ecpf.c to new cmd interfaceLeon Romanovsky1-24/+6
2020-04-23net/mlx5: Update debugfs.c to new cmd interfaceLeon Romanovsky1-11/+4
2020-04-23net/mlx5: Update cq.c to new cmd interfaceLeon Romanovsky3-15/+11
2020-04-23net/mlx5: Update vport.c to new cmd interfaceLeon Romanovsky1-75/+67
2020-04-19net/mlx5: Enable SW-defined RoCEv2 UDP source portMark Zhang1-0/+32
2020-04-19net/mlx5: Refactor HCA capability set flowLeon Romanovsky1-52/+31
2020-04-19net/mlx5: Move QP logic to mlx5_ibLeon Romanovsky4-704/+5
2020-04-19net/mlx5: Delete not-used cmd headerLeon Romanovsky13-13/+0
2020-04-19net/mlx5: Remove Q counter low level helper APIsLeon Romanovsky3-65/+48
2020-04-19net/mlx5: Replace hand written QP context struct with automatic gettersLeon Romanovsky1-31/+20
2020-04-19net/mlx5: Remove extra indirection while storing QPNLeon Romanovsky7-67/+64
2020-04-19net/mlx5: Open-code modify QP in the IPoIB moduleLeon Romanovsky1-34/+42
2020-04-19net/mlx5: Open-code modify QP in the FPGA moduleLeon Romanovsky1-56/+28
2020-04-19net/mlx5: Open-code modify QP in steering moduleLeon Romanovsky1-7/+12
2020-04-19net/mlx5: Remove empty QP and CQ events handlersLeon Romanovsky2-33/+0
2020-04-19net/mlx5: Open-code create and destroy QP callsLeon Romanovsky3-33/+39
2020-04-08Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-4/+0