1. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  2. e3439af bpf: Clean up indentation issue in BTF kflag processing by Colin Ian King · 5 years ago
  3. fcd30ae bpf/xskmap: Return ERR_PTR for failure case instead of NULL. by Jonathan Lemon · 5 years ago
  4. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  5. 9eea984 bpf: fix BTF verification of enums by Alexei Starovoitov · 5 years ago
  6. d2935de vfs: Convert bpf to use the new mount API by David Howells · 6 years ago
  7. 28f2c36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  8. d895a0f bpf: fix accessing bpf_sysctl.file_pos on s390 by Ilya Leoshkevich · 5 years ago
  9. af58e7e xdp: Fix race in dev_map_hash_update_elem() when replacing element by Toke Høiland-Jørgensen · 5 years ago
  10. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  11. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  12. 2339cd6 bpf: fix precision tracking of stack slots by Alexei Starovoitov · 5 years ago
  13. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  14. 10d274e bpf: introduce verifier internal test flag by Alexei Starovoitov · 5 years ago
  15. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  16. ede7c46 bpf: handle 32-bit zext during constant blinding by Naveen N. Rao · 5 years ago
  17. c751798 bpf: fix use after free in prog symbol exposure by Daniel Borkmann · 5 years ago
  18. 6754172 bpf: fix precision tracking in presence of bpf2bpf calls by Alexei Starovoitov · 5 years ago
  19. 1b9ed84 bpf: add new BPF_BTF_GET_NEXT_ID syscall command by Quentin Monnet · 5 years ago
  20. 3481e64 bpf: add BTF ids in procfs for file descriptors to BTF objects by Quentin Monnet · 5 years ago
  21. ede6bc8 bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc() by YueHaibing · 5 years ago
  22. 36cc3435 xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP by Björn Töpel · 5 years ago
  23. 0402acd xsk: remove AF_XDP socket from map when the socket is released by Björn Töpel · 5 years ago
  24. b0e4701 bpf: export bpf_map_inc_not_zero by Stanislav Fomichev · 5 years ago
  25. e032500 btf: fix return value check in btf_vmlinux_init() by Wei Yongjun · 5 years ago
  26. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 5 years ago
  27. 7fd7856 btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux by Andrii Nakryiko · 5 years ago
  28. 341dfcf btf: expose BTF info through sysfs by Andrii Nakryiko · 5 years ago
  29. 9babe82 bpf: always allocate at least 16 bytes for setsockopt hook by Stanislav Fomichev · 5 years ago
  30. 6f9d451 xdp: Add devmap_hash map type for looking up devices by hashed index by Toke Høiland-Jørgensen · 5 years ago
  31. fca16e5 xdp: Refactor devmap allocation code for reuse by Toke Høiland-Jørgensen · 5 years ago
  32. 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 5 years ago
  33. d9b8aad bpf: fix narrower loads on s390 by Ilya Leoshkevich · 6 years ago
  34. e6023ad Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  35. 3193c08 bpf: Disable GCC -fgcse optimization for ___bpf_prog_run() by Josh Poimboeuf · 6 years ago
  36. 54f698f Merge branch 'x86/debug' into core/urgent by Thomas Gleixner · 6 years ago
  37. 1acc5d5 bpf: fix BTF verifier size resolution logic by Andrii Nakryiko · 6 years ago
  38. ed4ed40 bpf: verifier: avoid fall-through warnings by Gustavo A. R. Silva · 6 years ago
  39. b3b50f0 bpf: fix precision bit propagation for BPF_ST instructions by Andrii Nakryiko · 6 years ago
  40. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  41. e55a732 bpf: Fix ORC unwinding in non-JIT BPF code by Josh Poimboeuf · 6 years ago
  42. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  43. 6705fea bpf: cgroup: Fix build error without CONFIG_NET by YueHaibing · 6 years ago
  44. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  45. a3ce685 bpf: fix precision tracking by Alexei Starovoitov · 6 years ago
  46. 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 6 years ago
  47. 0cdbb4b devmap: Allow map lookups from eBPF by Toke Høiland-Jørgensen · 6 years ago
  48. d5df283 devmap/cpumap: Use flush list instead of bitmap by Toke Høiland-Jørgensen · 6 years ago
  49. c8af5cd xskmap: Move non-standard list manipulation to helper by Toke Høiland-Jørgensen · 6 years ago
  50. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  51. e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
  52. 75672dd bpf: fix BPF_ALU32 | BPF_ARSH on BE arches by Jiong Wang · 6 years ago
  53. e7d4798 xdp: Add tracepoint for bulk XDP_TX by Toshiaki Makita · 6 years ago
  54. e4f0712 bpf: fix NULL deref in btf_type_is_resolve_source_only by Stanislav Fomichev · 6 years ago
  55. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  56. 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
  57. c884d8a Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 6 years ago
  58. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  59. 6bf071b xdp: page_pool related fix to cpumap by Jesper Dangaard Brouer · 6 years ago
  60. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  61. f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
  62. b5dc016 bpf: precise scalar_value tracking by Alexei Starovoitov · 6 years ago
  63. eea1c22 bpf: fix callees pruning callers by Alexei Starovoitov · 6 years ago
  64. 2589726 bpf: introduce bounded loops by Alexei Starovoitov · 6 years ago
  65. fb8d251 bpf: extend is_branch_taken to registers by Alexei Starovoitov · 6 years ago
  66. f7cf25b bpf: track spill/fill of constants by Alexei Starovoitov · 6 years ago
  67. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  68. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  69. 1eb4169 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  70. a8e11e5 sysctl: define proc_do_static_key() by Eric Dumazet · 6 years ago
  71. 86723c8 bpf, devmap: Add missing RCU read lock on flush by Toshiaki Makita · 6 years ago
  72. edabf4d bpf, devmap: Add missing bulk queue free by Toshiaki Makita · 6 years ago
  73. d4dd153 bpf, devmap: Fix premature entry free on destroying map by Toshiaki Makita · 6 years ago
  74. aee450c bpf: silence warning messages in core by Valdis Klētnieks · 6 years ago
  75. da2577fd bpf: lpm_trie: check left child of last leftmost node for NULL by Jonathan Lemon · 6 years ago
  76. fada7fd bpf: Allow bpf_map_lookup_elem() on an xskmap by Jonathan Lemon · 6 years ago
  77. 38e406f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  78. a6cdeeb Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. 983695f bpf: fix unconnected udp hooks by Daniel Borkmann · 6 years ago
  80. ddc64d0 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 363 by Thomas Gleixner · 6 years ago
  81. 5b497af treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295 by Thomas Gleixner · 6 years ago
  82. 6685699 bpf: remove redundant assignment to err by Colin Ian King · 6 years ago
  83. c85d691 bpf: move memory size checks to bpf_map_charge_init() by Roman Gushchin · 6 years ago
  84. b936ca6 bpf: rework memlock-based memory accounting for maps by Roman Gushchin · 6 years ago
  85. 3539b96 bpf: group memory related fields in struct bpf_map_memory by Roman Gushchin · 6 years ago
  86. ffc8b14 bpf: add memlock precharge check for cgroup_local_storage by Roman Gushchin · 6 years ago
  87. e7a3160 bpf: Update __cgroup_bpf_run_filter_skb with cn by brakmo · 6 years ago
  88. 5cf1e91 bpf: cgroup inet skb programs can return 0 to 3 by brakmo · 6 years ago
  89. 25763b3 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206 by Thomas Gleixner · 6 years ago
  90. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  91. dbcc1ba bpf: cgroup: properly use bpf_prog_array api by Stanislav Fomichev · 6 years ago
  92. 54e9c9d bpf: remove __rcu annotations from bpf_prog_array by Stanislav Fomichev · 6 years ago
  93. 4bfc0bb bpf: decouple the lifetime of cgroup_bpf from cgroup itself by Roman Gushchin · 6 years ago
  94. d6c2308 bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is set by Jiong Wang · 6 years ago
  95. c240eff bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32" by Jiong Wang · 6 years ago
  96. a4b1d3c bpf: verifier: insert zero extension according to analysis result by Jiong Wang · 6 years ago
  97. b325fbc bpf: verifier: mark patched-insn with sub-register zext flag by Jiong Wang · 6 years ago
  98. 5327ed3 bpf: verifier: mark verified-insn with sub-register zext flag by Jiong Wang · 6 years ago
  99. dc2a4eb bpf: convert explored_states to hash table by Alexei Starovoitov · 6 years ago
  100. a8f500a bpf: split explored_states by Alexei Starovoitov · 6 years ago