summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/sockmap.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-07-211-3/+0Star
|\
| * bpf: sockmap: remove redundant pointer sgColin Ian King2018-07-181-3/+0Star
* | bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skbJohn Fastabend2018-07-081-2/+2
* | bpf: sockmap, consume_skb in close pathJohn Fastabend2018-07-081-1/+4
* | bpf: sockhash, disallow bpf_tcp_close and update in parallelJohn Fastabend2018-07-081-0/+15
* | bpf: sockmap, hash table is RCU so readers do not need locksJohn Fastabend2018-07-081-2/+0Star
* | bpf: sockmap, error path can not release psock in multi-map caseJohn Fastabend2018-07-081-11/+6Star
|/
* bpf: sockhash, add release routineJohn Fastabend2018-07-011-0/+1
* bpf: sockhash fix omitted bucket lock in sock_closeJohn Fastabend2018-07-011-49/+96
* bpf: sockmap, fix smap_list_map_remove when psock is in many mapsJohn Fastabend2018-07-011-12/+22
* bpf: sockmap, fix crash when ipv6 sock is addedJohn Fastabend2018-07-011-10/+48
* bpf: fix attach type BPF_LIRC_MODE2 dependency wrt CONFIG_CGROUP_BPFSean Young2018-06-261-0/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2018-05-251-2/+2
|\
| * bpf: allow sk_msg programs to read sock fieldsJohn Fastabend2018-05-181-0/+1
| * bpf: sockmap, fix double-freeGustavo A. R. Silva2018-05-171-1/+0Star
| * bpf: sockmap, fix uninitialized variableGustavo A. R. Silva2018-05-171-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-9/+9
|\ \ | |/ |/|
| * bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend2018-05-181-3/+3
| * bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend2018-05-181-6/+6
* | bpf: sockmap, on update propagate errors back to userspaceJohn Fastabend2018-05-171-1/+1
* | bpf: fix sock hashmap kmalloc warningYonghong Song2018-05-171-0/+6
* | bpf: sockmap, add hash map supportJohn Fastabend2018-05-151-15/+479
* | bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend2018-05-151-60/+88
|/
* bpf: sockmap, fix error handling in redirect failuresJohn Fastabend2018-05-031-16/+12Star
* bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend2018-05-031-4/+11
* bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend2018-05-031-2/+3
* bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend2018-04-241-2/+1Star
* bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend2018-04-241-0/+44
* bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend2018-04-241-2/+2
* bpf: sockmap remove dead checkJann Horn2018-04-201-3/+0Star
* bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-041-2/+4
* bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-041-0/+6
* bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-301-5/+8
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-301-18/+76
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-301-3/+195
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-191-14/+698
* sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-191-13/+10Star
* bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-141-1/+2
* bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-061-5/+14
* bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-061-67/+101
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-141-7/+1Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-121-2/+9
|\
| * bpf: sockmap missing NULL psock checkJohn Fastabend2018-01-071-2/+9
* | bpf: sockmap remove unused functionJohn Fastabend2018-01-041-8/+0Star
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-021-4/+12
|\
| * bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-011-4/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-301-1/+10
|\|
| * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-291-1/+2
| * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-291-2/+10
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-221-10/+18
|\|