summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | bpf: implement getsockopt and setsockopt hooksStanislav Fomichev2019-06-274-0/+369
| * | | bpf: fix cgroup bpf release synchronizationRoman Gushchin2019-06-271-1/+18
| * | | xdp: Add tracepoint for bulk XDP_TXToshiaki Makita2019-06-251-0/+1
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-223-12/+3
| |\| |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-06-204-71/+734
| |\ \ \
| | * | | bpf: precise scalar_value trackingAlexei Starovoitov2019-06-191-11/+480
| | * | | bpf: fix callees pruning callersAlexei Starovoitov2019-06-191-5/+6
| | * | | bpf: introduce bounded loopsAlexei Starovoitov2019-06-191-12/+131
| | * | | bpf: extend is_branch_taken to registersAlexei Starovoitov2019-06-191-15/+19
| | * | | bpf: track spill/fill of constantsAlexei Starovoitov2019-06-191-25/+65
| | * | | bpf: silence warning messages in coreValdis Klētnieks2019-06-121-0/+1
| | * | | bpf: Allow bpf_map_lookup_elem() on an xskmapJonathan Lemon2019-06-102-2/+31
| | * | | bpf: remove redundant assignment to errColin Ian King2019-06-042-2/+2
| * | | | xdp: page_pool related fix to cpumapJesper Dangaard Brouer2019-06-191-0/+3
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-1711-80/+36
| |\ \ \ \
| * \ \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078-33/+8
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin2019-05-3111-56/+17
| * | | | | bpf: rework memlock-based memory accounting for mapsRoman Gushchin2019-05-3111-82/+100
| * | | | | bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin2019-05-3111-25/+26
| * | | | | bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin2019-05-311-2/+9
| * | | | | bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo2019-05-311-5/+20
| * | | | | bpf: cgroup inet skb programs can return 0 to 3brakmo2019-05-312-3/+25
| * | | | | bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev2019-05-291-11/+17
| * | | | | bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev2019-05-291-24/+13
| * | | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-281-4/+37
| * | | | | bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang2019-05-241-11/+57
| * | | | | bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang2019-05-241-1/+3
| * | | | | bpf: verifier: insert zero extension according to analysis resultJiong Wang2019-05-242-0/+50
| * | | | | bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang2019-05-241-4/+33
| * | | | | bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang2019-05-241-13/+160
| * | | | | bpf: convert explored_states to hash tableAlexei Starovoitov2019-05-241-5/+18
| * | | | | bpf: split explored_statesAlexei Starovoitov2019-05-241-18/+13
| * | | | | bpf: cleanup explored_statesAlexei Starovoitov2019-05-241-9/+20
| * | | | | bpf: bump jmp sequence limitAlexei Starovoitov2019-05-231-3/+4
* | | | | | Merge branch 'timers/vdso' into timers/coreThomas Gleixner2019-07-037-21/+33
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-213-12/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2019-06-192-8/+2
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-175-9/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-152-4/+14
| | |\ \ \
| | | * | | bpf, devmap: Add missing RCU read lock on flushToshiaki Makita2019-06-151-0/+4
| | | * | | bpf, devmap: Add missing bulk queue freeToshiaki Makita2019-06-151-0/+1
| | | * | | bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita2019-06-151-2/+2
| | | * | | bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon2019-06-111-2/+7
| | * | | | sysctl: define proc_do_static_key()Eric Dumazet2019-06-141-1/+0
| | |/ / /
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-072-4/+16
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | bpf: fix unconnected udp hooksDaniel Borkmann2019-06-062-4/+16
* | | | | timekeeping: Use proper clock specifier names in functionsJason A. Donenfeld2019-06-221-1/+1
|/ / / /
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner2019-06-051-1/+1
* | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-058-72/+8
|/ / /