summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2022-02-07bpf: Introduce bpf_jit_binary_pack_[alloc|finalize|free]Song Liu
2022-02-07bpf: Introduce bpf_arch_text_copySong Liu
2022-02-07bpf: Use size instead of pages in bpf_binary_headerSong Liu
2022-02-07bpf: Use bytes instead of pages for bpf_jit_[charge|uncharge]_modmemSong Liu
2022-02-04bpf: Implement bpf_core_types_are_compat().Matteo Croce
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson
2022-01-26bpf: remove unused static inlinesJakub Kicinski
2022-01-24bpf: Add bpf_copy_from_user_task() helperKenny Yu
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi
2022-01-21bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi
2022-01-21xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi
2022-01-21net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20ipv6: annotate accesses to fn->fn_sernumEric Dumazet
2022-01-20tcp: Add a stub for sk_defer_free_flush()Gal Pressman
2022-01-20ethtool: Fix link extended state for big endianMoshe Tal
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20delayacct: track delays from memory compactwangyong
2022-01-20delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang
2022-01-20delayacct: fix incomplete disable operation when switch enable to disableYang Yang
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver
2022-01-20uuid: remove licence boilerplate text from the headerAndy Shevchenko
2022-01-20uuid: discourage people from using UAPI header in new codeAndy Shevchenko
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu