summaryrefslogtreecommitdiff
path: root/kernel/bpf
AgeCommit message (Expand)Author
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet
2019-06-15bpf, devmap: Add missing RCU read lock on flushToshiaki Makita
2019-06-15bpf, devmap: Add missing bulk queue freeToshiaki Makita
2019-06-15bpf, devmap: Fix premature entry free on destroying mapToshiaki Makita
2019-06-11bpf: lpm_trie: check left child of last leftmost node for NULLJonathan Lemon
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-06bpf: fix unconnected udp hooksDaniel Borkmann
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363Thomas Gleixner
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin
2019-05-24bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang
2019-05-24bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang
2019-05-24bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang
2019-05-24bpf: convert explored_states to hash tableAlexei Starovoitov
2019-05-24bpf: split explored_statesAlexei Starovoitov
2019-05-24bpf: cleanup explored_statesAlexei Starovoitov
2019-05-23bpf: bump jmp sequence limitAlexei Starovoitov
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-16bpf: relax inode permission check for retrieving bpf programChenbo Feng
2019-05-14bpf, lru: avoid messing with eviction heuristics upon syscall lookupDaniel Borkmann
2019-05-14bpf: add map_lookup_elem_sys_only for lookups from syscall sideDaniel Borkmann
2019-05-14bpf: devmap: fix use-after-free Read in __dev_map_entry_freeEric Dumazet
2019-05-13bpf: fix undefined behavior in narrow load handlingKrzesimir Nowak
2019-05-10bpf: fix out of bounds backwards jmps due to dead code removalDaniel Borkmann
2019-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-06Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-01bpf: switch to ->free_inode()Al Viro
2019-04-30bpf: Use vmalloc special flagRick Edgecombe
2019-04-27bpf: Introduce bpf sk local storageMartin KaFai Lau
2019-04-26bpf: add writable context for raw tracepointsMatt Mullins
2019-04-25bpf: mark registers in all frames after pkt/null checksPaul Chaignon