summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* net: hso: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: wwan: core: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: netdevsim: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: geneve: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: ppp: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: vxlan: constify the struct device_type usageRicardo B. Marliere2024-02-211-1/+1
* net: usbnet: constify the struct device_type usageRicardo B. Marliere2024-02-211-2/+2
* net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski2024-02-201-4/+5
* r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit2024-02-201-0/+1
* Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni2024-02-206-15/+220
|\
| * can: xilinx_can: Add ethtool stats interface for ECC errorsSrinivas Goud2024-02-161-0/+64
| * can: xilinx_can: Add ECC supportSrinivas Goud2024-02-161-4/+101
| * can: tcan4x5x: support resuming from rx interrupt signalMartin Hundebøll2024-02-141-2/+32
| * can: m_can: allow keeping the transceiver running in suspendMartin Hundebøll2024-02-145-5/+21
| * can: m_can: remove redundant check for pm_clock_supportFrancesco Dolcini2024-02-141-5/+3
* | pds_core: use pci_reset_function for health resetShannon Nelson2024-02-193-8/+5
* | pds_core: delete VF dev on resetShannon Nelson2024-02-192-1/+33
* | pds_core: add simple AER handlerShannon Nelson2024-02-191-0/+24
* | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller2024-02-194-390/+373
|\ \
| * | i40e: Remove VEB recursionIvan Vecera2024-02-163-109/+76
| * | i40e: Fix broken support for floating VEBsIvan Vecera2024-02-162-49/+67
| * | i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera2024-02-163-86/+68
| * | i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera2024-02-164-245/+264
| * | i40e: Use existing helper to find flow director VSIIvan Vecera2024-02-161-7/+4
* | | net: ena: Remove ena_select_queueKamal Heib2024-02-181-17/+0
* | | net: phy: aquantia: add AQR813 PHY IDChristian Marangi2024-02-181-0/+21
* | | net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit2024-02-171-0/+27
* | | net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit2024-02-171-0/+11
* | | net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit2024-02-171-0/+31
* | | net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit2024-02-171-0/+11
|/ /
* | net: phy: aquantia: add AQR113 PHY IDChristian Marangi2024-02-161-0/+21
* | net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo2024-02-161-4/+0
* | ionic: implement xdp frags supportShannon Nelson2024-02-162-5/+98
* | ionic: add ndo_xdp_xmitShannon Nelson2024-02-163-2/+66
* | ionic: Add XDP_REDIRECT supportShannon Nelson2024-02-165-1/+32
* | ionic: Add XDP_TX supportShannon Nelson2024-02-165-3/+150
* | ionic: Add XDP packet headroomShannon Nelson2024-02-161-23/+45
* | ionic: add initial framework for XDP supportShannon Nelson2024-02-166-14/+269
* | ionic: use dma range APIsShannon Nelson2024-02-161-7/+6
* | ionic: add helpers for accessing buffer infoShannon Nelson2024-02-161-13/+24
* | ionic: set adminq irq affinityShannon Nelson2024-02-161-1/+4
* | net: ravb: Add runtime PM supportClaudiu Beznea2024-02-161-4/+50
* | net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea2024-02-161-1/+10
* | net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea2024-02-161-4/+8
* | net: ravb: Return cached statistics if the interface is downClaudiu Beznea2024-02-161-0/+12
* | net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea2024-02-161-8/+8
* | net: ravb: Get rid of the temporary variable irqClaudiu Beznea2024-02-161-13/+16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-15161-838/+1085
|\ \
| * \ Merge tag 'net-6.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2024-02-1553-197/+297
| |\ \
| | * \ Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-02-153-23/+20
| | |\ \