summaryrefslogtreecommitdiffstats
path: root/kernel/bpf
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | bpf: split explored_statesAlexei Starovoitov2019-05-241-18/+13Star
| * | | | | 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/+3Star
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1Star
| | * | | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451Thomas Gleixner2019-06-192-8/+2Star
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-06-185-9/+30
| |\ \ \ \ \ | | |/ / / / | |/| | | / | | | |_|/ | | |/| |
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-06-162-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-151-1/+0Star
| | |/ / /
| | * | | 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-072-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/+8Star
|/ / /
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner2019-05-307-28/+7Star
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1Star
| |/ |/|
* | 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-111-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-05-0813-229/+1619
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-031-30/+46
| |\
| * | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-272-4/+26
| * | bpf: add writable context for raw tracepointsMatt Mullins2019-04-272-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-181-0/+12
| * | bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer2019-04-181-7/+15
| * | bpf: cpumap use ptr_ring_consume_batchedJesper Dangaard Brouer2019-04-181-10/+11
| * | bpf: use BPF_CAST_CALL for casting bpf callPrashant Bhole2019-04-171-3/+2Star
| * | bpf: add map helper functions push, pop, peek in more BPF programsAlban Crequy2019-04-161-0/+6
| * | bpf: refactor "check_reg_arg" to eliminate code redundancyJiong Wang2019-04-131-6/+8
| * | bpf: factor out reg and stack slot propagation into "propagate_liveness_reg"Jiong Wang2019-04-131-10/+20
| * | bpf: refactor propagate_liveness to eliminate code redundanceJiong Wang2019-04-131-14/+20
| * | bpf: refactor propagate_liveness to eliminate duplicated for loopJiong Wang2019-04-131-3/+1Star
| * | bpf: Fix distinct pointer types warning for ARCH=i386Andrey Ignatov2019-04-131-1/+1
| * | bpf: Introduce bpf_strtol and bpf_strtoul helpersAndrey Ignatov2019-04-122-0/+135
| * | bpf: Introduce ARG_PTR_TO_{INT,LONG} arg typesAndrey Ignatov2019-04-121-0/+29
| * | bpf: Add file_pos field to bpf_sysctl ctxAndrey Ignatov2019-04-121-3/+51
| * | bpf: Introduce bpf_sysctl_{get,set}_new_value helpersAndrey Ignatov2019-04-121-1/+80