summaryrefslogtreecommitdiff
path: root/kernel/bpf/sockmap.c
Commit message (Expand)AuthorAge
* bpf: sockmap remove dead checkJann Horn2018-04-20
* bpf: sockmap, duplicates release calls may NULL sk_protJohn Fastabend2018-04-04
* bpf: sockmap, free memory on sock close with cork dataJohn Fastabend2018-04-04
* bpf: sockmap: initialize sg table entries properlyPrashant Bhole2018-03-30
* bpf: sockmap, BPF_F_INGRESS flag for BPF_SK_SKB_STREAM_VERDICT:John Fastabend2018-03-30
* bpf: sockmap redirect ingress supportJohn Fastabend2018-03-30
* bpf: create tcp_bpf_ulp allowing BPF to monitor socket TX/RX dataJohn Fastabend2018-03-19
* sockmap: convert refcnt to an atomic refcntJohn Fastabend2018-03-19
* bpf: fix sock_map_alloc() error pathEric Dumazet2018-02-13
* bpf: sockmap, fix leaking maps with attached but not detached progsJohn Fastabend2018-02-06
* bpf: sockmap, add sock close() hook to remove socksJohn Fastabend2018-02-06
* bpf: add helper for copying attrs to struct bpf_mapJakub Kicinski2018-01-14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-01-11
|\
| * bpf: sockmap missing NULL psock checkJohn Fastabend2018-01-07
* | bpf: sockmap remove unused functionJohn Fastabend2018-01-04
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-02
|\
| * bpf: remove SK_REDIRECT from UAPIJohn Fastabend2017-11-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-30
|\ \ | |/
| * bpf: rename sk_actions to align with bpf infrastructureJohn Fastabend2017-10-29
| * bpf: bpf_compute_data uses incorrect cb structureJohn Fastabend2017-10-29
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-22
|\ \ | |/
| * bpf: require CAP_NET_ADMIN when using sockmap mapsJohn Fastabend2017-10-20
| * bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend2017-10-20
| * bpf: enforce TCP only support for sockmapJohn Fastabend2017-10-20
* | bpf: Add file mode configuration into bpf mapsChenbo Feng2017-10-20
* | bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-26
|/
* bpf: add support for sockmap detach programsJohn Fastabend2017-09-08
* bpf: sockmap update/simplify memory accounting schemeJohn Fastabend2017-09-01
* bpf: fix oops on allocation failureDan Carpenter2017-08-28
* bpf: sockmap indicate sock events to listenersJohn Fastabend2017-08-28
* bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend2017-08-28
* bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend2017-08-28
* bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend2017-08-28
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-28
* strparser: initialize all callbacksEric Biggers2017-08-24
* bpf: Allow selecting numa node during map creationMartin KaFai Lau2017-08-19
* bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann2017-08-17
* bpf: sockmap state change warning fixJohn Fastabend2017-08-16
* bpf: sockmap with sk redirect supportJohn Fastabend2017-08-16