summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-20Merge branch 'abstract-page-from-net-stack'Paolo Abeni
2024-02-20net: add netmem to skb_frag_tMina Almasry
2024-02-20net: introduce abstraction for network memoryMina Almasry
2024-02-19net: sysfs: Do not create sysfs for non BQL deviceBreno Leitao
2024-02-19net: page_pool: fix recycle stats for system page_pool allocatorLorenzo Bianconi
2024-02-19page_pool: disable direct recycling based on pool->cpuid on destroyAlexander Lobakin
2024-02-19dt-bindings: net: fec: add iommus propertyFrank Li
2024-02-19net: sched: Annotate struct tc_pedit with __counted_byKees Cook
2024-02-19Merge branch 'pds_core-AER-handling'David S. Miller
2024-02-19pds_core: use pci_reset_function for health resetShannon Nelson
2024-02-19pds_core: delete VF dev on resetShannon Nelson
2024-02-19pds_core: add simple AER handlerShannon Nelson
2024-02-19Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/nextDavid S. Miller
2024-02-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko
2024-02-18net: ena: Remove ena_select_queueKamal Heib
2024-02-18net: phy: aquantia: add AQR813 PHY IDChristian Marangi
2024-02-18net: bql: allow the config to be disabledBreno Leitao
2024-02-17Merge branch 'net-phy-eee-2'David S. Miller
2024-02-17net: phy: c45: add support for MDIO_AN_EEE_ADV2Heiner Kallweit
2024-02-17net: phy: c45: add support for EEE link partner ability 2 to genphy_c45_read_...Heiner Kallweit
2024-02-17net: phy: c45: add and use genphy_c45_read_eee_cap2Heiner Kallweit
2024-02-17net: phy: add PHY_EEE_CAP2_FEATURESHeiner Kallweit
2024-02-17net: mdio: add helpers for accessing the EEE CAP2 registersHeiner Kallweit
2024-02-16i40e: Remove VEB recursionIvan Vecera
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera
2024-02-16i40e: Use existing helper to find flow director VSIIvan Vecera
2024-02-16net: phy: aquantia: add AQR113 PHY IDChristian Marangi
2024-02-16net: ti: icssg-prueth: Remove duplicate cleanup calls in emac_ndo_stop()Diogo Ivo
2024-02-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven
2024-02-16Merge branch 'ionic-xdp-support'David S. Miller
2024-02-16ionic: implement xdp frags supportShannon Nelson
2024-02-16ionic: add ndo_xdp_xmitShannon Nelson
2024-02-16ionic: Add XDP_REDIRECT supportShannon Nelson
2024-02-16ionic: Add XDP_TX supportShannon Nelson
2024-02-16ionic: Add XDP packet headroomShannon Nelson
2024-02-16ionic: add initial framework for XDP supportShannon Nelson
2024-02-16ionic: use dma range APIsShannon Nelson
2024-02-16ionic: add helpers for accessing buffer infoShannon Nelson
2024-02-16ionic: set adminq irq affinityShannon Nelson
2024-02-16net/iucv: fix virtual vs physical address confusionAlexander Gordeev
2024-02-16Merge branch 'ravb-rutime-PM-support'David S. Miller
2024-02-16net: ravb: Add runtime PM supportClaudiu Beznea
2024-02-16net: ravb: Do not apply features to hardware if the interface is downClaudiu Beznea
2024-02-16net: ravb: Move the update of ndev->features to ravb_set_features()Claudiu Beznea
2024-02-16net: ravb: Return cached statistics if the interface is downClaudiu Beznea
2024-02-16net: ravb: Keep the reverse order of operations in ravb_close()Claudiu Beznea
2024-02-16net: ravb: Get rid of the temporary variable irqClaudiu Beznea
2024-02-16selftests: bonding: make sure new active is not nullHangbin Liu