1. c291d0a libbpf: Remove duplicate assignments by Mehrdad Arshad Rad · 3 years, 1 month ago
  2. 43174f0 libbpf: Silence uninitialized warning/error in btf_dump_dump_type_data by Alan Maguire · 3 years, 1 month ago
  3. da61e9e Merge branch 'Support static initialization of BPF_MAP_TYPE_PROG_ARRAY' by Andrii Nakryiko · 3 years, 1 month ago
  4. baeead2 selftests/bpf: Test BPF_MAP_TYPE_PROG_ARRAY static initialization by Hengqi Chen · 3 years, 1 month ago
  5. 341ac5f libbpf: Support static initialization of BPF_MAP_TYPE_PROG_ARRAY by Hengqi Chen · 3 years, 1 month ago
  6. e32cb12 bpf, mips: Fix build errors about __NR_bpf undeclared by Tiezhu Yang · 3 years, 1 month ago
  7. 8f6f41f selftests/bpf: Fix misaligned accesses in xdp and xdp_bpf2bpf tests by Andrii Nakryiko · 3 years, 1 month ago
  8. 43080b7 selftests/bpf: Fix misaligned memory accesses in xdp_bonding test by Andrii Nakryiko · 3 years, 1 month ago
  9. 5742829 selftests/bpf: Prevent out-of-bounds stack access in test_bpffs by Andrii Nakryiko · 3 years, 1 month ago
  10. e2e0d90 selftests/bpf: Fix misaligned memory access in queue_stack_map test by Andrii Nakryiko · 3 years, 1 month ago
  11. 6c4dedb selftests/bpf: Prevent misaligned memory access in get_stack_raw_tp test by Andrii Nakryiko · 3 years, 1 month ago
  12. 3bd0233 selftests/bpf: Fix possible NULL passed to memcpy() with zero size by Andrii Nakryiko · 3 years, 1 month ago
  13. 486e648 selftests/bpf: Fix UBSan complaint about signed __int128 overflow by Andrii Nakryiko · 3 years, 1 month ago
  14. 5938353 libbpf: Fix using invalidated memory in bpf_linker by Andrii Nakryiko · 3 years, 1 month ago
  15. 8cb1255 libbpf: Fix glob_syms memory leak in bpf_linker by Andrii Nakryiko · 3 years, 1 month ago
  16. 2a6a9bf libbpf: Don't call libc APIs with NULL pointers by Andrii Nakryiko · 3 years, 1 month ago
  17. 401891a libbpf: Fix potential misaligned memory access in btf_ext__new() by Andrii Nakryiko · 3 years, 1 month ago
  18. 1144ab9 tools/resolve_btf_ids: Close ELF file on error by Andrii Nakryiko · 3 years, 1 month ago
  19. 2fe256a selftests/bpf: Migrate selftests to bpf_map_create() by Andrii Nakryiko · 3 years, 1 month ago
  20. 99a12a3 libbpf: Prevent deprecation warnings in xsk.c by Andrii Nakryiko · 3 years, 1 month ago
  21. a9606f4 libbpf: Use bpf_map_create() consistently internally by Andrii Nakryiko · 3 years, 1 month ago
  22. 992c422 libbpf: Unify low-level map creation APIs w/ new bpf_map_create() by Andrii Nakryiko · 3 years, 1 month ago
  23. e4f7ac9 selftests/bpf: Mix legacy (maps) and modern (vars) BPF in one test by Andrii Nakryiko · 3 years, 1 month ago
  24. 16e0c35 libbpf: Load global data maps lazily on legacy kernels by Andrii Nakryiko · 3 years, 1 month ago
  25. fa721d4 selftests/bpf: Fix trivial typo by Drew Fustini · 3 years, 1 month ago
  26. 8cccee9 libbpf: Change bpf_program__set_extra_flags to bpf_program__set_flags by Florent Revest · 3 years, 1 month ago
  27. 9a49afe selftests/bpf: Add btf_dedup case with duplicated structs within CU by Jiri Olsa · 3 years, 1 month ago
  28. efdd3eb libbpf: Accommodate DWARF/compiler bug with duplicated structs by Andrii Nakryiko · 3 years, 1 month ago
  29. 7615209 libbpf: Add runtime APIs to query libbpf version by Andrii Nakryiko · 3 years, 1 month ago
  30. 29ad850 selfetests/bpf: Adapt vmtest.sh to s390 libbpf CI changes by Ilya Leoshkevich · 3 years, 1 month ago
  31. dd7f091 selftests/bpf: Fix xdpxceiver failures for no hugepages by Tirthendu Sarkar · 3 years, 1 month ago
  32. 5931d9a bpf, docs: Fix ordering of bpf documentation by Dave Tucker · 3 years, 2 months ago
  33. f5b1c2e bpf, docs: Rename bpf_lsm.rst to prog_lsm.rst by Dave Tucker · 3 years, 2 months ago
  34. 3ff36bf bpf, docs: Change underline in btf to match style guide by Dave Tucker · 3 years, 2 months ago
  35. db813d7 selftests/bpf: Mark variable as static by Yucong Sun · 3 years, 2 months ago
  36. 67d61d3 selftests/bpf: Variable naming fix by Yucong Sun · 3 years, 2 months ago
  37. ea78548 selftests/bpf: Move summary line after the error logs by Yucong Sun · 3 years, 2 months ago
  38. d41bc48 selftests/bpf: Add uprobe triggering overhead benchmarks by Andrii Nakryiko · 3 years, 1 month ago
  39. ebf7f6f bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33 by Tiezhu Yang · 3 years, 2 months ago
  40. e12cd15 selftests/bpf: Configure dir paths via env in test_bpftool_synctypes.py by Quentin Monnet · 3 years, 1 month ago
  41. b623181 bpftool: Update doc (use susbtitutions) and test_bpftool_synctypes.py by Quentin Monnet · 3 years, 1 month ago
  42. 4344842 bpftool: Add SPDX tags to RST documentation files by Quentin Monnet · 3 years, 1 month ago
  43. 4746158 selftests/bpf: Add a dedup selftest with equivalent structure types by Yonghong Song · 3 years, 1 month ago
  44. 69a055d libbpf: Fix a couple of missed btf_type_tag handling in btf.c by Yonghong Song · 3 years, 1 month ago
  45. e47d0bf bpftool: Add current libbpf_strict mode to version output by Stanislav Fomichev · 3 years, 1 month ago
  46. a5bdc36 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 1 month ago
  47. 2f6a470 Revert "Merge branch 'mctp-i2c-driver'" by Jakub Kicinski · 3 years, 1 month ago
  48. 6d3b1b0 Merge branch 'generic-phylink-validation' by David S. Miller · 3 years, 1 month ago
  49. 5038ffe net: mvpp2: use phylink_generic_validate() by Russell King (Oracle) · 3 years, 1 month ago
  50. 02a0988 net: mvneta: use phylink_generic_validate() by Russell King (Oracle) · 3 years, 1 month ago
  51. 34ae2c0 net: phylink: add generic validate implementation by Russell King (Oracle) · 3 years, 1 month ago
  52. 5cf46d8 net/wan/fsl_ucc_hdlc: fix sparse warnings by Christophe Leroy · 3 years, 1 month ago
  53. 311107b net: fddi: use swap() to make code cleaner by Yihao Han · 3 years, 1 month ago
  54. 9ed9411 hinic: use ARRAY_SIZE instead of ARRAY_LEN by Guo Zhengkui · 3 years, 1 month ago
  55. 16b1c4e0 net: usb: ax88179_178a: add TSO feature by Jacky Chou · 3 years, 1 month ago
  56. 71812af Merge branch 'mctp-i2c-driver' by David S. Miller · 3 years, 1 month ago
  57. 80be9b2 mctp i2c: MCTP I2C binding driver by Matt Johnston · 3 years, 1 month ago
  58. 0b6141e dt-bindings: net: New binding mctp-i2c-controller by Matt Johnston · 3 years, 1 month ago
  59. 3ef2de2 i2c: npcm7xx: Allow 255 byte block SMBus transfers by Matt Johnston · 3 years, 1 month ago
  60. 1b2ba1f i2c: aspeed: Allow 255 byte block transfers by Matt Johnston · 3 years, 1 month ago
  61. 84a107e i2c: dev: Handle 255 byte blocks for i2c ioctl by Matt Johnston · 3 years, 1 month ago
  62. 13cae4a i2c: core: Allow 255 byte transfers for SMBus 3.x by Matt Johnston · 3 years, 1 month ago
  63. cc0be1a net: bridge: Slightly optimize 'find_portno()' by Christophe JAILLET · 3 years, 1 month ago
  64. cb3ef7b net: sched: sch_netem: Refactor code in 4-state loss generator by Harshit Mogalapalli · 3 years, 2 months ago
  65. e99fa42 net: dsa: vsc73xxx: Make vsc73xx_remove() return void by Uwe Kleine-König · 3 years, 2 months ago
  66. ac746c8 net: stmmac: enhance XDP ZC driver level switching performance by Ong Boon Leong · 3 years, 2 months ago
  67. e504389 bpftool: Use libbpf_get_error() to check error by Hengqi Chen · 3 years, 1 month ago
  68. c874dff Merge branch 'bpftool: miscellaneous fixes' by Andrii Nakryiko · 3 years, 1 month ago
  69. b06be56 bpftool: Fix mixed indentation in documentation by Quentin Monnet · 3 years, 2 months ago
  70. 3811e27 bpftool: Update the lists of names for maps and prog-attach types by Quentin Monnet · 3 years, 2 months ago
  71. 986dec1 bpftool: Fix indent in option lists in the documentation by Quentin Monnet · 3 years, 2 months ago
  72. 48f5aef bpftool: Remove inclusion of utilities.mak from Makefiles by Quentin Monnet · 3 years, 2 months ago
  73. ebbd7f6 bpftool: Fix memory leak in prog_dump() by Quentin Monnet · 3 years, 2 months ago
  74. 1274a4e ipv6: Remove duplicate statements by luo penghao · 3 years, 2 months ago
  75. 0de3521 ipv4: Remove duplicate assignments by luo penghao · 3 years, 2 months ago
  76. ef14102 ipv4: drop unused assignment by luo penghao · 3 years, 2 months ago
  77. 325d956 selftests/bpf: Fix a tautological-constant-out-of-range-compare compiler warning by Yonghong Song · 3 years, 2 months ago
  78. 21c6ec3 selftests/bpf: Fix an unused-but-set-variable compiler warning by Yonghong Song · 3 years, 2 months ago
  79. 66f4bea Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 3 years, 2 months ago
  80. 6cbcc7a Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 3 years, 2 months ago
  81. 030c28a Merge tag 'pwm/for-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwm by Linus Torvalds · 3 years, 2 months ago
  82. 0d5d746 Merge tag 'sound-fix-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound by Linus Torvalds · 3 years, 2 months ago
  83. 304ac80 Merge tag 'drm-next-2021-11-12' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 2 months ago
  84. f78e9de Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 3 years, 2 months ago
  85. 3b81bf7 Merge tag 'rtc-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni/linux by Linus Torvalds · 3 years, 2 months ago
  86. 204d32e Merge tag 'libata-5.16-rc1-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/dlemoal/libata by Linus Torvalds · 3 years, 2 months ago
  87. 7246f4d tools/lib/lockdep: drop liblockdep by Sasha Levin · 3 years, 2 months ago
  88. d9c8e52 thermal: int340x: fix build on 32-bit targets by Linus Torvalds · 3 years, 2 months ago
  89. 7cc595a Merge branch 'introduce btf_tracing_ids' by Alexei Starovoitov · 3 years, 2 months ago
  90. d19ddb4 bpf: Introduce btf_tracing_ids by Song Liu · 3 years, 2 months ago
  91. 9e2ad63 bpf: Extend BTF_ID_LIST_GLOBAL with parameter for number of IDs by Song Liu · 3 years, 2 months ago
  92. 314f14a bpftool: Enable libbpf's strict mode by default by Stanislav Fomichev · 3 years, 2 months ago
  93. efe6f16 Merge branch 'next' into for-linus by Dmitry Torokhov · 3 years, 2 months ago
  94. b6c2472 Merge tag 'drm-misc-fixes-2021-11-11' of git://anongit.freedesktop.org/drm/drm-misc into drm-next by Dave Airlie · 3 years, 2 months ago
  95. 9faaffb Merge branch 'Support BTF_KIND_TYPE_TAG for btf_type_tag attributes' by Alexei Starovoitov · 3 years, 2 months ago
  96. d52f5c6 docs/bpf: Update documentation for BTF_KIND_TYPE_TAG support by Yonghong Song · 3 years, 2 months ago
  97. 3f1d0dc selftests/bpf: Clarify llvm dependency with btf_tag selftest by Yonghong Song · 3 years, 2 months ago
  98. 5698a42 selftests/bpf: Add a C test for btf_type_tag by Yonghong Song · 3 years, 2 months ago
  99. 26c79fc selftests/bpf: Rename progs/tag.c to progs/btf_decl_tag.c by Yonghong Song · 3 years, 2 months ago
  100. 846f482 selftests/bpf: Test BTF_KIND_DECL_TAG for deduplication by Yonghong Song · 3 years, 2 months ago