summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski90-473/+659
2021-10-08Merge tag 'armsoc-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-100/+57
2021-10-07Merge tag 'scmi-fixes-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann2-14/+32
2021-10-07Merge tag 'omap-for-v5.15/fixes-rc4' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2-12/+19
2021-10-07Merge tag 'net-5.15-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds37-170/+333
2021-10-07Merge tag 'hyperv-fixes-signed-20211007' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-3/+10
2021-10-07ethernet: ti: cpts: Use devm_kcalloc() instead of devm_kzalloc()Gustavo A. R. Silva1-3/+3
2021-10-07net: stmmac: selftests: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: mana: Use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-2/+2
2021-10-07net: broadcom: bcm4908_enet: use kcalloc() instead of kzalloc()Gustavo A. R. Silva1-1/+1
2021-10-07Merge tag 'wireless-drivers-next-2021-10-07' of git://git.kernel.org/pub/scm/...David S. Miller86-3337/+6291
2021-10-07ethernet: make more use of device_get_ethdev_address()Jakub Kicinski4-18/+6
2021-10-07ethernet: use device_get_ethdev_address()Jakub Kicinski4-4/+4
2021-10-07eth: fwnode: remove the addr len from mac helpersJakub Kicinski12-12/+12
2021-10-07eth: fwnode: change the return type of mac address helpersJakub Kicinski10-18/+16
2021-10-07device property: move mac addr helpers to eth.cJakub Kicinski1-63/+0
2021-10-07ethernet: use of_get_ethdev_address()Jakub Kicinski34-34/+34
2021-10-07of: net: move of_net under net/Jakub Kicinski8-156/+6
2021-10-07nfc: pn533: Constify pn533_phy_opsRikard Falkeborn5-6/+6
2021-10-07nfc: pn533: Constify serdev_device_opsRikard Falkeborn1-1/+1
2021-10-07net: phylink: use mdiobus_modify_changed() helperRussell King (Oracle)1-25/+4
2021-10-07net: mdio: add mdiobus_modify_changed()Russell King (Oracle)1-0/+22
2021-10-07mlxsw: Add support for transceiver module extended stateIdo Schimmel1-0/+7
2021-10-07mlxsw: Add ability to control transceiver modules' power modeIdo Schimmel4-3/+254
2021-10-07mlxsw: reg: Add Management Cable IO and Notifications registerIdo Schimmel1-0/+34
2021-10-07mlxsw: reg: Add Port Module Memory Map Properties registerIdo Schimmel1-0/+50
2021-10-06iavf: fix double unlock of crit_lockStefan Assmann1-1/+0
2021-10-06i40e: Fix freeing of uninitialized misc IRQ vectorSylwester Dziedziuch1-1/+2
2021-10-06i40e: fix endless loop under rtnlJiri Benc1-1/+1
2021-10-06qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based"Colin Ian King1-1/+1
2021-10-06mlxsw: spectrum_buffers: silence uninitialized warningDan Carpenter1-1/+1
2021-10-06gtp: use skb_dst_update_pmtu_no_confirm() instead of direct callGyeongun Kang1-1/+1
2021-10-06net: tg3: fix obsolete check of !errJean Sacren1-5/+1
2021-10-06ionic: move filter sync_needed bit setShannon Nelson2-4/+3
2021-10-06gve: report 64bit tx_bytes counter from gve_handle_report_stats()Eric Dumazet1-2/+3
2021-10-06gve: fix gve_get_stats()Eric Dumazet1-4/+9
2021-10-06net: dsa: rtl8366rb: Support setting STP stateLinus Walleij1-0/+48
2021-10-06net: dsa: rtl8366rb: Support fast agingLinus Walleij1-0/+14
2021-10-06net: dsa: rtl8366rb: Support disabling learningLinus Walleij1-6/+44
2021-10-06gve: Properly handle errors in gve_assign_qplCatherine Sullivan1-1/+7
2021-10-06gve: Avoid freeing NULL pointerTao Liu1-10/+17
2021-10-06gve: Correct available tx qpl checkCatherine Sullivan1-1/+1
2021-10-06net: stmmac: trigger PCS EEE to turn off on link downWong Vee Khee1-1/+5
2021-10-06net: pcs: xpcs: fix incorrect steps on disable EEEWong Vee Khee1-4/+9
2021-10-06firmware: arm_scmi: Add proper barriers to scmi virtio deviceCristian Marussi1-4/+9
2021-10-06firmware: arm_scmi: Simplify spinlocks in virtio transportCristian Marussi1-8/+21
2021-10-06bus: ti-sysc: Use CLKDM_NOAUTO for dra7 dcan1 for errata i893Tony Lindgren1-0/+3
2021-10-06Merge branch 'pruss-fix' into fixesTony Lindgren5155-157372/+288101
2021-10-06ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()"Stephen Rothwell1-1/+1
2021-10-06net: phy: at803x: add QCA9561 supportDavid Bauer1-2/+21