1. 509db28 bpf: error handling when map_lookup_elem isn't supported by Prashant Bhole · 6 years ago
  2. 8af03d1 bpf: btf: Fix a missing check bug by Wenwen Wang · 6 years ago
  3. 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  4. e4052d0 bpf: allow offload of programs with BPF-to-BPF function calls by Quentin Monnet · 6 years ago
  5. c941ce9 bpf: add verifier callback to get stack usage info for offloaded progs by Quentin Monnet · 6 years ago
  6. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  7. b799207 bpf: 32-bit RSH verification must truncate input before the ALU op by Jann Horn · 6 years ago
  8. 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
  9. fd978bf7 bpf: Add reference tracking to verifier by Joe Stringer · 6 years ago
  10. 84dbf35 bpf: Macrofy stack state copy by Joe Stringer · 6 years ago
  11. c64b798 bpf: Add PTR_TO_SOCKET verifier type by Joe Stringer · 6 years ago
  12. 840b961 bpf: Generalize ptr_or_null regs check by Joe Stringer · 6 years ago
  13. 9d2be44 bpf: Reuse canonical string formatter for ctx errs by Joe Stringer · 6 years ago
  14. aad2eea bpf: Simplify ptr_min_max_vals adjustment by Joe Stringer · 6 years ago
  15. f3709f6 bpf: Add iterator for spilled registers by Joe Stringer · 6 years ago
  16. b0584ea bpf: don't accept cgroup local storage with zero value size by Roman Gushchin · 6 years ago
  17. c6fdcd6 bpf: don't allow create maps of per-cpu cgroup local storages by Roman Gushchin · 6 years ago
  18. b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
  19. f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
  20. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  21. 4288ea0 bpf: harden flags check in cgroup_storage_update_elem() by Roman Gushchin · 6 years ago
  22. 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
  23. 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  24. a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  25. b05545e bpf: sockmap, fix transition through disconnect without close by John Fastabend · 6 years ago
  26. 5607fff bpf: sockmap only allow ESTABLISHED sock state by John Fastabend · 6 years ago
  27. 788758d bpf: remove redundant null pointer check before consume_skb by zhong jiang · 6 years ago
  28. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  29. d58e468 flow_dissector: implements flow dissector BPF hook by Petar Penkov · 6 years ago
  30. dd06682 bpf/verifier: disallow pointer subtraction by Alexei Starovoitov · 6 years ago
  31. 4b1c5d9 bpf: btf: Fix end boundary calculation for type section by Martin KaFai Lau · 6 years ago
  32. a7c19db bpf: add bpffs pretty print for program array map by Yonghong Song · 6 years ago
  33. a9c676b bpf/verifier: fix verifier instability by Alexei Starovoitov · 6 years ago
  34. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. 597222f bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP by John Fastabend · 6 years ago
  36. c7b27c3 bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash by Yonghong Song · 6 years ago
  37. 8efea21 bpf/verifier: display non-spill stack slot types in print_verifier_state by Edward Cree · 6 years ago
  38. 679c782 bpf/verifier: per-register parent pointers by Edward Cree · 6 years ago
  39. efbaec8 bpf: remove duplicated include from syscall.c by YueHaibing · 6 years ago
  40. 501ca81 bpf: sockmap, decrement copied count correctly in redirect error case by John Fastabend · 6 years ago
  41. 15c480e bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg by Daniel Borkmann · 6 years ago
  42. e06fa9c bpf, sockmap: fix potential use after free in bpf_tcp_close by Daniel Borkmann · 6 years ago
  43. c020347 bpf: use per htab salt for bucket hash by Daniel Borkmann · 6 years ago
  44. 9b2e038 bpf: sockmap: write_space events need to be passed to TCP handler by John Fastabend · 6 years ago
  45. eb29429 bpf, sockmap: fix sock hash count in alloc_sock_hash_elem by Daniel Borkmann · 6 years ago
  46. b845c89 bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys by Daniel Borkmann · 6 years ago
  47. f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 6 years ago
  48. 585f5a6 bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist by Daniel Borkmann · 6 years ago
  49. 166ab6f bpf, sockmap: fix map elem deletion race with smap_stop_sock by Daniel Borkmann · 6 years ago
  50. d40b011 bpf, sockmap: fix leakage of smap_psock_map_entry by Daniel Borkmann · 6 years ago
  51. 965931e bpf: fix a rcu usage warning in bpf_prog_array_copy_core() by Yonghong Song · 6 years ago
  52. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  53. de5d1b3 Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  54. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  55. e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
  56. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  58. 5dc4c4b bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
  59. 699c86d bpf: btf: add pretty print for hash/lru_hash maps by Yonghong Song · 6 years ago
  60. dc1508a bpf: fix bpffs non-array map seq_show issue by Yonghong Song · 6 years ago
  61. 1bf9116 xdp: fix bug in devmap teardown code path by Jesper Dangaard Brouer · 6 years ago
  62. ad0ab02 xdp: fix bug in cpumap teardown code path by Jesper Dangaard Brouer · 6 years ago
  63. 7c81c71 bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path by Daniel Borkmann · 6 years ago
  64. 5121700 bpf, sockmap: fix bpf_tcp_sendmsg sock error handling by Daniel Borkmann · 6 years ago
  65. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  66. 85fc4b1 bpf: introduce update_effective_progs() by Roman Gushchin · 6 years ago
  67. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  68. 7b5dd2b bpf: don't allow create maps of cgroup local storages by Roman Gushchin · 6 years ago
  69. 3e6a4b3 bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE by Roman Gushchin · 6 years ago
  70. 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
  71. d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
  72. aa0ad5b bpf: pass a pointer to a cgroup storage using pcpu variable by Roman Gushchin · 6 years ago
  73. de9cbba bpf: introduce cgroup storage maps by Roman Gushchin · 6 years ago
  74. 0a4c58f bpf: add ability to charge bpf maps memory dynamically by Roman Gushchin · 6 years ago
  75. 89b1698 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  76. fbeb160 bpf: verifier: MOV64 don't mark dst reg unbounded by Arthur Fabre · 6 years ago
  77. 5f300e8 bpf: btf: Use exact btf value_size match in map_check_btf() by Martin KaFai Lau · 6 years ago
  78. 1972549 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  79. 6283fa3 bpf: btf: Ensure the member->offset is in the right order by Martin KaFai Lau · 7 years ago
  80. eae249b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 7 years ago
  81. 36fc3c8 bpf: btf: Clean up BTF_INT_BITS() in uapi btf.h by Martin KaFai Lau · 7 years ago
  82. fd4f227 bpf: offload: allow program and map sharing per-ASIC by Jakub Kicinski · 7 years ago
  83. 602144c bpf: offload: keep the offload state per-ASIC by Jakub Kicinski · 7 years ago
  84. 9fd7c55 bpf: offload: aggregate offloads per-device by Jakub Kicinski · 7 years ago
  85. 0972826 bpf: offload: rename bpf_offload_dev_match() to bpf_offload_prog_map_match() by Jakub Kicinski · 7 years ago
  86. c23e014 bpf: sockmap: remove redundant pointer sg by Colin Ian King · 7 years ago
  87. 3960f4f bpf: fix rcu annotations in compute_effective_progs() by Roman Gushchin · 7 years ago
  88. d29ab6e bpf: bpf_prog_array_alloc() should return a generic non-rcu pointer by Roman Gushchin · 7 years ago
  89. 52b544b Merge tag 'v4.18-rc5' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
  90. c7a8978 bpf: don't leave partial mangled prog in jit_subprogs error path by Daniel Borkmann · 7 years ago
  91. b65f370 bpf: btf: Fix bitfield extraction for big endian by Okash Khawaja · 7 years ago
  92. d8d7218 xdp: XDP_REDIRECT should check IFF_UP and MTU by Toshiaki Makita · 7 years ago
  93. 0ea488f bpf: sockmap, convert bpf_compute_data_pointers to bpf_*_sk_skb by John Fastabend · 7 years ago
  94. 7ebc14d bpf: sockmap, consume_skb in close path by John Fastabend · 7 years ago
  95. 99ba2b5 bpf: sockhash, disallow bpf_tcp_close and update in parallel by John Fastabend · 7 years ago
  96. 1d1ef00 bpf: sockmap, hash table is RCU so readers do not need locks by John Fastabend · 7 years ago
  97. 547b3aa bpf: sockmap, error path can not release psock in multi-map case by John Fastabend · 7 years ago
  98. ed2b82c bpf: hash map: decrement counter on error by Mauricio Vasquez B · 7 years ago
  99. caac76a bpf: sockhash, add release routine by John Fastabend · 7 years ago
  100. e9db4ef bpf: sockhash fix omitted bucket lock in sock_close by John Fastabend · 7 years ago