aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/mellanox/mlx5/core/sf (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-11net/mlx5: SF, use recent sysfs apiParav Pandit1-1/+1
2021-08-11net/mlx5: Fix typo in commentsCai Huoqing1-1/+1
2021-08-09devlink: Set device as early as possibleLeon Romanovsky1-1/+1
2021-08-08devlink: Simplify devlink port API callsLeon Romanovsky2-6/+6
2021-06-26net/mlx5: SF, Improve performance in SF allocationEli Cohen1-10/+13
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+1
2021-06-16net/mlx5: SF_DEV, remove SF device on invalid stateParav Pandit1-0/+1
2021-06-14net/mlx5: Separate between public and private API of sf.hShay Drory1-36/+1
2021-06-03net/mlx5: Fix duplicate included vhca_event.hJiapeng Chong1-1/+0
2021-05-18net/mlx5: SF, Fix show state inactive when its inactivatedParav Pandit1-7/+11
2021-04-24net/mlx5: SF, Extend SF table for additional SF id rangeParav Pandit3-47/+119
2021-04-24net/mlx5: SF, Split mlx5_sf_hw_table into two partsParav Pandit1-29/+58
2021-04-24net/mlx5: SF, Use helpers for allocation and freeParav Pandit1-37/+60
2021-04-24net/mlx5: SF, Consider own vhca events of SF devicesParav Pandit1-1/+11
2021-04-24net/mlx5: SF, Store and use start function idParav Pandit1-2/+8
2021-04-24net/mlx5: SF, Rely on hw table for SF devlink port allocationParav Pandit3-8/+9
2021-04-14net/mlx5: SF, Reuse stored hardware function idParav Pandit1-3/+2
2021-04-14net/mlx5: SF, Use device pointer directlyParav Pandit1-8/+8
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller5-25/+21
2021-03-23net: ethernet: Remove duplicate include of vhca_event.hWan Jiabing1-1/+0
2021-03-22net/mlx5: SF, do not use ecpu bit for vhca state processingParav Pandit4-24/+17
2021-03-12net/mlx5: remove unneeded semicolonJiapeng Chong1-1/+1
2021-03-11net/mlx5: SF, Fix return typeRoi Dayan1-1/+1
2021-03-11net/mlx5: Separate probe vs. reload flowsLeon Romanovsky1-6/+8
2021-03-10net/mlx5: SF: Fix error flow of SFs allocation flowShay Drory1-1/+1
2021-03-10net/mlx5: SF: Fix memory leak of work itemShay Drory1-0/+1
2021-03-10net/mlx5: SF, Correct vhca context sizeParav Pandit1-1/+1
2021-02-10net/mlx5: SF, Fix error return code in mlx5_sf_dev_probe()Wei Yongjun1-0/+1
2021-01-22net/mlx5: SF, Port function state change supportParav Pandit5-27/+419
2021-01-22net/mlx5: SF, Add port add delete functionalityParav Pandit5-0/+522
2021-01-22net/mlx5: SF, Add auxiliary device driverParav Pandit3-0/+131
2021-01-22net/mlx5: SF, Add auxiliary device supportParav Pandit2-0/+300
2021-01-22net/mlx5: Introduce vhca state event notifierParav Pandit4-0/+373