summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-02net: altera-tse: fix skb leak on DMA mapping error in tse_start_xmit()David Carlier-0/+1
2026-04-02Merge branch 'fix-invariant-violations-and-improve-branch-detection'Alexei Starovoitov-108/+148
2026-04-02selftests/bpf: Remove invariant violation flagsPaul Chaignon-17/+7
2026-04-02selftests/bpf: Cover invariant violation case from syzbotPaul Chaignon-0/+29
2026-04-02bpf: Simulate branches to prune based on range violationsHarishankar Vishwanathan-35/+51
2026-04-02bpf: Exit early if reg_bounds_sync gets invalid inputsHarishankar Vishwanathan-0/+5
2026-04-02bpf: Use bpf_verifier_env buffers for reg_set_min_maxPaul Chaignon-42/+26
2026-04-02bpf: Refactor reg_bounds_sanity_checkHarishankar Vishwanathan-24/+40
2026-04-02perf header: Validate build_id filename length to prevent buffer overflowSeungJu Cheon-0/+10
2026-04-02perf metricgroup: Refine error logsLeo Yan-5/+6
2026-04-02perf expr: Add '\n' in literal parse errorsLeo Yan-2/+2
2026-04-02perf expr: Return -EINVAL for syntax error in expr__find_ids()Leo Yan-1/+2
2026-04-02MAINTAINERS: Update email for Allison HendersonAllison Henderson-1/+1
2026-04-02Merge branch 'enic-sr-iov-v2-preparatory-infrastructure'Jakub Kicinski-20/+165
2026-04-02enic: detect admin channel resources for SR-IOVSatish Kharat-2/+17
2026-04-02enic: add type-aware alloc for WQ, RQ, CQ and INTR resourcesSatish Kharat-12/+53
2026-04-02enic: make enic_dev_enable/disable ref-countedSatish Kharat-5/+30
2026-04-02enic: detect SR-IOV VF type from PCI capabilitySatish Kharat-0/+45
2026-04-02enic: add V2 SR-IOV VF device IDSatish Kharat-1/+4
2026-04-02enic: extend resource discovery for SR-IOV admin channelSatish Kharat-0/+16
2026-04-02MAINTAINERS: orphan PPP over Ethernet driverQingfang Deng-2/+1
2026-04-02Merge branch 'net-phy-microchip-add-downshift-support-for-lan88xx'Jakub Kicinski-1/+83
2026-04-02net: phy: microchip: enable downshift by default on LAN88xxNicolai Buchwitz-2/+15
2026-04-02net: phy: microchip: add downshift tunable support for LAN88xxNicolai Buchwitz-0/+69
2026-04-02r8152: Add helper functions for SRAM2Chih Kai Hsu-103/+75
2026-04-02net: phy: bcm84881: add LED framework support for BCM84891/BCM84892Daniel Wagner-0/+156
2026-04-02Merge branch 'macvlan-broadcast-delivery-changes'Jakub Kicinski-3/+8
2026-04-02macvlan: avoid spinlock contention in macvlan_broadcast_enqueue()Eric Dumazet-0/+3
2026-04-02macvlan: annotate data-races around port->bc_queue_len_usedEric Dumazet-3/+5
2026-04-03crypto: qat - add support for zstdGiovanni Cabiddu-30/+773
2026-04-03crypto: qat - use swab32 macroGiovanni Cabiddu-4/+6
2026-04-03crypto: img-hash - drop redundant return variableThorsten Blum-4/+1
2026-04-03crypto: img-hash - use list_first_entry_or_null to simplify digestThorsten Blum-15/+6
2026-04-03crypto: cryptomgr - Select algorithm types only when CRYPTO_SELFTESTSEric Biggers-8/+23
2026-04-03crypto: aspeed - Use memcpy_from_sglist() in aspeed_ahash_dma_prepare()Paul Louvel-2/+1
2026-04-03crypto: kconfig - fix typos in atmel-ecc and atmel-sha204a helpThorsten Blum-2/+2
2026-04-03crypto: x86 - Remove des and des3_ede codeEric Biggers-1239/+0
2026-04-03crypto: sparc - Remove des and des3_ede codeEric Biggers-917/+0
2026-04-03crypto: s390 - Remove des and des3_ede codeEric Biggers-521/+0
2026-04-03crypto: rng - Don't pull in DRBG when CRYPTO_FIPS=nEric Biggers-7/+0
2026-04-03crypto: fips - Depend on CRYPTO_DRBG=yEric Biggers-1/+1
2026-04-03crypto: rng - Make crypto_stdrng_get_bytes() use normal RNG in non-FIPS modeEric Biggers-4/+15
2026-04-03crypto: rng - Unexport "default RNG" symbolsEric Biggers-11/+3
2026-04-03net: tipc: Use crypto_stdrng_get_bytes()Eric Biggers-11/+2
2026-04-03crypto: intel/keembay-ocs-ecc - Use crypto_stdrng_get_bytes()Eric Biggers-13/+4
2026-04-03crypto: hisilicon/hpre - Use crypto_stdrng_get_bytes()Eric Biggers-10/+2
2026-04-03crypto: geniv - Use crypto_stdrng_get_bytes()Eric Biggers-7/+1
2026-04-03crypto: ecc - Use crypto_stdrng_get_bytes()Eric Biggers-8/+3
2026-04-03crypto: dh - Use crypto_stdrng_get_bytes()Eric Biggers-7/+1
2026-04-03crypto: rng - Add crypto_stdrng_get_bytes()Eric Biggers-0/+27