summaryrefslogtreecommitdiffstats
path: root/samples/sockmap/sockmap_user.c
Commit message (Expand)AuthorAgeFilesLines
* bpf: sockmap, remove samples programJohn Fastabend2018-04-251-1372/+0
* bpf: sockmap, add a set of tests to run by defaultJohn Fastabend2018-04-251-51/+512
* bpf: sockmap, code sockmap_test in CJohn Fastabend2018-04-251-96/+113
* bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT testsJohn Fastabend2018-03-301-0/+23
* bpf: sockmap, add BPF_F_INGRESS testsJohn Fastabend2018-03-301-0/+35
* bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend2018-03-191-0/+32
* bpf: sockmap add SK_DROP testsJohn Fastabend2018-03-191-16/+46
* bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend2018-03-191-0/+19
* bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend2018-03-191-1/+18
* bpf: sockmap sample, add data verification optionJohn Fastabend2018-03-191-34/+84
* bpf: sockmap sample, add sendfile testJohn Fastabend2018-03-191-10/+60
* bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend2018-03-191-6/+61
* bpf: samples/sockmap detach sock ops programPrashant Bhole2018-02-131-0/+1
* bpf: sockmap set rlimitJohn Fastabend2018-01-241-0/+7
* bpf: sockmap put client sockets in blocking modeJohn Fastabend2018-01-241-1/+1
* bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend2018-01-241-5/+21
* bpf: sockmap sample, report bytes/secJohn Fastabend2018-01-241-5/+42
* bpf: sockmap sample, use fork() for send and recvJohn Fastabend2018-01-241-16/+39
* bpf: add sendmsg option for testing BPF programsJohn Fastabend2018-01-241-3/+145
* bpf: refactor sockmap sample program update for arg parsingJohn Fastabend2018-01-241-51/+114
* bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2017-08-281-2/+10
* bpf: sockmap sample programJohn Fastabend2017-08-161-0/+286