| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-22 | bpf: sockmap, fix transition through disconnect without close |  John Fastabend | 1 | -19/+41 |
| 2018-09-22 | bpf: sockmap only allow ESTABLISHED sock state |  John Fastabend | 1 | -1/+30 |
| 2018-09-12 | bpf/verifier: disallow pointer subtraction |  Alexei Starovoitov | 1 | -1/+1 |
| 2018-09-12 | bpf: btf: Fix end boundary calculation for type section |  Martin KaFai Lau | 1 | -1/+1 |
| 2018-09-02 | bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP |  John Fastabend | 1 | -1/+11 |
| 2018-08-28 | bpf: sockmap, decrement copied count correctly in redirect error case |  John Fastabend | 1 | -23/+22 |
| 2018-08-27 | bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg |  Daniel Borkmann | 1 | -3/+2 |
| 2018-08-27 | bpf, sockmap: fix potential use after free in bpf_tcp_close |  Daniel Borkmann | 1 | -1/+1 |
| 2018-08-23 | bpf: use per htab salt for bucket hash |  Daniel Borkmann | 1 | -10/+13 |
| 2018-08-22 | bpf: sockmap: write_space events need to be passed to TCP handler |  John Fastabend | 1 | -0/+3 |
| 2018-08-22 | bpf, sockmap: fix sock hash count in alloc_sock_hash_elem |  Daniel Borkmann | 1 | -1/+3 |
| 2018-08-22 | bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys |  Daniel Borkmann | 1 | -1/+3 |
| 2018-08-17 | bpf: fix redirect to map under tail calls |  Daniel Borkmann | 4 | -21/+4 |
| 2018-08-16 | bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist |  Daniel Borkmann | 1 | -49/+57 |
| 2018-08-16 | bpf, sockmap: fix map elem deletion race with smap_stop_sock |  Daniel Borkmann | 1 | -1/+4 |
| 2018-08-16 | bpf, sockmap: fix leakage of smap_psock_map_entry |  Daniel Borkmann | 1 | -2/+7 |
| 2018-08-16 | bpf: fix a rcu usage warning in bpf_prog_array_copy_core() |  Yonghong Song | 1 | -1/+1 |
| 2018-08-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next |  Linus Torvalds | 19 | -205/+1272 |
| 2018-08-13 | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -2/+2 |
| 2018-08-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 14 | -25/+478 |
| 2018-08-13 | bpf: decouple btf from seq bpf fs dump and enable more maps |  Daniel Borkmann | 11 | -40/+66 |
| 2018-08-11 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 3 | -14/+24 |
| 2018-08-11 | bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT |  Martin KaFai Lau | 1 | -0/+9 |
| 2018-08-11 | bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY |  Martin KaFai Lau | 4 | -1/+373 |
| 2018-08-10 | bpf: btf: add pretty print for hash/lru_hash maps |  Yonghong Song | 1 | -0/+44 |
| 2018-08-10 | bpf: fix bpffs non-array map seq_show issue |  Yonghong Song | 1 | -3/+5 |
| 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-08-07 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 8 | -124/+617 |
| 2018-08-07 | bpf: introduce update_effective_progs() |  Roman Gushchin | 1 | -54/+45 |
| 2018-08-03 | bpf: introduce the bpf_get_local_storage() helper function |  Roman Gushchin | 4 | -0/+41 |
| 2018-08-03 | bpf: don't allow create maps of cgroup local storages |  Roman Gushchin | 1 | -1/+2 |
| 2018-08-03 | bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE |  Roman Gushchin | 1 | -2/+6 |
| 2018-08-03 | bpf: extend bpf_prog_array to store pointers to the cgroup storage |  Roman Gushchin | 2 | -46/+51 |
| 2018-08-03 | bpf: allocate cgroup storage entries on attaching bpf programs |  Roman Gushchin | 1 | -4/+31 |
| 2018-08-03 | bpf: pass a pointer to a cgroup storage using pcpu variable |  Roman Gushchin | 1 | -0/+2 |
| 2018-08-03 | bpf: introduce cgroup storage maps |  Roman Gushchin | 4 | -0/+392 |
| 2018-08-03 | bpf: add ability to charge bpf maps memory dynamically |  Roman Gushchin | 1 | -15/+43 |
| 2018-08-02 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 2 | -2/+14 |
| 2018-07-31 | bpf: verifier: MOV64 don't mark dst reg unbounded |  Arthur Fabre | 1 | -2/+4 |
| 2018-07-27 | bpf: btf: Use exact btf value_size match in map_check_btf() |  Martin KaFai Lau | 1 | -1/+1 |
| 2018-07-24 | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net |  David S. Miller | 1 | -6/+10 |
| 2018-07-24 | bpf: btf: Ensure the member->offset is in the right order |  Martin KaFai Lau | 1 | -1/+13 |
| 2018-07-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next |  David S. Miller | 5 | -57/+178 |
| 2018-07-20 | bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h |  Martin KaFai Lau | 1 | -6/+10 |
| 2018-07-18 | bpf: offload: allow program and map sharing per-ASIC |  Jakub Kicinski | 1 | -7/+35 |
| 2018-07-18 | bpf: offload: keep the offload state per-ASIC |  Jakub Kicinski | 1 | -16/+63 |
| 2018-07-18 | bpf: offload: aggregate offloads per-device |  Jakub Kicinski | 1 | -45/+95 |