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