summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)Author
2022-09-29bpf: tcp: Stop bpf_setsockopt(TCP_CONGESTION) in init ops to recur itselfMartin KaFai Lau
2022-09-29bpf: Add __bpf_prog_{enter,exit}_struct_ops for struct_ops trampolineMartin KaFai Lau
2022-09-28bpf: Parameterize task iterators.Kui-Feng Lee
2022-09-26bpf: Enforce W^X for bpf trampolineSong Liu
2022-09-26bpf: use bpf_prog_pack for bpf_dispatcherSong Liu
2022-09-26kprobes: Add new KPROBE_FLAG_ON_FUNC_ENTRY kprobe flagJiri Olsa
2022-09-21bpf: Prevent bpf program recursion for raw tracepoint probesJiri Olsa
2022-09-21bpf: Add bpf_lookup_*_key() and bpf_key_put() kfuncsRoberto Sassu
2022-09-21KEYS: Move KEY_LOOKUP_ to include/linux/key.h and define KEY_LOOKUP_ALLRoberto Sassu
2022-09-21bpf: Export bpf_dynptr_get_size()Roberto Sassu
2022-09-21btf: Allow dynamic pointer parameters in kfuncsRoberto Sassu
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperDavid Vernet
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeDavid Vernet
2022-09-20bpf: Move nf_conn extern declarations to filter.hDaniel Xu
2022-09-16bpf: Move bpf_dispatcher function out of ftrace locationsJiri Olsa
2022-09-16bpf: Use bpf_capable() instead of CAP_SYS_ADMIN for blinding decisionYauheni Kaliuta
2022-09-15bpf: Add verifier check for BPF_PTR_POISON retval and argDave Marchevsky
2022-09-10bpf: Add verifier support for custom callback return rangeDave Marchevsky
2022-09-10bpf: Add stub for btf_struct_access()Daniel Xu
2022-09-07bpf: Add helper macro bpf_for_each_reg_in_vstateKumar Kartikeya Dwivedi
2022-09-07bpf: Add zero_map_value to zero map value with special fieldsKumar Kartikeya Dwivedi
2022-09-07bpf: Add copy_map_value_long to copy to remote percpu memoryKumar Kartikeya Dwivedi
2022-09-07bpf/verifier: allow kfunc to return an allocated memBenjamin Tissoires
2022-09-07bpf: split btf_check_subprog_arg_match in twoBenjamin Tissoires
2022-09-06bpf: Allow struct argument in trampoline based programsYonghong Song
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-05bpf: Optimize rcu_barrier usage between hash map and bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Add percpu allocation support to bpf_mem_alloc.Alexei Starovoitov
2022-09-05bpf: Introduce any context BPF specific memory allocator.Alexei Starovoitov
2022-09-05net: phy: Add 1000BASE-KX interface modeSean Anderson
2022-09-05net: pcs: add new PCS driver for altera TSE PCSMaxime Chevallier
2022-09-02bpf: net: Change do_ipv6_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Change do_ip_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf: net: Change sk_getsockopt() to take the sockptr_t argumentMartin KaFai Lau
2022-09-02bpf, tnums: Warn against the usage of tnum_in(tnum_range(), ...)Shung-Hsi Yu
2022-09-02net: remove netif_tx_napi_add()Jakub Kicinski
2022-09-02net: bql: add more documentationEric Dumazet
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-31mm/rmap: Fix anon_vma->degree ambiguity leading to double-reuseJann Horn
2022-08-31Merge tag 'fscache-fixes-20220831' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-31Merge tag 'lsm-pr-20220829' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-08-31fscache: fix misdocumented parameterKhalid Masum
2022-08-31thunderbolt: Show link type for XDomain connections tooMika Westerberg
2022-08-30netlink: add helpers for extack attr presence checkingJakub Kicinski
2022-08-30netlink: add support for ext_ack missing attributesJakub Kicinski
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche
2022-08-29ethernet: Add helpers to recognize addresses mapped to IP multicastCasper Andersson
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2022-08-28Merge tag 'mm-hotfixes-stable-2022-08-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2022-08-28Revert "memcg: cleanup racy sum avoidance code"Shakeel Butt