| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 2019-11-25 | 15 | -370/+2446 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | | | bpf: Simplify __bpf_arch_text_poke poke type handling | Daniel Borkmann | 2019-11-24 | 2 | -15/+5 | |
| | * | | | | | | | | | | | | | | | | | bpf: Constant map key tracking for prog array pokes | Daniel Borkmann | 2019-11-24 | 1 | -9/+111 | |
| | * | | | | | | | | | | | | | | | | | bpf: Add poke dependency tracking for prog array maps | Daniel Borkmann | 2019-11-24 | 3 | -12/+200 | |
| | * | | | | | | | | | | | | | | | | | bpf: Add initial poke descriptor table for jit images | Daniel Borkmann | 2019-11-24 | 1 | -0/+34 | |
| | * | | | | | | | | | | | | | | | | | bpf: Move owner type, jited info into array auxiliary data | Daniel Borkmann | 2019-11-24 | 4 | -21/+43 | |
| | * | | | | | | | | | | | | | | | | | bpf: Move bpf_free_used_maps into sleepable section | Daniel Borkmann | 2019-11-24 | 2 | -20/+23 | |
| | * | | | | | | | | | | | | | | | | | bpf: Provide better register bounds after jmp32 instructions | Yonghong Song | 2019-11-24 | 1 | -0/+19 | |
| | * | | | | | | | | | | | | | | | | | xdp: Fix cleanup on map free for devmap_hash map type | Toke Høiland-Jørgensen | 2019-11-24 | 1 | -28/+46 | |
| | * | | | | | | | | | | | | | | | | | Revert "bpf: Emit audit messages upon successful prog load and unload" | Jakub Kicinski | 2019-11-23 | 2 | -32/+1 | |
| | * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Jakub Kicinski | 2019-11-22 | 5 | -16/+36 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-20 | 12 | -141/+1187 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size | Daniel Borkmann | 2019-11-20 | 1 | -4/+7 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Emit audit messages upon successful prog load and unload | Daniel Borkmann | 2019-11-20 | 2 | -1/+32 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Make array_map_mmap static | YueHaibing | 2019-11-19 | 1 | -1/+1 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY | Andrii Nakryiko | 2019-11-18 | 2 | -9/+148 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Convert bpf_prog refcnt to atomic64_t | Andrii Nakryiko | 2019-11-18 | 3 | -28/+14 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails | Andrii Nakryiko | 2019-11-18 | 5 | -40/+27 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Support attaching tracing BPF program to other BPF programs | Alexei Starovoitov | 2019-11-15 | 4 | -27/+147 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Compare BTF types of functions arguments with actual types | Alexei Starovoitov | 2019-11-15 | 3 | -3/+98 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Annotate context types | Alexei Starovoitov | 2019-11-15 | 3 | -6/+114 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Fix race in btf_resolve_helper_id() | Alexei Starovoitov | 2019-11-15 | 2 | -6/+28 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Introduce BPF trampoline | Alexei Starovoitov | 2019-11-15 | 6 | -8/+419 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Add bpf_arch_text_poke() helper | Alexei Starovoitov | 2019-11-15 | 1 | -0/+6 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Support doubleword alignment in bpf_jit_binary_alloc | Ilya Leoshkevich | 2019-11-15 | 1 | -0/+4 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Add array support to btf_struct_access | Martin KaFai Lau | 2019-11-07 | 1 | -29/+166 | |
| | | * | | | | | | | | | | | | | | | | | bpf: Account for insn->off when doing bpf_probe_read_kernel | Martin KaFai Lau | 2019-11-06 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-16 | 16 | -78/+172 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-09 | 3 | -5/+39 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-11-02 | 5 | -154/+246 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | bpf: Switch BPF probe insns to bpf_probe_read_kernel | Daniel Borkmann | 2019-11-02 | 1 | -4/+5 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Add probe_read_{user, kernel} and probe_read_{user, kernel}_str helpers | Daniel Borkmann | 2019-11-02 | 1 | -46/+135 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Make use of probe_user_write in probe write helper | Daniel Borkmann | 2019-11-02 | 1 | -4/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | xsk: Restructure/inline XSKMAP lookup/redirect/flush | Björn Töpel | 2019-11-02 | 1 | -48/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Implement map_gen_lookup() callback for XSKMAP | Maciej Fijalkowski | 2019-11-02 | 1 | -0/+17 | |
| | | * | | | | | | | | | | | | | | | | | | | xsk: Store struct xdp_sock as a flexible array member of the XSKMAP | Björn Töpel | 2019-11-02 | 1 | -32/+23 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Replace prog_raw_tp+btf_id with prog_tracing | Alexei Starovoitov | 2019-10-31 | 3 | -21/+63 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Fix bpf jit kallsym access | Alexei Starovoitov | 2019-10-31 | 1 | -3/+0 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Enforce 'return 0' in BTF-enabled raw_tp programs | Alexei Starovoitov | 2019-10-30 | 1 | -0/+5 | |
| | * | | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-11-02 | 14 | -35/+338 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | / / / | | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | | |/| | | | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2019-10-26 | 7 | -71/+611 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | | * | | | | | | | | | | | | | | | | | | | bpf: Prepare btf_ctx_access for non raw_tp use case | Martin KaFai Lau | 2019-10-24 | 4 | -64/+67 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Fix build error without CONFIG_NET | YueHaibing | 2019-10-18 | 1 | -0/+2 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Fix bpf_attr.attach_btf_id check | Alexei Starovoitov | 2019-10-18 | 1 | -6/+11 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Check types of arguments passed into helpers | Alexei Starovoitov | 2019-10-17 | 3 | -15/+101 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Add support for BTF pointers to x86 JIT | Alexei Starovoitov | 2019-10-17 | 3 | -1/+22 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Add support for BTF pointers to interpreter | Alexei Starovoitov | 2019-10-17 | 2 | -0/+27 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Attach raw_tp program with BTF via type name | Alexei Starovoitov | 2019-10-17 | 1 | -23/+47 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Implement accurate raw_tp context access via BTF | Alexei Starovoitov | 2019-10-17 | 3 | -4/+276 | |
| | | * | | | | | | | | | | | | | | | | | | | bpf: Add attach_btf_id attribute to program load | Alexei Starovoitov | 2019-10-17 | 1 | -4/+14 | |

