1. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  2. 715d128 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/livepatching/livepatching by Linus Torvalds · 5 years ago
  3. 954b3c4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  4. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  5. b2e5e93 samples/bpf: Don't try to remove user's homedir on clean by Toke Høiland-Jørgensen · 5 years ago
  6. f46e49a livepatch: Handle allocation failure in the sample of shadow variable API by Petr Mladek · 5 years ago
  7. be6da98 livepatch/samples/selftest: Use klp_shadow_alloc() API correctly by Petr Mladek · 5 years ago
  8. 8f6b886 livepatch/sample: Use the right type for the leaking data pointer by Petr Mladek · 5 years ago
  9. 58aa94f devmap: Adjust tracepoint for map-less queue flush by Jesper Dangaard Brouer · 5 years ago
  10. a2d6d7a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. 771b894 samples/seccomp: Zero out members based on seccomp_notif_sizes by Sargun Dhillon · 5 years ago
  12. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  13. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  14. 01f36a5 samples/trace_printk: Wait for IRQ work to finish by Sven Schnelle · 5 years ago
  15. f9e6bfd samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach by Jesper Dangaard Brouer · 5 years ago
  16. 46e3268 samples/bpf: xdpsock: Add option to specify transmit fill pattern by Jay Jayatheerthan · 5 years ago
  17. 4a3c23a samples/bpf: xdpsock: Add option to specify tx packet size by Jay Jayatheerthan · 5 years ago
  18. ece6e96 samples/bpf: xdpsock: Add option to specify number of packets to send by Jay Jayatheerthan · 5 years ago
  19. cd9e72b6 samples/bpf: xdpsock: Add option to specify batch size by Jay Jayatheerthan · 5 years ago
  20. 6952558 samples/bpf: xdpsock: Use common code to handle signal and main exit by Jay Jayatheerthan · 5 years ago
  21. d3f11b0 samples/bpf: xdpsock: Add duration option to specify how long to run by Jay Jayatheerthan · 5 years ago
  22. d50ecc4 samples/bpf: Attach XDP programs in driver mode by default by Toke Høiland-Jørgensen · 5 years ago
  23. 4502789 samples/bpf: Set -fno-stack-protector when building BPF programs by Toke Høiland-Jørgensen · 5 years ago
  24. 5615ed4 samples/bpf: Add missing -lz to TPROGS_LDLIBS by Toke Høiland-Jørgensen · 5 years ago
  25. 5984dc6 samples/bpf: Reintroduce missed build targets by Prashant Bhole · 5 years ago
  26. fe33008 samples: bpf: fix syscall_tp due to unused syscall by Daniel T. Lee · 5 years ago
  27. bba1b2a samples: bpf: Replace symbol compare of trace_event by Daniel T. Lee · 5 years ago
  28. edbca12 samples/bpf: Fix broken xdp_rxq_info due to map order assumptions by Jesper Dangaard Brouer · 5 years ago
  29. 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
  30. 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
  31. 89ed424 tracing: Sample module to demonstrate kernel access to Ftrace instances. by Divya Indi · 5 years ago
  32. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  33. b313332 samples/bpf: Add missing option to xdpsock usage by Andre Guedes · 5 years ago
  34. 110b226 samples/bpf: Remove duplicate option from xdpsock by Andre Guedes · 5 years ago
  35. 760f8bc ftrace/selftests: Fix spelling mistake "wakeing" -> "waking" by Colin Ian King · 5 years ago
  36. ae0cc3b ftrace/samples: Add a sample module that implements modify_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  37. 156473a ftrace: Add another example of register_ftrace_direct() use case by Steven Rostedt (VMware) · 5 years ago
  38. b06457c ftrace: Add sample module that uses register_ftrace_direct() by Steven Rostedt (VMware) · 5 years ago
  39. 6cc2c87 samples/bpf: adjust Makefile and README.rst by Jesper Dangaard Brouer · 5 years ago
  40. 01b59c7 Merge 5.4-rc7 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  41. 661842c samples/bpf: Use Rx-only and Tx-only sockets in xdpsock by Magnus Karlsson · 5 years ago
  42. 2e5d72c samples/bpf: Add XDP_SHARED_UMEM support to xdpsock by Magnus Karlsson · 5 years ago
  43. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  44. 451d1dc samples: bpf: update map definition to new syntax BTF-defined map by Daniel T. Lee · 5 years ago
  45. afbe3c2 samples: bpf: Update outdated error message by Daniel T. Lee · 5 years ago
  46. 251e2d3 bpf, samples: Use bpf_probe_read_user where appropriate by Daniel Borkmann · 5 years ago
  47. 04ec044b samples/bpf: fix build by setting HAVE_ATTR_TEST to zero by Björn Töpel · 5 years ago
  48. da80d2e Merge 5.4-rc5 into char-misc-next by Greg Kroah-Hartman · 5 years ago
  49. 6859eba samples: mei: use hostprogs kbuild constructs by Tomas Winkler · 5 years ago
  50. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  51. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  52. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  53. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  54. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  55. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  56. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  57. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  58. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  59. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  60. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  61. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  62. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  63. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  64. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  65. e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
  66. 3ac4dbe selftests/bpf: Split off tracing-only helpers into bpf_tracing.h by Andrii Nakryiko · 5 years ago
  67. 36b5d47 selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h by Andrii Nakryiko · 5 years ago
  68. 8fdf5b7 samples: bpf: Add max_pckt_size option at xdp_adjust_tail by Daniel T. Lee · 5 years ago
  69. 4564a8bb samples/bpf: Trivial - fix spelling mistake in usage by Anton Ivanov · 5 years ago
  70. 40f843e samples: pktgen: allow to specify destination IP range (CIDR) by Daniel T. Lee · 5 years ago
  71. f0681d9 samples: pktgen: add helper functions for IP(v4/v6) CIDR parsing by Daniel T. Lee · 5 years ago
  72. 3cad8f9 samples: pktgen: fix proc_cmd command result check logic by Daniel T. Lee · 5 years ago
  73. 723d290 samples: pktgen: make variable consistent with option by Daniel T. Lee · 5 years ago
  74. 98beb3e samples/bpf: Add a workaround for asm_inline by KP Singh · 5 years ago
  75. e55190f samples/bpf: Fix build for task_fd_query_user.c by Björn Töpel · 5 years ago
  76. 379bb04 Merge tag 'rpmsg-v5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/andersson/remoteproc by Linus Torvalds · 5 years ago
  77. 1ddd002 Merge tag 'vfio-v5.4-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  78. 5a712e1 samples/bpf: fix xdpsock l2fwd tx for unaligned mode by Ciara Loftus · 5 years ago
  79. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  80. 3945b37 samples/bpf: use hugepages in xdpsock app by Kevin Laatz · 5 years ago
  81. 03895e6 samples/bpf: add buffer recycling for unaligned chunks to xdpsock by Kevin Laatz · 5 years ago
  82. c543f54 samples/bpf: add unaligned chunks mode support to xdpsock by Kevin Laatz · 5 years ago
  83. 9a703eb samples/rpmsg: Introduce a module parameter for message count by Suman Anna · 5 years ago
  84. 2519fbb samples/rpmsg: Replace print_hex_dump() with print_hex_dump_debug() by Suman Anna · 5 years ago
  85. bb4b5c0 samples: bpf: syscall_nrs: use mmap2 if defined by Ivan Khoronzhuk · 5 years ago
  86. eee413e vfio-mdev/mtty: Simplify interrupt generation by Parav Pandit · 5 years ago
  87. 446bf64 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  88. 46738f7 samples/bpf: add use of need_wakeup flag in xdpsock by Magnus Karlsson · 5 years ago
  89. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  90. abcce73 samples/bpf: xdp_fwd explain bpf_fib_lookup return codes by Jesper Dangaard Brouer · 5 years ago
  91. a32a32c samples/bpf: make xdp_fwd more practically usable via devmap lookup by Jesper Dangaard Brouer · 5 years ago
  92. 3783d43 samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports by Jesper Dangaard Brouer · 5 years ago
  93. 6c4d6bc auxdisplay: Fix a typo in cfag12864b-example.c by Masanari Iida · 5 years ago
  94. dc3bf49 treewide: remove SPDX "WITH Linux-syscall-note" from kernel-space headers again by Masahiro Yamada · 5 years ago
  95. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 5 years ago
  96. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 5 years ago
  97. 5f4fc6d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 5 years ago
  98. bb74523 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  99. 37d4607 Merge tag 'vfio-v5.3-rc1' of git://github.com/awilliam/linux-vfio by Linus Torvalds · 5 years ago
  100. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 5 years ago