aboutsummaryrefslogtreecommitdiff
path: root/samples
AgeCommit message (Expand)Author
2018-04-06Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-03-30bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT testsJohn Fastabend
2018-03-30bpf: sockmap, add BPF_F_INGRESS testsJohn Fastabend
2018-03-28samples/bpf: raw tracepoint testAlexei Starovoitov
2018-03-28samples/bpf: fix spelling mistake: "revieve" -> "receive"Colin Ian King
2018-03-22vfio-mdev/samples: change RDI interrupt conditionShunyong Yang
2018-03-19bpf: sockmap test scriptJohn Fastabend
2018-03-19bpf: sockmap sample test for bpf_msg_pull_dataJohn Fastabend
2018-03-19bpf: sockmap add SK_DROP testsJohn Fastabend
2018-03-19bpf: sockmap sample support for bpf_msg_cork_bytes()John Fastabend
2018-03-19bpf: sockmap, add sample option to test apply_bytes helperJohn Fastabend
2018-03-19bpf: sockmap sample, add data verification optionJohn Fastabend
2018-03-19bpf: sockmap sample, add sendfile testJohn Fastabend
2018-03-19bpf: sockmap sample, add option to attach SK_MSG programJohn Fastabend
2018-03-16arch: remove tile portArnd Bergmann
2018-03-16arch: remove blackfin portArnd Bergmann
2018-03-08samples/bpf: add example to test reading addressTeng Qin
2018-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2018-03-04samples/bpf: add gre sequence number test.William Tu
2018-03-02samples/bpf: detach prog from cgroupPrashant Bhole
2018-02-27Merge tag 'seccomp-v4.16-rc4' of https://git.kernel.org/pub/scm/linux/kernel/...James Morris
2018-02-26samples/bpf: Add program for CPU state statisticsLeo Yan
2018-02-22samples/seccomp: do not compile when cross compiledMichal Hocko
2018-02-13bpf: samples/sockmap detach sock ops programPrashant Bhole
2018-02-13bpf: samples/sockmap fix Makefile for build errorPrashant Bhole
2018-02-13samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirectTushar Dave
2018-02-06sample/bpf: fix erspan metadataWilliam Tu
2018-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2018-02-02samples/bpf: use bpf_set_link_xdp_fdEric Leblond
2018-02-02libbpf: add error reporting in XDPEric Leblond
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2018-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2018-01-31Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-01-26samples/bpf: Partially fixes the bpf.o buildMickaël Salaün
2018-01-24bpf: sockmap set rlimitJohn Fastabend
2018-01-24bpf: sockmap put client sockets in blocking modeJohn Fastabend
2018-01-24bpf: sockmap sample add base test without any BPF for comparisonJohn Fastabend
2018-01-24bpf: sockmap sample, report bytes/secJohn Fastabend
2018-01-24bpf: sockmap sample, use fork() for send and recvJohn Fastabend
2018-01-24bpf: add sendmsg option for testing BPF programsJohn Fastabend
2018-01-24bpf: refactor sockmap sample program update for arg parsingJohn Fastabend
2018-01-20samples/bpf: xdp_monitor include cpumap tracepoints in monitoringJesper Dangaard Brouer
2018-01-18samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidatedJesper Dangaard Brouer
2018-01-17samples/bpf: Fix trailing semicolonLuis de Bethencourt
2018-01-11livepatch: Remove immediate featureMiroslav Benes
2018-01-11samples/bpf: xdp2skb_meta shows transferring info from XDP to SKBJesper Dangaard Brouer
2018-01-05samples/bpf: program demonstrating access to xdp_rxq_infoJesper Dangaard Brouer
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-15samples/bpf: add erspan v2 sample codeWilliam Tu