1. f36e99a libbpf: Generalize BTF and BTF.ext type ID and strings iteration by Andrii Nakryiko · 3 years, 10 months ago
  2. e14ef4b libbpf: Expose btf_type_by_id() internally by Andrii Nakryiko · 3 years, 10 months ago
  3. fdc1397 bpf, devmap: Move drop error path to devmap for XDP_REDIRECT by Lorenzo Bianconi · 3 years, 10 months ago
  4. 6b28276 Merge branch 'Provide NULL and KERNEL_VERSION macros in bpf_helpers.h' by Alexei Starovoitov · 3 years, 10 months ago
  5. c53a335 selftests/bpf: drop custom NULL #define in skb_pkt_end selftest by Andrii Nakryiko · 3 years, 10 months ago
  6. 9ae2c26 libbpf: provide NULL and KERNEL_VERSION macros in bpf_helpers.h by Andrii Nakryiko · 3 years, 10 months ago
  7. 97a19ca bpf: net: Emit anonymous enum with BPF_TCP_CLOSE value explicitly by Yonghong Song · 3 years, 10 months ago
  8. 56901d4 selftests/bpf: Use nanosleep() syscall instead of sleep() in get_cgroup_id by Ravi Bangoria · 3 years, 10 months ago
  9. ebda107 selftests/bpf: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 10 months ago
  10. 5531939 Merge branch 'Build BPF selftests and its libbpf, bpftool in debug mode' by Alexei Starovoitov · 3 years, 10 months ago
  11. 252e3cb selftests/bpf: Build everything in debug mode by Andrii Nakryiko · 3 years, 10 months ago
  12. 105b842 selftests/bpf: Fix maybe-uninitialized warning in xdpxceiver test by Andrii Nakryiko · 3 years, 10 months ago
  13. 4bbb358 bpftool: Fix maybe-uninitialized warnings by Andrii Nakryiko · 3 years, 10 months ago
  14. dde7b3f libbpf: Add explicit padding to bpf_xdp_set_link_opts by Andrii Nakryiko · 3 years, 10 months ago
  15. 4d0b938 bpf: Make symbol 'bpf_task_storage_busy' static by Wei Yongjun · 3 years, 10 months ago
  16. 6bd45f2 kernel/bpf/: Fix misspellings using codespell tool by Liu xuzhi · 3 years, 10 months ago
  17. ba3b86b s390/bpf: Implement new atomic ops by Ilya Leoshkevich · 3 years, 10 months ago
  18. 23f50b5 bpf: selftests: Remove unused 'nospace_err' in tests for batched ops in array maps by Pedro Tammela · 3 years, 10 months ago
  19. d94436a samples: bpf: Fix a spelling typo in do_hbm_test.sh by Masanari Iida · 3 years, 10 months ago
  20. 0205e9d libbpf: Avoid inline hint definition from 'linux/stddef.h' by Pedro Tammela · 3 years, 10 months ago
  21. 6503b9f bpf: Add getter and setter for SO_REUSEPORT through bpf_{g,s}etsockopt by Manu Bretelle · 3 years, 10 months ago
  22. 1211f4e Merge branch 'libbpf/xsk cleanups' by Andrii Nakryiko · 3 years, 10 months ago
  23. 7e8bbe2 libbpf: xsk: Move barriers from libbpf_util.h to xsk.h by Björn Töpel · 3 years, 10 months ago
  24. 2882c48 libbpf: xsk: Remove linux/compiler.h header by Björn Töpel · 3 years, 10 months ago
  25. a9c80b03e bpf: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 10 months ago
  26. 04ea63e selftests/bpf: Fix warning comparing pointer to 0 by Jiapeng Chong · 3 years, 10 months ago
  27. c1acda9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 3 years, 10 months ago
  28. 05a59d7 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 10 months ago
  29. 6a30bed Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 3 years, 10 months ago
  30. 69264b4 sparc: sparc64_defconfig: remove duplicate CONFIGs by Corentin Labbe · 3 years, 10 months ago
  31. e5e8b80 sparc64: Fix opcode filtering in handling of no fault loads by Rob Gardner · 3 years, 10 months ago
  32. 8515455 Merge branch 's390-qeth-fixes' by David S. Miller · 3 years, 10 months ago
  33. 7eefda7 s390/qeth: fix notification for pending buffers during teardown by Julian Wiedmann · 3 years, 10 months ago
  34. 3e83d46 s390/qeth: schedule TX NAPI on QAOB completion by Julian Wiedmann · 3 years, 10 months ago
  35. c20383a s390/qeth: improve completion of pending TX buffers by Julian Wiedmann · 3 years, 10 months ago
  36. e7a36d2 s390/qeth: fix memory leak after failed TX Buffer allocation by Julian Wiedmann · 3 years, 10 months ago
  37. b005c9e Merge branch 'virtio_net-infinite-loop' by David S. Miller · 3 years, 10 months ago
  38. d348ede net: avoid infinite loop in mpls_gso_segment when mpls_hlen == 0 by Balazs Nemeth · 3 years, 10 months ago
  39. 924a9bc net: check if protocol extracted by virtio_net_hdr_set_proto is correct by Balazs Nemeth · 3 years, 10 months ago
  40. 32f9152 Merge branch 'bpf-xdp-redirect' by Daniel Borkmann · 3 years, 10 months ago
  41. ee75aef bpf, xdp: Restructure redirect actions by Björn Töpel · 3 years, 10 months ago
  42. e6a4750 bpf, xdp: Make bpf_redirect_map() a map operation by Björn Töpel · 3 years, 10 months ago
  43. 286a862 net: dsa: xrs700x: check if partner is same as port in hsr join by George McCollister · 3 years, 10 months ago
  44. 11d39cf selftests/bpf: Fix compiler warning in BPF_KPROBE definition in loop6.c by Andrii Nakryiko · 3 years, 10 months ago
  45. 4b3d9f9c Merge tag 'gpio-fixes-for-v5.12-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/brgl/linux by Linus Torvalds · 3 years, 10 months ago
  46. 9c39198 Merge tag 'mips-fixes_5.12_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 3 years, 10 months ago
  47. f7d9d48 net: lapbether: Remove netif_start_queue / netif_stop_queue by Xie He · 3 years, 10 months ago
  48. 34c9a7c Merge branch 'Add clang-based BTF_KIND_FLOAT tests' by Alexei Starovoitov · 3 years, 10 months ago
  49. ccb0e23 selftests/bpf: Add BTF_KIND_FLOAT to btf_dump_test_case_syntax by Ilya Leoshkevich · 3 years, 10 months ago
  50. 3fcd50d selftests/bpf: Add BTF_KIND_FLOAT to test_core_reloc_size by Ilya Leoshkevich · 3 years, 10 months ago
  51. bd67b71 MIPS: kernel: Reserve exception base early to prevent corruption by Thomas Bogendoerfer · 3 years, 10 months ago
  52. 987a087 Merge git://git.kernel.org:/pub/scm/linux/kernel/git/davem/sparc by Linus Torvalds · 3 years, 10 months ago
  53. 4416e98 atm: idt77252: fix null-ptr-dereference by Tong Zhang · 3 years, 10 months ago
  54. 3153724 atm: uPD98402: fix incorrect allocation by Tong Zhang · 3 years, 10 months ago
  55. 1019d79 atm: fix a typo in the struct description by Tong Zhang · 3 years, 10 months ago
  56. 179d0ba net: qrtr: fix error return code of qrtr_sendmsg() by Jia-Ju Bai · 3 years, 10 months ago
  57. 27ab92d mptcp: fix length of ADD_ADDR with port sub-option by Davide Caratti · 3 years, 10 months ago
  58. 2055a99 net: bonding: fix error return code of bond_neigh_init() by Jia-Ju Bai · 3 years, 10 months ago
  59. 29d98f5 net: enetc: allow hardware timestamping on TX queues with tc-etf enabled by Vladimir Oltean · 3 years, 10 months ago
  60. 1b2395d net: enetc: set MAC RX FIFO to recommended value by Alex Marginean · 3 years, 10 months ago
  61. 2e26962 net: davicom: Use platform_get_irq_optional() by Paul Cercueil · 3 years, 10 months ago
  62. cf9e60a net: davicom: Fix regulator not turned off on driver removal by Paul Cercueil · 3 years, 10 months ago
  63. ac88c53 net: davicom: Fix regulator not turned off on failed probe by Paul Cercueil · 3 years, 10 months ago
  64. 03cbb87 net: dsa: fix switchdev objects on bridge master mistakenly being applied on ports by Vladimir Oltean · 3 years, 10 months ago
  65. 62765d3 net: wan: fix error return code of uhdlc_init() by Jia-Ju Bai · 3 years, 10 months ago
  66. 143c253 net: hisilicon: hns: fix error return code of hns_nic_clear_all_rx_fetch() by Jia-Ju Bai · 3 years, 10 months ago
  67. 4d8c79b net: usb: log errors to dmesg/syslog by Grant Grundler · 3 years, 10 months ago
  68. 492bbe7 net: usb: cdc_ncm: emit dev_err on error paths by Grant Grundler · 3 years, 10 months ago
  69. a4813dc net: ethernet: chelsio: inline_crypto: Mundane typos fixed throughout the file chcr_ktls.c by Bhaskar Chowdhury · 3 years, 10 months ago
  70. bf9279c net: dsa: bcm_sf2: simplify optional reset handling by Philipp Zabel · 3 years, 10 months ago
  71. a0d73ac selftests/bpf: Fix typo in Makefile by Jean-Philippe Brucker · 3 years, 10 months ago
  72. a6aac40 libbpf: Fix arm64 build by Jean-Philippe Brucker · 3 years, 10 months ago
  73. 6654111 MIPS: vmlinux.lds.S: align raw appended dtb to 8 bytes by Bjørn Mork · 3 years, 10 months ago
  74. bbb4172 Merge branch 'load-acquire/store-release barriers for' by Andrii Nakryiko · 3 years, 10 months ago
  75. 291471dd libbpf, xsk: Add libbpf_smp_store_release libbpf_smp_load_acquire by Björn Töpel · 3 years, 10 months ago
  76. a23b3f5 xsk: Update rings for load-acquire/store-release barriers by Björn Töpel · 3 years, 10 months ago
  77. 299194a selftests/bpf: Fix test_attach_probe for powerpc uprobes by Jiri Olsa · 3 years, 10 months ago
  78. b41ba2e gpiolib: Read "gpio-line-names" from a firmware node by Andy Shevchenko · 3 years, 10 months ago
  79. eb44133 gpio: pca953x: Set IRQ type when handle Intel Galileo Gen 2 by Andy Shevchenko · 3 years, 10 months ago
  80. 8093902 gpiolib: acpi: Allow to find GpioInt() resource by name and index by Andy Shevchenko · 3 years, 10 months ago
  81. 62d5247 gpiolib: acpi: Add ACPI_GPIO_QUIRK_ABSOLUTE_NUMBER quirk by Andy Shevchenko · 3 years, 10 months ago
  82. 6e5d579 gpiolib: acpi: Add missing IRQF_ONESHOT by Yang Li · 3 years, 11 months ago
  83. cf25ef6 gpio: fix gpio-device list corruption by Johan Hovold · 3 years, 10 months ago
  84. a611299 gpio: fix NULL-deref-on-deregistration regression by Johan Hovold · 3 years, 10 months ago
  85. 542104e selftests: gpio: update .gitignore by Bartosz Golaszewski · 3 years, 10 months ago
  86. 6c810cf crypto: mips/poly1305 - enable for all MIPS processors by Maciej W. Rozycki · 3 years, 10 months ago
  87. 7a05293 MIPS: boot/compressed: Copy DTB to aligned address by Paul Cercueil · 3 years, 10 months ago
  88. 144c79e Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux by Linus Torvalds · 3 years, 10 months ago
  89. 3bb48a8 Merge branch 'parisc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 10 months ago
  90. fbda790 Merge tag 'powerpc-5.12-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 10 months ago
  91. dac5187 Merge tag 'm68k-for-v5.12-tag2' of git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k by Linus Torvalds · 3 years, 10 months ago
  92. 9270bbe Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf by David S. Miller · 3 years, 10 months ago
  93. 6fc5baf perf cs-etm: Fix bitmap for option by Suzuki K Poulose · 4 years ago
  94. 86a1900 perf trace: Fix race in signal handling by Michael Petlan · 3 years, 10 months ago
  95. 77d02bd perf map: Tighten snprintf() string precision to pass gcc check on some 32-bit arches by Arnaldo Carvalho de Melo · 3 years, 10 months ago
  96. 6740a4e perf report: Fix -F for branch & mem modes by Ravi Bangoria · 3 years, 10 months ago
  97. c1f272d perf tests x86: Move insn.h include to make sure it finds stddef.h by Arnaldo Carvalho de Melo · 3 years, 10 months ago
  98. 7d9d4c6 perf test: Support the ins_lat check in the X86 specific test by Kan Liang · 3 years, 10 months ago
  99. a8146d6 perf test: Fix sample-parsing failure on non-x86 platforms by Kan Liang · 3 years, 10 months ago
  100. ec4d0a7 perf archive: Fix filtering of empty build-ids by Nicholas Fraser · 3 years, 11 months ago