summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-01-31bpf: Make dst_port field in struct bpf_sock 16-bit wideJakub Sitnicki1-1/+2
2022-01-27bpf: reject program if a __user tagged memory accessed in kernel wayYonghong Song2-3/+11
2022-01-27compiler_types: define __user as __attribute__((btf_type_tag("user")))Yonghong Song1-0/+3
2022-01-27cgroup/bpf: fast path skb BPF filteringPavel Begunkov2-4/+33
2022-01-27i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2-3/+3
2022-01-27bpf: remove unused static inlinesJakub Kicinski2-15/+0
2022-01-25bpf: Add bpf_copy_from_user_task() helperKenny Yu2-0/+12
2022-01-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-84/+293
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-1/+1
2022-01-22net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi1-0/+18
2022-01-22bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen1-11/+19
2022-01-22bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron1-2/+14
2022-01-22bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2-0/+21
2022-01-22bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2-0/+6
2022-01-22xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi1-2/+16
2022-01-22net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi1-1/+32
2022-01-22xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi1-0/+29
2022-01-22net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi1-0/+1
2022-01-21bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu1-0/+9
2022-01-21ipv6: annotate accesses to fn->fn_sernumEric Dumazet1-1/+1
2022-01-21tcp: Add a stub for sk_defer_free_flush()Gal Pressman1-0/+4
2022-01-20ethtool: Fix link extended state for big endianMoshe Tal1-1/+1
2022-01-20net: fix information leakage in /proc/net/ptypeCongyu Liu1-0/+1
2022-01-20Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds6-8/+28
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds15-85/+145
2022-01-20delayacct: track delays from memory compactwangyong2-1/+33
2022-01-20delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang1-17/+0
2022-01-20delayacct: fix incomplete disable operation when switch enable to disableYang Yang1-0/+18
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang1-22/+22
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver1-3/+5
2022-01-20uuid: remove licence boilerplate text from the headerAndy Shevchenko1-9/+0
2022-01-20uuid: discourage people from using UAPI header in new codeAndy Shevchenko1-0/+1
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2022-01-20hash.h: remove unused define directiveIsabella Basso1-4/+1
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko1-14/+22
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao1-0/+1
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao1-2/+7
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2-0/+10
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko1-0/+9
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede1-2/+10
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang1-3/+2
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang1-8/+1
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang1-2/+5
2022-01-19bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2-4/+24
2022-01-19bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2-10/+15
2022-01-19bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu1-7/+9
2022-01-19uapi/bpf: Add missing description and returns for helper documentationUsama Arif1-0/+15
2022-01-19Merge tag 'f2fs-for-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-12/+15
2022-01-19Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2-3/+2