1. ffac28f bpf: align map type names formatting. by David Calavera · 6 years ago
  2. 311fe1a bpf: btf: fix spelling mistake "Memmber" -> "Member" by Colin Ian King · 6 years ago
  3. cf0dd41 bpf, tags: Fix DEFINE_PER_CPU expansion by Rustam Kovhaev · 6 years ago
  4. 197c2da bpf: Add BPF_MAP_TYPE_QUEUE and BPF_MAP_TYPE_STACK to bpftool-map by David Calavera · 6 years ago
  5. 5a86381 samples: bpf: fix: error handling regarding kprobe_events by Daniel T. Lee · 6 years ago
  6. 47ae7e3 libbpf: make bpf_object__open default to UNSPEC by Nikita V. Shirokov · 6 years ago
  7. f11216b bpf: add skb->tstamp r/w access from tc clsact and cg skb progs by Vlad Dumitrescu · 6 years ago
  8. ab85b01 tools/bpf: fix spelling mistake "memeory" -> "memory" by Colin Ian King · 6 years ago
  9. 8d75839 bpf, lpm: make longest_prefix_match() faster by Eric Dumazet · 6 years ago
  10. e4b0c94 Merge branch 'bpf-libbpf-mapinmap' by Daniel Borkmann · 6 years ago
  11. b1957c9 bpf: adding tests for map_in_map helpber in libbpf by Nikita V. Shirokov · 6 years ago
  12. addb9fc bpf: adding support for map in map in libbpf by Nikita V. Shirokov · 6 years ago
  13. 5b32a23 bpf: libbpf: don't specify prog name if kernel doesn't support it by Stanislav Fomichev · 6 years ago
  14. 94cb310 bpf: libbpf: remove map name retry from bpf_create_map_xattr by Stanislav Fomichev · 6 years ago
  15. 47eff61 bpf, libbpf: introduce bpf_object__probe_caps to test BPF capabilities by Stanislav Fomichev · 6 years ago
  16. 8c4905b libbpf: make sure bpf headers are c++ include-able by Stanislav Fomichev · 6 years ago
  17. 462c124 bpf: fix a libbpf loader issue by Yonghong Song · 6 years ago
  18. f6161a8 bpf: fix a compilation error when CONFIG_BPF_SYSCALL is not defined by Yonghong Song · 6 years ago
  19. 740baec Merge branch 'btf-func-info' by Alexei Starovoitov · 6 years ago
  20. 254471e tools/bpf: bpftool: add support for func types by Yonghong Song · 6 years ago
  21. 999d82c tools/bpf: enhance test_btf file testing to test func info by Yonghong Song · 6 years ago
  22. d7f5b5e tools/bpf: refactor to implement btf_get_from_id() in lib/bpf by Yonghong Song · 6 years ago
  23. 9ce6ae2 tools/bpf: do not use pahole if clang/llvm can generate BTF sections by Yonghong Song · 6 years ago
  24. 2993e05 tools/bpf: add support to read .BTF.ext sections by Yonghong Song · 6 years ago
  25. 4798c4b tools/bpf: extends test_btf to test load/retrieve func_type info by Yonghong Song · 6 years ago
  26. 7e0d0fb tools/bpf: add new fields for program load in lib/bpf by Yonghong Song · 6 years ago
  27. cc19435 tools/bpf: sync kernel uapi bpf.h header to tools directory by Yonghong Song · 6 years ago
  28. 838e969 bpf: Introduce bpf_func_info by Yonghong Song · 6 years ago
  29. 78a2540 tools/bpf: Add tests for BTF_KIND_FUNC_PROTO and BTF_KIND_FUNC by Martin KaFai Lau · 6 years ago
  30. 781e775 tools/bpf: Sync kernel btf.h header by Martin KaFai Lau · 6 years ago
  31. 2667a26 bpf: btf: Add BTF_KIND_FUNC and BTF_KIND_FUNC_PROTO by Martin KaFai Lau · 6 years ago
  32. b47a0bd bpf: btf: Break up btf_type_is_void() by Martin KaFai Lau · 6 years ago
  33. bbe5d31 Merge branch 'bpf-zero-hash-seed' by Daniel Borkmann · 6 years ago
  34. bf5d68c tools: add selftest for BPF_F_ZERO_SEED by Lorenz Bauer · 6 years ago
  35. 608114e tools: sync linux/bpf.h by Lorenz Bauer · 6 years ago
  36. 2f18336 bpf: move BPF_F_QUERY_EFFECTIVE after map flags by Lorenz Bauer · 6 years ago
  37. 96b3b6c bpf: allow zero-initializing hash map seed by Lorenz Bauer · 6 years ago
  38. 2349944 bpf: libbpf: retry map creation without the name by Stanislav Fomichev · 6 years ago
  39. 592ee43 bpf: fix null pointer dereference on pointer offload by Colin Ian King · 6 years ago
  40. 29a9c10 bpftool: make libbfd optional by Stanislav Fomichev · 6 years ago
  41. ae9435f Merge branch 'socket-lookup-cg_sock' by Alexei Starovoitov · 6 years ago
  42. 9108e3a selftest/bpf: Use bpf_sk_lookup_{tcp, udp} in test_sock_addr by Andrey Ignatov · 6 years ago
  43. 6c49e65 bpf: Support socket lookup in CGROUP_SOCK_ADDR progs by Andrey Ignatov · 6 years ago
  44. cac6cc2 bpf: Fix IPv6 dport byte order in bpf_sk_lookup_udp by Andrey Ignatov · 6 years ago
  45. ac8acec bpf: Remove unused variable in nsim_bpf by Nathan Chancellor · 6 years ago
  46. a83d6e7 bpf: libbpf: Fix bpf_program__next() API by Martin KaFai Lau · 6 years ago
  47. 5c86d21 selftests/bpf: Fix uninitialized duration warning by Joe Stringer · 6 years ago
  48. 407be8d Merge branch 'narrow-loads' by Alexei Starovoitov · 6 years ago
  49. e760547 selftests/bpf: Test narrow loads with off > 0 for bpf_sock_addr by Andrey Ignatov · 6 years ago
  50. 6c2afb6 selftests/bpf: Test narrow loads with off > 0 in test_verifier by Andrey Ignatov · 6 years ago
  51. 46f53a6 bpf: Allow narrow loads with offset > 0 by Andrey Ignatov · 6 years ago
  52. f2cbf95 Merge branch 'bpftool-flow-dissector' by Alexei Starovoitov · 6 years ago
  53. 092f089 bpftool: support loading flow dissector by Stanislav Fomichev · 6 years ago
  54. 3767a94 bpftool: add pinmaps argument to the load/loadall by Stanislav Fomichev · 6 years ago
  55. 7738099 bpftool: add loadall command by Stanislav Fomichev · 6 years ago
  56. 33a2c75 libbpf: add internal pin_name by Stanislav Fomichev · 6 years ago
  57. fd734c5 libbpf: bpf_program__pin: add special case for instances.nr == 1 by Stanislav Fomichev · 6 years ago
  58. 0c19a9f libbpf: cleanup after partial failure in bpf_object__pin by Stanislav Fomichev · 6 years ago
  59. 108d50a selftests/bpf: rename flow dissector section to flow_dissector by Stanislav Fomichev · 6 years ago
  60. 0157edc Merge branch 'device-ops-as-cb' by Alexei Starovoitov · 6 years ago
  61. 16a8cb5c bpf: do not pass netdev to translate() and prepare() offload callbacks by Quentin Monnet · 6 years ago
  62. a40a263 bpf: pass prog instead of env to bpf_prog_offload_verifier_prep() by Quentin Monnet · 6 years ago
  63. eb91194 bpf: pass destroy() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  64. b07ade2 bpf: pass translate() as a callback and remove its ndo_bpf subcommand by Quentin Monnet · 6 years ago
  65. 00db12c bpf: call verifier_prep from its callback in struct bpf_offload_dev by Quentin Monnet · 6 years ago
  66. 6dc18fa bpf: call finalize() from its callback in struct bpf_offload_dev by Quentin Monnet · 6 years ago
  67. 341b3e7 bpf: call verify_insn from its callback in struct bpf_offload_dev by Quentin Monnet · 6 years ago
  68. 1385d75 bpf: pass a struct with offload callbacks to bpf_offload_dev_create() by Quentin Monnet · 6 years ago
  69. 1da6f57 nfp: bpf: move nfp_bpf_analyzer_ops from verifier.c to offload.c by Quentin Monnet · 6 years ago
  70. c8123ea bpf: Extend the sk_lookup() helper to XDP hookpoint. by Nitin Hande · 6 years ago
  71. bf598a8 bpftool: Improve handling of ENOENT on map dumps by David Ahern · 6 years ago
  72. 435f90a selftests/bpf: add a test case for sock_ops perf-event notification by Sowmini Varadhan · 6 years ago
  73. a5a3a82 bpf: add perf event notificaton support for sock_ops by Sowmini Varadhan · 6 years ago
  74. 185067a Merge branch 'bpf-max-pkt-offset' by Daniel Borkmann · 6 years ago
  75. cf599f5 nfp: bpf: relax prog rejection through max_pkt_offset by Jiong Wang · 6 years ago
  76. e647815 bpf: let verifier to calculate and record max_pkt_offset by Jiong Wang · 6 years ago
  77. bce6a14 bpf_load: add map name to load_maps error message by Shannon Nelson · 6 years ago
  78. 8302b9b tools: bpftool: adjust rlimit RLIMIT_MEMLOCK when loading programs, maps by Quentin Monnet · 6 years ago
  79. f96afa7 selftests/bpf: enable (uncomment) all tests in test_libbpf.sh by Quentin Monnet · 6 years ago
  80. f601a85 net: hns3: Remove set but not used variable 'reset_level' by YueHaibing · 6 years ago
  81. 75790a7 Merge branch 'nfp-more-set-actions-and-notifier-refactor' by David S. Miller · 6 years ago
  82. 0c665e2 nfp: flower: use the common netdev notifier by Jakub Kicinski · 6 years ago
  83. 3e33359 nfp: register a notifier handler in a central location for the device by Jakub Kicinski · 6 years ago
  84. 659bb40 nfp: flower: make nfp_fl_lag_changels_event() void by Jakub Kicinski · 6 years ago
  85. a558c982 nfp: flower: don't try to nack device unregister events by Jakub Kicinski · 6 years ago
  86. e50bfdf nfp: flower: remove unnecessary iteration over devices by Jakub Kicinski · 6 years ago
  87. 4234d62 nfp: flower: add ipv6 set flow label and hop limit offload by Pieter Jansen van Vuuren · 6 years ago
  88. a3c6b06 nfp: flower: add ipv4 set ttl and tos offload by Pieter Jansen van Vuuren · 6 years ago
  89. 6a02d1f Merge branch 'hns3-next' by David S. Miller · 6 years ago
  90. 8b0195a net: hns3: fix for cmd queue memory not freed problem during reset by Huazhong Tan · 6 years ago
  91. 65e41e7 net: hns3: add error handler for hclge_reset() by Huazhong Tan · 6 years ago
  92. f403a84 net: hns3: call roce's reset notify callback when resetting by Huazhong Tan · 6 years ago
  93. 35d93a3 net: hns3: adjust the process of PF reset by Huazhong Tan · 6 years ago
  94. 0742ed7 net: hns3: move some reset information from hnae3_handle into hclge_dev/hclgevf_dev by Huazhong Tan · 6 years ago
  95. 7cea834 net: hns3: ignore new coming low-level reset while doing high-level reset by Huazhong Tan · 6 years ago
  96. 257e4f2 net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting by Huazhong Tan · 6 years ago
  97. 8df0fa9 net: hns3: enable/disable ring in the enet while doing UP/DOWN by Huazhong Tan · 6 years ago
  98. 7edff53 net: hns3: adjust the location of clearing the table when doing reset by Huazhong Tan · 6 years ago
  99. 4d60291 net: hns3: provide some interface & information for the client by Huazhong Tan · 6 years ago
  100. 720bd58 net: hns3: add set_default_reset_request in the hnae3_ae_ops by Huazhong Tan · 6 years ago