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