summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* i40e: xsk: Move tmp desc array from driver to poolMagnus Karlsson2022-01-272-3/+3
* bpf: remove unused static inlinesJakub Kicinski2022-01-262-15/+0
* bpf: Add bpf_copy_from_user_task() helperKenny Yu2022-01-242-0/+12
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2022-01-249-84/+293
|\
| * net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi2022-01-211-0/+18
| * bpf: generalise tail call map compatibility checkToke Hoiland-Jorgensen2022-01-211-11/+19
| * bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron2022-01-211-2/+14
| * bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi2022-01-212-0/+21
| * bpf: introduce BPF_F_XDP_HAS_FRAGS flag in prog_flags loading the ebpf programLorenzo Bianconi2022-01-212-0/+6
| * xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi2022-01-211-2/+16
| * net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi2022-01-211-1/+32
| * xdp: introduce flags field in xdp_buff/xdp_frameLorenzo Bianconi2022-01-211-0/+29
| * net: skbuff: add size metadata to skb_shared_info for xdpLorenzo Bianconi2022-01-211-0/+1
| * bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu2022-01-201-0/+9
| * bpf: Add cgroup helpers bpf_{get,set}_retval to get/set syscall return valueYiFei Zhu2022-01-192-4/+24
| * bpf: Move getsockopt retval to struct bpf_cg_run_ctxYiFei Zhu2022-01-192-10/+15
| * bpf: Make BPF_PROG_RUN_ARRAY return -err instead of allow booleanYiFei Zhu2022-01-191-7/+9
| * uapi/bpf: Add missing description and returns for helper documentationUsama Arif2022-01-191-0/+15
| * net/netfilter: Add unstable CT lookup helpers for XDP and TC-BPFKumar Kartikeya Dwivedi2022-01-181-0/+23
| * bpf: Add reference tracking support to kfuncKumar Kartikeya Dwivedi2022-01-181-0/+5
| * bpf: Introduce mem, size argument pair support for kfuncKumar Kartikeya Dwivedi2022-01-181-0/+2
| * bpf: Remove check_kfunc_call callback and old kfunc BTF ID APIKumar Kartikeya Dwivedi2022-01-182-52/+0
| * bpf: Populate kfunc BTF ID sets in struct btfKumar Kartikeya Dwivedi2022-01-182-6/+46
* | bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu2022-01-241-1/+1
* | ipv6: annotate accesses to fn->fn_sernumEric Dumazet2022-01-201-1/+1
* | tcp: Add a stub for sk_defer_free_flush()Gal Pressman2022-01-201-0/+4
* | ethtool: Fix link extended state for big endianMoshe Tal2022-01-201-1/+1
* | net: fix information leakage in /proc/net/ptypeCongyu Liu2022-01-201-0/+1
* | Merge tag 'net-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-206-8/+28
|\ \
| * \ Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2022-01-182-4/+9
| |\ \
| | * | bpf: Fix ringbuf memory type confusion when passing to helpersDaniel Borkmann2022-01-191-2/+7
| | * | bpf: Generalize check_ctx_reg for reuse with other typesDaniel Borkmann2022-01-191-2/+2
| | |/
| * | net_sched: restore "mpu xxx" handlingKevin Bracey2022-01-131-0/+5
| * | inet: frags: annotate races around fqdir->dead and fqdir->high_threshEric Dumazet2022-01-132-3/+11
| * | net: sched: do not allocate a tracker in tcf_exts_init()Eric Dumazet2022-01-111-1/+3
| |/
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2015-85/+145
|\ \
| * | delayacct: track delays from memory compactwangyong2022-01-202-1/+33
| * | delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2022-01-201-17/+0
| * | delayacct: fix incomplete disable operation when switch enable to disableYang Yang2022-01-201-0/+18
| * | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-22/+22
| * | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-3/+5
| * | uuid: remove licence boilerplate text from the headerAndy Shevchenko2022-01-201-9/+0
| * | uuid: discourage people from using UAPI header in new codeAndy Shevchenko2022-01-201-0/+1
| * | kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * | hash.h: remove unused define directiveIsabella Basso2022-01-201-4/+1
| * | list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko2022-01-201-14/+22
| * | kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-201-0/+1
| * | tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-201-2/+7
| * | fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-202-0/+10
| * | kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9