summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-04-07xsk: validate MTU against usable frame size on bindMaciej Fijalkowski1-3/+25
2026-04-07xsk: fix XDP_UMEM_SG_FLAG issuesMaciej Fijalkowski2-1/+5
2026-04-07xsk: respect tailroom for ZC setupsMaciej Fijalkowski2-3/+24
2026-04-07xsk: tighten UMEM headroom validation to account for tailroom and min frameMaciej Fijalkowski1-1/+2
2026-04-07ip6_tunnel: use generic for_each_ip_tunnel_rcu macroYue Haibing1-6/+3
2026-04-07Merge branch 'properly-load-values-from-insn_arays-with-non-zero-offsets'Alexei Starovoitov3-39/+135
2026-04-07selftests/bpf: Add more tests for loading insn arrays with offsetsAnton Protopopov2-39/+115
2026-04-07bpf: Do not ignore offsets for loads from insn_arraysAnton Protopopov1-0/+20
2026-04-07bpf: Avoid -Wflex-array-members-not-at-end warningsGustavo A. R. Silva3-12/+9
2026-04-07net: advance skb_defer_disable_key check in napi_consume_skbJason Xing1-1/+3
2026-04-07Merge branch 'net-dsa-mxl862xx-add-support-for-bridge-offloading'Jakub Kicinski7-71/+1041
2026-04-07net: dsa: mxl862xx: implement bridge offloadingDaniel Golle4-58/+1022
2026-04-07dsa: tag_mxl862xx: set dsa_default_offload_fwd_mark()Daniel Golle1-0/+3
2026-04-07net: dsa: add bridge member iteration macroDaniel Golle1-3/+6
2026-04-07net: dsa: move dsa_bridge_ports() helper to dsa.hDaniel Golle2-13/+13
2026-04-07vsock: avoid timeout for non-blocking accept() with empty backlogLaurence Rowe1-9/+6
2026-04-07psp: add missing device stats to get-stats reply attributesDaniel Zahka1-0/+8
2026-04-07net: mctp: defer creation of dst after source-address checkJeremy Kerr1-11/+11
2026-04-07net: mctp: tests: use actual address when creating dev with addrJeremy Kerr1-1/+1
2026-04-07selftests: net: py: color the basics in the outputJakub Kicinski1-0/+20
2026-04-07Merge branch 'allow-variable-offsets-for-syscall-ptr_to_ctx'Alexei Starovoitov6-93/+703
2026-04-07selftests/bpf: Add tests for syscall ctx accesses beyond U16_MAXKumar Kartikeya Dwivedi1-0/+108
2026-04-07selftests/bpf: Add tests for unaligned syscall ctx accessesKumar Kartikeya Dwivedi1-0/+133
2026-04-07selftests/bpf: Test modified syscall ctx for ARG_PTR_TO_CTXKumar Kartikeya Dwivedi1-0/+94
2026-04-07selftests/bpf: Add syscall ctx variable offset testsKumar Kartikeya Dwivedi2-6/+267
2026-04-07selftests/bpf: Convert ctx tests from ASM to CKumar Kartikeya Dwivedi2-45/+35
2026-04-07bpf: Enable unaligned accesses for syscall ctxKumar Kartikeya Dwivedi1-2/+1
2026-04-07bpf: Support variable offsets for syscall PTR_TO_CTXKumar Kartikeya Dwivedi3-40/+65
2026-04-07e1000: check return value of e1000_read_eepromAgalakov Daniil1-1/+7
2026-04-07igb: remove napi_synchronize() in igb_down()Alex Dvoretsky1-2/+1
2026-04-06ixgbevf: add missing negotiate_features op to Hyper-V ops tableMichal Schmidt1-0/+7
2026-04-06ixgbe: stop re-reading flash on every get_drvinfo for e610Aleksandr Loktionov4-8/+19
2026-04-06ice: fix PTP timestamping broken by SyncE code on E825CPetr Oros1-10/+12
2026-04-06ice: ptp: don't WARN when controlling PF is unavailableKohei Enju1-1/+7
2026-04-06idpf: set the payload size before calling the async handlerEmil Tantilov1-0/+4
2026-04-06idpf: improve locking around idpf_vc_xn_push_free()Emil Tantilov1-0/+2
2026-04-06idpf: fix PREEMPT_RT raw/bh spinlock nesting for async VC handlingEmil Tantilov2-11/+8
2026-04-06kunit: tool: Terminate kernel under test on SIGINTDavid Gow1-9/+19
2026-04-06kunit: tool: skip stty when stdin is not a ttyShuvam Pandey2-2/+50
2026-04-06kunit: tool: Recommend --raw_output=all if no KTAP foundDavid Gow1-1/+2
2026-04-06kunit: Add --list_suites to show suitesRyota Sakamoto2-5/+27
2026-04-06blk-wbt: remove WARN_ON_ONCE from wbt_init_enable_default()Yuto Ohnuki1-2/+3
2026-04-06ocfs2: fix out-of-bounds write in ocfs2_write_end_inlineJoseph Qi1-0/+10
2026-04-06mm/damon/stat: deallocate damon_call() failure leaking damon_ctxSeongJae Park1-0/+7
2026-04-06mm/vma: fix memory leak in __mmap_region()Sechang Lim1-0/+7
2026-04-06mm/memory_hotplug: maintain N_NORMAL_MEMORY during hotplugHao Li1-0/+20
2026-04-06mm/damon/sysfs: dealloc repeat_call_control if damon_call() failsSeongJae Park1-1/+2
2026-04-06mm: reinstate unconditional writeback start in balance_dirty_pages()Joanne Koong1-0/+21
2026-04-06liveupdate: propagate file deserialization failuresLeo Timmins1-2/+7
2026-04-06mm: filemap: fix nr_pages calculation overflow in filemap_map_pages()Baolin Wang1-3/+8