aboutsummaryrefslogtreecommitdiffstats
path: root/samples/sockmap/sockmap_user.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-30bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT testsJohn Fastabend1-0/+23
2018-03-30bpf: sockmap, add BPF_F_INGRESS testsJohn Fastabend1-0/+35
2018-03-19bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend1-0/+32
2018-03-19bpf: sockmap add SK_DROP testsJohn Fastabend1-16/+46
2018-03-19bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend1-0/+19
2018-03-19bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend1-1/+18
2018-03-19bpf: sockmap sample, add data verification optionJohn Fastabend1-34/+84
2018-03-19bpf: sockmap sample, add sendfile testJohn Fastabend1-10/+60
2018-03-19bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend1-6/+61
2018-02-13bpf: samples/sockmap detach sock ops programPrashant Bhole1-0/+1
2018-01-24bpf: sockmap set rlimitJohn Fastabend1-0/+7
2018-01-24bpf: sockmap put client sockets in blocking modeJohn Fastabend1-1/+1
2018-01-24bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend1-5/+21
2018-01-24bpf: sockmap sample, report bytes/secJohn Fastabend1-5/+42
2018-01-24bpf: sockmap sample, use fork() for send and recvJohn Fastabend1-16/+39
2018-01-24bpf: add sendmsg option for testing BPF programsJohn Fastabend1-3/+145
2018-01-24bpf: refactor sockmap sample program update for arg parsingJohn Fastabend1-51/+114
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend1-2/+10
2017-08-16bpf: sockmap sample programJohn Fastabend1-0/+286