index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
bpf
Age
Commit message (
Expand
)
Author
Lines
2020-06-30
bpf, netns: Keep attached programs in bpf_prog_array
Jakub Sitnicki
-38
/
+82
2020-06-30
flow_dissector: Pull BPF program assignment up to bpf-netns
Jakub Sitnicki
-2
/
+18
2020-06-30
bpf: Enforce BPF ringbuf size to be the power of 2
Andrii Nakryiko
-10
/
+8
2020-06-25
bpf: Do not allow btf_ctx_access with __int128 types
John Fastabend
-2
/
+2
2020-06-24
bpf: Add bpf_skc_to_tcp6_sock() helper
Yonghong Song
-10
/
+34
2020-06-23
bpf: Restore behaviour of CAP_SYS_ADMIN allowing the loading of networking bp...
Maciej Żenczykowski
-1
/
+1
2020-06-23
bpf: Set the number of exception entries properly for subprograms
Yonghong Song
-1
/
+9
2020-06-22
bpf: Set map_btf_{name, id} for all map types
Andrey Ignatov
-0
/
+60
2020-06-22
bpf: Support access to bpf map fields
Andrey Ignatov
-8
/
+120
2020-06-22
bpf: Switch btf_parse_vmlinux to btf_find_by_name_kind
Andrey Ignatov
-17
/
+6
2020-06-19
bpf: Avoid verifier failure for 32bit pointer arithmetic
Yonghong Song
-0
/
+5
2020-06-17
bpf: Don't return EINVAL from {get,set}sockopt when optlen > PAGE_SIZE
Stanislav Fomichev
-20
/
+33
2020-06-17
devmap: Use bpf_map_area_alloc() for allocating hash buckets
Toke Høiland-Jørgensen
-4
/
+6
2020-06-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
-20
/
+19
2020-06-12
bpf: Undo internal BPF_PROBE_MEM in BPF insns dump
Andrii Nakryiko
-5
/
+12
2020-06-10
Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-19
/
+6
2020-06-09
bpf: Devmap adjust uapi for attach bpf program
Jesper Dangaard Brouer
-13
/
+4
2020-06-09
bpf: cgroup: Allow multi-attach program to replace itself
Lorenz Bauer
-1
/
+1
2020-06-09
bpf: Reset data_meta before running programs attached to devmap entry
David Ahern
-0
/
+1
2020-06-09
mmap locking API: add mmap_read_trylock_non_owner()
Michel Lespinasse
-12
/
+5
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
-2
/
+2
2020-06-09
mm: introduce include/linux/pgtable.h
Mike Rapoport
-1
/
+1
2020-06-04
bpf: Fix an error code in check_btf_func()
Dan Carpenter
-1
/
+1
2020-06-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
-568
/
+3080
2020-06-03
bpf: make bpf_check_uarg_tail_zero() use check_zeroed_user()
Al Viro
-19
/
+6
2020-06-02
mm: remove vmalloc_user_node_flags
Christoph Hellwig
-10
/
+14
2020-06-02
mm: remove __vmalloc_node_flags_caller
Christoph Hellwig
-3
/
+2
2020-06-02
mm: remove the pgprot argument to __vmalloc
Christoph Hellwig
-3
/
+3
2020-06-01
bpf, cgroup: Return ENOLINK for auto-detached links on update
Jakub Sitnicki
-1
/
+1
2020-06-01
bpf: Add link-based BPF program attachment to network namespace
Jakub Sitnicki
-2
/
+245
2020-06-01
flow_dissector: Move out netns_bpf prog callbacks
Jakub Sitnicki
-0
/
+134
2020-06-01
net: Introduce netns_bpf for BPF programs attached to netns
Jakub Sitnicki
-3
/
+4
2020-06-01
bpf: Use tracing helpers for lsm programs
Jiri Olsa
-1
/
+1
2020-06-01
xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frame
Lorenzo Bianconi
-2
/
+2
2020-06-01
bpf: Change kvfree to kfree in generic_map_lookup_batch()
Denis Efremov
-1
/
+1
2020-06-01
xdp: Add xdp_txq_info to xdp_buff
David Ahern
-0
/
+3
2020-06-01
bpf: Add support to attach bpf program to a devmap entry
David Ahern
-4
/
+84
2020-06-01
devmap: Formalize map value as a named struct
David Ahern
-17
/
+28
2020-06-01
bpf: Implement BPF ring buffer and verifier support for it
Andrii Nakryiko
-50
/
+670
2020-06-01
bpf: Fix map permissions check
Anton Protopopov
-1
/
+2
2020-06-01
bpf: Extend bpf_base_func_proto helpers with probe_* and *current_task*
John Fastabend
-0
/
+24
2020-06-01
bpf: Fix spelling in comment explaining ARG1 in ___bpf_prog_run
Chris Packham
-1
/
+1
2020-06-01
bpf: Fix returned error sign when link doesn't support updates
Jakub Sitnicki
-1
/
+1
2020-06-01
Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...
Linus Torvalds
-9
/
+9
2020-05-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-18
/
+16
2020-05-29
bpf: Fix a verifier issue when assigning 32bit reg states to 64bit ones
John Fastabend
-5
/
+5
2020-05-29
bpf: Fix use-after-free in fmod_ret check
Alexei Starovoitov
-13
/
+11
2020-05-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
-3
/
+14
2020-05-21
bpf: Verifier track null pointer branch_taken with JNE and JEQ
John Fastabend
-3
/
+33
2020-05-21
xsk: Move xskmap.c to net/xdp/
Björn Töpel
-268
/
+0
[prev]
[next]