summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * selftests/bpf: Pass all BPF .o's through BPF static linkerAndrii Nakryiko2021-03-181-5/+6
| | * selftests/bpf: Re-generate vmlinux.h and BPF skeletons if bpftool changedAndrii Nakryiko2021-03-181-2/+3
| | * bpftool: Add `gen object` command to perform BPF static linkingAndrii Nakryiko2021-03-183-16/+100
| | * bpftool: Add ability to specify custom skeleton object nameAndrii Nakryiko2021-03-183-9/+44
| | * libbpf: Add BPF static linker BTF and BTF.ext supportAndrii Nakryiko2021-03-181-2/+767
| | * libbpf: Add BPF static linker APIsAndrii Nakryiko2021-03-186-11/+1215
| | * libbpf: Add generic BTF type shallow copy APIAndrii Nakryiko2021-03-183-0/+51
| | * libbpf: Extract internal set-of-strings datastructure APIsAndrii Nakryiko2021-03-184-195/+259
| | * libbpf: Rename internal memory-management helpersAndrii Nakryiko2021-03-184-21/+21
| | * libbpf: Generalize BTF and BTF.ext type ID and strings iterationAndrii Nakryiko2021-03-182-172/+228
| | * libbpf: Expose btf_type_by_id() internallyAndrii Nakryiko2021-03-182-1/+6
| |/
| * bpf, devmap: Move drop error path to devmap for XDP_REDIRECTLorenzo Bianconi2021-03-1822-200/+153
| * Merge branch 'Provide NULL and KERNEL_VERSION macros in bpf_helpers.h'Alexei Starovoitov2021-03-172-2/+15
| |\
| | * selftests/bpf: drop custom NULL #define in skb_pkt_end selftestAndrii Nakryiko2021-03-171-1/+0
| | * libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.hAndrii Nakryiko2021-03-171-1/+15
| |/
| * bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitlyYonghong Song2021-03-172-0/+13
| * selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_idRavi Bangoria2021-03-171-1/+5
| * selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-161-2/+2
| * Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode'Alexei Starovoitov2021-03-166-7/+13
| |\
| | * selftests/bpf: Build everything in debug modeAndrii Nakryiko2021-03-161-2/+5
| | * selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver testAndrii Nakryiko2021-03-161-2/+2
| | * bpftool: Fix maybe-uninitialized warningsAndrii Nakryiko2021-03-163-3/+5
| | * libbpf: Add explicit padding to bpf_xdp_set_link_optsAndrii Nakryiko2021-03-161-0/+1
| |/
| * bpf: Make symbol 'bpf_task_storage_busy' staticWei Yongjun2021-03-161-1/+1
| * kernel/bpf/: Fix misspellings using codespell toolLiu xuzhi2021-03-161-1/+1
| * s390/bpf: Implement new atomic opsIlya Leoshkevich2021-03-161-9/+55
| * bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array...Pedro Tammela2021-03-151-5/+0
| * samples: bpf: Fix a spelling typo in do_hbm_test.shMasanari Iida2021-03-151-1/+1
| * libbpf: Avoid inline hint definition from 'linux/stddef.h'Pedro Tammela2021-03-151-2/+3
| * bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockoptManu Bretelle2021-03-153-0/+56
| * Merge branch 'libbpf/xsk cleanups'Andrii Nakryiko2021-03-103-78/+68
| |\
| | * libbpf: xsk: Move barriers from libbpf_util.h to xsk.hBjörn Töpel2021-03-103-85/+68
| | * libbpf: xsk: Remove linux/compiler.h headerBjörn Töpel2021-03-101-10/+17
| |/
| * bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-101-1/+1
| * selftests/bpf: Fix warning comparing pointer to 0Jiapeng Chong2021-03-101-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251022-4635/+8206
|\ \
| * \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-03-2520-42/+230
| |\ \
| | * | mailmap: update Andrey Konovalov's email addressAndrey Konovalov2021-03-251-0/+1
| | * | mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny2021-03-251-2/+2
| | * | mm: memblock: fix section mismatch warning againMike Rapoport2021-03-251-2/+2
| | * | kfence: make compatible with kmemleakMarco Elver2021-03-252-1/+11
| | * | gcov: fix clang-11+ supportNick Desaulniers2021-03-251-0/+69
| | * | ia64: fix format strings for err_injectSergei Trofimovich2021-03-251-11/+11
| | * | ia64: mca: allocate early mca with GFP_ATOMICSergei Trofimovich2021-03-251-1/+1
| | * | squashfs: fix xattr id and id lookup sanity checksPhillip Lougher2021-03-252-4/+8
| | * | squashfs: fix inode lookup sanity checksSean Nyekjaer2021-03-252-2/+7
| | * | z3fold: prevent reclaim/free race for headless pagesThomas Hebb2021-03-251-1/+15
| | * | selftests/vm: fix out-of-tree buildRong Chen2021-03-251-2/+2
| | * | mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson2021-03-252-5/+28
| | * | kasan: fix per-page tags for non-page_alloc pagesAndrey Konovalov2021-03-251-3/+15