1. 5e903c6 libbpf: add support for ctx_{size, }_{in, out} in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  2. b0b9395 bpf: support input __sk_buff context in BPF_PROG_TEST_RUN by Stanislav Fomichev · 6 years ago
  3. 569b0c7 tools/bpftool: show btf id in program information by Prashant Bhole · 6 years ago
  4. d5adbdd libbpf: Fix build with gcc-8 by Andrey Ignatov · 6 years ago
  5. fa0dcb3 mailmap: add entry for email addresses by Daniel Borkmann · 6 years ago
  6. 50bd645 libbpf: fix crash in XDP socket part with new larger BPF_LOG_BUF_SIZE by Magnus Karlsson · 6 years ago
  7. 69a0f9e bpf, bpftool: fix a few ubsan warnings by Yonghong Song · 6 years ago
  8. 6316f78 Merge branch 'support-global-data' by Alexei Starovoitov · 6 years ago
  9. c861168 bpf, selftest: add test cases for BTF Var and DataSec by Daniel Borkmann · 6 years ago
  10. b915ebe bpf, selftest: test global data/bss/rodata sections by Joe Stringer · 6 years ago
  11. fb2abb7 bpf, selftest: test {rd, wr}only flags and direct value access by Daniel Borkmann · 6 years ago
  12. 817998a bpf: bpftool support for dumping data/bss/rodata sections by Daniel Borkmann · 6 years ago
  13. 1713d68 bpf, libbpf: add support for BTF Var and DataSec by Daniel Borkmann · 6 years ago
  14. d859900 bpf, libbpf: support global data/bss/rodata sections by Daniel Borkmann · 6 years ago
  15. f8c7a4d bpf, libbpf: refactor relocation handling by Joe Stringer · 6 years ago
  16. c83fef6 bpf: sync {btf, bpf}.h uapi header from tools infrastructure by Daniel Borkmann · 6 years ago
  17. 2824ecb bpf: allow for key-less BTF in array map by Daniel Borkmann · 6 years ago
  18. 1dc9285 bpf: kernel side support for BTF Var and DataSec by Daniel Borkmann · 6 years ago
  19. f063c88 bpf: add specification for BTF Var and DataSec kinds by Daniel Borkmann · 6 years ago
  20. 3e0ddc4f bpf: allow . char as part of the object name by Daniel Borkmann · 6 years ago
  21. 87df15d bpf: add syscall side map freeze support by Daniel Borkmann · 6 years ago
  22. 591fe98 bpf: add program side {rd, wr}only support for maps by Daniel Borkmann · 6 years ago
  23. be70bcd bpf: do not retain flags that are not tied to map lifetime by Daniel Borkmann · 6 years ago
  24. d8eca5b bpf: implement lookup-free direct value access for maps by Daniel Borkmann · 6 years ago
  25. ff466b5 libbpf: Ignore -Wformat-nonliteral warning by Andrey Ignatov · 6 years ago
  26. 347807d Merge branch 'bpf-varstack-fixes' by Daniel Borkmann · 6 years ago
  27. 1fbd20f bpf: Add missed newline in verifier verbose log by Andrey Ignatov · 6 years ago
  28. 07f9196 selftests/bpf: Test unbounded var_off stack access by Andrey Ignatov · 6 years ago
  29. 107c26a7 bpf: Sanity check max value for var_off stack access by Andrey Ignatov · 6 years ago
  30. 2c6927d selftests/bpf: Test indirect var_off stack access in unpriv mode by Andrey Ignatov · 6 years ago
  31. 088ec26 bpf: Reject indirect var_off stack access in unpriv mode by Andrey Ignatov · 6 years ago
  32. f68a5b4 selftests/bpf: Test indirect var_off stack access in raw mode by Andrey Ignatov · 6 years ago
  33. f2bcd05 bpf: Reject indirect var_off stack access in raw mode by Andrey Ignatov · 6 years ago
  34. 636e78b samples/bpf: fix build with new clang by Alexei Starovoitov · 6 years ago
  35. e67b2c7 samples, selftests/bpf: add NULL check for ksym_search by Daniel T. Lee · 6 years ago
  36. 0979ff7 selftests/bpf: ksym_search won't check symbols exists by Daniel T. Lee · 6 years ago
  37. cc441a6 Merge branch 'bpf-verifier-scalability' by Daniel Borkmann · 6 years ago
  38. 8aa2d4b selftests/bpf: synthetic tests to push verifier limits by Alexei Starovoitov · 6 years ago
  39. e5e7a8f selftests/bpf: add few verifier scale tests by Alexei Starovoitov · 6 years ago
  40. da11b41 libbpf: teach libbpf about log_level bit 2 by Alexei Starovoitov · 6 years ago
  41. 7a9f5c6 bpf: increase verifier log limit by Alexei Starovoitov · 6 years ago
  42. c04c0d2 bpf: increase complexity limit and maximum program size by Alexei Starovoitov · 6 years ago
  43. 4f73379 bpf: verbose jump offset overflow check by Alexei Starovoitov · 6 years ago
  44. 71dde68 bpf: convert temp arrays to kvcalloc by Alexei Starovoitov · 6 years ago
  45. 25af32d bpf: improve verification speed by not remarking live_read by Alexei Starovoitov · 6 years ago
  46. 9f4686c bpf: improve verification speed by droping states by Alexei Starovoitov · 6 years ago
  47. 06ee711 bpf: add verifier stats and log_level bit 2 by Alexei Starovoitov · 6 years ago
  48. e83b9f5 kbuild: add ability to generate BTF type info for vmlinux by Andrii Nakryiko · 6 years ago
  49. 99182bee Merge branch 'bpf-selftest-clang-fixes' by Daniel Borkmann · 6 years ago
  50. 7596aa3 selftests: bpf: remove duplicate .flags initialization in ctx_skb.c by Stanislav Fomichev · 6 years ago
  51. a918b03 selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c by Stanislav Fomichev · 6 years ago
  52. 94e8f3c selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c by Stanislav Fomichev · 6 years ago
  53. 6b7b699 selftests: bpf: tests.h should depend on .c files, not the output by Stanislav Fomichev · 6 years ago
  54. 9de2640 bpf: add bpffs multi-dimensional array tests in test_btf by Yonghong Song · 6 years ago
  55. c3969de Merge branch 'variable-stack-access' by Alexei Starovoitov · 6 years ago
  56. 8ff80e9 selftests/bpf: Test variable offset stack access by Andrey Ignatov · 6 years ago
  57. 2011fcc bpf: Support variable offset stack access from helpers by Andrey Ignatov · 6 years ago
  58. dd399ac tools/bpf: generate pkg-config file for libbpf by Luca Boccassi · 6 years ago
  59. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  60. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  61. 180a8c3 net: phy: mdio-bcm-unimac: remove redundant !timeout check by Colin Ian King · 6 years ago
  62. 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
  63. 4d5ec89 net: openvswitch: Add a new action check_pkt_len by Numan Siddique · 6 years ago
  64. d7aa033 Merge branch 'ethtool-add-support-for-Fast-Link-Down-as-new-PHY-tunable' by David S. Miller · 6 years ago
  65. 69f42be net: phy: marvell: add PHY tunable fast link down support for 88E1540 by Heiner Kallweit · 6 years ago
  66. 3aeb080 ethtool: add PHY Fast Link Down support by Heiner Kallweit · 6 years ago
  67. 7b7ed88 net/core: Allow the compiler to verify declaration and definition consistency by Bart Van Assche · 6 years ago
  68. a986967 net/core: Fix rtnetlink kernel-doc headers by Bart Van Assche · 6 years ago
  69. d79b3ba net/core: Document __skb_flow_dissect() flags argument by Bart Van Assche · 6 years ago
  70. b3c0fd6 net/core: Document all dev_ioctl() arguments by Bart Van Assche · 6 years ago
  71. 37f3c42 net/core: Document reuseport_add_sock() bind_inany argument by Bart Van Assche · 6 years ago
  72. 863d1a8 net: dsa: mv88e6xxx: remove unneeded cmode initialization by Heiner Kallweit · 6 years ago
  73. 3270559 bnx2x: Utilize FW 7.13.11.0. by Sudarsana Reddy Kalluru · 6 years ago
  74. 1713cb3 fou: Support binding FoU socket by Kristian Evensen · 6 years ago
  75. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  76. eec7e29 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  77. b0be25c Merge branch 'net-mvpp2-Classifier-updates-and-cleanups' by David S. Miller · 6 years ago
  78. c2d3d8e net: mvpp2: cls: Rework C2 engine macros by Maxime Chevallier · 6 years ago
  79. 693131d net: mvpp2: cls: Initialize lookup priorities for all entries in the flow by Maxime Chevallier · 6 years ago
  80. 8d2847d net: mvpp2: cls: Invalidate all C2 entries except the ones we use by Maxime Chevallier · 6 years ago
  81. ff2f3cb net: mvpp2: cls: Rename the flow table macros by Maxime Chevallier · 6 years ago
  82. 5b35380 net: mvpp2: cls: Don't use the sequence attribute for classification by Maxime Chevallier · 6 years ago
  83. 6310f77 net: mvpp2: cls: Rename classifer per-port functions by Maxime Chevallier · 6 years ago
  84. b11ffdc net: mvpp2: cls: Move C2 read/write helpers around by Maxime Chevallier · 6 years ago
  85. 147c538 net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry by Maxime Chevallier · 6 years ago
  86. e4bfb4a net: mvpp2: cls: Use iterators to go through the cls_table by Maxime Chevallier · 6 years ago
  87. b607cc6 net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs by Maxime Chevallier · 6 years ago
  88. 8aa6510 net: mvpp2: debugfs: Allow reading the flow table from debugfs by Maxime Chevallier · 6 years ago
  89. 7cb5e36 net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct by Maxime Chevallier · 6 years ago
  90. 0b27f86 net: mvpp2: cls: Make the flow definitions const by Maxime Chevallier · 6 years ago
  91. 93c2589 net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS by Maxime Chevallier · 6 years ago
  92. 32f1a67 net: mvpp2: cls: use Lookup Type in classification engines by Maxime Chevallier · 6 years ago
  93. dc61b37 net: mvpp2: cls: Start cls flow entries from beginning of table by Maxime Chevallier · 6 years ago
  94. 1f29a8c net: mvpp2: cls: Add missing MAC_DA field extraction by Maxime Chevallier · 6 years ago
  95. c9dbb6c net: mvpp2: Don't use an int to store netdev_features_t by Maxime Chevallier · 6 years ago
  96. 5133a4a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  97. 64f4b94 ice: Remove "2 BITS" comment by Anirudh Venkataramanan · 6 years ago
  98. 92414f3 ice: Update comment regarding the ITR_GRAN_S by Brett Creeley · 6 years ago
  99. 6c2f997 ice: Update function header for __ice_vsi_get_qs by Anirudh Venkataramanan · 6 years ago
  100. ac46675 ice: Remove unnecessary braces by Anirudh Venkataramanan · 6 years ago