summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-29can: Kconfig: select CAN driver infrastructure by defaultOliver Hartkopp
2025-11-29MIPS: mm: kmalloc tlb_vpn array to avoid stack overflowThomas Bogendoerfer
2025-11-29Merge tag 'at24-updates-for-v6.19-rc1' of git://git.kernel.org/pub/scm/linux/...Wolfram Sang
2025-11-29ALSA: dice: fix buffer overflow in detect_stream_formats()Junrui Luo
2025-11-28net: ipconfig: Replace strncpy with strscpy in ic_proto_nameThorsten Blum
2025-11-28net: netpoll: initialize work queue before error checksBreno Leitao
2025-11-28selftests: bonding: add delay before each xvlan_over_bond connectivity checkHangbin Liu
2025-11-28Merge tag 'nf-next-25-11-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2025-11-28Merge branch 'introduce-the-dsa_xmit_port_mask-tagging-protocol-helper'Jakub Kicinski
2025-11-28net: dsa: tag_yt921x: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_xrs700x: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_trailer: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_rzn1_a5psw: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_rtl8_4: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_rtl4_a: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_qca: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_ocelot: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_mxl_gsw1xx: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_mtk: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_ksz: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_hellcreek: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_gswip: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: tag_brcm: use the dsa_xmit_port_mask() helperVladimir Oltean
2025-11-28net: dsa: introduce the dsa_xmit_port_mask() tagging protocol helperVladimir Oltean
2025-11-28Merge branch 'net-broadcom-migrate-to-get_rx_ring_count-ethtool-callback'Jakub Kicinski
2025-11-28net: bcmgenet: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-28net: bnxt: extract GRXRINGS from .get_rxnfcBreno Leitao
2025-11-28Merge branch 'tools-ynl-add-schema-checking'Jakub Kicinski
2025-11-28ynl: fix schema check errorsDonald Hunter
2025-11-28ynl: fix a yamllint warning in ethtool specDonald Hunter
2025-11-28tools: ynl: add a lint makefile targetDonald Hunter
2025-11-28tools: ynl: add schema checkingDonald Hunter
2025-11-28net: phy: aquantia: check for NVMEM deferralRobert Marko
2025-11-28ext4: mark inodes without acls in __ext4_iget()Jan Kara
2025-11-28ext4: enable block size larger than page sizeBaokun Li
2025-11-28ext4: add checks for large folio incompatibilities when BS > PSBaokun Li
2025-11-28ext4: support verifying data from large folios with fs-verityBaokun Li
2025-11-28ext4: make data=journal support large block sizeBaokun Li
2025-11-28ext4: support large block size in __ext4_block_zero_page_range()Zhihao Cheng
2025-11-28ext4: support large block size in mpage_prepare_extent_to_map()Baokun Li
2025-11-28ext4: support large block size in mpage_map_and_submit_buffers()Baokun Li
2025-11-28ext4: support large block size in ext4_block_write_begin()Baokun Li
2025-11-28ext4: support large block size in ext4_mpage_readpages()Baokun Li
2025-11-28ext4: rename 'page' references to 'folio' in multi-block allocatorZhihao Cheng
2025-11-28ext4: prepare buddy cache inode for BS > PS with large foliosBaokun Li
2025-11-28ext4: support large block size in ext4_mb_init_cache()Baokun Li
2025-11-28ext4: support large block size in ext4_mb_get_buddy_page_lock()Baokun Li
2025-11-28ext4: support large block size in ext4_mb_load_buddy_gfp()Baokun Li
2025-11-28ext4: add EXT4_LBLK_TO_PG and EXT4_PG_TO_LBLK for block/page conversionBaokun Li
2025-11-28ext4: add EXT4_LBLK_TO_B macro for logical block to bytes conversionBaokun Li