summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAge
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-11
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-07-08
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-07-03
| | |\
| | | * bpf: fix BPF_ALU32 | BPF_ARSH on BE archesJiong Wang2019-06-26
| | | * bpf: fix NULL deref in btf_type_is_resolve_source_onlyStanislav Fomichev2019-06-24
| * | | bpf: cgroup: Fix build error without CONFIG_NETYueHaibing2019-07-08
| * | | bpf: fix precision trackingAlexei Starovoitov2019-07-03
| * | | devmap: Allow map lookups from eBPFToke Høiland-Jørgensen2019-06-28
| * | | devmap/cpumap: Use flush list instead of bitmapToke Høiland-Jørgensen2019-06-28
| * | | xskmap: Move non-standard list manipulation to helperToke Høiland-Jørgensen2019-06-28
| * | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-27
| * | | bpf: fix cgroup bpf release synchronizationRoman Gushchin2019-06-27
| * | | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-25
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-22
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-20
| |\ \ \
| | * | | bpf: precise scalar_value trackingAlexei Starovoitov2019-06-18
| | * | | bpf: fix callees pruning callersAlexei Starovoitov2019-06-18
| | * | | bpf: introduce bounded loopsAlexei Starovoitov2019-06-18
| | * | | bpf: extend is_branch_taken to registersAlexei Starovoitov2019-06-18
| | * | | bpf: track spill/fill of constantsAlexei Starovoitov2019-06-18
| | * | | bpf: silence warning messages in coreValdis Klētnieks2019-06-12
| | * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-11
| | * | | bpf: remove redundant assignment to errColin Ian King2019-06-04
| * | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-19
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-17
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-07
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-31
| * | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-31
| * | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-31
| * | | | | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-05-31
| * | | | | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-05-31
| * | | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-31
| * | | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-29
| * | | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-29
| * | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-28
| * | | | | bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang2019-05-24
| * | | | | bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-24
| * | | | | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-24
| * | | | | bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang2019-05-24
| * | | | | bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-24
| * | | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-23
| * | | | | bpf: split explored_statesAlexei Starovoitov2019-05-23
| * | | | | bpf: cleanup explored_statesAlexei Starovoitov2019-05-23
| * | | | | bpf: bump jmp sequence limitAlexei Starovoitov2019-05-23
* | | | | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-03
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-21
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-19
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2019-06-19
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-17
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-15
| | |\ \ \