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-04-2918-222/+1249
|\
| * bpf: make common crypto API for TC/XDP programsVadim Fedorenko2024-04-244-1/+390
| * bpf: Introduce bpf_preempt_[disable,enable] kfuncsKumar Kartikeya Dwivedi2024-04-242-2/+81
| * bpf: Don't check for recursion in bpf_wq_work.Alexei Starovoitov2024-04-241-13/+5
| * bpf: add bpf_wq_startBenjamin Tissoires2024-04-231-0/+18
| * bpf: wq: add bpf_wq_set_callback_implBenjamin Tissoires2024-04-232-6/+69
| * bpf: wq: add bpf_wq_initBenjamin Tissoires2024-04-231-2/+102
| * bpf: allow struct bpf_wq to be embedded in arraymaps and hashmapsBenjamin Tissoires2024-04-234-19/+71
| * bpf: add support for KF_ARG_PTR_TO_WORKQUEUEBenjamin Tissoires2024-04-231-0/+65
| * bpf: verifier: bail out if the argument is not a mapBenjamin Tissoires2024-04-231-0/+5
| * bpf: add support for bpf_wq user typeBenjamin Tissoires2024-04-233-1/+31
| * bpf: replace bpf_timer_cancel_and_free with a generic helperBenjamin Tissoires2024-04-231-17/+25
| * bpf: replace bpf_timer_set_callback with a generic helperBenjamin Tissoires2024-04-231-11/+18
| * bpf: replace bpf_timer_init with a generic helperBenjamin Tissoires2024-04-231-28/+63
| * bpf: make timer data struct more genericBenjamin Tissoires2024-04-231-33/+38
| * bpf: Fix typos in commentsRafael Passos2024-04-225-10/+10
| * bpf: Fix typo in function save_aux_ptr_typeRafael Passos2024-04-221-3/+3
| * bpf: Harden and/or/xor value tracking in verifierHarishankar Vishwanathan2024-04-161-54/+40
| * btf: Avoid weak external referencesArd Biesheuvel2024-04-162-5/+8
| * bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song2024-04-101-0/+4
| * bpf: Add support for certain atomics in bpf_arena to x86 JITAlexei Starovoitov2024-04-092-1/+23
| * bpf: Allow invoking kfuncs from BPF_PROG_TYPE_SYSCALL progsDavid Vernet2024-04-052-0/+2
| * bpf: allow invoking bpf_for_each_map_elem with different mapsPhilo Lu2024-04-051-5/+1
| * bpf: store both map ptr and state in bpf_insn_aux_dataPhilo Lu2024-04-051-20/+16
| * bpf: fix perf_snapshot_branch_stack link failureArnd Bergmann2024-04-051-1/+2
| * bpf: prevent r10 register from being marked as preciseAndrii Nakryiko2024-04-041-2/+4
| * bpf: inline bpf_get_branch_snapshot() helperAndrii Nakryiko2024-04-041-0/+55
| * bpf: make bpf_get_branch_snapshot() architecture-agnosticAndrii Nakryiko2024-04-041-4/+0
| * bpf: Optimize emit_mov_imm64().Alexei Starovoitov2024-04-041-3/+10
| * bpf: inline bpf_map_lookup_elem() helper for PERCPU_HASH mapAndrii Nakryiko2024-04-031-0/+21
| * bpf: inline bpf_map_lookup_elem() for PERCPU_ARRAY mapsAndrii Nakryiko2024-04-031-0/+33
| * bpf: inline bpf_get_smp_processor_id() helperAndrii Nakryiko2024-04-031-0/+24
| * bpf: add special internal-only MOV instruction to resolve per-CPU addrsAndrii Nakryiko2024-04-032-0/+19
| * bpf: Replace deprecated strncpy with strscpyJustin Stitt2024-04-032-4/+4
| * bpf: Improve program stats run-time calculationJose Fernandez2024-04-021-1/+2
| * bpf: Add a verbose message if map limit is reachedAnton Protopopov2024-04-021-0/+2
| * bpf: Avoid kfree_rcu() under lock in bpf_lpm_trie.Alexei Starovoitov2024-03-291-4/+9
| * bpf: Mark bpf prog stack with kmsan_unposion_memory in interpreter modeMartin KaFai Lau2024-03-281-0/+2
| * bpf: Mitigate latency spikes associated with freeing non-preallocated htabYafang Shao2024-03-281-0/+1
| * bpf: add bpf_modify_return_test_tp() kfunc triggering tracepointAndrii Nakryiko2024-03-281-0/+1
| * bpf,arena: Use helper sizeof_field in struct accessorsHaiyue Wang2024-03-281-1/+1
| * bpf: improve error message for unsupported helperMykyta Yatsenko2024-03-281-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-253-27/+37
|\ \
| * \ Merge tag 'sched_urgent_for_v6.9_rc5' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-04-211-6/+14
| |\ \
| | * | sched: Add missing memory barrier in switch_mm_cidMathieu Desnoyers2024-04-161-6/+14
| * | | Merge tag 'hardening-v6.9-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-04-191-5/+6
| |\ \ \
| | * | | configs/hardening: Disable CONFIG_UBSAN_SIGNED_WRAPNathan Chancellor2024-04-151-0/+1
| | * | | configs/hardening: Fix disabling UBSAN configurationsNathan Chancellor2024-04-151-5/+5
| | |/ /
| * / / fork: defer linking file vma until vma is fully initializedMiaohe Lin2024-04-161-16/+17
| |/ /
* | | sysctl: treewide: constify ctl_table_header::ctl_table_argThomas Weißschuh2024-04-221-1/+1