summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ethernet: mtk_wed: get rid of queue lock for rx queueLorenzo Bianconi2023-01-121-4/+0
* r8169: disable ASPM in case of tx timeoutHeiner Kallweit2023-01-121-1/+13
* Merge tag 'mlx5-updates-2023-01-10' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2023-01-1121-83/+637
|\
| * net/mlx5e: Use kzalloc() in mlx5e_accel_fs_tcp_create()YueHaibing2023-01-111-3/+3
| * net/mlx5: remove redundant ret variablezhang songyi2023-01-111-4/+1
| * net/mlx5e: Replace 0-length array with flexible arrayKees Cook2023-01-111-1/+1
| * net/mlx5e: Replace zero-length array with flexible-array memberGustavo A. R. Silva2023-01-111-1/+1
| * net/mlx5: Prevent high-rate FW commands from populating all slotsTariq Toukan2023-01-111-1/+29
| * net/mlx5: Introduce and use opcode getter in command interfaceTariq Toukan2023-01-111-46/+42
| * net/mlx5: Enable management PF initializationShay Drory2023-01-113-1/+15
| * net/mlx5e: Add hairpin debugfs filesGal Pressman2023-01-111-0/+117
| * net/mlx5e: Add flow steering debugfs directoryGal Pressman2023-01-115-7/+35
| * net/mlx5e: Add hairpin params structureGal Pressman2023-01-111-15/+37
| * net/mlx5e: kTLS, Add debugfsTariq Toukan2023-01-113-0/+52
| * net/mlx5e: Add Ethernet driver debugfsGal Pressman2023-01-112-0/+7
| * net/mlx5e: Update shared buffer along with device buffer changesMaher Sanalla2023-01-112-4/+219
| * net/mlx5e: Add API to query/modify SBPR and SBCM registersMaher Sanalla2023-01-112-0/+78
* | drivers/net/phy: add driver for the onsemi NCN26000 10BASE-T1S PHYPiergiorgio Beruto2023-01-113-0/+179
* | drivers/net/phy: add helpers to get/set PLCA configurationPiergiorgio Beruto2023-01-112-0/+239
* | drivers/net/phy: add connection between ethtool and phylib for PLCAPiergiorgio Beruto2023-01-112-0/+195
* | drivers/net/phy: add the link modes for the 10BASE-T1S Ethernet PHYPiergiorgio Beruto2023-01-113-2/+23
|/
* qed: fix a typo in commentDai Shixin2023-01-111-1/+1
* net: dsa: mv88e6xxx: Separate C22 and C45 transactionsAndrew Lunn2023-01-117-85/+225
* net: mdio: add mdiobus_c45_read/write_nested helpersAndrew Lunn2023-01-111-0/+55
* net: fec: Separate C22 and C45 transactionsAndrew Lunn2023-01-111-50/+103
* net: mdio: xgmac_mdio: Separate C22 and C45 transactionsAndrew Lunn2023-01-111-40/+108
* net: mdio: mvmdio: Convert XSMI bus to new APIAndrew Lunn2023-01-111-16/+8
* net: mdio: mdio-bitbang: Separate C22 and C45 transactionsAndrew Lunn2023-01-113-38/+126
* net: mdio: Move mdiobus_c45_addr() next to usersAndrew Lunn2023-01-111-0/+5
* net: mdio: C22 is now optional, EOPNOTSUPP if not providedAndrew Lunn2023-01-111-2/+8
* net: mdio: mdiobus_register: update validation testAndrew Lunn2023-01-111-2/+9
* net: pcs: pcs-xpcs: Use C45 MDIO APIAndrew Lunn2023-01-111-3/+1
* net: mdio: Add dedicated C45 API to MDIO bus driversAndrew Lunn2023-01-111-0/+189
* net: phy: mxl-gpy: disable interrupts on GPY215 by defaultMichael Walle2023-01-101-0/+5
* net: phy: allow a phy to opt-out of interrupt handlingMichael Walle2023-01-101-0/+7
* net: dsa: mv88e6xxx: mac-auth/MAB implementationHans J. Schultz2023-01-106-6/+140
* net: dsa: mv88e6xxx: shorten the locked section in mv88e6xxx_g1_atu_prob_irq_...Hans J. Schultz2023-01-101-8/+8
* net: dsa: mv88e6xxx: change default return of mv88e6xxx_port_bridge_flagsHans J. Schultz2023-01-101-1/+1
* amd-xgbe: Add support for 10 Mbps speedRaju Rangoju2023-01-104-10/+126
* e1000e: Enable Link Partner Advertised SupportJamie Gloudon2023-01-102-1/+18
* cdc_ether: no need to blacklist any r8152 devicesBjørn Mork2023-01-091-114/+0
* r8152: add USB device driver for config selectionBjørn Mork2023-01-091-32/+81
* usbnet: optimize usbnet_bh() to reduce CPU loadLeesoo Ahn2023-01-091-12/+17
* net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera2023-01-091-5/+5
* net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera2023-01-091-1/+2
* net: ngbe: Remove structure ngbe_adapterMengyuan Lou2023-01-075-205/+120
* net: txgbe: Remove structure txgbe_adapterJiawen Wu2023-01-076-90/+64
* net: wangxun: Rename private structure in libwxJiawen Wu2023-01-0710-432/+432
* net: wangxun: Move MAC address handling to libwxJiawen Wu2023-01-077-212/+151
* net: ngbe: Move defines into unified fileJiawen Wu2023-01-074-35/+27