summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2022-01-27igc: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+6
2022-01-27ice: Remove useless DMA-32 fallback configurationChristophe JAILLET1-2/+0
2022-01-27iavf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+3
2022-01-27e1000e: Remove useless DMA-32 fallback configurationChristophe JAILLET1-15/+7
2022-01-27i40e: Remove useless DMA-32 fallback configurationChristophe JAILLET1-6/+3
2022-01-27ixgbevf: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+6
2022-01-27ixgbe: Remove useless DMA-32 fallback configurationChristophe JAILLET1-13/+7
2022-01-27ixgb: Remove useless DMA-32 fallback configurationChristophe JAILLET1-14/+5
2022-01-27drm/vmwgfx: Fix stale file descriptors on failed usercopyMathias Krause4-21/+21
2022-01-27ptp: replace snprintf with sysfs_emitYang Guang1-2/+2
2022-01-27r8169: enable ASPM L1.2 if system vendor flags it as safeHeiner Kallweit1-1/+32
2022-01-27nfc: use *_set_vendor_cmds() helpersJakub Kicinski2-3/+3
2022-01-27net: stmmac: dwmac-sun8i: use return val of readl_poll_timeout()Jisheng Zhang1-1/+1
2022-01-27nfp: Simplify array allocationRobin Murphy1-1/+1
2022-01-27net: ethernet: mtk_star_emac: fix unused variableLorenzo Bianconi1-0/+2
2022-01-27net: stmmac: skip only stmmac_ptp_register when resume from suspendMohammad Athari Bin Ismail1-11/+9
2022-01-27net: stmmac: configure PTP clock source prior to PTP initializationMohammad Athari Bin Ismail2-3/+3
2022-01-27net/fsl: xgmac_mdio: Support setting the MDC frequencyTobias Waldekranz1-1/+37
2022-01-27net/fsl: xgmac_mdio: Support preamble suppressionTobias Waldekranz1-0/+18
2022-01-27net/fsl: xgmac_mdio: Use managed device resourcesTobias Waldekranz1-29/+6
2022-01-27net: mvneta: use .mac_select_pcs() interfaceRussell King (Oracle)1-2/+10
2022-01-27net: mvneta: reorder initialisationRussell King (Oracle)1-52/+51
2022-01-27net: phy: at803x: Support downstream SFP cageRobert Hancock1-0/+56
2022-01-27net: phy: at803x: add fiber supportRobert Hancock1-9/+67
2022-01-27net: phy: at803x: move page selection fix to config_initRobert Hancock1-24/+16
2022-01-27Merge tag 'rpmsg-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-18/+4
2022-01-27Merge tag 'rproc-v5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-0/+5
2022-01-26nfp: only use kdoc style comments for kdocSimon Horman3-59/+28
2022-01-26connector/cn_proc: Use task_is_in_init_pid_ns()Leo Yan1-1/+1
2022-01-26gve: Fix GFP flags when allocing pagesCatherine Sullivan4-6/+7
2022-01-26net: ethernet: cortina: permit to set mac address in DTCorentin Labbe1-0/+8
2022-01-26nfp: flower: Use struct_size() helper in kmalloc()Gustavo A. R. Silva1-1/+1
2022-01-26mlxsw: spectrum_kvdl: Use struct_size() helper in kzalloc()Gustavo A. R. Silva1-3/+2
2022-01-26net: enetc: use .mac_select_pcs() interfaceRussell King (Oracle)1-5/+9
2022-01-26net: dpaa2-mac: use .mac_select_pcs() interfaceRussell King (Oracle)1-3/+9
2022-01-26net: axienet: replace mdiobus_write() with mdiodev_write()Russell King (Oracle)1-2/+1
2022-01-26net: axienet: convert to phylink_pcsRussell King (Oracle)2-54/+55
2022-01-26net: lan966x: Fix sleep in atomic context when updating MAC tableHoratiu Vultur1-5/+6
2022-01-26net: lan966x: Fix sleep in atomic context when injecting framesHoratiu Vultur1-3/+3
2022-01-26ethernet: seeq/ether3: don't write directly to netdev->dev_addrJakub Kicinski1-1/+3
2022-01-26ethernet: 8390/etherh: don't write directly to netdev->dev_addrJakub Kicinski1-2/+4
2022-01-26ethernet: i825xx: don't write directly to netdev->dev_addrJakub Kicinski1-1/+3
2022-01-26ethernet: broadcom/sb1250-mac: don't write directly to netdev->dev_addrJakub Kicinski1-3/+1
2022-01-26ethernet: tundra: don't write directly to netdev->dev_addrJakub Kicinski1-17/+18
2022-01-26ethernet: 3com/typhoon: don't write directly to netdev->dev_addrJakub Kicinski1-2/+4
2022-01-26bnxt_en: Handle async event when the PHC is updated in RTC modePavan Chebbi1-0/+29
2022-01-26bnxt_en: Implement .adjtime() for PTP RTC modePavan Chebbi2-0/+37
2022-01-26bnxt_en: Add driver support to use Real Time Counter for PTPPavan Chebbi4-6/+79
2022-01-26bnxt_en: PTP: Refactor PTP initialization functionsPavan Chebbi1-14/+31
2022-01-26bnxt_en: Update firmware interface to 1.10.2.73Michael Chan1-39/+460