summaryrefslogtreecommitdiffstats
path: root/kernel/bpf/sockmap.c
AgeCommit message (Expand)AuthorLines
2017-09-08bpf: add support for sockmap detach programsJohn Fastabend-1/+1
2017-09-01bpf: sockmap update/simplify memory accounting schemeJohn Fastabend-11/+7
2017-08-28bpf: fix oops on allocation failureDan Carpenter-0/+1
2017-08-28bpf: sockmap indicate sock events to listenersJohn Fastabend-0/+6
2017-08-28bpf: harden sockmap program attach to ensure correct map typeJohn Fastabend-0/+3
2017-08-28bpf: sockmap add missing rcu_read_(un)lock in smap_data_readyJohn Fastabend-3/+6
2017-08-28bpf: sockmap, remove STRPARSER map_flags and add multi-map supportJohn Fastabend-104/+165
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-11/+14
2017-08-24strparser: initialize all callbacksEric Biggers-5/+5
2017-08-19bpf: Allow selecting numa node during map creationMartin KaFai Lau-3/+7
2017-08-17bpf: don't enable preemption twice in smap_do_verdictDaniel Borkmann-1/+2
2017-08-16bpf: sockmap state change warning fixJohn Fastabend-0/+3
2017-08-16bpf: sockmap with sk redirect supportJohn Fastabend-0/+792