aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-12-05bpf: Change insn_offset to insn_off in bpf_func_infoMartin KaFai Lau2-10/+10
2018-12-05bpf: Improve the info.func_info and info.func_info_rec_size behaviorMartin KaFai Lau2-27/+21
2018-12-05tools: bpftool: add a command to dump the trace pipeQuentin Monnet5-4/+176
2018-12-05Merge branch 'bpf-jit-overridable-alloc'Daniel Borkmann3-3/+29
2018-12-05arm64/bpf: don't allocate BPF JIT programs in module memoryArd Biesheuvel2-1/+17
2018-12-05bpf: add __weak hook for allocating executable memoryArd Biesheuvel1-2/+12
2018-12-04Merge branch 'prog_test_run-improvement'Alexei Starovoitov7-7/+120
2018-12-04selftests: add a test for bpf_prog_test_run_xattrLorenz Bauer1-1/+54
2018-12-04libbpf: add bpf_prog_test_run_xattrLorenz Bauer3-0/+43
2018-12-04tools: sync uapi/linux/bpf.hLorenz Bauer1-2/+5
2018-12-04bpf: respect size hint to BPF_PROG_TEST_RUN if presentLorenz Bauer2-4/+18
2018-12-03samples: bpf: fix: seg fault with NULL pointer argDaniel T. Lee1-1/+3
2018-12-03bpf: fix documentation for eBPF helpersQuentin Monnet1-45/+45
2018-12-03bpf: allow BPF read access to qdisc pkt_lenPetar Penkov4-0/+50
2018-12-03libbpf: Fix license in README.rstAndrey Ignatov1-1/+1
2018-12-02bpf: Fix memleak in aux->func_info and aux->btfMartin KaFai Lau1-0/+2
2018-11-30Merge branch 'xdp1-improvements'Alexei Starovoitov1-12/+15
2018-11-30samples: bpf: get ifindex from ifnameMatteo Croce1-2/+7
2018-11-30samples: bpf: improve xdp1 exampleMatteo Croce1-10/+8
2018-11-30Merge branch 'improve-test-coverage-sparc'Alexei Starovoitov8-25/+128
2018-11-30bpf: Apply F_NEEDS_EFFICIENT_UNALIGNED_ACCESS to more ACCEPT test cases.David Miller1-0/+17
2018-11-30bpf: Make more use of 'any' alignment in test_verifier.cDavid Miller1-0/+44
2018-11-30bpf: Adjust F_NEEDS_EFFICIENT_UNALIGNED_ACCESS handling in test_verifier.cDavid Miller1-18/+24
2018-11-30bpf: Add BPF_F_ANY_ALIGNMENT.David Miller8-9/+45
2018-11-30bpf: Fix verifier log string check for bad alignment.David Miller1-1/+1
2018-11-30Merge branch 'bpftool-fixes'Alexei Starovoitov6-65/+129
2018-11-30tools: bpftool: add owner_prog_type and owner_jited to bpftool outputQuentin Monnet3-26/+75
2018-11-30tools: bpftool: mark offloaded programs more explicitly in plain outputQuentin Monnet1-1/+1
2018-11-30tools: bpftool: fix bash completion for new map types (queue and stack)Quentin Monnet1-1/+1
2018-11-30tools: bpftool: fix bash completion for bpftool prog (attach|detach)Quentin Monnet1-24/+49
2018-11-30tools: bpftool: use "/proc/self/" i.o. crafting links with getpid()Quentin Monnet2-13/+3
2018-11-30arm64/bpf: use movn/movk/movk sequence to generate kernel addressesArd Biesheuvel1-11/+6
2018-11-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller25-115/+760
2018-11-30tools/bpf: make libbpf _GNU_SOURCE friendlyYonghong Song2-0/+3
2018-11-29net: Don't default Aquantia USB driver to 'y'David S. Miller1-1/+0
2018-11-29net: explain __skb_checksum_complete() with commentsCong Wang2-1/+18
2018-11-29tcp: remove loop to compute wscaleEric Dumazet1-5/+3
2018-11-29qede - Add a statistic for a case where driver drops tx packet due to memory allocation failure.Michael Shteinbok3-2/+4
2018-11-29dpaa2-eth: Add "fall through" commentsIoana Ciocoi Radulescu1-0/+2
2018-11-29Merge branch 'ave-suspend-resume'David S. Miller1-1/+59
2018-11-29net: ethernet: ave: Preserve wol state in suspend/resume sequenceKunihiko Hayashi1-0/+10
2018-11-29net: ethernet: ave: Set initial wol state to disabledKunihiko Hayashi1-1/+5
2018-11-29net: ethernet: ave: Add suspend/resume supportKunihiko Hayashi1-0/+44
2018-11-28Merge tag 'linux-can-next-for-4.21-20181128' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller12-92/+402
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller121-1064/+2189
2018-11-28bpf: Fix various lib and testsuite build failures on 32-bit.David Miller2-6/+6
2018-11-28selftests/bpf: add config fragment CONFIG_FTRACE_SYSCALLSNaresh Kamboju1-0/+1
2018-11-28Merge branch 'bpf-sk-msg-pop-data'Daniel Borkmann8-24/+406
2018-11-28bpf: test_sockmap, add options for msg_pop_data() helperJohn Fastabend2-17/+180
2018-11-28bpf: add msg_pop_data helper to toolsJohn Fastabend2-1/+17