summaryrefslogtreecommitdiffstats
path: root/drivers/xen (unfollow)
Commit message (Expand)AuthorFilesLines
2023-01-12test/vsock: add big message testArseniy Krasnov1-0/+69
2023-01-12test/vsock: rework message bounds testArseniy Krasnov5-15/+157
2023-01-12vsock: return errors other than -ENOMEM to socketBobby Eshleman1-1/+2
2023-01-12net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi1-4/+0
2023-01-12devlink: keep the instance mutex alive until references are goneJakub Kicinski2-4/+15
2023-01-12r8169: disable ASPM in case of tx timeoutHeiner Kallweit1-1/+13
2023-01-11dt-bindings: net: convert mdio-mux-meson-g12a.txt to dt-schemaNeil Armstrong2-48/+80
2023-01-11drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto4-0/+186
2023-01-11drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto4-0/+246
2023-01-11drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto3-0/+202
2023-01-11drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto6-2/+48
2023-01-11net/ethtool: add netlink interface for the PLCA RSPiergiorgio Beruto9-1/+551
2023-01-11net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing1-3/+3
2023-01-11net/mlx5: remove redundant ret variablezhang songyi1-4/+1
2023-01-11net/mlx5e: Replace 0-length array with flexible arrayKees Cook1-1/+1
2023-01-11net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-01-11net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan2-1/+30
2023-01-11net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan1-46/+42
2023-01-11net/mlx5: Enable management PF initializationShay Drory4-1/+20
2023-01-11net/mlx5e: Add hairpin debugfs filesGal Pressman1-0/+117
2023-01-11net/mlx5e: Add flow steering debugfs directoryGal Pressman5-7/+35
2023-01-11net/mlx5e: Add hairpin params structureGal Pressman1-15/+37
2023-01-11net/mlx5e: kTLS, Add debugfsTariq Toukan3-0/+52
2023-01-11net/mlx5e: Add Ethernet driver debugfsGal Pressman2-0/+7
2023-01-11net/mlx5e: Update shared buffer along with device buffer changesMaher Sanalla2-4/+219
2023-01-11net/mlx5e: Add API to query/modify SBPR and SBCM registersMaher Sanalla2-0/+78
2023-01-11net/mlx5: Expose shared buffer registers bits and structsMaher Sanalla2-0/+63
2023-01-11qed: fix a typo in commentDai Shixin1-1/+1
2023-01-11net: dsa: mv88e6xxx: Separate C22 and C45 transactionsAndrew Lunn7-85/+225
2023-01-11net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn2-0/+59
2023-01-11net: fec: Separate C22 and C45 transactionsAndrew Lunn1-50/+103
2023-01-11net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn1-40/+108
2023-01-11net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn1-16/+8
2023-01-11net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn4-40/+130
2023-01-11net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn2-5/+5
2023-01-11net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn1-2/+8
2023-01-11net: mdio: mdiobus_register: update validation testAndrew Lunn1-2/+9
2023-01-11net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn1-3/+1
2023-01-11net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn3-19/+214
2023-01-10net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle1-0/+5
2023-01-10net: phy: allow a phy to opt-out of interrupt handlingMichael Walle2-0/+10