1. 3bdbd02 bpf: sockmap, metadata support for reporting size of msg by John Fastabend · 6 years ago
  2. 0bae2d4 bpf: correct slot_type marking logic to allow more stack slot sharing by Jiong Wang · 6 years ago
  3. a38d110 bpf: support raw tracepoints in modules by Matt Mullins · 6 years ago
  4. a137401 Merge branch 'bpf-bpftool-mount-tracefs' by Daniel Borkmann · 6 years ago
  5. 3322130 tools: bpftool: add an option to prevent auto-mount of bpffs, tracefs by Quentin Monnet · 6 years ago
  6. be3245e tools: bpftool: attempt to mount tracefs if required for tracelog cmd by Quentin Monnet · 6 years ago
  7. 0d7410e tools/bpf: check precise {func, line, jited_line}_info_rec_size in test_btf by Yonghong Song · 6 years ago
  8. 07a09d1 bpf: libbpf: fix memleak by freeing line_info by Prashant Bhole · 6 years ago
  9. 37c7b1c Merge branch 'bpf-btf-type-fixes' by Daniel Borkmann · 6 years ago
  10. 8772c8b tools: bpftool: support pretty print with kind_flag set by Yonghong Song · 6 years ago
  11. 9f95e37 tools: bpftool: refactor btf_dumper_int_bits() by Yonghong Song · 6 years ago
  12. d0ebce6 tools/bpf: test kernel bpffs map pretty print with struct kind_flag by Yonghong Song · 6 years ago
  13. cd9de5d tools/bpf: add test_btf unit tests for kind_flag by Yonghong Song · 6 years ago
  14. 128b343 tools/bpf: sync btf.h header from kernel to tools by Yonghong Song · 6 years ago
  15. ffa0c1c bpf: enable cgroup local storage map pretty print with kind_flag by Yonghong Song · 6 years ago
  16. 9d5f9f7 bpf: btf: fix struct/union/fwd types with kind_flag by Yonghong Song · 6 years ago
  17. f97be3a bpf: btf: refactor btf_int_bits_seq_show() by Yonghong Song · 6 years ago
  18. 6c4fc20 bpf: remove useless version check for prog load by Daniel Borkmann · 6 years ago
  19. 034565d Merge branch 'bpf-bpftool-cleanups' by Daniel Borkmann · 6 years ago
  20. c101189 tools: bpftool: fix -Wmissing declaration warnings by Quentin Monnet · 6 years ago
  21. 8c03ecf tools: bpftool: fix warning on struct bpf_prog_linfo definition by Quentin Monnet · 6 years ago
  22. bd0fb9d tools: bpftool: add a prog array map update example to documentation by Quentin Monnet · 6 years ago
  23. 32870ba tools: bpftool: fix examples in documentation for bpftool prog by Quentin Monnet · 6 years ago
  24. bc6cd66 tools: bpftool: add doc for -m option to bpftool-prog.rst by Quentin Monnet · 6 years ago
  25. bab89ad Merge branch 'bpf-improve-verifier-state-analysis' by Daniel Borkmann · 6 years ago
  26. 9242b5f bpf: add self-check logic to liveness analysis by Alexei Starovoitov · 6 years ago
  27. 19e2dbb bpf: improve stacksafe state comparison by Alexei Starovoitov · 6 years ago
  28. 730ff40 selftests/bpf: check insn processed in test_verifier by Alexei Starovoitov · 6 years ago
  29. b233920 bpf: speed up stacksafe check by Alexei Starovoitov · 6 years ago
  30. eb415c9 Merge branch 'bpf_line_info-in-verifier' by Alexei Starovoitov · 6 years ago
  31. d9762e8 bpf: verbose log bpf_line_info in verifier by Martin KaFai Lau · 6 years ago
  32. 23127b3 bpf: Create a new btf_name_by_offset() for non type name use case by Martin KaFai Lau · 6 years ago
  33. 28c1272 selftests/bpf: Fix sk lookup usage in test_sock_addr by Andrey Ignatov · 6 years ago
  34. 9f8c1c5 bpf: remove obsolete prog->aux sanitation in bpf_insn_prepare_dump by Daniel Borkmann · 6 years ago
  35. eb896a6 bpf: sync tools/include/uapi/linux/bpf.h by Song Liu · 6 years ago
  36. c872bdb bpf: include sub program tags in bpf_prog_info by Song Liu · 6 years ago
  37. 0ad379f Merge branch 'bpf-fix-kptr-checks' by Daniel Borkmann · 6 years ago
  38. 177e771 bpf: Remove !func_info and !line_info check from test_btf and bpftool by Martin KaFai Lau · 6 years ago
  39. 9e79416 bpf: Remove bpf_dump_raw_ok() check for func_info and line_info by Martin KaFai Lau · 6 years ago
  40. 00842be Merge branch 'bpf-bpftool-license-update' by Daniel Borkmann · 6 years ago
  41. 907b223 tools: bpftool: dual license all files by Jakub Kicinski · 6 years ago
  42. 02ff58d tools: bpftool: replace Netronome boilerplate with SPDX license headers by Jakub Kicinski · 6 years ago
  43. afc7c94 tools: bpftool: fix SPDX format in headers by Jakub Kicinski · 6 years ago
  44. 8f9a8a6 selftests/bpf: add btf annotations for cgroup_local_storage maps by Roman Gushchin · 6 years ago
  45. 9a1126b bpf: add bpffs pretty print for cgroup local storage maps by Roman Gushchin · 6 years ago
  46. 1b2b234 bpf: pass struct btf pointer to the map_check_btf() callback by Roman Gushchin · 6 years ago
  47. a0517a0 selftests/bpf: use __bpf_constant_htons in test_prog.c by Stanislav Fomichev · 6 years ago
  48. 37ab566 bpf: arm64: Enable arm64 jit to provide bpf_line_info by Martin KaFai Lau · 6 years ago
  49. 0bd7211 bpf: fix up uapi helper description and sync bpf header with tools by Daniel Borkmann · 6 years ago
  50. addb067 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  51. 8cc196d neighbor: gc_list changes should be protected by table lock by David Ahern · 6 years ago
  52. 9369832 Merge tag 'mlx5e-updates-2018-12-10' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 6 years ago
  53. 69bd484 net/sched: Remove egdev mechanism by Oz Shlomo · 6 years ago
  54. df2ef3b net/mlx5e: Add GRE protocol offloading by Oz Shlomo · 6 years ago
  55. 0621e6f net: Add netif_is_gretap()/netif_is_ip6gretap() by Oz Shlomo · 6 years ago
  56. 101f4de net/mlx5e: Move TC tunnel offloading code to separate source file by Oz Shlomo · 6 years ago
  57. 54c177c net/mlx5e: Branch according to classified tunnel type by Oz Shlomo · 6 years ago
  58. 4d70564 net/mlx5e: Refactor VXLAN tunnel decap offloading code by Oz Shlomo · 6 years ago
  59. ea7162a net/mlx5e: Refactor VXLAN tunnel encap offloading code by Oz Shlomo · 6 years ago
  60. ef38135 net/mlx5e: Replace egdev with indirect block notifications by Oz Shlomo · 6 years ago
  61. d11afc2 net/mlx5e: Propagate the filter's net device to mlx5e structures by Oz Shlomo · 6 years ago
  62. 71d82d2 net/mlx5e: Provide the TC filter netdev as parameter to flower callbacks by Oz Shlomo · 6 years ago
  63. f5bc2c5 net/mlx5e: Support TC indirect block notifications for eswitch uplink reprs by Oz Shlomo · 6 years ago
  64. ec1366c net/mlx5e: Store eswitch uplink representor state on a dedicated struct by Oz Shlomo · 6 years ago
  65. 2f62747 Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mellanox/linux by Saeed Mahameed · 6 years ago
  66. aa570ff Merge branch 'rename-info_cnt-to-nr_info' by Alexei Starovoitov · 6 years ago
  67. cfc5424 tools/bpf: rename *_info_cnt to nr_*_info by Yonghong Song · 6 years ago
  68. b4f8623 tools/bpf: sync kernel uapi bpf.h to tools directory by Yonghong Song · 6 years ago
  69. 11d8b82 bpf: rename *_info_cnt to nr_*_info in bpf_prog_info by Yonghong Song · 6 years ago
  70. 7a5725d bpf: clean up bpf_prog_get_info_by_fd() by Song Liu · 6 years ago
  71. 6c22a11 net/mlx5: Remove the get protocol device interface entry by Or Gerlitz · 6 years ago
  72. a2c6162 net/mlx5: Support extended destination format in flow steering command by Eli Britstein · 6 years ago
  73. aa39c2c net/mlx5: E-Switch, Change vhca id valid bool field to bit flag by Eli Britstein · 6 years ago
  74. 1b11549 net/mlx5: Introduce extended destination fields by Eli Britstein · 6 years ago
  75. 5886a96 net/mlx5: Revise gre and nvgre key formats by Oz Shlomo · 6 years ago
  76. fd4572b net/mlx5: Add monitor commands layout and event data by Eyal Davidovich · 6 years ago
  77. 8d6b57e net/mlx5: Add support for plugged-disabled cable status in PME by Mikhael Goikhman · 6 years ago
  78. 37a12aa net/mlx5: Add support for PCIe power slot exceeded error in PME by Mikhael Goikhman · 6 years ago
  79. c2fb3db net/mlx5: Rework handling of port module events by Mikhael Goikhman · 6 years ago
  80. 10a5ce9 bpf: bpftool: Fix newline and p_err issue by Martin KaFai Lau · 6 years ago
  81. d8ed257 tcp: handle EOR and FIN conditions the same in tcp_tso_should_defer() by Eric Dumazet · 6 years ago
  82. c535293 Merge branch 'dsa-ksz-Add-reset-GPIO-handling' by David S. Miller · 6 years ago
  83. 924352c net: dsa: ksz: Add reset GPIO handling by Marek Vasut · 6 years ago
  84. a324d6e net: dsa: ksz: Add optional reset GPIO to Microchip KSZ switch binding by Marek Vasut · 6 years ago
  85. 4e6feb7 bonding: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  86. a93f5b5 fjes: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  87. 5061e3f net: xenbus: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  88. f578e67 ieee802154: at86rf230: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  89. b1dd054 ipvlan: Remove a useless comparison by YueHaibing · 6 years ago
  90. c1c8c27 net: hns3: fix spelling mistake "offser" -> "offset" by Colin Ian King · 6 years ago
  91. e434b8c bpf: relax verifier restriction on BPF_MOV | BPF_ALU by Jiong Wang · 6 years ago
  92. 4cc1fee Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  93. 7300375 net/mlx5: Move flow counters data structures from flow steering header by Saeed Mahameed · 6 years ago
  94. bdefffd IB/mlx5: Use helper to get CQE opcode by Tariq Toukan · 6 years ago
  95. 6254ade net/mlx5: Use helper to get CQE opcode by Tariq Toukan · 6 years ago
  96. fe206c2 net/mlx5: When fetching CQEs return CQE instead of void pointer by Daniel Jurgens · 6 years ago
  97. 40e020c Linux 4.20-rc6 by Linus Torvalds · 6 years ago
  98. d48f782 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  99. 8586ca8 Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  100. 01d3240 media: bpf: add bpf function to report mouse movement by Sean Young · 6 years ago