summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-08-21net: page_pool: add page_pool_get()Jakub Kicinski
2025-08-21Merge branch 'add-ppe-driver-for-qualcomm-ipq9574-soc'Paolo Abeni
2025-08-21MAINTAINERS: Add maintainer for Qualcomm PPE driverLuo Jie
2025-08-21net: ethernet: qualcomm: Add PPE debugfs support for PPE countersLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE L2 bridge settingsLei Wei
2025-08-21net: ethernet: qualcomm: Initialize PPE queue to Ethernet DMA ring mappingLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE RSS hash settingsLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE port control settingsLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE service code settingsLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE queue settingsLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize the PPE scheduler settingsLuo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE queue management for IPQ9574Luo Jie
2025-08-21net: ethernet: qualcomm: Initialize PPE buffer management for IPQ9574Luo Jie
2025-08-21net: ethernet: qualcomm: Add PPE driver for IPQ9574 SoCLuo Jie
2025-08-21docs: networking: Add PPE driver documentation for Qualcomm IPQ9574 SoCLei Wei
2025-08-21dt-bindings: net: Add PPE for Qualcomm IPQ9574 SoCLuo Jie
2025-08-21Merge branch 'net-phy-micrel-add-support-for-lan8842'Paolo Abeni
2025-08-21net: phy: micrel: Add support for lan8842Horatiu Vultur
2025-08-21net: phy: micrel: Replace hardcoded pages with definesHoratiu Vultur
2025-08-21net: phy: micrel: Introduce lanphy_modify_page_regHoratiu Vultur
2025-08-21net: phy: micrel: Start using PHY_ID_MATCH_MODELHoratiu Vultur
2025-08-21Merge tag 'mlx5-next-vhca-id' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Abeni
2025-08-21net: pktgen: Use min()/min_t() to improve pktgen_finalize_skb()Thorsten Blum
2025-08-20net: openvswitch: Use for_each_cpu() where appropriateYury Norov (NVIDIA)
2025-08-20selftests/net: packetdrill: Support single protocol test.Kuniyuki Iwashima
2025-08-20net: set net.core.rmem_max and net.core.wmem_max to 4 MBEric Dumazet
2025-08-20Merge branch 'bnxt_en-updates-for-net-next'Jakub Kicinski
2025-08-20bnxt_en: Add Hyper-V VF IDPavan Chebbi
2025-08-20bnxt_en: Add pcie_ctx_v2 support for ethtool -dShruti Parab
2025-08-20bnxt_en: Add pcie_stat_len to struct bpShruti Parab
2025-08-20bnxt_en: Refactor bnxt_get_regs()Shruti Parab
2025-08-20bnxt_en: hsi: Update FW interface to 1.10.3.133Michael Chan
2025-08-20selftests: rtnetlink: print device info on preferred_lft test failureHangbin Liu
2025-08-20selftests: net: bpf_offload: print loaded programs on mismatchHangbin Liu
2025-08-20selftests/net/socket.c: removed warnings from unused returnsAlex Tran
2025-08-20net: avoid one loop iteration in __skb_splice_bitsPengtao He
2025-08-19Merge branch 'sctp-convert-to-use-crypto-lib-and-upgrade-cookie-auth'Jakub Kicinski
2025-08-19sctp: Stop accepting md5 and sha1 for net.sctp.cookie_hmac_algEric Biggers
2025-08-19sctp: Convert cookie authentication to use HMAC-SHA256Eric Biggers
2025-08-19sctp: Use HMAC-SHA1 and HMAC-SHA256 library for chunk authenticationEric Biggers
2025-08-19sctp: Fix MAC comparison to be constant-timeEric Biggers
2025-08-19selftests: net: Explicitly enable CONFIG_CRYPTO_SHA1 for IPsecEric Biggers
2025-08-19Merge branch 'net-memcg-gather-memcg-code-under-config_memcg'Jakub Kicinski
2025-08-19net: Define sk_memcg under CONFIG_MEMCG.Kuniyuki Iwashima
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_under_memory_pressure().Kuniyuki Iwashima
2025-08-19net-memcg: Pass struct sock to mem_cgroup_sk_(un)?charge().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_sk_enabled().Kuniyuki Iwashima
2025-08-19net-memcg: Introduce mem_cgroup_from_sk().Kuniyuki Iwashima
2025-08-19net: Clean up __sk_mem_raise_allocated().Kuniyuki Iwashima
2025-08-19net: Call trace_sock_exceed_buf_limit() for memcg failure with SK_MEM_RECV.Kuniyuki Iwashima