1. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  2. 01f36a5 samples/trace_printk: Wait for IRQ work to finish by Sven Schnelle · 5 years ago
  3. fe33008 samples: bpf: fix syscall_tp due to unused syscall by Daniel T. Lee · 5 years ago
  4. bba1b2a samples: bpf: Replace symbol compare of trace_event by Daniel T. Lee · 5 years ago
  5. edbca12 samples/bpf: Fix broken xdp_rxq_info due to map order assumptions by Jesper Dangaard Brouer · 5 years ago
  6. 95f1fa9 Merge tag 'trace-v5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 5 years ago
  7. 8f56e4e Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 5 years ago
  8. 89ed424 tracing: Sample module to demonstrate kernel access to Ftrace instances. by Divya Indi · 5 years ago
  9. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  10. b313332 samples/bpf: Add missing option to xdpsock usage by Andre Guedes · 5 years ago
  11. 110b226 samples/bpf: Remove duplicate option from xdpsock by Andre Guedes · 5 years ago
  12. 760f8bc ftrace/selftests: Fix spelling mistake "wakeing" -> "waking" by Colin Ian King · 5 years ago
  13. ae0cc3b ftrace/samples: Add a sample module that implements modify_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  14. 156473a ftrace: Add another example of register_ftrace_direct() use case by Steven Rostedt (VMware) · 5 years ago
  15. b06457c ftrace: Add sample module that uses register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  16. 6cc2c87 samples/bpf: adjust Makefile and README.rst by Jesper Dangaard Brouer · 5 years ago
  17. 01b59c7 Merge 5.4-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  18. 661842c samples/bpf: Use Rx-only and Tx-only sockets in xdpsock by Magnus Karlsson · 5 years ago
  19. 2e5d72c samples/bpf: Add XDP_SHARED_UMEM support to xdpsock by Magnus Karlsson · 5 years ago
  20. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  21. 451d1dc samples: bpf: update map definition to new syntax BTF-defined map by Daniel T. Lee · 5 years ago
  22. afbe3c2 samples: bpf: Update outdated error message by Daniel T. Lee · 5 years ago
  23. 251e2d3 bpf, samples: Use bpf_probe_read_user where appropriate by Daniel Borkmann · 5 years ago
  24. 04ec044b samples/bpf: fix build by setting HAVE_ATTR_TEST to zero by Björn Töpel · 5 years ago
  25. da80d2e Merge 5.4-rc5 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  26. 6859eba samples: mei: use hostprogs kbuild constructs by Tomas Winkler · 5 years ago
  27. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  28. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  29. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  30. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  31. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  32. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  33. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  34. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  35. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  36. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  37. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  38. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  39. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  40. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  41. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  42. e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
  43. 3ac4dbe selftests/bpf: Split off tracing-only helpers into bpf_tracing.h by Andrii Nakryiko · 5 years ago
  44. 36b5d47 selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h by Andrii Nakryiko · 5 years ago
  45. 8fdf5b7 samples: bpf: Add max_pckt_size option at xdp_adjust_tail by Daniel T. Lee · 5 years ago
  46. 4564a8bb samples/bpf: Trivial - fix spelling mistake in usage by Anton Ivanov · 5 years ago
  47. 40f843e samples: pktgen: allow to specify destination IP range (CIDR) by Daniel T. Lee · 5 years ago
  48. f0681d9 samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing by Daniel T. Lee · 5 years ago
  49. 3cad8f9 samples: pktgen: fix proc_cmd command result check logic by Daniel T. Lee · 5 years ago
  50. 723d290 samples: pktgen: make variable consistent with option by Daniel T. Lee · 5 years ago
  51. 98beb3e samples/bpf: Add a workaround for asm_inline by KP Singh · 5 years ago
  52. e55190f samples/bpf: Fix build for task_fd_query_user.c by Björn Töpel · 5 years ago
  53. 379bb04 Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 5 years ago
  54. 1ddd002 Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  55. 5a712e1 samples/bpf: fix xdpsock l2fwd tx for unaligned mode by Ciara Loftus · 5 years ago
  56. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  57. 3945b37 samples/bpf: use hugepages in xdpsock app by Kevin Laatz · 5 years ago
  58. 03895e6 samples/bpf: add buffer recycling for unaligned chunks to xdpsock by Kevin Laatz · 5 years ago
  59. c543f54 samples/bpf: add unaligned chunks mode support to xdpsock by Kevin Laatz · 5 years ago
  60. 9a703eb samples/rpmsg: Introduce a module parameter for message count by Suman Anna · 5 years ago
  61. 2519fbb samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug() by Suman Anna · 5 years ago
  62. bb4b5c0 samples: bpf: syscall_nrs: use mmap2 if defined by Ivan Khoronzhuk · 5 years ago
  63. eee413e vfio-mdev/mtty: Simplify interrupt generation by Parav Pandit · 5 years ago
  64. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  65. 46738f7 samples/bpf: add use of need_wakeup flag in xdpsock by Magnus Karlsson · 5 years ago
  66. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  67. abcce73 samples/bpf: xdp_fwd explain bpf_fib_lookup return codes by Jesper Dangaard Brouer · 5 years ago
  68. a32a32c samples/bpf: make xdp_fwd more practically usable via devmap lookup by Jesper Dangaard Brouer · 5 years ago
  69. 3783d43 samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports by Jesper Dangaard Brouer · 5 years ago
  70. 6c4d6bc auxdisplay: Fix a typo in cfag12864b-example.c by Masanari Iida · 5 years ago
  71. dc3bf49 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again by Masahiro Yamada · 5 years ago
  72. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 5 years ago
  73. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 5 years ago
  74. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  75. bb74523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  76. 37d4607 Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  77. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 5 years ago
  78. baa293e docs: driver-api: add a series of orphaned documents by Mauro Carvalho Chehab · 6 years ago
  79. 720594f docs: connector: convert to ReST and rename to connector.rst by Mauro Carvalho Chehab · 6 years ago
  80. 39ceda5 Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  81. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 5 years ago
  82. ed63b9c Merge tag 'media/v5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 5 years ago
  83. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 5 years ago
  84. dad1c12 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  85. c4cde58 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  86. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  87. d78e3f0 samples/bpf: fix tcp_bpf.readme detach command by Stanislav Fomichev · 5 years ago
  88. 3953388 samples/bpf: add sample program that periodically dumps TCP stats by Stanislav Fomichev · 5 years ago
  89. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 5 years ago
  90. b46c820 sample/mdev/mbochs: remove set but not used variable 'mdev_state' by YueHaibing · 5 years ago
  91. 4b2dbd5 vfio-mdev/samples: make some symbols static by Kefeng Wang · 5 years ago
  92. 6e32a74 samples: pktgen: allow to specify destination port by Daniel T. Lee · 6 years ago
  93. 226b96c samples: pktgen: add some helper functions for port parsing by Daniel T. Lee · 6 years ago
  94. d96ff26 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  95. 123e8da1 xsk: Change the default frame size to 4096 and allow controlling it by Maxim Mikityanskiy · 6 years ago
  96. 9e859e8 samples: bpf: make the use of xdp samples consistent by Daniel T. Lee · 6 years ago
  97. 7ae9f281 samples: bpf: Remove bpf_debug macro in favor of bpf_printk by Michal Rostecki · 6 years ago
  98. d2abae7 Merge tag 'v5.2-rc6' into sched/core, to refresh the branch by Ingo Molnar · 6 years ago
  99. 20f6239 samples/bpf: xdp_redirect, correctly get dummy program id by Prashant Bhole · 6 years ago
  100. bee19cd samples: make pidfd-metadata fail gracefully on older kernels by Dmitry V. Levin · 6 years ago