1. b1ae32d x86/cpufeature: Guard asm_volatile_goto usage for BPF compilation by Alexei Starovoitov · 6 years ago
  2. 4dfe1bb bpf: sockmap sample use clang flag, -target bpf by John Fastabend · 6 years ago
  3. 41e3bef Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago
  4. 3b2c77d livepatch: Allow to call a custom callback when freeing shadow variables by Petr Mladek · 6 years ago
  5. e91c2518 livepatch: Initialize shadow variables safely by a custom callback by Petr Mladek · 6 years ago
  6. 92589cb Merge tag 'rproc-v4.17' of git://github.com/andersson/remoteproc by Linus Torvalds · 6 years ago
  7. f605ba9 Merge tag 'vfio-v4.17-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 6 years ago
  8. 5bb053b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  9. 2e3f6c5 bpf: sockmap, more BPF_SK_SKB_STREAM_VERDICT tests by John Fastabend · 6 years ago
  10. 2596f64 bpf: sockmap, add BPF_F_INGRESS tests by John Fastabend · 6 years ago
  11. 4662a4e samples/bpf: raw tracepoint test by Alexei Starovoitov · 6 years ago
  12. 20cfb7a samples/bpf: fix spelling mistake: "revieve" -> "receive" by Colin Ian King · 6 years ago
  13. dea4bd1 soc: qcom: qmi: add CONFIG_NET dependency by Arnd Bergmann · 6 years ago
  14. c9f89c3 vfio-mdev/samples: change RDI interrupt condition by Shunyong Yang · 6 years ago
  15. ae30727 bpf: sockmap test script by John Fastabend · 6 years ago
  16. 0dcbbf6 bpf: sockmap sample test for bpf_msg_pull_data by John Fastabend · 6 years ago
  17. e6373ce bpf: sockmap add SK_DROP tests by John Fastabend · 6 years ago
  18. 468b3fd bpf: sockmap sample support for bpf_msg_cork_bytes() by John Fastabend · 6 years ago
  19. 1c16c31 bpf: sockmap, add sample option to test apply_bytes helper by John Fastabend · 6 years ago
  20. 6bce9d2 bpf: sockmap sample, add data verification option by John Fastabend · 6 years ago
  21. e67463c bpf: sockmap sample, add sendfile test by John Fastabend · 6 years ago
  22. 4c4c3c2 bpf: sockmap sample, add option to attach SK_MSG program by John Fastabend · 6 years ago
  23. bb9d812 arch: remove tile port by Arnd Bergmann · 6 years ago
  24. 4ba66a9 arch: remove blackfin port by Arnd Bergmann · 6 years ago
  25. 12fe122 samples/bpf: add example to test reading address by Teng Qin · 6 years ago
  26. 0f3e9c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  27. 5f280b6 samples/bpf: add gre sequence number test. by William Tu · 6 years ago
  28. c8745e0 samples/bpf: detach prog from cgroup by Prashant Bhole · 6 years ago
  29. 757744e Merge tag 'seccomp-v4.16-rc4' of https://git.kernel.org/pub/scm/linux/kernel/git/kees/linux into fixes-v4.16-rc4 by James Morris · 6 years ago
  30. c535077 samples/bpf: Add program for CPU state statistics by Leo Yan · 6 years ago
  31. 6275ecb samples/seccomp: do not compile when cross compiled by Michal Hocko · 6 years ago
  32. 444890c bpf: samples/sockmap detach sock ops program by Prashant Bhole · 6 years ago
  33. 9492686 bpf: samples/sockmap fix Makefile for build error by Prashant Bhole · 6 years ago
  34. 8ac2441 samples/bpf: adjust rlimit RLIMIT_MEMLOCK for xdp_redirect by Tushar Dave · 6 years ago
  35. 842891b samples: Introduce Qualcomm QMI sample client by Bjorn Andersson · 7 years ago
  36. 9c33ca4 sample/bpf: fix erspan metadata by William Tu · 6 years ago
  37. a6b8881 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  38. b259c2f samples/bpf: use bpf_set_link_xdp_fd by Eric Leblond · 6 years ago
  39. bbf48c1 libbpf: add error reporting in XDP by Eric Leblond · 6 years ago
  40. 47fcc03 Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  41. b2fe5fa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  42. e1c70f3 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 6 years ago
  43. c25ef6a samples/bpf: Partially fixes the bpf.o build by Mickaël Salaün · 6 years ago
  44. 8e0ef38 bpf: sockmap set rlimit by John Fastabend · 6 years ago
  45. ede1547 bpf: sockmap put client sockets in blocking mode by John Fastabend · 6 years ago
  46. ce5373b bpf: sockmap sample add base test without any BPF for comparison by John Fastabend · 6 years ago
  47. 66fdd1a bpf: sockmap sample, report bytes/sec by John Fastabend · 6 years ago
  48. d7d6437 bpf: sockmap sample, use fork() for send and recv by John Fastabend · 6 years ago
  49. eaf8c6e bpf: add sendmsg option for testing BPF programs by John Fastabend · 6 years ago
  50. 6627426f bpf: refactor sockmap sample program update for arg parsing by John Fastabend · 6 years ago
  51. 417f1d9 samples/bpf: xdp_monitor include cpumap tracepoints in monitoring by Jesper Dangaard Brouer · 6 years ago
  52. e2e3224 samples/bpf: xdp2skb_meta comment explain why pkt-data pointers are invalidated by Jesper Dangaard Brouer · 6 years ago
  53. 4c38f74 samples/bpf: Fix trailing semicolon by Luis de Bethencourt · 6 years ago
  54. d0807da livepatch: Remove immediate feature by Miroslav Benes · 7 years ago
  55. 36e04a2 samples/bpf: xdp2skb_meta shows transferring info from XDP to SKB by Jesper Dangaard Brouer · 7 years ago
  56. 0fca931 samples/bpf: program demonstrating access to xdp_rxq_info by Jesper Dangaard Brouer · 7 years ago
  57. 59436c9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  58. ac80c2a samples/bpf: add erspan v2 sample code by William Tu · 7 years ago
  59. 965de87 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  60. 73cf7e1 Merge 4.15-rc3 into driver-core-next by Greg Kroah-Hartman · 7 years ago
  61. 045c5f7 kobject: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  62. d9d16e1 kobject: add SPDX identifiers to all kobject files by Greg Kroah-Hartman · 7 years ago
  63. d37e3bb samples/bpf: add ip6erspan sample code by William Tu · 7 years ago
  64. 7cda4ce Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  65. d671965 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  66. 56ddd30 samples/bpf: extend test_tunnel_bpf.sh with ip6gre by William Tu · 7 years ago
  67. c2eb6d0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 7 years ago
  68. 0ec9552 samples/bpf: add error checking for perf ioctl calls in bpf loader by Yonghong Song · 7 years ago
  69. 51de082 samples/bpf: Convert magic numbers to names in multi-prog cgroup test case by David Ahern · 7 years ago
  70. bf070bb kbuild: remove all dummy assignments to obj- by Masahiro Yamada · 7 years ago
  71. 5d352e6 Merge tag 'media/v4.15-1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 7 years ago
  72. 5bbcc0f Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  73. 0ef7687 Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  74. 9682b3d Merge branch 'for-linus' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 7 years ago
  75. e0ca382 Merge tag 'vfio-v4.15-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 7 years ago
  76. abc36be Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs by Linus Torvalds · 7 years ago
  77. f2ecc3d Merge tag 'staging-4.15-rc1' into v4l_for_linus by Mauro Carvalho Chehab · 7 years ago
  78. fae4536 xdp: sample: Missing curly braces in read_route() by Dan Carpenter · 7 years ago
  79. 3148637 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  80. 8e9a2db Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  81. d60a540 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux by Linus Torvalds · 7 years ago
  82. 7832681 Merge tag 'docs-4.15' of git://git.lwn.net/linux by Linus Torvalds · 7 years ago
  83. f3edacb bpf: Revert bpf_overrid_function() helper changes. by David S. Miller · 7 years ago
  84. 03e982e bpf: Fix tcp_clamp_kern.c sample program by Lawrence Brakmo · 7 years ago
  85. e185331 bpf: Fix tcp_iw_kern.c sample program by Lawrence Brakmo · 7 years ago
  86. 2ff969f bpf: Fix tcp_cong_kern.c sample program by Lawrence Brakmo · 7 years ago
  87. a4174f0 bpf: Fix tcp_bufs_kern.c sample program by Lawrence Brakmo · 7 years ago
  88. 016e661 bpf: Fix tcp_rwnd_kern.c sample program by Lawrence Brakmo · 7 years ago
  89. 7863f46 bpf: Fix tcp_synrto_kern.c sample program by Lawrence Brakmo · 7 years ago
  90. eafb340 samples/bpf: add a test for bpf_override_return by Josef Bacik · 7 years ago
  91. aaf151b bpf: Rename tcp_bbf.readme to tcp_bpf.readme by Lawrence Brakmo · 7 years ago
  92. 3e29cd0 xdp: Sample xdp program implementing ip forward by Christina Jacob · 7 years ago
  93. 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
  94. 15bcdc9 Merge branch 'linus' into perf/core, to fix conflicts by Ingo Molnar · 7 years ago
  95. 9d1f159 bpf: move cgroup_helpers from samples/bpf/ to tools/testing/selftesting/bpf/ by Roman Gushchin · 7 years ago
  96. 2a17178 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  97. ead7515 Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  98. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  99. a4b6ade samples/pktgen: remove remaining old pktgen sample scripts by Jesper Dangaard Brouer · 7 years ago
  100. 9efc44d samples/pktgen: update sample03, no need for clones when bursting by Jesper Dangaard Brouer · 7 years ago