1. a943646 bpftool: Allow to read btf as raw data by Jiri Olsa · 5 years ago
  2. 3820729 bpf: Prepare btf_ctx_access for non raw_tp use case by Martin KaFai Lau · 5 years ago
  3. 58eeb22 libbpf: Fix strncat bounds error in libbpf_prog_type_by_name by KP Singh · 5 years ago
  4. e0e4f8e xsk: Improve documentation for AF_XDP by Magnus Karlsson · 5 years ago
  5. 45e587b selftests/bpf: Fix LDLIBS order by Andrii Nakryiko · 5 years ago
  6. 9bc6384 selftests/bpf: Move test_section_names into test_progs and fix it by Andrii Nakryiko · 5 years ago
  7. d7d962a libbpf: Use implicit XSKMAP lookup from AF_XDP XDP program by Björn Töpel · 5 years ago
  8. 5e5b03d xdp: Fix type of string pointer in __XDP_ACT_SYM_TAB by Ben Dooks (Codethink) · 5 years ago
  9. e00aca6 libbpf: Make DECLARE_LIBBPF_OPTS macro strictly a variable declaration by Andrii Nakryiko · 5 years ago
  10. e13a2fe tools/bpf: Turn on llvm alu32 attribute by default by Yonghong Song · 5 years ago
  11. 46a4a97 Merge branch 'bpf-libbpf-cleanups' by Daniel Borkmann · 5 years ago
  12. 1678e33 selftest/bpf: Get rid of a bunch of explicit BPF program type setting by Andrii Nakryiko · 5 years ago
  13. 8af1c8b selftests/bpf: Make reference_tracking test use subtests by Andrii Nakryiko · 5 years ago
  14. f90415e selftests/bpf: Make a copy of subtest name by Andrii Nakryiko · 5 years ago
  15. dd4436b libbpf: Teach bpf_object__open to guess program types by Andrii Nakryiko · 5 years ago
  16. 32dff6d libbpf: Add uprobe/uretprobe and tp/raw_tp section suffixes by Andrii Nakryiko · 5 years ago
  17. f1eead9 libbpf: Add bpf_program__get_{type, expected_attach_type) APIs by Andrii Nakryiko · 5 years ago
  18. bc3f295 tools: Sync if_link.h by Andrii Nakryiko · 5 years ago
  19. be18010 tools, bpf: Rename pr_warning to pr_warn to align with kernel logging by Kefeng Wang · 5 years ago
  20. ab81e20 scripts/bpf: Print an error when known types list needs updating by Jakub Sitnicki · 5 years ago
  21. 54b8625 bpf, libbpf: Add kernel version section parsing back by John Fastabend · 5 years ago
  22. 1f5343c bpf: Fix build error without CONFIG_NET by YueHaibing · 5 years ago
  23. c108e3c bpf: Fix bpf_attr.attach_btf_id check by Alexei Starovoitov · 5 years ago
  24. 47a92ae Merge branch 'cleanup-selftests-bpf-makefile' by Alexei Starovoitov · 5 years ago
  25. cb79a4e selftest/bpf: Remove test_libbpf.sh and test_libbpf_open by Andrii Nakryiko · 5 years ago
  26. 5ac9307 selftests/bpf: Move test_queue_stack_map.h into progs/ where it belongs by Andrii Nakryiko · 5 years ago
  27. 74b5a59 selftests/bpf: Replace test_progs and test_maps w/ general rule by Andrii Nakryiko · 5 years ago
  28. 03dcb78 selftests/bpf: Add simple per-test targets to Makefile by Andrii Nakryiko · 5 years ago
  29. ee6c52e selftests/bpf: Switch test_maps to test_progs' test.h format by Andrii Nakryiko · 5 years ago
  30. d25c5e2 selftests/bpf: Make CO-RE reloc test impartial to test_progs flavor by Andrii Nakryiko · 5 years ago
  31. 0b6e71c selftests/bpf: Teach test_progs to cd into subdir by Andrii Nakryiko · 5 years ago
  32. 8d285a3 selftests/bpf: Restore the netns after flow dissector reattach test by Jakub Sitnicki · 5 years ago
  33. 0142fdc Merge branch 'bpf-btf-trace' by Daniel Borkmann · 5 years ago
  34. 580d656 selftests/bpf: Add kfree_skb raw_tp test by Alexei Starovoitov · 5 years ago
  35. a7658e1 bpf: Check types of arguments passed into helpers by Alexei Starovoitov · 5 years ago
  36. 3dec541 bpf: Add support for BTF pointers to x86 JIT by Alexei Starovoitov · 5 years ago
  37. 2a02759 bpf: Add support for BTF pointers to interpreter by Alexei Starovoitov · 5 years ago
  38. ac4414b bpf: Attach raw_tp program with BTF via type name by Alexei Starovoitov · 5 years ago
  39. 9e15db6 bpf: Implement accurate raw_tp context access via BTF by Alexei Starovoitov · 5 years ago
  40. f75a697 libbpf: Auto-detect btf_id of BTF-based raw_tracepoints by Alexei Starovoitov · 5 years ago
  41. ccfe29eb2 bpf: Add attach_btf_id attribute to program load by Alexei Starovoitov · 5 years ago
  42. 8580ac9 bpf: Process in-kernel BTF by Alexei Starovoitov · 5 years ago
  43. 7c6a469e bpf: Add typecast to bpf helpers to help BTF generation by Alexei Starovoitov · 5 years ago
  44. e8c423f bpf: Add typecast to raw_tracepoints to help BTF generation by Alexei Starovoitov · 5 years ago
  45. eac9153 bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack() by Song Liu · 5 years ago
  46. 456a513 scripts/bpf: Emit an #error directive known types list needs updating by Jakub Sitnicki · 5 years ago
  47. 5bc60de selftests: bpf: Don't try to read files without read permission by Jiri Pirko · 5 years ago
  48. 95fbda1 selftests: bpf: Add selftest for __sk_buff tstamp by Stanislav Fomichev · 5 years ago
  49. ba94094 bpf: Allow __sk_buff tstamp in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  50. da92746 Merge branch 'libbpf-field-existence' by Alexei Starovoitov · 5 years ago
  51. c7566a6 selftests/bpf: Add field existence CO-RE relocs tests by Andrii Nakryiko · 5 years ago
  52. 01340e3 libbpf: Add BPF-side definitions of supported field relocation kinds by Andrii Nakryiko · 5 years ago
  53. 62561eb libbpf: Add support for field existance CO-RE relocation by Andrii Nakryiko · 5 years ago
  54. 291ee02 libbpf: Refactor bpf_object__open APIs to use common opts by Andrii Nakryiko · 5 years ago
  55. 511bb00 libbpf: Update BTF reloc support to latest Clang format by Andrii Nakryiko · 5 years ago
  56. 14f2cf6 net: Update address for vrf and l3mdev in MAINTAINERS by David Ahern · 5 years ago
  57. 1c9dc2b Merge branch 'Scatter-gather-SPI-for-SJA1105-DSA' by David S. Miller · 5 years ago
  58. 08839c0 net: dsa: sja1105: Switch to scatter/gather API for SPI by Vladimir Oltean · 5 years ago
  59. 8a55940 net: dsa: sja1105: Move sja1105_spi_transfer into sja1105_xfer by Vladimir Oltean · 5 years ago
  60. f58a887 net: b44: remove redundant assignment to variable reg by Colin Ian King · 5 years ago
  61. 85a83a8 Merge branch 'PTP-driver-refactoring-for-SJA1105-DSA' by David S. Miller · 5 years ago
  62. 6642777 net: dsa: sja1105: Change the PTP command access pattern by Vladimir Oltean · 5 years ago
  63. a9d6ed7 net: dsa: sja1105: Move PTP data to its own private structure by Vladimir Oltean · 5 years ago
  64. 61c7712 net: dsa: sja1105: Make all public PTP functions take dsa_switch as argument by Vladimir Oltean · 5 years ago
  65. 5b3ae43 net: dsa: sja1105: Get rid of global declaration of struct ptp_clock_info by Vladimir Oltean · 5 years ago
  66. a98d62c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  67. 7e0d15e Merge tag 'mac80211-next-for-net-next-2019-10-11' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 5 years ago
  68. cb0ce18 genetlink: do not parse attributes for families with zero maxattr by Michal Kubecek · 5 years ago
  69. c208bdb tcp: improve recv_skip_hint for tcp_zerocopy_receive by Soheil Hassas Yeganeh · 5 years ago
  70. b8fc345 Merge branch 'selftests-bpf-Makefile-cleanup' by Alexei Starovoitov · 5 years ago
  71. 598dc04 selftests/bpf: Remove obsolete pahole/BTF support detection by Andrii Nakryiko · 5 years ago
  72. 3fbe31a selftests/bpf: Enforce libbpf build before BPF programs are built by Andrii Nakryiko · 5 years ago
  73. c2383d3 Merge branch 'samples-cross-compile' by Alexei Starovoitov · 5 years ago
  74. 1600c9c samples/bpf: Add preparation steps and sysroot info to readme by Ivan Khoronzhuk · 5 years ago
  75. b2327c1 samples/bpf: Add sysroot support by Ivan Khoronzhuk · 5 years ago
  76. d8ceae9 samples/bpf: Provide C/LDFLAGS to libbpf by Ivan Khoronzhuk · 5 years ago
  77. 793a349 libbpf: Add C/LDFLAGS to libbpf.so and test_libpf targets by Ivan Khoronzhuk · 5 years ago
  78. 5c26f9a libbpf: Don't use cxx to test_libpf target by Ivan Khoronzhuk · 5 years ago
  79. a833eff samples/bpf: Use target CC environment for HDR_PROBE by Ivan Khoronzhuk · 5 years ago
  80. 10cb3d8 samples/bpf: Use own flags but not HOSTCFLAGS by Ivan Khoronzhuk · 5 years ago
  81. 1d97c6c samples/bpf: Base target programs rules on Makefile.target by Ivan Khoronzhuk · 5 years ago
  82. 752677e samples/bpf: Add makefile.target for separate CC target build by Ivan Khoronzhuk · 5 years ago
  83. 54b7fbd samples/bpf: Drop unnecessarily inclusion for bpf_load by Ivan Khoronzhuk · 5 years ago
  84. 0e865ae samples/bpf: Use __LINUX_ARM_ARCH__ selector for arm by Ivan Khoronzhuk · 5 years ago
  85. 2a560df samples/bpf: Use own EXTRA_CFLAGS for clang commands by Ivan Khoronzhuk · 5 years ago
  86. 518c134 samples/bpf: Use --target from cross-compile by Ivan Khoronzhuk · 5 years ago
  87. 39e0c36 samples/bpf: Fix cookie_uid_helper_example obj build by Ivan Khoronzhuk · 5 years ago
  88. cdd5b2d samples/bpf: Fix HDR_PROBE "echo" by Ivan Khoronzhuk · 5 years ago
  89. 524900a Merge branch 'netdevsim-add-devlink-health-reporters-support' by David S. Miller · 5 years ago
  90. 9b88fc5 selftests: add netdevsim devlink health tests by Jiri Pirko · 5 years ago
  91. 82c93a8 netdevsim: implement couple of testing devlink health reporters by Jiri Pirko · 5 years ago
  92. e7a9810 devlink: propagate extack down to health reporter ops by Jiri Pirko · 5 years ago
  93. 4028182 devlink: don't do reporter recovery if the state is healthy by Jiri Pirko · 5 years ago
  94. 1635520 net: usb: ax88179_178a: write mac to hardware in get_mac_addr by Peter Fink · 5 years ago
  95. 28e72b2 sock_get_timeout: drop unnecessary return variable by Vito Caputo · 5 years ago
  96. 262ce0a af_unix: __unix_find_socket_byname() cleanup by Vito Caputo · 5 years ago
  97. e001d28 Merge branch 'net-ftgmac100-Ungate-RCLK-for-RMII-on-ASPEED-MACs' by David S. Miller · 5 years ago
  98. 9bce4b2 net: ftgmac100: Ungate RCLK for RMII on ASPEED MACs by Andrew Jeffery · 5 years ago
  99. 042b867 dt-bindings: net: ftgmac100: Describe clock properties by Andrew Jeffery · 5 years ago
  100. 6a3c52f dt-bindings: net: ftgmac100: Document AST2600 compatible by Andrew Jeffery · 5 years ago