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