summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-19tools: ynl: don't access uninitialized attr_space variableJiri Pirko1-2/+2
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-18net: bql: allow the config to be disabledBreno Leitao1-0/+1
2024-02-17Merge branch 'net-phy-eee-2'David S. Miller4-0/+137
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 Kallweit2-0/+13
2024-02-17net: mdio: add helpers for accessing the EEE CAP2 registersHeiner Kallweit1-0/+55
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-16wifi: brcmsmac: avoid function pointer castsArnd Bergmann3-5/+5
2024-02-16Merge patch series "Add ECC feature support to Tx and Rx FIFOs for Xilinx CAN...Marc Kleine-Budde2-4/+170
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-16dt-bindings: can: xilinx_can: Add 'xlnx,has-ecc' optional propertySrinivas Goud1-0/+5
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-16tcp: Spelling s/curcuit/circuit/Geert Uytterhoeven1-1/+1
2024-02-16Merge branch 'ionic-xdp-support'David S. Miller7-38/+663
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/iucv: fix virtual vs physical address confusionAlexander Gordeev1-7/+8
2024-02-16Merge branch 'ravb-rutime-PM-support'David S. Miller1-29/+103
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-16selftests: bonding: make sure new active is not nullHangbin Liu1-2/+2
2024-02-16net: dsa: remove OF-based MDIO bus registration from DSA coreArınç ÜNAL1-6/+1
2024-02-16Merge branch 'for-thermal-genetlink-family-bind-unbind-callbacks'Jakub Kicinski2-0/+34
2024-02-16genetlink: Add per family bind/unbind callbacksStanislaw Gruszka2-0/+34
2024-02-16configs/debug: add NET debug configMatthieu Baerts (NGI0)1-0/+6
2024-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski396-1871/+2942