aboutsummaryrefslogtreecommitdiffstats
path: root/samples/sockmap (follow)
AgeCommit message (Expand)AuthorFilesLines
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-11-18kbuild: remove all dummy assignments to obj-Masahiro Yamada1-3/+0
2017-10-20bpf: avoid preempt enable/disable in sockmap using tcp_skb_cb regionJohn Fastabend1-1/+1
2017-08-28bpf: convert sockmap field attach_bpf_fd2 to typeJohn Fastabend2-6/+12
2017-08-16bpf: sockmap sample programJohn Fastabend3-0/+474