summaryrefslogtreecommitdiff
path: root/kernel/bpf/sockmap.c
AgeCommit message (Expand)Author
2018-05-18bpf: parse and verdict prog attach may race with bpf map updateJohn Fastabend
2018-05-18bpf: sockmap update rollback on error can incorrectly dec prog refcntJohn Fastabend
2018-05-02bpf: sockmap, fix error handling in redirect failuresJohn Fastabend
2018-05-02bpf: sockmap, zero sg_size on error when buffer is releasedJohn Fastabend
2018-05-02bpf: sockmap, fix scatterlist update on error path in send with applyJohn Fastabend
2018-04-24bpf: sockmap, fix double page_put on ENOMEM error in redirect pathJohn Fastabend
2018-04-24bpf: sockmap, sk_wait_event needed to handle blocking casesJohn Fastabend
2018-04-24bpf: sockmap, map_release does not hold refcnt for pinned mapsJohn Fastabend
2018-04-20bpf: sockmap remove dead checkJann Horn
2018-04-04bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend
2018-04-04bpf: sockmap, free memory on sock close with cork dataJohn Fastabend
2018-03-30bpf: sockmap: initialize sg table entries properlyPrashant Bhole
2018-03-30bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend
2018-03-30bpf: sockmap redirect ingress supportJohn Fastabend
2018-03-19bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend
2018-03-19sockmap: convert refcnt to an atomic refcntJohn Fastabend
2018-02-13bpf: fix sock_map_alloc() error pathEric Dumazet
2018-02-06bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend
2018-02-06bpf: sockmap, add sock close() hook to remove socksJohn Fastabend
2018-01-14bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski
2018-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-01-07bpf: sockmap missing NULL psock checkJohn Fastabend
2018-01-04bpf: sockmap remove unused functionJohn Fastabend
2017-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-11-01bpf: remove SK_REDIRECT from UAPIJohn Fastabend
2017-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-29bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend
2017-10-29bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend
2017-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-20bpf: Add file mode configuration into bpf mapsChenbo Feng
2017-10-20bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend
2017-08-28bpf: fix oops on allocation failureDan Carpenter
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend
2017-08-24strparser: initialize all callbacksEric Biggers
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann
2017-08-16bpf: sockmap state change warning fixJohn Fastabend
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend