1. 399dc65 libbpf: reduce unnecessary line wrapping by Andrii Nakryiko · 6 years ago
  2. 76e1022 libbpf: typo and formatting fixes by Andrii Nakryiko · 6 years ago
  3. 7e8c328 libbpf: simplify two pieces of logic by Andrii Nakryiko · 6 years ago
  4. fba01a0 libbpf: use negative fd to specify missing BTF by Andrii Nakryiko · 6 years ago
  5. f102154 libbpf: fix error code returned on corrupted ELF by Andrii Nakryiko · 6 years ago
  6. c51829b libbpf: check map name retrieved from ELF by Andrii Nakryiko · 6 years ago
  7. 12ef563 libbpf: simplify endianness check by Andrii Nakryiko · 6 years ago
  8. be5c5d4 libbpf: preserve errno before calling into user callback by Andrii Nakryiko · 6 years ago
  9. 8ca990c libbpf: fix detection of corrupted BPF instructions section by Andrii Nakryiko · 6 years ago
  10. 501b125 libbpf: prevent overwriting of log_level in bpf_object__load_progs() by Quentin Monnet · 6 years ago
  11. e672db0 bpf: tracing: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  12. dbcc1ba bpf: cgroup: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  13. 02205d2 bpf: media: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  14. 54e9c9d bpf: remove __rcu annotations from bpf_prog_array by Stanislav Fomichev · 6 years ago
  15. fe937ea selftests/bpf: fix compilation error for flow_dissector.c by Alan Maguire · 6 years ago
  16. d0a3a4b Merge branch 'cgroup-auto-detach' by Alexei Starovoitov · 6 years ago
  17. d550659 selftests/bpf: add auto-detach test by Roman Gushchin · 6 years ago
  18. 596092e selftests/bpf: enable all available cgroup v2 controllers by Roman Gushchin · 6 years ago
  19. ba0c0cc selftests/bpf: convert test_cgrp2_attach2 example into kselftest by Roman Gushchin · 6 years ago
  20. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  21. 37b54aed samples/bpf: fix a couple of style issues in bpf_load by Daniel T. Lee · 6 years ago
  22. 486d3f2 selftests/bpf: fail test_tunnel.sh if subtests fail by Stanislav Fomichev · 6 years ago
  23. 463910a Merge branch 'bpf-bpftool-dbg-output' by Daniel Borkmann · 6 years ago
  24. 55d7780 tools: bpftool: make -d option print debug output from verifier by Quentin Monnet · 6 years ago
  25. 60276f9 libbpf: add bpf_object__load_xattr() API function to pass log_level by Quentin Monnet · 6 years ago
  26. 775bc8a tools: bpftool: add -d option to get debug output from libbpf by Quentin Monnet · 6 years ago
  27. d98363b libbpf: fix warning that PTR_ERR_OR_ZERO can be used by Hariprasad Kelam · 6 years ago
  28. 92bd682 bpf: style fix in while(!feof()) loop by Chang-Hsien Tsai · 6 years ago
  29. e1afb702 bpf: check signal validity in nmi for bpf_send_signal() helper by Yonghong Song · 6 years ago
  30. 0d97dac bpftool: auto-complete BTF IDs for btf dump by Andrii Nakryiko · 6 years ago
  31. d9a6f41 samples: bpf: add ibumad sample to .gitignore by Matteo Croce · 6 years ago
  32. 198ae93 Merge branch 'optimize-zext' by Alexei Starovoitov · 6 years ago
  33. 0b4de1f nfp: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  34. 66d0d5a riscv: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  35. 836256b x32: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  36. 3e2a33c sparc: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  37. 591006b s390: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  38. a4c9277 powerpc: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  39. 163541e arm: bpf: eliminate zero extension code-gen by Jiong Wang · 6 years ago
  40. 9d120b4 selftests: bpf: enable hi32 randomization for all tests by Jiong Wang · 6 years ago
  41. f3b55ab selftests: bpf: adjust several test_verifier helpers for insn insertion by Jiong Wang · 6 years ago
  42. 0465619 libbpf: add "prog_flags" to bpf_program/bpf_prog_load_attr/bpf_load_program_attr by Jiong Wang · 6 years ago
  43. d6c2308 bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set by Jiong Wang · 6 years ago
  44. 9ce33e3 tools: bpf: sync uapi header bpf.h by Jiong Wang · 6 years ago
  45. c240eff bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32" by Jiong Wang · 6 years ago
  46. a4b1d3c bpf: verifier: insert zero extension according to analysis result by Jiong Wang · 6 years ago
  47. 7d13404 bpf: introduce new mov32 variant for doing explicit zero extension by Jiong Wang · 6 years ago
  48. b325fbc bpf: verifier: mark patched-insn with sub-register zext flag by Jiong Wang · 6 years ago
  49. 5327ed3 bpf: verifier: mark verified-insn with sub-register zext flag by Jiong Wang · 6 years ago
  50. a08acd1 Merge branch 'bpf-send-sig' by Daniel Borkmann · 6 years ago
  51. 16f0efc tools/bpf: add selftest in test_progs for bpf_send_signal() helper by Yonghong Song · 6 years ago
  52. edaccf8 tools/bpf: sync bpf uapi header bpf.h to tools directory by Yonghong Song · 6 years ago
  53. 8b401f9 bpf: implement bpf_send_signal() helper by Yonghong Song · 6 years ago
  54. 5420f32 Merge branch 'btf2c-converter' by Alexei Starovoitov · 6 years ago
  55. 90eea40 bpftool: update bash-completion w/ new c option for btf dump by Andrii Nakryiko · 6 years ago
  56. 220ba45 bpftool/docs: add description of btf dump C option by Andrii Nakryiko · 6 years ago
  57. 2119f21 bpftool: add C output format option to btf dump subcommand by Andrii Nakryiko · 6 years ago
  58. 2d2a3ad selftests/bpf: add btf_dump BTF-to-C conversion tests by Andrii Nakryiko · 6 years ago
  59. 351131b libbpf: add btf_dump API for BTF-to-C conversion by Andrii Nakryiko · 6 years ago
  60. 2fc3fc0 libbpf: switch btf_dedup() to hashmap for dedup table by Andrii Nakryiko · 6 years ago
  61. 5d04ec6 selftests/bpf: add tests for libbpf's hashmap by Andrii Nakryiko · 6 years ago
  62. e3b9242 libbpf: add resizable non-thread safe internal hashmap by Andrii Nakryiko · 6 years ago
  63. 9db3243 selftests/bpf: use btf__parse_elf to check presence of BTF/BTF.ext by Andrii Nakryiko · 6 years ago
  64. 58650cc bpftool: use libbpf's btf__parse_elf API by Andrii Nakryiko · 6 years ago
  65. e6c6485 libbpf: add btf__parse_elf API to load .BTF and .BTF.ext by Andrii Nakryiko · 6 years ago
  66. 1d7a08b libbpf: ensure libbpf.h is included along libbpf_internal.h by Andrii Nakryiko · 6 years ago
  67. c87f60a samples: bpf: Do not define bpf_printk macro by Michal Rostecki · 6 years ago
  68. 37739d1 selftests: bpf: Move bpf_printk to bpf_helpers.h by Michal Rostecki · 6 years ago
  69. 5762a20 Merge branch 'bpf-explored-states' by Daniel Borkmann · 6 years ago
  70. dc2a4eb bpf: convert explored_states to hash table by Alexei Starovoitov · 6 years ago
  71. a8f500a bpf: split explored_states by Alexei Starovoitov · 6 years ago
  72. 5d83902 bpf: cleanup explored_states by Alexei Starovoitov · 6 years ago
  73. 29c677c Merge branch 'bpf-jmp-seq-limit' by Daniel Borkmann · 6 years ago
  74. 7c94410 selftests/bpf: add pyperf scale test by Alexei Starovoitov · 6 years ago
  75. 7c0c609 selftests/bpf: adjust verifier scale test by Alexei Starovoitov · 6 years ago
  76. b285fcb bpf: bump jmp sequence limit by Alexei Starovoitov · 6 years ago
  77. 9efc779 libbpf: emit diff of mismatched public API, if any by Andrii Nakryiko · 6 years ago
  78. 14a1eaa hv_sock: perf: loop in send() to maximize bandwidth by Sunil Muthuswamy · 6 years ago
  79. ac383f5 hv_sock: perf: Allow the socket buffer size options to influence the actual socket buffers by Sunil Muthuswamy · 6 years ago
  80. 0db355d ipv4/igmp: shrink struct ip_sf_list by Eric Dumazet · 6 years ago
  81. fc65100 neighbor: Add tracepoint to __neigh_create by David Ahern · 6 years ago
  82. a92a0a7 selftests: pmtu: Simplify cleanup and namespace names by David Ahern · 6 years ago
  83. 9b7e94e selftests: fib-onlink: Make quiet by default by David Ahern · 6 years ago
  84. 7542565 net: Set strict_start_type for routes and rules by David Ahern · 6 years ago
  85. e38f7cb Merge branch 'net-Export-functions-for-nexthop-code' by David S. Miller · 6 years ago
  86. 06c77c3 ipv4: Rename and export nh_update_mtu by David Ahern · 6 years ago
  87. c366948 ipv4: export fib_info_update_nh_saddr by David Ahern · 6 years ago
  88. 9bd8366 ipv4: export fib_flush by David Ahern · 6 years ago
  89. ac1fab2 ipv4: export fib_check_nh by David Ahern · 6 years ago
  90. 1bff1a0 ipv4: Add function to send route updates by David Ahern · 6 years ago
  91. 19a3b7e ipv6: export function to send route updates by David Ahern · 6 years ago
  92. cdaa16a ipv6: Add hook to bump sernum for a route to stubs by David Ahern · 6 years ago
  93. 68a9b13 ipv6: Add delete route hook to stubs by David Ahern · 6 years ago
  94. 26b1b8d Merge branch 'net-phy-T1-support' by David S. Miller · 6 years ago
  95. e5fb32c net: phy: Make phy_basic_t1_features use base100t1. by Andrew Lunn · 6 years ago
  96. b255776 net: phy: Add support for 100BaseT1 and 1000BaseT1 by Andrew Lunn · 6 years ago
  97. 565d9d2 net: phy: dp83867: Allocate state struct in probe by Trent Piepho · 6 years ago
  98. f8bbf41 net: phy: dp83867: Validate FIFO depth property by Trent Piepho · 6 years ago
  99. 27708eb net: phy: dp83867: IO impedance is not dependent on RGMII delay by Trent Piepho · 6 years ago
  100. 1b9b295 net: phy: dp83867: Use unsigned variables to store unsigned properties by Trent Piepho · 6 years ago