summaryrefslogtreecommitdiffstats
path: root/samples/sockmap/sockmap_user.c
AgeCommit message (Expand)AuthorLines
2018-01-24bpf: sockmap set rlimitJohn Fastabend-0/+7
2018-01-24bpf: sockmap put client sockets in blocking modeJohn Fastabend-1/+1
2018-01-24bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend-5/+21
2018-01-24bpf: sockmap sample, report bytes/secJohn Fastabend-5/+42
2018-01-24bpf: sockmap sample, use fork() for send and recvJohn Fastabend-16/+39
2018-01-24bpf: add sendmsg option for testing BPF programsJohn Fastabend-3/+145
2018-01-24bpf: refactor sockmap sample program update for arg parsingJohn Fastabend-51/+114
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend-2/+10
2017-08-16bpf: sockmap sample programJohn Fastabend-0/+286