1. 76f1948 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/livepatching by Linus Torvalds · 7 years ago
  2. eb6211d bpf, samples: fix build warning in cookie_uid_helper_example by Daniel Borkmann · 7 years ago
  3. f76254a samples/bpf: fix XDP_FLAGS_SKB_MODE detach for xdp_tx_iptunnel by Jesper Dangaard Brouer · 7 years ago
  4. 6387d01 samples/bpf: fix SKB_MODE flag to be a 32-bit unsigned int by Jesper Dangaard Brouer · 7 years ago
  5. 5010e94 samples/bpf: bpf_load.c detect and abort if ELF maps section size is wrong by Jesper Dangaard Brouer · 7 years ago
  6. 3993f2c samples/bpf: Add support for SKB_MODE to xdp1 and xdp_tx_iptunnel by David Ahern · 7 years ago
  7. dfc5be0 samples/bpf: check before defining offsetof by Alexander Alemayhu · 7 years ago
  8. 4784726 samples/bpf: add static to function with no prototype by Alexander Alemayhu · 7 years ago
  9. 69b6a7f samples/bpf: add -Wno-unknown-warning-option to clang by Alexander Alemayhu · 7 years ago
  10. b0c4780 bpf: Add sparc support to tools and samples. by David S. Miller · 7 years ago
  11. 3a5795b bpf: lru: Add map-in-map LRU example by Martin KaFai Lau · 7 years ago
  12. 9fd63d0 bpf: Allow bpf sample programs (*_user.c) to change bpf_map_def by Martin KaFai Lau · 7 years ago
  13. bf8db5d bpf: lru: Refactor LRU map tests in map_perf_test by Martin KaFai Lau · 7 years ago
  14. 6b6cbc1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  15. 00f660e Sample program using SO_COOKIE by Chenbo Feng · 7 years ago
  16. 3209f68 statx: Include a mask for stx_attributes in struct statx by David Howells · 7 years ago
  17. 51570a5 A Sample of using socket cookie and uid for traffic monitoring by Chenbo Feng · 7 years ago
  18. fb30d4b bpf: Add tests for map-in-map by Martin KaFai Lau · 7 years ago
  19. 95ff141 samples/bpf: add map_lookup microbenchmark by Alexei Starovoitov · 7 years ago
  20. 3ec2477 livepatch: allow removal of a disabled patch by Josh Poimboeuf · 7 years ago
  21. d83a7cb livepatch: change to a per-task consistency model by Josh Poimboeuf · 7 years ago
  22. 590dce2 Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  23. a528d35 statx: Add a system call to make enhanced file info available by David Howells · 7 years ago
  24. 0c98d34 sched/core: Remove the tsk_cpus_allowed() wrapper by Ingo Molnar · 7 years ago
  25. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  26. c9341ee Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 7 years ago
  27. 7f4eb0a Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  28. 3f64116 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  29. a734fb5 samples/bpf: Reset global variables by Mickaël Salaün · 7 years ago
  30. 16ad132 samples/bpf: Ignore already processed ELF sections by Mickaël Salaün · 7 years ago
  31. af392a8 samples/bpf: Add missing header by Mickaël Salaün · 7 years ago
  32. 7f67763 bpf: introduce BPF_F_ALLOW_OVERRIDE flag by Alexei Starovoitov · 7 years ago
  33. 4e8f2fc Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  34. b8a943e samples/bpf: add lpm-trie benchmark by David Herrmann · 8 years ago
  35. cdb749c bpf: fix samples xdp_tx_iptunnel and tc_l2_redirect with fake KBUILD_MODNAME by Jesper Dangaard Brouer · 8 years ago
  36. 79078c5 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  37. 73da426 vfio-mdev: remove some dead code by Dan Carpenter · 8 years ago
  38. 5c67786 vfio-mdev: buffer overflow in ioctl() by Dan Carpenter · 8 years ago
  39. 6ed0993 vfio-mdev: return -EFAULT if copy_to_user() fails by Dan Carpenter · 8 years ago
  40. 916cafd samples/seccomp: fix 64-bit comparison macros by Mathias Svensson · 8 years ago
  41. 4e06d4f Merge tag 'perf-urgent-for-mingo-4.10-20170104' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 8 years ago
  42. d293dba vfio-mdev: fix some error codes in the sample code by Dan Carpenter · 8 years ago
  43. 99e3123 vfio-mdev: Make mdev_device private and abstract interfaces by Alex Williamson · 8 years ago
  44. 9372e6fe vfio-mdev: Make mdev_parent private by Alex Williamson · 8 years ago
  45. 4293055 vfio-mdev: de-polute the namespace, rename parent_device & parent_ops by Alex Williamson · 8 years ago
  46. 08c1a4e vfio-mdev: Fix mtty sample driver building by Alex Williamson · 8 years ago
  47. b6f4c66 samples/bpf trace_output_user: Remove duplicate sys/ioctl.h include by Arnaldo Carvalho de Melo · 8 years ago
  48. ee12996 samples/bpf sock_example: Avoid getting ethhdr from two includes by Arnaldo Carvalho de Melo · 8 years ago
  49. 00198da Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 8 years ago
  50. 9899694 samples/bpf: Move open_raw_sock to separate header by Joe Stringer · 8 years ago
  51. 205c8ad samples/bpf: Remove perf_event_open() declaration by Joe Stringer · 8 years ago
  52. 811b4f0 samples/bpf: Be consistent with bpf_load_program bpf_insn parameter by Arnaldo Carvalho de Melo · 8 years ago
  53. 5dc880d tools lib bpf: Add bpf_prog_{attach,detach} by Joe Stringer · 8 years ago
  54. 43371c8 samples/bpf: Switch over to libbpf by Joe Stringer · 8 years ago
  55. 96c2fb6 samples/bpf: Make perf_event_read() static by Arnaldo Carvalho de Melo · 8 years ago
  56. 41e0e24 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  57. 179a7ba Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 8 years ago
  58. d40fc18 samples/bpf: Make samples more libbpf-centric by Joe Stringer · 8 years ago
  59. 683b96f Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-security by Linus Torvalds · 8 years ago
  60. edc5f44 Merge tag 'vfio-v4.10-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 8 years ago
  61. e19b7ce make use of make variable CURDIR instead of calling pwd by Uwe Kleine-König · 8 years ago
  62. 8cf868a tracing: Have the reg function allow to fail by Steven Rostedt (Red Hat) · 8 years ago
  63. 12d8bb6 bpf: xdp: Add XDP example for head adjustment by Martin KaFai Lau · 8 years ago
  64. 9b474ec samples, bpf: Add automated test for cgroup filter attachments by Sargun Dhillon · 8 years ago
  65. 1a922fe samples, bpf: Refactor test_current_task_under_cgroup - separate out helpers by Sargun Dhillon · 8 years ago
  66. 69a9d09 samples/bpf: silence compiler warnings by Alexei Starovoitov · 8 years ago
  67. 2745529 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  68. 554ae6e samples/bpf: add userspace example for prohibiting sockets by David Ahern · 8 years ago
  69. 4f2e7ae samples/bpf: Update bpf loader for cgroup section names by David Ahern · 8 years ago
  70. ad2805d samples: bpf: add userspace example for modifying sk_bound_dev_if by David Ahern · 8 years ago
  71. f74599f bpf: Add tests and samples for LWT-BPF by Thomas Graf · 8 years ago
  72. 9bee294 samples/bpf: fix include path by Alexei Starovoitov · 8 years ago
  73. 1379fd3 samples: bpf: Refactor test_cgrp2_attach -- use getopt, and add mode by Sargun Dhillon · 8 years ago
  74. 2dbb4c0 bpf/samples: Fix PT_REGS_IP on s390x and use it by Michael Holzheu · 8 years ago
  75. e00c7b2 bpf: fix multiple issues in selftest suite and samples by Daniel Borkmann · 8 years ago
  76. d8c5b17 samples: bpf: add userspace example for attaching eBPF programs to cgroups by Daniel Mack · 8 years ago
  77. db6a71d samples/bpf: fix bpf loader by Alexei Starovoitov · 8 years ago
  78. d2b024d samples/bpf: fix sockex2 example by Alexei Starovoitov · 8 years ago
  79. 9d1a546 docs: Sample driver to demonstrate how to use Mediated device framework. by Kirti Wankhede · 8 years ago
  80. 5db58fa bpf: Add tests for the LRU bpf_htab by Martin KaFai Lau · 8 years ago
  81. bb598c1 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  82. 185c0f2 Merge commit 'v4.9-rc5' into next by James Morris · 8 years ago
  83. 90e0289 bpf: Add test for bpf_redirect to ipip/ip6tnl by Martin KaFai Lau · 8 years ago
  84. d881d25 samples/seccomp: Support programs with >256 instructions by Ricky Zhou · 8 years ago
  85. 1ff1205 samples/seccomp: Enable PR_SET_NO_NEW_PRIVS in dropper by Ricky Zhou · 8 years ago
  86. 0af04ba samples/seccomp: Fix hostprogs variable by Ricky Zhou · 8 years ago
  87. 27058af Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  88. 2a26d99 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  89. 96a8eb1 bpf: fix samples to add fake KBUILD_MODNAME by Daniel Borkmann · 8 years ago
  90. 5aa5bd1 bpf: add initial suite for selftests by Daniel Borkmann · 8 years ago
  91. 1a776b9 bpf: add various tests around spill/fill of regs by Daniel Borkmann · 8 years ago
  92. 5d89d9f Merge tag 'linux-kselftest-4.9-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftest by Linus Torvalds · 8 years ago
  93. 1848929 samples: move blackfin gptimers-example from Documentation by Shuah Khan · 8 years ago
  94. 521f397 Merge tag 'rpmsg-v4.9' of git://github.com/andersson/remoteproc by Linus Torvalds · 8 years ago
  95. 4846113 bpf: allow access into map value arrays by Josef Bacik · 8 years ago
  96. 973d94d bpf samples: update tracex5 sample to use __seccomp_filter by Naveen N. Rao · 8 years ago
  97. 2b064ff bpf samples: fix compiler errors with sockex2 and sockex3 by Naveen N. Rao · 8 years ago
  98. 8fc07eb samples: move auxdisplay example code from Documentation by Shuah Khan · 8 years ago
  99. 071bf69 samples: move watchdog example code from Documentation by Shuah Khan · 8 years ago
  100. 155fe00 samples: move timers example code from Documentation by Shuah Khan · 8 years ago