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