summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
AgeCommit message (Expand)AuthorFilesLines
2019-06-04bpf: remove redundant assignment to errColin Ian King2-2/+2
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin11-56/+17
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin11-82/+100
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin11-25/+26
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo1-5/+20
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo2-3/+25
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner7-28/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev1-11/+17
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev1-24/+13
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin1-4/+37
2019-05-24bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang1-11/+57
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang1-1/+3
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang2-0/+50
2019-05-24bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang1-4/+33
2019-05-24bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang1-13/+160
2019-05-24bpf: convert explored_states to hash tableAlexei Starovoitov1-5/+18
2019-05-24bpf: split explored_statesAlexei Starovoitov1-18/+13
2019-05-24bpf: cleanup explored_statesAlexei Starovoitov1-9/+20
2019-05-23bpf: bump jmp sequence limitAlexei Starovoitov1-3/+4
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng1-1/+1
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann1-5/+18
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann1-1/+4
2019-05-14bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet1-0/+3
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak1-1/+1
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann1-2/+2
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds13-229/+1619
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-8/+2
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+0
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-30/+46
2019-05-01bpf: switch to ->free_inode()Al Viro1-8/+2
2019-04-30bpf: Use vmalloc special flagRick Edgecombe1-1/+0
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau2-4/+26
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins2-2/+37
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon1-30/+46
2019-04-25bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev1-0/+2
2019-04-23bpf: drop bpf_verifier_lockAlexei Starovoitov1-3/+5
2019-04-23bpf: remove global variablesAlexei Starovoitov1-12/+13
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer1-0/+12
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer1-7/+15
2019-04-17bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer1-10/+11
2019-04-16bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole1-3/+2
2019-04-16bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy1-0/+6
2019-04-12bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang1-6/+8
2019-04-12bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang1-10/+20
2019-04-12bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang1-14/+20
2019-04-12bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang1-3/+1