aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2021-04-14can: etas_es58x: fix null pointer dereference when handling error framesVincent Mailhol1-1/+1
2021-04-13ionic: return -EFAULT if copy_to_user() failsDan Carpenter1-1/+3
2021-04-13net: stmmac: Add TX via XDP zero-copy socketOng Boon Leong3-29/+310
2021-04-13net: stmmac: Enable RX via AF_XDP zero-copyOng Boon Leong4-29/+679
2021-04-13net: stmmac: Refactor __stmmac_xdp_run_prog for XDP ZCOng Boon Leong1-12/+23
2021-04-13net: stmmac: rearrange RX and TX desc init into per-queue basisOng Boon Leong1-80/+100
2021-04-13net: stmmac: refactor stmmac_init_rx_buffers for stmmac_reinit_rx_buffersOng Boon Leong1-189/+189
2021-04-13net: stmmac: introduce dma_recycle_rx_skbufs for stmmac_reinit_rx_buffersOng Boon Leong1-17/+27
2021-04-13net: stmmac: rearrange RX buffer allocation and free functionsOng Boon Leong1-37/+47
2021-04-13net: ipa: add IPA v4.9 configuration dataAlex Elder4-1/+437
2021-04-13ionic: git_ts_info bit shiftersShannon Nelson1-13/+13
2021-04-13ibmvnic: queue reset work in system_long_wqLijun Pan1-3/+4
2021-04-13Merge tag 'linux-can-next-for-5.13-20210413' of git://git.kernel.org/pub/scm/...David S. Miller15-125/+4619
2021-04-13rsi: remove unused including <linux/version.h>Yang Li1-1/+0
2021-04-13nfc: st-nci: remove unnecessary labelwengjianfeng1-5/+2
2021-04-13ibmvnic: improve failover sysfs entryLijun Pan1-6/+8
2021-04-13of: net: fix of_get_mac_addr_nvmem() for non-platform devicesMichael Walle1-5/+30
2021-04-13of: net: pass the dst buffer to of_get_mac_address()Michael Walle78-348/+203
2021-04-13net: dsa: mt7530: Add support for EEE featuresRené van Dorst2-1/+56
2021-04-13Merge tag 'wireless-drivers-next-2021-04-13' of git://git.kernel.org/pub/scm/...David S. Miller50-871/+2709
2021-04-13can: peak_usb: pcan_usb: replace open coded endianness conversion of unaligne...Marc Kleine-Budde1-26/+11
2021-04-13can: peak_usb: pcan_usb_get_serial(): unconditionally assign serial_numberMarc Kleine-Budde1-3/+1
2021-04-13can: peak_usb: pcan_usb_get_serial(): make use of le32_to_cpup()Marc Kleine-Budde1-6/+2
2021-04-13can: peak_usb: pcan_usb_get_serial(): remove error message from error pathMarc Kleine-Budde1-4/+5
2021-04-13can: peak_usb: pcan_usb_{,pro}_get_device_id(): remove unneeded check for dev...Marc Kleine-Budde2-4/+3
2021-04-13can: peak_usb: peak_usb_probe(): make use of driver_infoMarc Kleine-Budde1-33/+24
2021-04-13can: peak_usb: remove write only variable struct peak_usb_adapter::ts_periodMarc Kleine-Budde4-7/+0
2021-04-13can: peak_usb: remove unused variables from struct peak_usb_deviceMarc Kleine-Budde1-4/+0
2021-04-13can: peak_usb: pcan_usb_pro.h: remove double space in indentionMarc Kleine-Budde1-38/+38
2021-04-13can: peak_usb: fix checkpatch warningsMarc Kleine-Budde4-4/+5
2021-04-13can: etas_es58x: add support for the ETAS ES58X_FD CAN USB interfacesVincent Mailhol5-4/+828
2021-04-13can: etas_es58x: add support for ETAS ES581.4 CAN USB interfaceVincent Mailhol5-4/+726
2021-04-13can: etas_es58x: add core support for ETAS ES58X CAN USB interfacesVincent Mailhol5-0/+2988
2021-04-12net: ethernet: ravb: Enable optional refclkAdam Ford2-0/+11
2021-04-12enetc: support PTP Sync packet one-step timestampingYangbo Lu4-26/+195
2021-04-12enetc: mark TX timestamp type per skbYangbo Lu2-8/+13
2021-04-12ibmvnic: print adapter state as a stringLijun Pan1-18/+49
2021-04-12ibmvnic: print reset reason as a stringLijun Pan1-7/+28
2021-04-12ibmvnic: clean up the remaining debugfs data structuresLijun Pan1-94/+0
2021-04-12nfc: pn533: remove redundant assignmentwengjianfeng2-19/+6
2021-04-12bnxt_en: Free and allocate VF-Reps during error recovery.Sriharsha Basavapatna3-2/+74
2021-04-12bnxt_en: Refactor __bnxt_vf_reps_destroy().Michael Chan1-5/+16
2021-04-12bnxt_en: Refactor bnxt_vf_reps_create().Sriharsha Basavapatna1-18/+22
2021-04-12bnxt_en: Invalidate health register mapping at the end of probe.Vasundhara Volam1-0/+1
2021-04-12bnxt_en: Treat health register value 0 as valid in bnxt_try_reover_fw().Michael Chan1-2/+2
2021-04-12net: hns3: Fix potential null pointer defererence of null ae_devColin Ian King1-4/+4
2021-04-12net: thunderx: Fix unintentional sign extension issueColin Ian King1-1/+1
2021-04-12cxgb4: Fix unintentional sign extension issuesColin Ian King1-11/+11
2021-04-11net: ipa: add IPA v4.11 configuration dataAlex Elder4-1/+388
2021-04-11net: ipa: add IPA v4.5 configuration dataAlex Elder5-4/+447