Commit Graph

  • 5877849633 sync: latest libbpf changes from kernel Andrii Nakryiko 2019-03-28 15:37:49 -07:00
  • d5b20f9668 libbpf: fix btf_dedup equivalence check handling of different kinds Andrii Nakryiko 2019-03-26 22:00:06 -07:00
  • d3a6d054df bpf, libbpf: clarify bump in libbpf version info Daniel Borkmann 2019-03-23 01:49:11 +01:00
  • 7c15babf40 scripts/sync_kernel.sh: skip empty merges, preventing cherry-picking Andrii Nakryiko 2019-03-28 16:40:41 -07:00
  • 33b0174985 sync: latest libbpf changes from kernel Andrii Nakryiko 2019-03-18 21:20:45 -07:00
  • 80a0a2df47 tools: bpf: synchronise BPF UAPI header with tools Quentin Monnet 2019-03-14 12:38:41 +00:00
  • 1fdfd30921 btf: resolve enum fwds in btf_dedup Andrii Nakryiko 2019-03-10 17:44:09 -07:00
  • c09210b2a2 bpf: Sync bpf.h to tools/ Martin KaFai Lau 2019-03-12 10:23:06 -07:00
  • 6215836a08 libbpf: fix to reject unknown flags in xsk_socket__create() Magnus Karlsson 2019-03-12 09:59:45 +01:00
  • c4af4fcac5 libbpf: handle BTF parsing and loading properly Andrii Nakryiko 2019-03-08 15:58:20 -08:00
  • a5831bef6d bpf, libbpf: fixing leak when kernel does not support btf Nikita V. Shirokov 2019-03-08 05:18:14 +00:00
  • 74efbe5b91 scripts: update sync script to do if_xdp.h syncing Andrii Nakryiko 2019-03-19 09:37:23 -07:00
  • cb658e9724 AF_XDP: add xsk.{c,h} to Makefile and fix build Andrii Nakryiko 2019-03-04 20:56:19 -08:00
  • 7a431904c8 sync: latest libbpf changes from kernel Andrii Nakryiko 2019-03-02 19:03:14 -08:00
  • 68cafb4cf7 bpf: sync bpf.h to tools and update bpf_helpers.h brakmo 2019-03-01 12:38:47 -08:00
  • cba1a119cf btf: fix bug with resolving STRUCT/UNION into corresponding FWD Andrii Nakryiko 2019-02-28 15:31:24 -08:00
  • 6c11809cc8 btf: allow to customize dedup hash table size Andrii Nakryiko 2019-02-28 15:31:23 -08:00
  • d58dcd8c6e libbpf: fix formatting for btf_ext__get_raw_data Andrii Nakryiko 2019-02-28 15:31:22 -08:00
  • 6f14d7fbe7 tools/libbpf: signedness bug in btf_dedup_ref_type() Dan Carpenter 2019-02-28 21:06:47 +03:00
  • 14fc408f9d tools: libbpf: add a correctly named define for map iteration Jakub Kicinski 2019-02-27 19:04:12 -08:00
  • 7e447c35b7 tools/bpf: sync bpf.h into tools Alexei Starovoitov 2019-02-25 14:28:41 -08:00
  • b23ab17fd3 libbpf: add support for using AF_XDP sockets Magnus Karlsson 2019-02-21 10:21:26 +01:00
  • 947e40e1fd sync_kernel.sh: revamp sync script to work in the presence of merges (#15) Andrii Nakryiko 2019-03-02 21:19:17 -08:00
  • d5fa4150f0 libbpf sync 2019-02-17T06:35:29.358Z (#14) Andrii Nakryiko 2019-02-16 22:41:31 -08:00
  • 8e42f42533 scripts: add script to sync kernel changes (#13) Andrii Nakryiko 2019-02-16 22:22:30 -08:00
  • 8008be5657 Install bpf_common.h in install_uapi_headers (#12) Andrey Ignatov 2019-02-15 14:43:41 -08:00
  • 5beb8a2ebf sync with latest bpf-next Yonghong Song 2019-02-15 08:50:10 -08:00
  • 6f9a833985 sync with latest bpf-next (#11) Andrii Nakryiko 2019-02-15 07:38:45 -08:00
  • f0bcba631d sync with latest bpf-next (#10) yonghong-song 2019-02-07 21:58:07 -08:00
  • b19c6dcf62 sync with bpf-next Yonghong Song 2019-02-04 19:42:31 -08:00
  • 30388a7afd add BPF_EMIT_CALL macro for libbpf_probes.c Yonghong Song 2019-02-04 14:39:30 -08:00
  • 1dc0296fce sync with latest bpf-next Yonghong Song 2019-02-04 13:28:44 -08:00
  • d5b146fec5 add asm/errno.h to linux/err.h (#8) yonghong-song 2019-01-16 17:16:50 -08:00
  • 29eca541b8 Fix redirect in check-reallocarray (#7) David Ahern 2019-01-07 21:34:42 -07:00
  • 07a48dcda2 sync with latest bpf-next (#6) yonghong-song 2019-01-03 12:44:33 -08:00
  • 556e0a0def bpf: sync with latest bpf-next tree (#5) yonghong-song 2018-11-26 14:32:21 -08:00
  • 319ff2f0f6 Merge pull request #4 from libbpf/pr/add-ring-buffer-header 4ast 2018-10-19 14:29:41 -07:00
  • a0e4e323bb bpf: add ring_buffer.h drop in replacement header Daniel Borkmann 2018-10-19 23:09:07 +02:00
  • 62706e5557 Symbols visibility (#3) Andrey Ignatov 2018-10-16 17:24:08 -07:00
  • e5c75f8e94 mirror uapi/linux/bpf_common.h file (#2) yonghong-song 2018-10-12 12:57:55 -07:00
  • a907cbaee9 Merge pull request #1 from rdna/extend-build-install yonghong-song 2018-10-11 16:25:11 -07:00
  • a82a66eda3 Extend build and add install rules to Makefile Andrey Ignatov 2018-10-11 14:58:49 -07:00
  • c2015d0a65 Add if_link.h and netlink.h UAPI headers Andrey Ignatov 2018-10-11 15:14:46 -07:00
  • 8acf2635c3 add a simple Makefile to build and clean up Yonghong Song 2018-10-09 21:45:49 -07:00
  • 66684189f0 initial commit Yonghong Song 2018-10-09 17:50:12 -07:00