Age | Commit message (Expand) | Author |
2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2018-08-09 | xdp: fix bug in devmap teardown code path | Jesper Dangaard Brouer |
2018-08-09 | xdp: fix bug in cpumap teardown code path | Jesper Dangaard Brouer |
2018-08-08 | bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path | Daniel Borkmann |
2018-08-08 | bpf, sockmap: fix bpf_tcp_sendmsg sock error handling | Daniel Borkmann |
2018-07-27 | bpf: btf: Use exact btf value_size match in map_check_btf() | Martin KaFai Lau |
2018-07-24 | bpf: btf: Ensure the member->offset is in the right order | Martin KaFai Lau |
2018-07-20 | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h | Martin KaFai Lau |
2018-07-17 | Merge tag 'v4.18-rc5' into locking/core, to pick up fixes | Ingo Molnar |
2018-07-12 | bpf: don't leave partial mangled prog in jit_subprogs error path | Daniel Borkmann |
2018-07-11 | bpf: btf: Fix bitfield extraction for big endian | Okash Khawaja |
2018-07-07 | xdp: XDP_REDIRECT should check IFF_UP and MTU | Toshiaki Makita |
2018-07-07 | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb | John Fastabend |
2018-07-07 | bpf: sockmap, consume_skb in close path | John Fastabend |
2018-07-07 | bpf: sockhash, disallow bpf_tcp_close and update in parallel | John Fastabend |
2018-07-07 | bpf: sockmap, hash table is RCU so readers do not need locks | John Fastabend |
2018-07-07 | bpf: sockmap, error path can not release psock in multi-map case | John Fastabend |
2018-07-03 | bpf: hash map: decrement counter on error | Mauricio Vasquez B |
2018-07-01 | bpf: sockhash, add release routine | John Fastabend |
2018-07-01 | bpf: sockhash fix omitted bucket lock in sock_close | John Fastabend |
2018-07-01 | bpf: sockmap, fix smap_list_map_remove when psock is in many maps | John Fastabend |
2018-07-01 | bpf: sockmap, fix crash when ipv6 sock is added | John Fastabend |
2018-06-29 | bpf: undo prog rejection on read-only lock failure | Daniel Borkmann |
2018-06-26 | bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPF | Sean Young |
2018-06-21 | atomics/treewide: Rename __atomic_add_unless() => atomic_fetch_add_unless() | Mark Rutland |
2018-06-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller |
2018-06-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds |
2018-06-15 | xdp: Fix handling of devmap in generic XDP | Toshiaki Makita |
2018-06-15 | bpf: reject any prog that failed read-only lock | Daniel Borkmann |
2018-06-15 | bpf: fix panic in prog load calls cleanup | Daniel Borkmann |
2018-06-12 | treewide: Use array_size() in vzalloc() | Kees Cook |
2018-06-12 | treewide: kvzalloc() -> kvcalloc() | Kees Cook |
2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-06-08 | bpf: implement dummy fops for bpf objects | Daniel Borkmann |
2018-06-07 | bpf: reject passing modified ctx to helper functions | Daniel Borkmann |
2018-06-03 | bpf: implement bpf_get_current_cgroup_id() helper | Yonghong Song |
2018-06-03 | bpf/xdp: devmap can avoid calling ndo_xdp_flush | Jesper Dangaard Brouer |
2018-06-03 | xdp: add flags argument to ndo_xdp_xmit API | Jesper Dangaard Brouer |
2018-06-03 | bpf: fix context access in tracing progs on 32 bit archs | Daniel Borkmann |
2018-06-03 | bpf: avoid retpoline for lookup/update/delete calls on maps | Daniel Borkmann |
2018-06-03 | bpf: show prog and map id in fdinfo | Daniel Borkmann |
2018-06-03 | bpf: fixup error message from gpl helpers on license mismatch | Daniel Borkmann |
2018-06-02 | bpf: btf: Ensure t->type == 0 for BTF_KIND_FWD | Martin KaFai Lau |
2018-06-02 | bpf: btf: Check array t->size | Martin KaFai Lau |
2018-05-30 | bpf: devmap: remove redundant assignment of dev = dev | Colin Ian King |
2018-05-30 | media: rc: introduce BPF_PROG_LIRC_MODE2 | Sean Young |
2018-05-30 | bpf: bpf_prog_array_copy() should return -ENOENT if exclude_prog not found | Sean Young |
2018-05-28 | bpf: Hooks for sys_sendmsg | Andrey Ignatov |
2018-05-28 | bpf: avoid -Wmaybe-uninitialized warning | Arnd Bergmann |