1. 7f6e431 bpf: Limit caller's stack depth 256 for subprogs with tailcalls by Maciej Fijalkowski · 4 years, 4 months ago
  2. cf71b17 bpf: rename poke descriptor's 'ip' member to 'tailcall_target' by Maciej Fijalkowski · 4 years, 4 months ago
  3. a748c69 bpf: propagate poke descriptors to subprograms by Maciej Fijalkowski · 4 years, 4 months ago
  4. 0d4ddce bpf, x64: use %rcx instead of %rax for tail call retpolines by Maciej Fijalkowski · 4 years, 4 months ago
  5. c64779e selftests/bpf: Merge most of test_btf into test_progs by Andrii Nakryiko · 4 years, 4 months ago
  6. ffa915f Merge branch 'bpf_metadata' by Alexei Starovoitov · 4 years, 4 months ago
  7. d42d1cc selftests/bpf: Test load and dump metadata with btftool and skel by YiFei Zhu · 4 years, 4 months ago
  8. aff52e6 bpftool: Support dumping metadata by YiFei Zhu · 4 years, 4 months ago
  9. 5d23328 libbpf: Add BPF_PROG_BIND_MAP syscall and use it on .rodata section by YiFei Zhu · 4 years, 4 months ago
  10. ef15314 bpf: Add BPF_PROG_BIND_MAP syscall by YiFei Zhu · 4 years, 4 months ago
  11. 984fe94 bpf: Mutex protect used_maps array and count by YiFei Zhu · 4 years, 4 months ago
  12. d317b0a libbpf: Fix a compilation error with xsk.c for ubuntu 16.04 by Yonghong Song · 4 years, 4 months ago
  13. 63bea244 bpftool: Fix build failure by Yonghong Song · 4 years, 4 months ago
  14. bf74a37 xsk: Fix refcount warning in xp_dma_map by Magnus Karlsson · 4 years, 4 months ago
  15. 74e0067 samples/bpf: Add quiet option to xdpsock by Magnus Karlsson · 4 years, 4 months ago
  16. 5a2a0dd samples/bpf: Fix possible deadlock in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  17. 3131cf6 samples/bpf: Fix one packet sending in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  18. d72714c s390/bpf: Fix multiple tail calls by Ilya Leoshkevich · 4 years, 4 months ago
  19. 2bab48c Merge branch 'improve-bpf-tcp-cc-init' by Alexei Starovoitov · 4 years, 4 months ago
  20. 5050bef tcp: Simplify tcp_set_congestion_control() load=false case by Neal Cardwell · 4 years, 4 months ago
  21. 5cdc744 tcp: simplify _bpf_setsockopt(): Remove flags argument by Neal Cardwell · 4 years, 4 months ago
  22. 29a9493 tcp: simplify tcp_set_congestion_control(): Always reinitialize by Neal Cardwell · 4 years, 4 months ago
  23. e7b10a4 tcp: Simplify EBPF TCP_CONGESTION to always init CC by Neal Cardwell · 4 years, 4 months ago
  24. 8919a9b tcp: Only init congestion control if not initialized already by Neal Cardwell · 4 years, 4 months ago
  25. 18841da9 tools: bpftool: Automate generation for "SEE ALSO" sections in man pages by Quentin Monnet · 4 years, 4 months ago
  26. 1aef5b4 bpf: Fix comment for helper bpf_current_task_under_cgroup() by Song Liu · 4 years, 4 months ago
  27. 6e057fc selftests/bpf: Define string const as global for test_sysctl_prog.c by Yonghong Song · 4 years, 4 months ago
  28. 90a1ded selftests/bpf: Fix test_ksyms on non-SMP kernels by Ilya Leoshkevich · 4 years, 4 months ago
  29. d66423f bpf: Plug hole in struct bpf_sk_lookup_kern by Lorenz Bauer · 4 years, 4 months ago
  30. e3b9626 tools: bpftool: Add "inner_map" to "bpftool map create" outer maps by Quentin Monnet · 4 years, 4 months ago
  31. 86233ce tools: bpftool: Keep errors for map-of-map dumps if distinct from ENOENT by Quentin Monnet · 4 years, 4 months ago
  32. a20693b tools: bpftool: Clean up function to dump map entry by Quentin Monnet · 4 years, 4 months ago
  33. 2f7de98 selftests: bpf: Test iterating a sockmap by Lorenz Bauer · 4 years, 4 months ago
  34. 0365351 net: Allow iterating sockmap and sockhash by Lorenz Bauer · 4 years, 4 months ago
  35. 654785a net: sockmap: Remove unnecessary sk_fullsock checks by Lorenz Bauer · 4 years, 4 months ago
  36. f28ef96 tools: bpftool: Include common options from separate file by Quentin Monnet · 4 years, 4 months ago
  37. 82b8cf0 tools: bpftool: Print optional built-in features along with version by Quentin Monnet · 4 years, 4 months ago
  38. 41d5c37 selftests, bpftool: Add bpftool (and eBPF helpers) documentation build by Quentin Monnet · 4 years, 4 months ago
  39. 16f3ddf tools: bpftool: Log info-level messages when building bpftool man pages by Quentin Monnet · 4 years, 4 months ago
  40. e9091bb bpf: Remove duplicate headers by Chen Zhou · 4 years, 4 months ago
  41. 8081ede perf: Stop using deprecated bpf_program__title() by Andrii Nakryiko · 4 years, 4 months ago
  42. 7fb5eef selftests/bpf: Fix test_sysctl_loop{1, 2} failure due to clang change by Yonghong Song · 4 years, 4 months ago
  43. e6054fc selftests/bpf: Add test for map_ptr arithmetic by Yonghong Song · 4 years, 4 months ago
  44. 7c69673 bpf: Permit map_ptr arithmetic with opcode add and offset 0 by Yonghong Song · 4 years, 4 months ago
  45. bc0b5a0 tools, bpf: Synchronise BPF UAPI header with tools by Quentin Monnet · 4 years, 4 months ago
  46. 938c3ef bpf: Fix formatting in documentation for BPF helpers by Quentin Monnet · 4 years, 4 months ago
  47. 1a7581b tools: bpftool: Fix formatting in bpftool-link documentation by Quentin Monnet · 4 years, 4 months ago
  48. f9bec5d samples, bpf: Add xsk_fwd test file to .gitignore by Daniel T. Lee · 4 years, 4 months ago
  49. 698584d samples, bpf: Replace bpf_program__title() with bpf_program__section_name() by Daniel T. Lee · 4 years, 4 months ago
  50. 8eb6295 libbpf: Fix potential multiplication overflow by Andrii Nakryiko · 4 years, 4 months ago
  51. 17e54b0 libbpf: Fix another __u64 cast in printf by Andrii Nakryiko · 4 years, 4 months ago
  52. 95cec14 selftests/bpf: Fix check in global_data_init. by Hao Luo · 4 years, 4 months ago
  53. b4ff7ad Merge branch 'libbpf-support-bpf-to-bpf-calls' by Alexei Starovoitov · 4 years, 4 months ago
  54. ee333df selftests/bpf: Add __noinline variant of cls_redirect selftest by Andrii Nakryiko · 4 years, 4 months ago
  55. baaf680 selftests/bpf: Modernize xdp_noinline test w/ skeleton and __noinline by Andrii Nakryiko · 4 years, 4 months ago
  56. fab45be selftests/bpf: Add subprogs to pyperf, strobemeta, and l4lb_noinline tests by Andrii Nakryiko · 4 years, 4 months ago
  57. d86687a selftests/bpf: Turn fexit_bpf2bpf into test with subtests by Andrii Nakryiko · 4 years, 4 months ago
  58. 5210958 libbpf: Deprecate notion of BPF program "title" in favor of "section name" by Andrii Nakryiko · 4 years, 4 months ago
  59. a7659cc selftests/bpf: Don't use deprecated libbpf APIs by Andrii Nakryiko · 4 years, 4 months ago
  60. fd17e27 tools/bpftool: Replace bpf_program__title() with bpf_program__section_name() by Andrii Nakryiko · 4 years, 4 months ago
  61. a08c02f selftests/bpf: Add selftest for multi-prog sections and bpf-to-bpf calls by Andrii Nakryiko · 4 years, 4 months ago
  62. 7e06aad5 libbpf: Add multi-prog section support for struct_ops by Andrii Nakryiko · 4 years, 4 months ago
  63. 8505e87 libbpf: Implement generalized .BTF.ext func/line info adjustment by Andrii Nakryiko · 4 years, 4 months ago
  64. c3c5569 libbpf: Make RELO_CALL work for multi-prog sections and sub-program calls by Andrii Nakryiko · 4 years, 4 months ago
  65. db2b8b0 libbpf: Support CO-RE relocations for multi-prog sections by Andrii Nakryiko · 4 years, 4 months ago
  66. c112239 libbpf: Parse multi-function sections into multiple BPF programs by Andrii Nakryiko · 4 years, 4 months ago
  67. 0201c57 libbpf: Ensure ELF symbols table is found before further ELF processing by Andrii Nakryiko · 4 years, 4 months ago
  68. 83cf5c6 xsk: Fix use-after-free in failed shared_umem bind by Magnus Karlsson · 4 years, 4 months ago
  69. 1d6fd78 xsk: Fix null check on error return path by Gustavo A. R. Silva · 4 years, 4 months ago
  70. 968be23 xsk: Fix possible segfault at xskmap entry insertion by Magnus Karlsson · 4 years, 4 months ago
  71. 53ea207 xsk: Fix possible segfault in xsk umem diagnostics by Magnus Karlsson · 4 years, 4 months ago
  72. 858e8b2 selftests/bpf: Test task_file iterator without visiting pthreads by Yonghong Song · 4 years, 4 months ago
  73. 203d7b05 bpf: Avoid iterating duplicated files for task_file iterator by Yonghong Song · 4 years, 4 months ago
  74. 0697fec Merge branch 'dpaa2-eth-add-a-dpaa2_eth_-prefix-to-all-functions' by David S. Miller · 4 years, 4 months ago
  75. 8d13837 dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth-dcb.c by Ioana Ciornei · 4 years, 4 months ago
  76. 5d8dccf dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-eth.c by Ioana Ciornei · 4 years, 4 months ago
  77. e6734cd dpaa2-eth: add a dpaa2_eth_ prefix to all functions in dpaa2-ethtool.c by Ioana Ciornei · 4 years, 4 months ago
  78. e0afe91 net: openvswitch: fixes crash if nf_conncount_init() fails by Eelco Chaudron · 4 years, 4 months ago
  79. 36a782f ibmvnic: Harden device Command Response Queue handshake by Thomas Falcon · 4 years, 4 months ago
  80. 150f29f Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 4 months ago
  81. 8aa639e1 liquidio: Remove unneeded cast from memory allocation by YueHaibing · 4 years, 4 months ago
  82. 1bac035 net: sungem: Remove unneeded cast from memory allocation by YueHaibing · 4 years, 4 months ago
  83. ffa81fa net/tls: Implement getsockopt SOL_TLS TLS_RX by Yutaro Hayakawa · 4 years, 4 months ago
  84. c70ed3f Merge branch 'net-openvswitch-improve-the-codes' by David S. Miller · 4 years, 4 months ago
  85. e689616 net: openvswitch: remove unused keep_flows by Tonghao Zhang · 4 years, 4 months ago
  86. df68d64 net: openvswitch: refactor flow free function by Tonghao Zhang · 4 years, 4 months ago
  87. cf3266a net: openvswitch: improve the coding style by Tonghao Zhang · 4 years, 4 months ago
  88. ebc4ecd bpf: {cpu,dev}map: Change various functions return type from int to void by Björn Töpel · 4 years, 4 months ago
  89. f56407f bpf: Remove bpf_lsm_file_mprotect from sleepable list. by Alexei Starovoitov · 4 years, 4 months ago
  90. b69e56c samples/bpf: Fix to xdpsock to avoid recycling frames by Weqaar Janjua · 4 years, 4 months ago
  91. c8a039a samples/bpf: Optimize l2fwd performance in xdpsock by Magnus Karlsson · 4 years, 4 months ago
  92. 34e1ec3 net: ipv4: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
  93. 3f7d820 net: ipv6: remove unused arg exact_dif in compute_score by Miaohe Lin · 4 years, 4 months ago
  94. 10eb466 Merge branch 'net-phy-add-Lynx-PCS-MDIO-module' by David S. Miller · 4 years, 4 months ago
  95. 588d055 net: dsa: ocelot: use the Lynx PCS helpers in Felix and Seville by Ioana Ciornei · 4 years, 4 months ago
  96. 0da4c3d net: phy: add Lynx PCS module by Ioana Ciornei · 4 years, 4 months ago
  97. 2dab432 net: mdiobus: add clause 45 mdiobus write accessor by Ioana Ciornei · 4 years, 4 months ago
  98. 29f02ee net: phylink: consider QSGMII interface mode in phylink_mii_c22_pcs_get_state by Ioana Ciornei · 4 years, 4 months ago
  99. afd6220 net: phylink: add helper function to decode USXGMII word by Ioana Ciornei · 4 years, 4 months ago
  100. d604329 net/wan/fsl_ucc_hdlc: Add MODULE_DESCRIPTION by YueHaibing · 4 years, 4 months ago