summaryrefslogtreecommitdiff
path: root/kernel/bpf/sockmap.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-10/+9
2017-10-20bpf: enforce TCP only support for sockmapJohn Fastabend1-0/+6
2017-09-26bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann1-2/+2
2017-09-09bpf: add support for sockmap detach programsJohn Fastabend1-1/+1
2017-09-02bpf: sockmap update/simplify memory accounting schemeJohn Fastabend1-11/+7
2017-08-29bpf: fix oops on allocation failureDan Carpenter1-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend1-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend1-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend1-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend1-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-11/+14
2017-08-25strparser: initialize all callbacksEric Biggers1-5/+5
2017-08-20bpf: Allow selecting numa node during map creationMartin KaFai Lau1-3/+7
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann1-1/+2
2017-08-17bpf: sockmap state change warning fixJohn Fastabend1-0/+3
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend1-0/+792