summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
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/...David 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 un...Marc Kleine-Budde1-1/+1
2021-10-24net: drivers: get ready for const netdev->dev_addrJakub Kicinski3-4/+5
2021-10-24net: bonding: constify and use dev_addr_set()Jakub Kicinski2-16/+14
2021-10-24net: phy: constify netdev->dev_addr referencesJakub Kicinski2-4/+4
2021-10-24net: convert users of bitmap_foo() to linkmode_foo()Sean Anderson28-129/+84
2021-10-24net: dsa: lantiq_gswip: serialize access to the PCE tableVladimir Oltean1-5/+23
2021-10-24net: dsa: b53: serialize access to the ARL tableVladimir Oltean2-6/+35
2021-10-24net: mscc: ocelot: serialize access to the MAC tableVladimir Oltean1-12/+41
2021-10-24net: dsa: sja1105: serialize access to the dynamic config interfaceVladimir Oltean3-2/+13
2021-10-24net: dsa: sja1105: wait for dynamic config command completion on writes tooVladimir Oltean1-22/+59
2021-10-24net: macb: Use mdio child node for MDIO bus if it existsSean Anderson1-0/+11
2021-10-24net: bcmgenet: Add support for 7712 16nm internal EPHYFlorian Fainelli3-5/+17
2021-10-24net: phy: bcm7xxx: Add EPHY entry for 7712Florian Fainelli1-0/+2
2021-10-24net: Convert more users of mdiobus_* to mdiodev_*Sean Anderson4-14/+12
2021-10-24net: phylink: Convert some users of mdiobus_* to mdiodev_*Sean Anderson1-16/+7
2021-10-24octeontx2-af: Increase number of reserved entries in KPUKiran Kumar K2-263/+132
2021-10-23mt76: mt7615: mt7622: fix ibss and meshpointNick Hainke1-2/+2
2021-10-23mt76: mt7921: fix Wformat build warningRandy Dunlap1-1/+1
2021-10-23mt76: mt7921: fix mt7921s KconfigLorenzo Bianconi1-0/+1
2021-10-23net: dsa: sja1105: Add of_node_put() before returnWan Jiabing1-1/+3
2021-10-22net: liquidio: Make use of the helper macro kthread_run()Cai Huoqing1-6/+5
2021-10-22Merge tag 'wireless-drivers-next-2021-10-22' of git://git.kernel.org/pub/scm/...Jakub Kicinski183-2719/+97630
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski1-17/+146
2021-10-22net: hldc_fr: use dev_addr_set()Jakub Kicinski1-1/+3
2021-10-22net: sb1000,rionet: use eth_hw_addr_set()Jakub Kicinski2-10/+16
2021-10-22net: plip: use eth_hw_addr_set()Jakub Kicinski1-2/+6
2021-10-22net: s390: constify and use eth_hw_addr_set()Jakub Kicinski4-8/+7
2021-10-22net: hippi: use dev_addr_set()Jakub Kicinski1-2/+4