1. d8eca5b bpf: implement lookup-free direct value access for maps by Daniel Borkmann · 6 years ago
  2. ff466b5 libbpf: Ignore -Wformat-nonliteral warning by Andrey Ignatov · 6 years ago
  3. 347807d Merge branch 'bpf-varstack-fixes' by Daniel Borkmann · 6 years ago
  4. 1fbd20f bpf: Add missed newline in verifier verbose log by Andrey Ignatov · 6 years ago
  5. 07f9196 selftests/bpf: Test unbounded var_off stack access by Andrey Ignatov · 6 years ago
  6. 107c26a7 bpf: Sanity check max value for var_off stack access by Andrey Ignatov · 6 years ago
  7. 2c6927d selftests/bpf: Test indirect var_off stack access in unpriv mode by Andrey Ignatov · 6 years ago
  8. 088ec26 bpf: Reject indirect var_off stack access in unpriv mode by Andrey Ignatov · 6 years ago
  9. f68a5b4 selftests/bpf: Test indirect var_off stack access in raw mode by Andrey Ignatov · 6 years ago
  10. f2bcd05 bpf: Reject indirect var_off stack access in raw mode by Andrey Ignatov · 6 years ago
  11. 636e78b samples/bpf: fix build with new clang by Alexei Starovoitov · 6 years ago
  12. e67b2c7 samples, selftests/bpf: add NULL check for ksym_search by Daniel T. Lee · 6 years ago
  13. 0979ff7 selftests/bpf: ksym_search won't check symbols exists by Daniel T. Lee · 6 years ago
  14. cc441a6 Merge branch 'bpf-verifier-scalability' by Daniel Borkmann · 6 years ago
  15. 8aa2d4b selftests/bpf: synthetic tests to push verifier limits by Alexei Starovoitov · 6 years ago
  16. e5e7a8f selftests/bpf: add few verifier scale tests by Alexei Starovoitov · 6 years ago
  17. da11b41 libbpf: teach libbpf about log_level bit 2 by Alexei Starovoitov · 6 years ago
  18. 7a9f5c6 bpf: increase verifier log limit by Alexei Starovoitov · 6 years ago
  19. c04c0d2 bpf: increase complexity limit and maximum program size by Alexei Starovoitov · 6 years ago
  20. 4f73379 bpf: verbose jump offset overflow check by Alexei Starovoitov · 6 years ago
  21. 71dde68 bpf: convert temp arrays to kvcalloc by Alexei Starovoitov · 6 years ago
  22. 25af32d bpf: improve verification speed by not remarking live_read by Alexei Starovoitov · 6 years ago
  23. 9f4686c bpf: improve verification speed by droping states by Alexei Starovoitov · 6 years ago
  24. 06ee711 bpf: add verifier stats and log_level bit 2 by Alexei Starovoitov · 6 years ago
  25. e83b9f5 kbuild: add ability to generate BTF type info for vmlinux by Andrii Nakryiko · 6 years ago
  26. 99182bee Merge branch 'bpf-selftest-clang-fixes' by Daniel Borkmann · 6 years ago
  27. 7596aa3 selftests: bpf: remove duplicate .flags initialization in ctx_skb.c by Stanislav Fomichev · 6 years ago
  28. a918b03 selftests: bpf: fix -Wformat-invalid-specifier for bpf_obj_id.c by Stanislav Fomichev · 6 years ago
  29. 94e8f3c selftests: bpf: fix -Wformat-security warning for flow_dissector_load.c by Stanislav Fomichev · 6 years ago
  30. 6b7b699 selftests: bpf: tests.h should depend on .c files, not the output by Stanislav Fomichev · 6 years ago
  31. 9de2640 bpf: add bpffs multi-dimensional array tests in test_btf by Yonghong Song · 6 years ago
  32. c3969de Merge branch 'variable-stack-access' by Alexei Starovoitov · 6 years ago
  33. 8ff80e9 selftests/bpf: Test variable offset stack access by Andrey Ignatov · 6 years ago
  34. 2011fcc bpf: Support variable offset stack access from helpers by Andrey Ignatov · 6 years ago
  35. dd399ac tools/bpf: generate pkg-config file for libbpf by Luca Boccassi · 6 years ago
  36. 356d71e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  37. df45370 inet: switch IP ID generator to siphash by Eric Dumazet · 6 years ago
  38. 180a8c3 net: phy: mdio-bcm-unimac: remove redundant !timeout check by Colin Ian King · 6 years ago
  39. 4f66154 tcp: fix zerocopy and notsent_lowat issues by Eric Dumazet · 6 years ago
  40. 4d5ec89 net: openvswitch: Add a new action check_pkt_len by Numan Siddique · 6 years ago
  41. d7aa033 Merge branch 'ethtool-add-support-for-Fast-Link-Down-as-new-PHY-tunable' by David S. Miller · 6 years ago
  42. 69f42be net: phy: marvell: add PHY tunable fast link down support for 88E1540 by Heiner Kallweit · 6 years ago
  43. 3aeb080 ethtool: add PHY Fast Link Down support by Heiner Kallweit · 6 years ago
  44. 7b7ed88 net/core: Allow the compiler to verify declaration and definition consistency by Bart Van Assche · 6 years ago
  45. a986967 net/core: Fix rtnetlink kernel-doc headers by Bart Van Assche · 6 years ago
  46. d79b3ba net/core: Document __skb_flow_dissect() flags argument by Bart Van Assche · 6 years ago
  47. b3c0fd6 net/core: Document all dev_ioctl() arguments by Bart Van Assche · 6 years ago
  48. 37f3c42 net/core: Document reuseport_add_sock() bind_inany argument by Bart Van Assche · 6 years ago
  49. 863d1a8 net: dsa: mv88e6xxx: remove unneeded cmode initialization by Heiner Kallweit · 6 years ago
  50. 3270559 bnx2x: Utilize FW 7.13.11.0. by Sudarsana Reddy Kalluru · 6 years ago
  51. 1713cb3 fou: Support binding FoU socket by Kristian Evensen · 6 years ago
  52. 1a9df9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  53. eec7e29 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 6 years ago
  54. b0be25c Merge branch 'net-mvpp2-Classifier-updates-and-cleanups' by David S. Miller · 6 years ago
  55. c2d3d8e net: mvpp2: cls: Rework C2 engine macros by Maxime Chevallier · 6 years ago
  56. 693131d net: mvpp2: cls: Initialize lookup priorities for all entries in the flow by Maxime Chevallier · 6 years ago
  57. 8d2847d net: mvpp2: cls: Invalidate all C2 entries except the ones we use by Maxime Chevallier · 6 years ago
  58. ff2f3cb net: mvpp2: cls: Rename the flow table macros by Maxime Chevallier · 6 years ago
  59. 5b35380 net: mvpp2: cls: Don't use the sequence attribute for classification by Maxime Chevallier · 6 years ago
  60. 6310f77 net: mvpp2: cls: Rename classifer per-port functions by Maxime Chevallier · 6 years ago
  61. b11ffdc net: mvpp2: cls: Move C2 read/write helpers around by Maxime Chevallier · 6 years ago
  62. 147c538 net: mvpp2: cls: Write C2 TCAM data last when writing a C2 entry by Maxime Chevallier · 6 years ago
  63. e4bfb4a net: mvpp2: cls: Use iterators to go through the cls_table by Maxime Chevallier · 6 years ago
  64. b607cc6 net: mvpp2: debugfs: Allow reading the C2 engine table from debugfs by Maxime Chevallier · 6 years ago
  65. 8aa6510 net: mvpp2: debugfs: Allow reading the flow table from debugfs by Maxime Chevallier · 6 years ago
  66. 7cb5e36 net: mvpp2: debugfs: Store debugfs entries data in mvpp2 struct by Maxime Chevallier · 6 years ago
  67. 0b27f86 net: mvpp2: cls: Make the flow definitions const by Maxime Chevallier · 6 years ago
  68. 93c2589 net: mvpp2: cls: Rename MVPP2_N_FLOWS to MVPP2_N_PRS_FLOWS by Maxime Chevallier · 6 years ago
  69. 32f1a67 net: mvpp2: cls: use Lookup Type in classification engines by Maxime Chevallier · 6 years ago
  70. dc61b37 net: mvpp2: cls: Start cls flow entries from beginning of table by Maxime Chevallier · 6 years ago
  71. 1f29a8c net: mvpp2: cls: Add missing MAC_DA field extraction by Maxime Chevallier · 6 years ago
  72. c9dbb6c net: mvpp2: Don't use an int to store netdev_features_t by Maxime Chevallier · 6 years ago
  73. 5133a4a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  74. 64f4b94 ice: Remove "2 BITS" comment by Anirudh Venkataramanan · 6 years ago
  75. 92414f3 ice: Update comment regarding the ITR_GRAN_S by Brett Creeley · 6 years ago
  76. 6c2f997 ice: Update function header for __ice_vsi_get_qs by Anirudh Venkataramanan · 6 years ago
  77. ac46675 ice: Remove unnecessary braces by Anirudh Venkataramanan · 6 years ago
  78. 10c7e4c ice: Remove unused function prototype by Anirudh Venkataramanan · 6 years ago
  79. 203a068 ice: Add missing case in print_link_msg for printing flow control by Brett Creeley · 6 years ago
  80. 8244dd2 ice: Audit hotpath structures with pahole by Brett Creeley · 6 years ago
  81. 89f3e4a ice: Do not bail out when filter already exists by Preethi Banala · 6 years ago
  82. 4e1af7b ice: Fix issue with VF attempt to delete default MAC address by Akeem G Abodunrin · 6 years ago
  83. 14c741d Merge tag 'nfs-for-5.1-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs by Linus Torvalds · 6 years ago
  84. a7c9b47 ice: enable VF admin queue interrupts by Mitch Williams · 6 years ago
  85. 64a59d0 ice: Fix for adaptive interrupt moderation by Anirudh Venkataramanan · 6 years ago
  86. 5995b6d ice: Implement pci_error_handler ops by Brett Creeley · 6 years ago
  87. 5abac9d ice: Put __ICE_PREPARED_FOR_RESET check in ice_prepare_for_reset by Brett Creeley · 6 years ago
  88. cf6c6e0 ice: use virt channel status codes by Mitch Williams · 6 years ago
  89. 91dab5d ice: Remove unnecessary newlines from log messages by Jeremiah Kyle · 6 years ago
  90. 01f2f5b SUNRPC: fix uninitialized variable warning by Alakesh Haloi · 6 years ago
  91. fa7e428 openvswitch: add seqadj extension when NAT is used. by Flavio Leitner · 6 years ago
  92. b4b6aa8 selftests: bpf: don't depend on hardcoded perf sample_freq by Stanislav Fomichev · 6 years ago
  93. 0a25d92 dpaa2-eth: use netif_receive_skb_list by Ioana Ciornei · 6 years ago
  94. 8c838f5 dpaa2-eth: fix race condition with bql frame accounting by Ioana Ciornei · 6 years ago
  95. 047a013 chelsio: use BUG() instead of BUG_ON(1) by Arnd Bergmann · 6 years ago
  96. 6da88a8 tipc: fix return value check in tipc_mcast_send_sync() by Wei Yongjun · 6 years ago
  97. f7f9467 Merge branch 'net-phy-aquantia-report-Aquantia-specific-settings-and-features' by David S. Miller · 6 years ago
  98. 2d64610 net: phy: aquantia: inform about proprietary 1000Base-T2 mode being in use by Heiner Kallweit · 6 years ago
  99. 43429a0 net: phy: aquantia: report PHY details like firmware version by Heiner Kallweit · 6 years ago
  100. 9d685c1 net: phy: aquantia: print remote capabilities if link partner is Aquantia PHY by Heiner Kallweit · 6 years ago