aboutsummaryrefslogtreecommitdiffstatshomepage
AgeCommit message (Expand)AuthorFilesLines
2021-03-26Merge branch 'bpf: Support calling kernel function'Alexei Starovoitov25-319/+1334
2021-03-26bpf: selftests: Add kfunc_call testMartin KaFai Lau6-0/+183
2021-03-26bpf: selftests: Bpf_cubic and bpf_dctcp calling kernel functionsMartin KaFai Lau3-46/+11
2021-03-26bpf: selftests: Rename bictcp to bpf_cubicMartin KaFai Lau1-15/+15
2021-03-26libbpf: Support extern kernel functionMartin KaFai Lau1-12/+162
2021-03-26libbpf: Record extern sym relocation firstMartin KaFai Lau1-29/+34
2021-03-26libbpf: Rename RELO_EXTERN to RELO_EXTERN_VARMartin KaFai Lau1-3/+3
2021-03-26libbpf: Refactor codes for finding btf id of a kernel symbolMartin KaFai Lau1-11/+33
2021-03-26libbpf: Refactor bpf_object__resolve_ksyms_btf_idMartin KaFai Lau1-57/+67
2021-03-26bpf: tcp: Put some tcp cong functions in allowlist for bpf-tcp-ccMartin KaFai Lau1-0/+41
2021-03-26tcp: Rename bictcp function prefix to cubictcpMartin KaFai Lau1-12/+12
2021-03-26bpf: Support kernel function call in x86-32Martin KaFai Lau1-0/+198
2021-03-26bpf: Support bpf program calling kernel functionMartin KaFai Lau13-46/+480
2021-03-26bpf: Refactor btf_check_func_arg_matchMartin KaFai Lau4-77/+95
2021-03-26bpf: Simplify freeing logic in linfo and jited_linfoMartin KaFai Lau4-28/+17
2021-03-26libbpf: Preserve empty DATASEC BTFs during static linkingAndrii Nakryiko1-1/+12
2021-03-26bpf: struct sock is declared twice in bpf_sk_storage headerWan Jiabing1-1/+0
2021-03-25bpf: Remove unused headersLu Wei2-2/+0
2021-03-25libbpf: Add bpf object kern_version attribute setterRafael David Tinoco3-0/+12
2021-03-25Merge branch 'add support for batched ops in LPM trie'Alexei Starovoitov2-0/+161
2021-03-25bpf: selftests: Add tests for batched ops in LPM trie mapsPedro Tammela1-0/+158
2021-03-25bpf: Add support for batched ops in LPM trie mapsPedro Tammela1-0/+3
2021-03-25selftests/bpf: Better error messages for ima_setup.sh failuresKP Singh1-2/+4
2021-03-25bpf: Fix NULL pointer dereference in bpf_get_local_storage() helperYonghong Song5-19/+86
2021-03-26libbpf: Constify few bpf_program gettersAndrii Nakryiko2-4/+4
2021-03-26bpf: Fix typo 'accesible' into 'accessible'Ricardo Ribalda1-1/+1
2021-03-26bpf: Undo ptr_to_map_key alu sanitation for nowDaniel Borkmann1-14/+0
2021-03-25Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller65-738/+3200
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1022-4635/+8206
2021-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds20-42/+230
2021-03-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds3-4/+6
2021-03-25Merge tag 'mfd-fixes-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfdLinus Torvalds1-2/+4
2021-03-25Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds15-20/+83
2021-03-25mailmap: update the email address for Chris ChiuChris Chiu1-0/+2
2021-03-25mailmap: update Andrey Konovalov's email addressAndrey Konovalov1-0/+1
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny1-2/+2
2021-03-25mm: memblock: fix section mismatch warning againMike Rapoport1-2/+2
2021-03-25kfence: make compatible with kmemleakMarco Elver2-1/+11
2021-03-25gcov: fix clang-11+ supportNick Desaulniers1-0/+69
2021-03-25ia64: fix format strings for err_injectSergei Trofimovich1-11/+11
2021-03-25ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich1-1/+1
2021-03-25squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2-4/+8
2021-03-25squashfs: fix inode lookup sanity checksSean Nyekjaer2-2/+7
2021-03-25z3fold: prevent reclaim/free race for headless pagesThomas Hebb1-1/+15
2021-03-25selftests/vm: fix out-of-tree buildRong Chen1-2/+2
2021-03-25mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2-5/+28
2021-03-25kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov1-3/+15
2021-03-25hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin3-8/+58
2021-03-25RDMA/cxgb4: Fix adapter LE hash errors while destroying ipv6 listening serverPotnuri Bharat Teja1-2/+2
2021-03-25arm64: kernel: disable CNP on CarmelRich Wiley5-2/+27