aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-25net: phy: add qca8081 cdt featureLuo Jie1-3/+191
2021-10-25net: phy: adjust qca8081 master/slave seed value if link downLuo Jie1-0/+16
2021-10-25net: phy: add qca8081 soft_reset and enable master/slave seedLuo Jie1-0/+48
2021-10-25net: phy: add qca8081 config_initLuo Jie1-0/+107
2021-10-25net: phy: add genphy_c45_fast_retrainLuo Jie1-0/+34
2021-10-25net: phy: add qca8081 config_anegLuo Jie1-1/+25
2021-10-25net: phy: add qca8081 get_featuresLuo Jie1-0/+10
2021-10-25net: phy: add qca8081 read_statusLuo Jie1-22/+73
2021-10-25net: phy: add qca8081 ethernet phy driverLuo Jie1-1/+16
2021-10-25net: phy: at803x: use GENMASK() for speed statusLuo Jie1-5/+5
2021-10-25net: phy: at803x: improve the WOL featureLuo Jie1-7/+38
2021-10-25net: phy: at803x: use phy_modify()Luo Jie1-6/+2
2021-10-25net: phy: at803x: replace AT803X_DEVICE_ADDR with MDIO_MMD_PCSLuo Jie1-3/+3
2021-10-25net: hns3: add error recovery module and type for himacJiaran Zhang2-0/+12
2021-10-25net: hns3: add new ras error type for roceWeihang Li2-1/+5
2021-10-25net: hns3: add update ethtool advertised link modes for FIBRE port when autoneg offGuangbin Huang1-1/+77
2021-10-25net: hns3: modify functions of converting speed ability to ethtool link modeGuangbin Huang1-33/+37
2021-10-25net: hns3: add support pause/pfc durations for mac statisticsGuangbin Huang4-92/+182
2021-10-25net: hns3: device specifications add number of mac statisticsGuangbin Huang3-11/+26
2021-10-25net: hns3: modify mac statistics update process for compatibilityGuangbin Huang2-47/+48
2021-10-25net: hns3: add debugfs support for interrupt coalesceHuazhong Tan3-1/+122
2021-10-25s390/qeth: update kerneldoc for qeth_add_hw_header()Julian Wiedmann1-0/+2
2021-10-25s390/qeth: fix kernel doc commentsHeiko Carstens2-6/+6
2021-10-25s390/qeth: add __printf format attribute to qeth_dbf_longtextHeiko Carstens1-0/+1
2021-10-25s390/qeth: fix various format stringsHeiko Carstens1-7/+7
2021-10-25s390/qeth: don't keep track of Input Queue countJulian Wiedmann2-11/+7
2021-10-25s390/qeth: clarify remaining dev_kfree_skb_any() usersJulian Wiedmann1-3/+3
2021-10-25s390/qeth: move qdio's QAOB cache into qethJulian Wiedmann2-34/+19
2021-10-25s390/qeth: remove .do_ioctl() callback from driver disciplineJulian Wiedmann4-12/+6
2021-10-25s390/qeth: improve trace entries for MAC address (un)registrationJulian Wiedmann1-6/+6
2021-10-25net: dsa: lantiq_gswip: serialize access to the PCE registersVladimir Oltean1-5/+23
2021-10-25net: dsa: b53: serialize access to the ARL tableVladimir Oltean2-7/+30
2021-10-25net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean1-12/+41
2021-10-25net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean3-2/+13
2021-10-25net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean1-22/+59
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller7-170/+46
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller12-43/+273
2021-10-24can: xilinx_can: xcan_remove(): remove redundant netif_napi_del()Dongliang Mu1-2/+0
2021-10-24can: xilinx_can: remove repeated word from the kernel-docMichal Simek1-3/+2
2021-10-24can: peak_usb: CANFD: store 64-bits hw timestampsStephane Grosjean3-3/+20
2021-10-24can: gs_usb: use %u to print unsigned valuesMarc Kleine-Budde1-6/+6
2021-10-24can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe()Cai Huoqing1-4/+2
2021-10-24can: rcar: drop unneeded ARM dependencyGeert Uytterhoeven1-2/+2
2021-10-24can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit()Qing Wang2-3/+3
2021-10-24can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from deviceVincent Mailhol1-3/+12
2021-10-24can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC)Vincent Mailhol1-5/+208
2021-10-24can: bittiming: change can_calc_tdco()'s prototype to not directly modify privVincent Mailhol2-11/+9
2021-10-24can: bittiming: change unit of TDC parameters to clock periodsVincent Mailhol1-4/+5
2021-10-24can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_minVincent Mailhol2-5/+12
2021-10-24can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned intMarc Kleine-Budde1-1/+1