summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
* 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/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
| * | | 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
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-078-33/+8
|\| |
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-307-28/+7
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* | | 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 tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-05-211-0/+1
|\ \ | |/ |/|
| * treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* | bpf: relax inode permission check for retrieving bpf programChenbo Feng2019-05-161-1/+1
* | bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann2019-05-141-5/+18
* | bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann2019-05-141-1/+4
* | bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet2019-05-141-0/+3
|/
* bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak2019-05-131-1/+1
* bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann2019-05-101-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0713-229/+1619
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-021-30/+46
| |\
| * | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-272-4/+26
| * | bpf: add writable context for raw tracepointsMatt Mullins2019-04-262-2/+37
| * | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+2
| * | bpf: drop bpf_verifier_lockAlexei Starovoitov2019-04-231-3/+5
| * | bpf: remove global variablesAlexei Starovoitov2019-04-231-12/+13
| * | bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer2019-04-171-0/+12