1. 4d31f30 bpf: don't set id on after map lookup with ptr_to_map_val return by Daniel Borkmann · 6 years ago
  2. 0962590 bpf: fix partial copy of map_ptr when dst is scalar by Daniel Borkmann · 6 years ago
  3. ede95a63 bpf: add bpf_jit_limit knob to restrict unpriv allocations by Daniel Borkmann · 6 years ago
  4. b09928b bpf: make direct packet write unclone more robust by Daniel Borkmann · 6 years ago
  5. d3f66e4 bpf: fix leaking uninitialized memory on pop/peek helpers by Daniel Borkmann · 6 years ago
  6. 80b0d86 bpf: fix direct packet write into pop/peek helpers by Daniel Borkmann · 6 years ago
  7. d5563d3 bpf: fix cg_skb types to hint access type in may_access_direct_pkt_data by Daniel Borkmann · 6 years ago
  8. 5d66fa7 bpf: fix direct packet access for flow dissector progs by Daniel Borkmann · 6 years ago
  9. 4a6998a bpf, btf: fix a missing check bug in btf_parse by Martin Lau · 6 years ago
  10. f592f80 bpf: devmap: fix wrong interface selection in notifier_call by Taehee Yoo · 6 years ago
  11. a19c59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  12. 84430d4 bpf, verifier: avoid retpoline for map push/pop/peek operation by Daniel Borkmann · 6 years ago
  13. ad38911 bpf, verifier: remove unneeded flow key in check_helper_mem_access by Daniel Borkmann · 6 years ago
  14. 4b5defd bpf, verifier: reject xadd on flow key memory by Daniel Borkmann · 6 years ago
  15. 2a159c6 bpf, verifier: fix register type dump in xadd and st by Daniel Borkmann · 6 years ago
  16. 540fefc bpf: remove unused variable by Alexei Starovoitov · 6 years ago
  17. b39b5f4 bpf: add cg_skb_is_valid_access for BPF_PROG_TYPE_CGROUP_SKB by Song Liu · 6 years ago
  18. bd513cd bpf: add MAP_LOOKUP_AND_DELETE_ELEM syscall by Mauricio Vasquez B · 6 years ago
  19. f1a2e44 bpf: add queue and stack maps by Mauricio Vasquez B · 6 years ago
  20. 2ea864c bpf/verifier: add ARG_PTR_TO_UNINIT_MAP_VALUE by Mauricio Vasquez B · 6 years ago
  21. c9d29f4 bpf/syscall: allow key to be null in map functions by Mauricio Vasquez B · 6 years ago
  22. 1449916 bpf: rename stack trace map operations by Mauricio Vasquez B · 6 years ago
  23. 2e2d6f0 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  24. 604326b bpf, sockmap: convert to generic sk_msg interface by Daniel Borkmann · 6 years ago
  25. 1243a51 tcp, ulp: remove ulp bits from sockmap by Daniel Borkmann · 6 years ago
  26. 1ae80cf bpf: wait for running BPF programs when updating map-in-map by Daniel Colascione · 6 years ago
  27. cee2716 xsk: do not call synchronize_net() under RCU read lock by Björn Töpel · 6 years ago
  28. 3b4a63f bpf: return EOPNOTSUPP when map lookup isn't supported by Prashant Bhole · 6 years ago
  29. 509db28 bpf: error handling when map_lookup_elem isn't supported by Prashant Bhole · 6 years ago
  30. 8af03d1 bpf: btf: Fix a missing check bug by Wenwen Wang · 6 years ago
  31. 071a234 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  32. e4052d0 bpf: allow offload of programs with BPF-to-BPF function calls by Quentin Monnet · 6 years ago
  33. c941ce9 bpf: add verifier callback to get stack usage info for offloaded progs by Quentin Monnet · 6 years ago
  34. 72438f8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  35. b799207 bpf: 32-bit RSH verification must truncate input before the ALU op by Jann Horn · 6 years ago
  36. 6acc9b4 bpf: Add helper to retrieve socket in BPF by Joe Stringer · 6 years ago
  37. fd978bf7 bpf: Add reference tracking to verifier by Joe Stringer · 6 years ago
  38. 84dbf35 bpf: Macrofy stack state copy by Joe Stringer · 6 years ago
  39. c64b798 bpf: Add PTR_TO_SOCKET verifier type by Joe Stringer · 6 years ago
  40. 840b961 bpf: Generalize ptr_or_null regs check by Joe Stringer · 6 years ago
  41. 9d2be44 bpf: Reuse canonical string formatter for ctx errs by Joe Stringer · 6 years ago
  42. aad2eea bpf: Simplify ptr_min_max_vals adjustment by Joe Stringer · 6 years ago
  43. f3709f6 bpf: Add iterator for spilled registers by Joe Stringer · 6 years ago
  44. b0584ea bpf: don't accept cgroup local storage with zero value size by Roman Gushchin · 6 years ago
  45. c6fdcd6 bpf: don't allow create maps of per-cpu cgroup local storages by Roman Gushchin · 6 years ago
  46. b741f16 bpf: introduce per-cpu cgroup local storage by Roman Gushchin · 6 years ago
  47. f294b37 bpf: rework cgroup storage pointer passing by Roman Gushchin · 6 years ago
  48. 8bad74f bpf: extend cgroup bpf core to allow multiple cgroup storage types by Roman Gushchin · 6 years ago
  49. 4288ea0 bpf: harden flags check in cgroup_storage_update_elem() by Roman Gushchin · 6 years ago
  50. 5bf7a60 bpf: permit CGROUP_DEVICE programs accessing helper bpf_get_current_cgroup_id() by Yonghong Song · 6 years ago
  51. 105bc13 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  52. a06ee25 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  53. b05545e bpf: sockmap, fix transition through disconnect without close by John Fastabend · 6 years ago
  54. 5607fff bpf: sockmap only allow ESTABLISHED sock state by John Fastabend · 6 years ago
  55. 788758d bpf: remove redundant null pointer check before consume_skb by zhong jiang · 6 years ago
  56. e366fa4 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  57. d58e468 flow_dissector: implements flow dissector BPF hook by Petar Penkov · 6 years ago
  58. dd06682 bpf/verifier: disallow pointer subtraction by Alexei Starovoitov · 6 years ago
  59. 4b1c5d9 bpf: btf: Fix end boundary calculation for type section by Martin KaFai Lau · 6 years ago
  60. a7c19db bpf: add bpffs pretty print for program array map by Yonghong Song · 6 years ago
  61. a9c676b bpf/verifier: fix verifier instability by Alexei Starovoitov · 6 years ago
  62. 3630268 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  63. 597222f bpf: avoid misuse of psock when TCP_ULP_BPF collides with another ULP by John Fastabend · 6 years ago
  64. c7b27c3 bpf: add bpffs pretty print for percpu arraymap/hash/lru_hash by Yonghong Song · 6 years ago
  65. 8efea21 bpf/verifier: display non-spill stack slot types in print_verifier_state by Edward Cree · 6 years ago
  66. 679c782 bpf/verifier: per-register parent pointers by Edward Cree · 6 years ago
  67. efbaec8 bpf: remove duplicated include from syscall.c by YueHaibing · 6 years ago
  68. 501ca81 bpf: sockmap, decrement copied count correctly in redirect error case by John Fastabend · 6 years ago
  69. 15c480e bpf, sockmap: fix psock refcount leak in bpf_tcp_recvmsg by Daniel Borkmann · 6 years ago
  70. e06fa9c bpf, sockmap: fix potential use after free in bpf_tcp_close by Daniel Borkmann · 6 years ago
  71. c020347 bpf: use per htab salt for bucket hash by Daniel Borkmann · 6 years ago
  72. 9b2e038 bpf: sockmap: write_space events need to be passed to TCP handler by John Fastabend · 6 years ago
  73. eb29429 bpf, sockmap: fix sock hash count in alloc_sock_hash_elem by Daniel Borkmann · 6 years ago
  74. b845c89 bpf, sockmap: fix sock_hash_alloc and reject zero-sized keys by Daniel Borkmann · 6 years ago
  75. f6069b9 bpf: fix redirect to map under tail calls by Daniel Borkmann · 6 years ago
  76. 585f5a6 bpf, sockmap: fix sock_map_ctx_update_elem race with exist/noexist by Daniel Borkmann · 6 years ago
  77. 166ab6f bpf, sockmap: fix map elem deletion race with smap_stop_sock by Daniel Borkmann · 6 years ago
  78. d40b011 bpf, sockmap: fix leakage of smap_psock_map_entry by Daniel Borkmann · 6 years ago
  79. 965931e bpf: fix a rcu usage warning in bpf_prog_array_copy_core() by Yonghong Song · 6 years ago
  80. 9a76aba Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 6 years ago
  81. 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
  82. c1617fb Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  83. e8d2bec bpf: decouple btf from seq bpf fs dump and enable more maps by Daniel Borkmann · 6 years ago
  84. 6a92ef0 Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  85. 2dbb9b9 bpf: Introduce BPF_PROG_TYPE_SK_REUSEPORT by Martin KaFai Lau · 6 years ago
  86. 5dc4c4b bpf: Introduce BPF_MAP_TYPE_REUSEPORT_SOCKARRAY by Martin KaFai Lau · 6 years ago
  87. 699c86d bpf: btf: add pretty print for hash/lru_hash maps by Yonghong Song · 6 years ago
  88. dc1508a bpf: fix bpffs non-array map seq_show issue by Yonghong Song · 6 years ago
  89. 1bf9116 xdp: fix bug in devmap teardown code path by Jesper Dangaard Brouer · 6 years ago
  90. ad0ab02 xdp: fix bug in cpumap teardown code path by Jesper Dangaard Brouer · 6 years ago
  91. 7c81c71 bpf, sockmap: fix leak in bpf_tcp_sendmsg wait for mem path by Daniel Borkmann · 6 years ago
  92. 5121700 bpf, sockmap: fix bpf_tcp_sendmsg sock error handling by Daniel Borkmann · 6 years ago
  93. 1ba9828 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  94. 85fc4b1 bpf: introduce update_effective_progs() by Roman Gushchin · 6 years ago
  95. cd33943 bpf: introduce the bpf_get_local_storage() helper function by Roman Gushchin · 6 years ago
  96. 7b5dd2b bpf: don't allow create maps of cgroup local storages by Roman Gushchin · 6 years ago
  97. 3e6a4b3 bpf/verifier: introduce BPF_PTR_TO_MAP_VALUE by Roman Gushchin · 6 years ago
  98. 394e40a bpf: extend bpf_prog_array to store pointers to the cgroup storage by Roman Gushchin · 6 years ago
  99. d7bf2c1 bpf: allocate cgroup storage entries on attaching bpf programs by Roman Gushchin · 6 years ago
  100. aa0ad5b bpf: pass a pointer to a cgroup storage using pcpu variable by Roman Gushchin · 6 years ago