1. 14684b9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  2. ae8a76f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  3. d31e955 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  4. 6e07a63 bpf: Switch BPF probe insns to bpf_probe_read_kernel by Daniel Borkmann · 5 years ago
  5. d817991 xsk: Restructure/inline XSKMAP lookup/redirect/flush by Björn Töpel · 5 years ago
  6. e65650f bpf: Implement map_gen_lookup() callback for XSKMAP by Maciej Fijalkowski · 5 years ago
  7. 64fe8c0 xsk: Store struct xdp_sock as a flexible array member of the XSKMAP by Björn Töpel · 5 years ago
  8. ff1c08e bpf: Change size to u64 for bpf_map_{area_alloc, charge_init}() by Björn Töpel · 5 years ago
  9. f1b9509 bpf: Replace prog_raw_tp+btf_id with prog_tracing by Alexei Starovoitov · 5 years ago
  10. af91acb bpf: Fix bpf jit kallsym access by Alexei Starovoitov · 5 years ago
  11. 7541c87 bpf: Allow narrow loads of bpf_sysctl fields with offset > 0 by Ilya Leoshkevich · 5 years ago
  12. 15ab09b bpf: Enforce 'return 0' in BTF-enabled raw_tp programs by Alexei Starovoitov · 5 years ago
  13. 3820729 bpf: Prepare btf_ctx_access for non raw_tp use case by Martin KaFai Lau · 5 years ago
  14. 3b4d9eb bpf: Fix use after free in bpf_get_prog_name by Daniel Borkmann · 5 years ago
  15. cd7455f bpf: Fix use after free in subprog's jited symbol removal by Daniel Borkmann · 5 years ago
  16. ce197d8 xdp: Handle device unregister for devmap_hash map type by Toke Høiland-Jørgensen · 5 years ago
  17. 05679ca xdp: Prevent overflow in devmap_hash cost calculation for 32-bit builds by Toke Høiland-Jørgensen · 5 years ago
  18. c108e3c bpf: Fix bpf_attr.attach_btf_id check by Alexei Starovoitov · 5 years ago
  19. a7658e1 bpf: Check types of arguments passed into helpers by Alexei Starovoitov · 5 years ago
  20. 3dec541 bpf: Add support for BTF pointers to x86 JIT by Alexei Starovoitov · 5 years ago
  21. 2a02759 bpf: Add support for BTF pointers to interpreter by Alexei Starovoitov · 5 years ago
  22. ac4414b bpf: Attach raw_tp program with BTF via type name by Alexei Starovoitov · 5 years ago
  23. 9e15db6 bpf: Implement accurate raw_tp context access via BTF by Alexei Starovoitov · 5 years ago
  24. ccfe29e bpf: Add attach_btf_id attribute to program load by Alexei Starovoitov · 5 years ago
  25. 8580ac9 bpf: Process in-kernel BTF by Alexei Starovoitov · 5 years ago
  26. eac9153 bpf/stackmap: Fix deadlock with rq_lock in bpf_get_stack() by Song Liu · 5 years ago
  27. 2dedd7d bpf: Fix cast to pointer from integer of different size warning by Andrii Nakryiko · 5 years ago
  28. a23740e bpf: Track contents of read-only maps as scalars by Andrii Nakryiko · 5 years ago
  29. 02dc96e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  30. e3439af bpf: Clean up indentation issue in BTF kflag processing by Colin Ian King · 5 years ago
  31. fcd30ae bpf/xskmap: Return ERR_PTR for failure case instead of NULL. by Jonathan Lemon · 5 years ago
  32. 0b36c9e Merge branch 'work.mount3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  33. 9eea984 bpf: fix BTF verification of enums by Alexei Starovoitov · 5 years ago
  34. d2935de vfs: Convert bpf to use the new mount API by David Howells · 6 years ago
  35. 28f2c36 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  36. d895a0f bpf: fix accessing bpf_sysctl.file_pos on s390 by Ilya Leoshkevich · 6 years ago
  37. af58e7e xdp: Fix race in dev_map_hash_update_elem() when replacing element by Toke Høiland-Jørgensen · 6 years ago
  38. aa2eaa8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  39. 1e46c09 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  40. 2339cd6 bpf: fix precision tracking of stack slots by Alexei Starovoitov · 6 years ago
  41. 765b759 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  42. 10d274e bpf: introduce verifier internal test flag by Alexei Starovoitov · 6 years ago
  43. 68aaf44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 6 years ago
  44. ede7c46 bpf: handle 32-bit zext during constant blinding by Naveen N. Rao · 6 years ago
  45. c751798 bpf: fix use after free in prog symbol exposure by Daniel Borkmann · 6 years ago
  46. 6754172 bpf: fix precision tracking in presence of bpf2bpf calls by Alexei Starovoitov · 6 years ago
  47. 1b9ed84 bpf: add new BPF_BTF_GET_NEXT_ID syscall command by Quentin Monnet · 6 years ago
  48. 3481e64 bpf: add BTF ids in procfs for file descriptors to BTF objects by Quentin Monnet · 6 years ago
  49. ede6bc8 bpf: Use PTR_ERR_OR_ZERO in xsk_map_inc() by YueHaibing · 6 years ago
  50. 36cc3435 xsk: support BPF_EXIST and BPF_NOEXIST flags in XSKMAP by Björn Töpel · 6 years ago
  51. 0402acd xsk: remove AF_XDP socket from map when the socket is released by Björn Töpel · 6 years ago
  52. b0e4701 bpf: export bpf_map_inc_not_zero by Stanislav Fomichev · 6 years ago
  53. e032500 btf: fix return value check in btf_vmlinux_init() by Wei Yongjun · 6 years ago
  54. 708852d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 6 years ago
  55. 7fd7856 btf: rename /sys/kernel/btf/kernel into /sys/kernel/btf/vmlinux by Andrii Nakryiko · 6 years ago
  56. 341dfcf btf: expose BTF info through sysfs by Andrii Nakryiko · 6 years ago
  57. 9babe82 bpf: always allocate at least 16 bytes for setsockopt hook by Stanislav Fomichev · 6 years ago
  58. 6f9d451 xdp: Add devmap_hash map type for looking up devices by hashed index by Toke Høiland-Jørgensen · 6 years ago
  59. fca16e5 xdp: Refactor devmap allocation code for reuse by Toke Høiland-Jørgensen · 6 years ago
  60. 28ba934 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  61. d9b8aad bpf: fix narrower loads on s390 by Ilya Leoshkevich · 6 years ago
  62. 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
  63. 3193c08 bpf: Disable GCC -fgcse optimization for ___bpf_prog_run() by Josh Poimboeuf · 6 years ago
  64. 54f698f Merge branch 'x86/debug' into core/urgent by Thomas Gleixner · 6 years ago
  65. 1acc5d5 bpf: fix BTF verifier size resolution logic by Andrii Nakryiko · 6 years ago
  66. ed4ed40 bpf: verifier: avoid fall-through warnings by Gustavo A. R. Silva · 6 years ago
  67. b3b50f0 bpf: fix precision bit propagation for BPF_ST instructions by Andrii Nakryiko · 6 years ago
  68. 237f83d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  69. e55a732 bpf: Fix ORC unwinding in non-JIT BPF code by Josh Poimboeuf · 6 years ago
  70. af144a9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  71. 6705fea bpf: cgroup: Fix build error without CONFIG_NET by YueHaibing · 6 years ago
  72. c3ead2d Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  73. a3ce685 bpf: fix precision tracking by Alexei Starovoitov · 6 years ago
  74. 3419240 Merge branch 'timers/vdso' into timers/core by Thomas Gleixner · 6 years ago
  75. 0cdbb4b devmap: Allow map lookups from eBPF by Toke Høiland-Jørgensen · 6 years ago
  76. d5df283 devmap/cpumap: Use flush list instead of bitmap by Toke Høiland-Jørgensen · 6 years ago
  77. c8af5cd xskmap: Move non-standard list manipulation to helper by Toke Høiland-Jørgensen · 6 years ago
  78. 0d01da6 bpf: implement getsockopt and setsockopt hooks by Stanislav Fomichev · 6 years ago
  79. e5c891a bpf: fix cgroup bpf release synchronization by Roman Gushchin · 6 years ago
  80. 75672dd bpf: fix BPF_ALU32 | BPF_ARSH on BE arches by Jiong Wang · 6 years ago
  81. e7d4798 xdp: Add tracepoint for bulk XDP_TX by Toshiaki Makita · 6 years ago
  82. e4f0712 bpf: fix NULL deref in btf_type_is_resolve_source_only by Stanislav Fomichev · 6 years ago
  83. 92ad632 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  84. 9285ec4 timekeeping: Use proper clock specifier names in functions by Jason A. Donenfeld · 6 years ago
  85. 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
  86. dca73a6 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  87. 6bf071b xdp: page_pool related fix to cpumap by Jesper Dangaard Brouer · 6 years ago
  88. d2912cb treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 by Thomas Gleixner · 6 years ago
  89. f85d208 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 451 by Thomas Gleixner · 6 years ago
  90. b5dc016 bpf: precise scalar_value tracking by Alexei Starovoitov · 6 years ago
  91. eea1c22 bpf: fix callees pruning callers by Alexei Starovoitov · 6 years ago
  92. 2589726 bpf: introduce bounded loops by Alexei Starovoitov · 6 years ago
  93. fb8d251 bpf: extend is_branch_taken to registers by Alexei Starovoitov · 6 years ago
  94. f7cf25b bpf: track spill/fill of constants by Alexei Starovoitov · 6 years ago
  95. 13091aa Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  96. da0f382 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  97. 1eb4169 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 6 years ago
  98. a8e11e5 sysctl: define proc_do_static_key() by Eric Dumazet · 6 years ago
  99. 86723c8 bpf, devmap: Add missing RCU read lock on flush by Toshiaki Makita · 6 years ago
  100. edabf4d bpf, devmap: Add missing bulk queue free by Toshiaki Makita · 6 years ago