1. d50ecc4 samples/bpf: Attach XDP programs in driver mode by default by Toke Høiland-Jørgensen · 5 years ago
  2. 4502789 samples/bpf: Set -fno-stack-protector when building BPF programs by Toke Høiland-Jørgensen · 5 years ago
  3. 5615ed4 samples/bpf: Add missing -lz to TPROGS_LDLIBS by Toke Høiland-Jørgensen · 5 years ago
  4. 5984dc6 samples/bpf: Reintroduce missed build targets by Prashant Bhole · 5 years ago
  5. 159ecc00 bpftool: Fix compilation warning on shadowed variable by Paul Chaignon · 5 years ago
  6. a79ac2d libbpf: Fix build by renaming variables by Prashant Bhole · 5 years ago
  7. 0849e10 Merge branch 'support-flex-arrays' by Alexei Starovoitov · 5 years ago
  8. 5f2eece selftests/bpf: Add flexible array relocation tests by Andrii Nakryiko · 5 years ago
  9. 1b484b3 libbpf: Support flexible arrays in CO-RE by Andrii Nakryiko · 5 years ago
  10. 01c6f7a Merge branch 'extern-var-support' by Alexei Starovoitov · 5 years ago
  11. 330a73a selftests/bpf: Add tests for libbpf-provided externs by Andrii Nakryiko · 5 years ago
  12. 2ad97d4 bpftool: Generate externs datasec in BPF skeleton by Andrii Nakryiko · 5 years ago
  13. 166750b libbpf: Support libbpf-provided extern variables by Andrii Nakryiko · 5 years ago
  14. ac9d138 libbpf: Extract internal map names into constants by Andrii Nakryiko · 5 years ago
  15. f7c0bbf Merge branch 'bpf-obj-skel' by Alexei Starovoitov · 5 years ago
  16. d9c00c3 bpftool: Add `gen skeleton` BASH completions by Andrii Nakryiko · 5 years ago
  17. 197448e selftests/bpf: Add test validating data section to struct convertion layout by Andrii Nakryiko · 5 years ago
  18. dde53c1 selftests/bpf: Convert few more selftest to skeletons by Andrii Nakryiko · 5 years ago
  19. f3c926a selftests/bpf: Add BPF skeletons selftests and convert attach_probe.c by Andrii Nakryiko · 5 years ago
  20. 985ead4 bpftool: Add skeleton codegen command by Andrii Nakryiko · 5 years ago
  21. d66562f libbpf: Add BPF object skeleton support by Andrii Nakryiko · 5 years ago
  22. 3f51935 libbpf: Reduce log level of supported section names dump by Andrii Nakryiko · 5 years ago
  23. 13acb50 libbpf: Postpone BTF ID finding for TRACING programs to load phase by Andrii Nakryiko · 5 years ago
  24. eba9c5f libbpf: Refactor global data map initialization by Andrii Nakryiko · 5 years ago
  25. 01af3bf libbpf: Expose BPF program's function name by Andrii Nakryiko · 5 years ago
  26. 9f81654 libbpf: Expose BTF-to-C type declaration emitting API by Andrii Nakryiko · 5 years ago
  27. 3d208f4 libbpf: Expose btf__align_of() API by Andrii Nakryiko · 5 years ago
  28. 544402d libbpf: Extract common user-facing helpers by Andrii Nakryiko · 5 years ago
  29. 917f6b7 libbpf: Add BPF_EMBED_OBJ macro for embedding BPF .o files by Andrii Nakryiko · 5 years ago
  30. 612d05b libbpf: Move non-public APIs from libbpf.h to libbpf_internal.h by Andrii Nakryiko · 5 years ago
  31. d7a18ea libbpf: Add generic bpf_program__attach() by Andrii Nakryiko · 5 years ago
  32. 0d13bfc libbpf: Don't require root for bpf_object__open() by Andrii Nakryiko · 5 years ago
  33. aa91593 libbpf: Fix readelf output parsing for Fedora by Thadeu Lima de Souza Cascardo · 5 years ago
  34. a06ae6a Merge branch 'bpftool-match-by-name' by Alexei Starovoitov · 5 years ago
  35. 99f9863 bpftool: Match maps by name by Paul Chaignon · 5 years ago
  36. a7d22ca bpftool: Match programs by name by Paul Chaignon · 5 years ago
  37. ec20250 bpftool: Match several programs with same tag by Paul Chaignon · 5 years ago
  38. a06bf42 selftests/bpf: Test wire_len/gso_segs in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  39. 850a88c bpf: Expose __sk_buff wire_len/gso_segs to BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  40. 02620d9 Merge branch 'bpf-dispatcher' by Alexei Starovoitov · 5 years ago
  41. 116eb78 bpf, x86: Align dispatcher branch targets to 16B by Björn Töpel · 5 years ago
  42. e754f5a selftests: bpf: Add xdp_perf test by Björn Töpel · 5 years ago
  43. f23c4b3 bpf: Start using the BPF dispatcher in BPF_TEST_RUN by Björn Töpel · 5 years ago
  44. 7e6897f bpf, xdp: Start using the BPF dispatcher for XDP by Björn Töpel · 5 years ago
  45. 75ccbef bpf: Introduce BPF dispatcher by Björn Töpel · 5 years ago
  46. 98e8627 bpf: Move trampoline JIT image allocation to a function by Björn Töpel · 5 years ago
  47. 91cbdf7 selftests/bpf: Fix perf_buffer test on systems w/ offline CPUs by Andrii Nakryiko · 5 years ago
  48. 783b8f0 libbpf: Don't attach perf_buffer to offline/missing CPUs by Andrii Nakryiko · 5 years ago
  49. 65bc4c4 selftests/bpf: Add CPU mask parsing tests by Andrii Nakryiko · 5 years ago
  50. 6803ee2 libbpf: Extract and generalize CPU mask parsing logic by Andrii Nakryiko · 5 years ago
  51. 7708bd4 Merge branch 'reuseport_to_test_progs' by Alexei Starovoitov · 5 years ago
  52. 7ee0d4e selftests/bpf: Switch reuseport tests for test_progs framework by Jakub Sitnicki · 5 years ago
  53. 415bb4e selftests/bpf: Move reuseport tests under prog_tests/ by Jakub Sitnicki · 5 years ago
  54. 250a91d selftests/bpf: Pull up printing the test name into test runner by Jakub Sitnicki · 5 years ago
  55. 9af6c84 selftests/bpf: Propagate errors during setup for reuseport tests by Jakub Sitnicki · 5 years ago
  56. ce7cb5f selftests/bpf: Run reuseport tests in a loop by Jakub Sitnicki · 5 years ago
  57. 9936338 selftests/bpf: Unroll the main loop in reuseport test by Jakub Sitnicki · 5 years ago
  58. a9ce4cf selftests/bpf: Add helpers for getting socket family & type name by Jakub Sitnicki · 5 years ago
  59. 11f8035 selftests/bpf: Use sa_family_t everywhere in reuseport tests by Jakub Sitnicki · 5 years ago
  60. 1fbcef9 selftests/bpf: Let libbpf determine program type from section name by Jakub Sitnicki · 5 years ago
  61. 67d69cc libbpf: Recognize SK_REUSEPORT programs from section name by Jakub Sitnicki · 5 years ago
  62. 679152d libbpf: Fix printf compilation warnings on ppc64le arch by Andrii Nakryiko · 5 years ago
  63. 81c2204 bpf, x86, arm64: Enable jit by default when not built as always-on by Daniel Borkmann · 5 years ago
  64. bae141f bpf: Emit audit messages upon successful prog load and unload by Daniel Borkmann · 5 years ago
  65. b590cb5 bpf: Switch to offsetofend in BPF_PROG_TEST_RUN by Stanislav Fomichev · 5 years ago
  66. 09c4708 libbpf: Bump libpf current version to v0.0.7 by Andrii Nakryiko · 5 years ago
  67. c453312 ARM: net: bpf: Improve prologue code sequence by Russell King · 5 years ago
  68. c219399 cxgb4: add support for high priority filters by Shahjada Abul Husain · 5 years ago
  69. 6525b5e enetc: remove variable 'tc_max_sized_frame' set but not used by Chen Wandun · 5 years ago
  70. ca866ee nfp: add support for TLV device stats by Jakub Kicinski · 5 years ago
  71. 5000b28 tcp: Cleanup duplicate initialization of sk->sk_state. by Kuniyuki Iwashima · 5 years ago
  72. 4caefbc enetc: add software timestamping by Michael Walle · 5 years ago
  73. bb9d845 Merge branch 'tipc-introduce-variable-window-congestion-control' by David S. Miller · 5 years ago
  74. 16ad3f4 tipc: introduce variable window congestion control by Jon Maloy · 5 years ago
  75. d3b0999 tipc: eliminate more unnecessary nacks and retransmissions by Jon Maloy · 5 years ago
  76. 0228824 tipc: eliminate gap indicator from ACK messages by Jon Maloy · 5 years ago
  77. 08cbc75 ppp: Adjust indentation into ppp_async_input by Nathan Chancellor · 5 years ago
  78. 5c61e22 net: smc911x: Adjust indentation in smc911x_phy_configure by Nathan Chancellor · 5 years ago
  79. fe06bf3 net: tulip: Adjust indentation in {dmfe, uli526x}_init_module by Nathan Chancellor · 5 years ago
  80. 80bfc3b Merge branch 'dp83867-fix-fifo-depth' by David S. Miller · 5 years ago
  81. e02d181 net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depth by Dan Murphy · 5 years ago
  82. 96ae38a dt-bindings: dp83867: Convert fifo-depth to common fifo-depth and make optional by Dan Murphy · 5 years ago
  83. 65e6d90 net-tcp: Disable TCP ssthresh metrics cache by default by Kevin(Yudong) Yang · 5 years ago
  84. 4e7696d sctp: get netns from asoc and ep base by Xin Long · 5 years ago
  85. 26c97a2 net: sfp: avoid tx-fault with Nokia GPON module by Russell King · 5 years ago
  86. e70ac62 qed: remove redundant assignments to rc by Colin Ian King · 5 years ago
  87. 718eae2 NFC: port100: Convert cpu_to_le16(le16_to_cpu(E1) + E2) to use le16_add_cpu(). by Mao Wenan · 5 years ago
  88. 4a63ef7 Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 5 years ago
  89. e7096c1 net: WireGuard secure network tunnel by Jason A. Donenfeld · 5 years ago
  90. e42617b Linux 5.5-rc1 by Linus Torvalds · 5 years ago v5.5-rc1
  91. 95e6ba5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  92. 138f371 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 5 years ago
  93. a78f7cd Merge tag '5.5-rc-smb3-fixes-part2' of git://git.samba.org/sfrench/cifs-2.6 by Linus Torvalds · 5 years ago
  94. 5bf9a06 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 5 years ago
  95. 9455d25 Merge tag 'ntb-5.5' of git://github.com/jonmason/ntb by Linus Torvalds · 5 years ago
  96. 7372145 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input by Linus Torvalds · 5 years ago
  97. 95207d5 Merge tag 'iomap-5.5-merge-14' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  98. 50caca9 Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 5 years ago
  99. 316933c Merge tag 'for-linus-5.5-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux by Linus Torvalds · 5 years ago
  100. 911d137 Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linux by Linus Torvalds · 5 years ago