1. 89a47dd Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 5 years ago
  2. 8ed47e1 samples: bpf: Allow for -ENETDOWN in xdpsock by Maciej Fijalkowski · 5 years ago
  3. 32c92c1 samples: bpf: Drop doubled variable declaration in xdpsock by Maciej Fijalkowski · 5 years ago
  4. 5f2fb52 kbuild: rename hostprogs-y/always to hostprogs/always-y by Masahiro Yamada · 5 years ago
  5. 7cf245a samples/bpf: Use consistent include paths for libbpf by Toke Høiland-Jørgensen · 5 years ago
  6. b2e5e93 samples/bpf: Don't try to remove user's homedir on clean by Toke Høiland-Jørgensen · 5 years ago
  7. 58aa94f devmap: Adjust tracepoint for map-less queue flush by Jesper Dangaard Brouer · 5 years ago
  8. 2bbc078 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  9. f9e6bfd samples/bpf: Xdp_redirect_cpu fix missing tracepoint attach by Jesper Dangaard Brouer · 5 years ago
  10. 46e3268 samples/bpf: xdpsock: Add option to specify transmit fill pattern by Jay Jayatheerthan · 5 years ago
  11. 4a3c23a samples/bpf: xdpsock: Add option to specify tx packet size by Jay Jayatheerthan · 5 years ago
  12. ece6e96 samples/bpf: xdpsock: Add option to specify number of packets to send by Jay Jayatheerthan · 5 years ago
  13. cd9e72b6 samples/bpf: xdpsock: Add option to specify batch size by Jay Jayatheerthan · 5 years ago
  14. 6952558 samples/bpf: xdpsock: Use common code to handle signal and main exit by Jay Jayatheerthan · 5 years ago
  15. d3f11b0 samples/bpf: xdpsock: Add duration option to specify how long to run by Jay Jayatheerthan · 5 years ago
  16. d50ecc4 samples/bpf: Attach XDP programs in driver mode by default by Toke Høiland-Jørgensen · 5 years ago
  17. 4502789 samples/bpf: Set -fno-stack-protector when building BPF programs by Toke Høiland-Jørgensen · 5 years ago
  18. 5615ed4 samples/bpf: Add missing -lz to TPROGS_LDLIBS by Toke Høiland-Jørgensen · 5 years ago
  19. 5984dc6 samples/bpf: Reintroduce missed build targets by Prashant Bhole · 5 years ago
  20. fe33008 samples: bpf: fix syscall_tp due to unused syscall by Daniel T. Lee · 5 years ago
  21. bba1b2a samples: bpf: Replace symbol compare of trace_event by Daniel T. Lee · 5 years ago
  22. edbca12 samples/bpf: Fix broken xdp_rxq_info due to map order assumptions by Jesper Dangaard Brouer · 5 years ago
  23. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  24. b313332 samples/bpf: Add missing option to xdpsock usage by Andre Guedes · 5 years ago
  25. 110b226 samples/bpf: Remove duplicate option from xdpsock by Andre Guedes · 5 years ago
  26. 6cc2c87 samples/bpf: adjust Makefile and README.rst by Jesper Dangaard Brouer · 5 years ago
  27. 661842c samples/bpf: Use Rx-only and Tx-only sockets in xdpsock by Magnus Karlsson · 5 years ago
  28. 2e5d72c samples/bpf: Add XDP_SHARED_UMEM support to xdpsock by Magnus Karlsson · 5 years ago
  29. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  30. 451d1dc samples: bpf: update map definition to new syntax BTF-defined map by Daniel T. Lee · 5 years ago
  31. afbe3c2 samples: bpf: Update outdated error message by Daniel T. Lee · 5 years ago
  32. 251e2d3 bpf, samples: Use bpf_probe_read_user where appropriate by Daniel Borkmann · 5 years ago
  33. 04ec044b samples/bpf: fix build by setting HAVE_ATTR_TEST to zero by Björn Töpel · 5 years ago
  34. 2f18439 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  35. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  36. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  37. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  38. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  39. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  40. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  41. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  42. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  43. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  44. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  45. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  46. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  47. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  48. e01a75c libbpf: Move bpf_{helpers, helper_defs, endian, tracing}.h into libbpf by Andrii Nakryiko · 5 years ago
  49. 3ac4dbe selftests/bpf: Split off tracing-only helpers into bpf_tracing.h by Andrii Nakryiko · 5 years ago
  50. 36b5d47 selftests/bpf: samples/bpf: Split off legacy stuff from bpf_helpers.h by Andrii Nakryiko · 5 years ago
  51. 8fdf5b7 samples: bpf: Add max_pckt_size option at xdp_adjust_tail by Daniel T. Lee · 5 years ago
  52. 4564a8bb samples/bpf: Trivial - fix spelling mistake in usage by Anton Ivanov · 5 years ago
  53. 98beb3e samples/bpf: Add a workaround for asm_inline by KP Singh · 5 years ago
  54. e55190f samples/bpf: Fix build for task_fd_query_user.c by Björn Töpel · 5 years ago
  55. 5a712e1 samples/bpf: fix xdpsock l2fwd tx for unaligned mode by Ciara Loftus · 5 years ago
  56. 3945b37 samples/bpf: use hugepages in xdpsock app by Kevin Laatz · 5 years ago
  57. 03895e6 samples/bpf: add buffer recycling for unaligned chunks to xdpsock by Kevin Laatz · 5 years ago
  58. c543f54 samples/bpf: add unaligned chunks mode support to xdpsock by Kevin Laatz · 5 years ago
  59. bb4b5c0 samples: bpf: syscall_nrs: use mmap2 if defined by Ivan Khoronzhuk · 5 years ago
  60. 46738f7 samples/bpf: add use of need_wakeup flag in xdpsock by Magnus Karlsson · 5 years ago
  61. abcce73 samples/bpf: xdp_fwd explain bpf_fib_lookup return codes by Jesper Dangaard Brouer · 5 years ago
  62. a32a32c samples/bpf: make xdp_fwd more practically usable via devmap lookup by Jesper Dangaard Brouer · 5 years ago
  63. 3783d43 samples/bpf: xdp_fwd rename devmap name to be xdp_tx_ports by Jesper Dangaard Brouer · 5 years ago
  64. c17bec5 samples/bpf: switch trace_output sample to perf_buffer API by Andrii Nakryiko · 5 years ago
  65. f58a4d5 samples/bpf: convert xdp_sample_pkts_user to perf_buffer API by Andrii Nakryiko · 5 years ago
  66. 81f522f samples/bpf: build with -D__TARGET_ARCH_$(SRCARCH) by Ilya Leoshkevich · 5 years ago
  67. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  69. d78e3f0 samples/bpf: fix tcp_bpf.readme detach command by Stanislav Fomichev · 6 years ago
  70. 3953388 samples/bpf: add sample program that periodically dumps TCP stats by Stanislav Fomichev · 6 years ago
  71. 71634d7 bpf: Add support for fq's EDT to HBM by brakmo · 6 years ago
  72. 123e8da1 xsk: Change the default frame size to 4096 and allow controlling it by Maxim Mikityanskiy · 6 years ago
  73. 9e859e8 samples: bpf: make the use of xdp samples consistent by Daniel T. Lee · 6 years ago
  74. 7ae9f281 samples: bpf: Remove bpf_debug macro in favor of bpf_printk by Michal Rostecki · 6 years ago
  75. 20f6239 samples/bpf: xdp_redirect, correctly get dummy program id by Prashant Bhole · 6 years ago
  76. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  77. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  78. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  79. 7f904d7 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 505 by Thomas Gleixner · 6 years ago
  80. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  81. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  82. 4d18f6d samples: bpf: refactor header include path by Daniel T. Lee · 6 years ago
  83. fa206dc samples: bpf: remove unnecessary include options in Makefile by Daniel T. Lee · 6 years ago
  84. b552d33 samples/bpf: fix include path in Makefile by Prashant Bhole · 6 years ago
  85. 0ed3cc4 samples: bpf: don't run probes at the local make stage by Jakub Kicinski · 6 years ago
  86. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  87. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  88. 07c3bbd samples: bpf: print a warning about headers_install by Jakub Kicinski · 6 years ago
  89. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  90. 2ed9933 bpf: hbm: fix spelling mistake "notifcations" -> "notificiations" by Colin Ian King · 6 years ago
  91. d58c6f7 bpf: Add more stats to HBM by brakmo · 6 years ago
  92. ffd8155 bpf: Add cn support to hbm_out_kern.c by brakmo · 6 years ago
  93. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  94. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  95. 37b54aed samples/bpf: fix a couple of style issues in bpf_load by Daniel T. Lee · 6 years ago
  96. d9a6f41 samples: bpf: add ibumad sample to .gitignore by Matteo Croce · 6 years ago
  97. c87f60a samples: bpf: Do not define bpf_printk macro by Michal Rostecki · 6 years ago
  98. a195cef samples, bpf: suppress compiler warning by Matteo Croce · 6 years ago
  99. f7c2d64b samples, bpf: fix to change the buffer size for read() by Chang-Hsien Tsai · 6 years ago
  100. dce45af Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 6 years ago