summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-07-122-134/+56
|\
| * bpf: use check_sub_overflow() to check for subtraction overflowsShung-Hsi Yu2024-07-121-43/+14
| * bpf: use check_add_overflow() to check for addition overflowsShung-Hsi Yu2024-07-121-80/+34
| * bpf: fix overflow check in adjust_jmp_off()Shung-Hsi Yu2024-07-121-1/+1
| * bpf: Eliminate remaining "make W=1" warnings in kernel/bpf/btf.oAlan Maguire2024-07-121-1/+1
| * bpf: annotate BTF show functions with __printfAlan Maguire2024-07-111-4/+4
| * bpf: relax zero fixed offset constraint on KF_TRUSTED_ARGS/KF_RCUMatt Bobrowski2024-07-091-6/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-111-17/+82
|\ \ | |/ |/|
| * bpf: Defer work in bpf_timer_cancel_and_freeKumar Kartikeya Dwivedi2024-07-101-14/+47
| * bpf: Fail bpf_timer_cancel when callback is being cancelledKumar Kartikeya Dwivedi2024-07-101-3/+35
| * bpf: fix order of args in call to bpf_map_kvcallocMohammad Shehar Yaar Tausif2024-07-101-2/+2
* | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni2024-07-0913-145/+352
|\ \
| * | bpf: helpers: fix bpf_wq_set_callback_impl signatureBenjamin Tissoires2024-07-081-1/+1
| * | bpf: Remove unnecessary loop in task_file_seq_get_next()Dan Carpenter2024-07-081-6/+3
| * | bpf, devmap: Add .map_alloc_checkFlorian Lehner2024-07-021-10/+17
| * | bpf: Fix atomic probe zero-extensionIlya Leoshkevich2024-07-021-1/+2
| * | bpf: Use precise image size for struct_ops trampolinePu Lehui2024-07-011-1/+1
| * | bpf: add missing check_func_arg_reg_off() to prevent out-of-bounds memory acc...Matt Bobrowski2024-06-261-6/+11
| * | bpf: fix build when CONFIG_DEBUG_INFO_BTF[_MODULES] is undefinedAlan Maguire2024-06-231-2/+2
| * | libbpf,bpf: Share BTF relocate-related code with kernelAlan Maguire2024-06-212-53/+131
| * | module, bpf: Store BTF base pointer in struct moduleAlan Maguire2024-06-211-1/+4
| * | bpf: Add security_file_post_open() LSM hook to sleepable_lsm_hooksMatt Bobrowski2024-06-211-0/+1
| * | bpf: Change bpf_session_cookie return value to __u64 *Jiri Olsa2024-06-211-1/+1
| * | bpf: remove redeclaration of new_n in bpf_verifier_vlogRafael Passos2024-06-201-1/+1
| * | bpf: remove unused parameter in __bpf_free_used_btfsRafael Passos2024-06-202-5/+3
| * | bpf: remove unused parameter in bpf_jit_binary_pack_finalizeRafael Passos2024-06-201-2/+1
| * | bpf, verifier: Correct tail_call_reachable for bpf progLeon Hwang2024-06-201-1/+3
| * | bpf: Track delta between "linked" registers.Alexei Starovoitov2024-06-142-12/+87
| * | bpf: crypto: make state and IV dynptr nullableVadim Fedorenko2024-06-131-13/+13
| * | bpf: verifier: make kfuncs args nullalbleVadim Fedorenko2024-06-131-3/+3
| * | bpf: Fix bpf_dynptr documentation commentsDaniel Xu2024-06-131-2/+2
| * | bpf: treewide: Align kfunc signatures to prog point-of-viewDaniel Xu2024-06-124-27/+53
| * | bpf: verifier: Relax caller requirements for kfunc projection type argsDaniel Xu2024-06-122-4/+19
| * | bpf: Make bpf_session_cookie() kfunc return long *Daniel Xu2024-06-121-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-07-0412-213/+49
|\ \ \ | | |/ | |/|
| * | mm: optimize the redundant loop of mm_update_owner_next()Jinliang Zheng2024-07-031-0/+2
| * | Merge tag 'tty-6.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2024-06-304-172/+5
| |\ \
| | * | Revert "printk: Save console options for add_preferred_console_match()"Greg Kroah-Hartman2024-06-254-164/+4
| | * | Revert "printk: Don't try to parse DEVNAME:0.0 console options"Greg Kroah-Hartman2024-06-251-4/+0
| | * | Revert "printk: Flag register_console() if console is set on command line"Greg Kroah-Hartman2024-06-251-4/+1
| * | | Merge tag 'smp_urgent_for_v6.10_rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2024-06-301-4/+7
| |\ \ \
| | * | | cpu: Fix broken cmdline "nosmp" and "maxcpus=0"Huacai Chen2024-06-231-0/+3
| | * | | cpu/hotplug: Fix dynstate assignment in __cpuhp_setup_state_cpuslocked()Yuntao Wang2024-06-171-4/+4
| | |/ /
| * | | Merge tag 'timers_urgent_for_v6.10_rc6' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-06-301-0/+2
| |\ \ \
| | * | | hrtimer: Prevent queuing of hrtimer without a function callbackPhil Chang2024-06-251-0/+2
| | |/ /
| * | | Merge tag 'asm-generic-fixes-6.10' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2024-06-275-37/+33
| |\ \ \
| | * | | kallsyms: rework symbol lookup return codesArnd Bergmann2024-06-274-36/+32
| | * | | syscalls: fix compat_sys_io_pgetevents_time64 usageArnd Bergmann2024-06-251-1/+1
* | | | | net: Move flush list retrieval to where it is used.Sebastian Andrzej Siewior2024-07-022-3/+6
* | | | | net: Optimize xdp_do_flush() with bpf_net_context infos.Sebastian Andrzej Siewior2024-07-022-24/+2