summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2024-02-21net/dummy: Move stats allocation to coreBreno Leitao1-9/+1
2024-02-21tg3: simplify tg3_phy_autoneg_cfgHeiner Kallweit1-13/+4
2024-02-21tg3: copy only needed fields from userspace-provided EEE dataHeiner Kallweit1-1/+3
2024-02-21net: hso: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: wwan: core: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: netdevsim: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere1-1/+1
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere1-2/+2
2024-02-21net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski1-4/+5
2024-02-21r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit1-0/+1
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni6-15/+220
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson3-8/+5
2024-02-19pds_core: delete VF dev on resetShannon Nelson2-1/+33
2024-02-19pds_core: add simple AER handlerShannon Nelson1-0/+24
2024-02-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller4-390/+373
2024-02-18net: ena: Remove ena_select_queueKamal Heib1-17/+0
2024-02-18net: phy: aquantia: add AQR813 PHY IDChristian Marangi1-0/+21
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit1-0/+27
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit1-0/+11
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit1-0/+31
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit1-0/+11
2024-02-16i40e: Remove VEB recursionIvan Vecera3-109/+76
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera2-49/+67
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera3-86/+68
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera4-245/+264
2024-02-16i40e: Use existing helper to find flow director VSIIvan Vecera1-7/+4
2024-02-16can: xilinx_can: Add ethtool stats interface for ECC errorsSrinivas Goud1-0/+64
2024-02-16can: xilinx_can: Add ECC supportSrinivas Goud1-4/+101
2024-02-16net: phy: aquantia: add AQR113 PHY IDChristian Marangi1-0/+21
2024-02-16net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo1-4/+0
2024-02-16ionic: implement xdp frags supportShannon Nelson2-5/+98
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson3-2/+66
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson5-1/+32
2024-02-16ionic: Add XDP_TX supportShannon Nelson5-3/+150
2024-02-16ionic: Add XDP packet headroomShannon Nelson1-23/+45
2024-02-16ionic: add initial framework for XDP supportShannon Nelson6-14/+269
2024-02-16ionic: use dma range APIsShannon Nelson1-7/+6
2024-02-16ionic: add helpers for accessing buffer infoShannon Nelson1-13/+24
2024-02-16ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea1-4/+50
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea1-1/+10
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea1-4/+8
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea1-0/+12
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea1-8/+8
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea1-13/+16
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski161-838/+1085
2024-02-15Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds53-197/+297
2024-02-15Merge tag 'for-linus-6.8a-rc5-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds6-21/+23