summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-07md/raid1: serialize overlap io for writemostly diskXiao Ni-14/+39
2026-04-07md/md-llbitmap: optimize initial sync with write_zeroes_unmap supportYu Kuai-1/+61
2026-04-07md/md-llbitmap: add CleanUnwritten state for RAID-5 proactive parity buildingYu Kuai-12/+128
2026-04-07md: add fallback to correct bitmap_ops on version mismatchYu Kuai-1/+110
2026-04-07md/raid5: validate payload size before accessing journal metadataJunrui Luo-15/+33
2026-04-07md: remove unused static md_wq workqueueAbd-Alrhman Masalkhi-8/+0
2026-04-07md/raid0: use kvzalloc/kvfree for strip_zone and devlist allocationsGregory Price-9/+9
2026-04-07erofs: handle 48-bit blocks/uniaddr for extra devicesZhan Xusheng-4/+8
2026-04-06drbd: remove DRBD_GENLA_F_MANDATORY flag handlingChristoph Böhmwalder-197/+114
2026-04-06net/mlx5: Update the list of the PCI supported devicesMichael Guralnik-0/+1
2026-04-06Merge branch 'mptcp-support-msg_eor-and-small-cleanups'Jakub Kicinski-21/+44
2026-04-06selftests: mptcp: join: recreate signal endp with same IDMatthieu Baerts (NGI0)-2/+2
2026-04-06tcp: add recv_should_stop helperGeliang Tang-15/+13
2026-04-06mptcp: preserve MSG_EOR semantics in sendmsg pathGang Yan-4/+22
2026-04-06mptcp: reduce 'overhead' from u16 to u8Gang Yan-1/+8
2026-04-06dpaa2: avoid linking objects into multiple modulesArnd Bergmann-4/+21
2026-04-06net: ethernet: ti-cpsw: fix linking built-in code to modulesArnd Bergmann-15/+139
2026-04-06net: ethernet: ti-cpsw:: rename soft_reset() functionArnd Bergmann-4/+4
2026-04-06eth: remove the driver for acenic / tigon1&2Jakub Kicinski-4057/+0
2026-04-06net: macb: Use netif_napi_add_tx() instead of netif_napi_add() for TX NAPIKevin Hao-1/+1
2026-04-06Merge branch 'nfc-support-for-five-qualcomm-sdm845-phones'Jakub Kicinski-0/+1
2026-04-06dt-bindings: nfc: nxp,nci: Document PN557 compatibleDavid Heidelberg-0/+1
2026-04-06net: skb: fix cross-cache free of KFENCE-allocated skb headJiayuan Chen-4/+1
2026-04-06vsock/test: fix send_buf()/recv_buf() EINTR handlingStefano Garzarella-2/+6
2026-04-06Merge branch 'xsk-tailroom-reservation-and-mtu-validation'Jakub Kicinski-38/+150
2026-04-06selftests: bpf: adjust rx_dropped xskxceiver's test to respect tailroomMaciej Fijalkowski-2/+4
2026-04-06selftests: bpf: have a separate variable for drop testMaciej Fijalkowski-1/+3
2026-04-06selftests: bpf: fix pkt grow testsMaciej Fijalkowski-3/+21
2026-04-06selftests: bpf: introduce a common routine for reading procfsMaciej Fijalkowski-24/+66
2026-04-06xsk: validate MTU against usable frame size on bindMaciej Fijalkowski-3/+25
2026-04-06xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski-1/+5
2026-04-06xsk: respect tailroom for ZC setupsMaciej Fijalkowski-3/+24
2026-04-06xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski-1/+2
2026-04-06ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing-6/+3
2026-04-06Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'Alexei Starovoitov-39/+135
2026-04-06selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov-39/+115
2026-04-06bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov-0/+20
2026-04-06bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva-12/+9
2026-04-06net: advance skb_defer_disable_key check in napi_consume_skbJason Xing-1/+3
2026-04-06Merge branch 'net-dsa-mxl862xx-add-support-for-bridge-offloading'Jakub Kicinski-71/+1041
2026-04-06net: dsa: mxl862xx: implement bridge offloadingDaniel Golle-58/+1022
2026-04-06dsa: tag_mxl862xx: set dsa_default_offload_fwd_mark()Daniel Golle-0/+3
2026-04-06net: dsa: add bridge member iteration macroDaniel Golle-3/+6
2026-04-06net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle-13/+13
2026-04-06vsock: avoid timeout for non-blocking accept() with empty backlogLaurence Rowe-9/+6
2026-04-06psp: add missing device stats to get-stats reply attributesDaniel Zahka-0/+8
2026-04-06net: mctp: defer creation of dst after source-address checkJeremy Kerr-11/+11
2026-04-06net: mctp: tests: use actual address when creating dev with addrJeremy Kerr-1/+1
2026-04-06selftests: net: py: color the basics in the outputJakub Kicinski-0/+20
2026-04-06Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'Alexei Starovoitov-93/+703