summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-21net: geneve: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: ppp: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: vxlan: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: bridge: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: dsa: constify the struct device_type usageRicardo B. Marliere
2024-02-21net: usbnet: constify the struct device_type usageRicardo B. Marliere
2024-02-20net: wan: framer: constify of_phandle_args in xlateKrzysztof Kozlowski
2024-02-20r8169: add MODULE_FIRMWARE entry for RTL8126AHeiner Kallweit
2024-02-20net: fix pointer check in skb_pp_cow_data routineLorenzo Bianconi
2024-02-20Merge tag 'linux-can-next-for-6.9-20240220' of git://git.kernel.org/pub/scm/l...Paolo Abeni
2024-02-20net: skbuff: add overflow debug check to pull/push helpersFlorian Westphal
2024-02-20net: reorganize "struct sock" fieldsEric Dumazet
2024-02-20net: tcp: Remove redundant initialization of variable lenColin Ian King
2024-02-20can: raw: raw_getsockopt(): reduce scope of errMarc Kleine-Budde
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-20can: raw: fix getsockopt() for new CAN_RAW_XL_VCID_OPTSOliver Hartkopp
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-19wifi: wilc1000: add missing read critical sections around vif list traversalAjay Singh
2024-02-19wifi: wilc1000: fix declarations orderingAlexis Lothoré
2024-02-19wifi: wilc1000: use SRCU instead of RCU for vif list traversalAlexis Lothoré
2024-02-19wifi: wilc1000: split deeply nested RCU list traversal in dedicated helperAlexis Lothoré
2024-02-19wifi: rtw89: 8922a: add helper of set_channelPing-Ke Shih
2024-02-19wifi: rtw89: 8922a: add set_channel RF partPing-Ke Shih
2024-02-19wifi: rtw89: 8922a: add set_channel BB partPing-Ke Shih
2024-02-19wifi: rtw89: 8922a: add set_channel MAC partPing-Ke Shih
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