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