1. b553a6e bpf: Simplify __bpf_arch_text_poke poke type handling by Daniel Borkmann · 5 years ago
  2. f9a7cf6 bpf: Introduce BPF_TRACE_x helper for the tracing tests by Martin KaFai Lau · 5 years ago
  3. b8cd76c bpf: Add bpf_jit_blinding_enabled for !CONFIG_BPF_JIT by Daniel Borkmann · 5 years ago
  4. 6dbae03 Merge branch 'optimize-bpf_tail_call' by Alexei Starovoitov · 5 years ago
  5. 79d49ba bpf, testing: Add various tail call test cases by Daniel Borkmann · 5 years ago
  6. 428d5df bpf, x86: Emit patchable direct jump as tail call by Daniel Borkmann · 5 years ago
  7. d2e4c1e bpf: Constant map key tracking for prog array pokes by Daniel Borkmann · 5 years ago
  8. da765a2 bpf: Add poke dependency tracking for prog array maps by Daniel Borkmann · 5 years ago
  9. a66886f bpf: Add initial poke descriptor table for jit images by Daniel Borkmann · 5 years ago
  10. 2beee5f bpf: Move owner type, jited info into array auxiliary data by Daniel Borkmann · 5 years ago
  11. 6332be0 bpf: Move bpf_free_used_maps into sleepable section by Daniel Borkmann · 5 years ago
  12. 4b3da77 bpf, x86: Generalize and extend bpf_arch_text_poke for direct jumps by Daniel Borkmann · 5 years ago
  13. c4781e3 selftests/bpf: Add BPF trampoline performance test by Alexei Starovoitov · 5 years ago
  14. 161f3cb Merge branch 'jmp32-reg-bounds' by Alexei Starovoitov · 5 years ago
  15. 6147a14 selftests/bpf: Ensure core_reloc_kernel is reading test_progs's data only by Andrii Nakryiko · 5 years ago
  16. 260cb5d selftests/bpf: Add verifier tests for better jmp32 register bounds by Yonghong Song · 5 years ago
  17. 1aace10 libbpf: Fix bpf_object name determination for bpf_object__open_file() by Andrii Nakryiko · 5 years ago
  18. 581738a bpf: Provide better register bounds after jmp32 instructions by Yonghong Song · 5 years ago
  19. 071cdec xdp: Fix cleanup on map free for devmap_hash map type by Toke Høiland-Jørgensen · 5 years ago
  20. 1f607504 Merge branch 'libbpf-global-vars' by Alexei Starovoitov · 5 years ago
  21. a8fdaad selftests/bpf: Integrate verbose verifier log into test_progs by Andrii Nakryiko · 5 years ago
  22. 393cdfb libbpf: Support initialized global variables by Andrii Nakryiko · 5 years ago
  23. 5940c5b selftests, bpftool: Skip the build test if not in tree by Jakub Kicinski · 5 years ago
  24. 8983b73 libbpf: Fix various errors and warning reported by checkpatch.pl by Andrii Nakryiko · 5 years ago
  25. 31f8b82 selftests, bpftool: Set EXIT trap after usage function by Quentin Monnet · 5 years ago
  26. 1f8e2bc libbpf: Refactor relocation handling by Andrii Nakryiko · 5 years ago
  27. a89b2cb tools, bpf: Fix build for 'make -s tools/bpf O=<dir>' by Quentin Monnet · 5 years ago
  28. ffc8817 selftests/bpf: Ensure no DWARF relocations for BPF object files by Andrii Nakryiko · 5 years ago
  29. a0f17cc tools, bpftool: Fix warning on ignored return value for 'read' by Quentin Monnet · 5 years ago
  30. 5d946c5 xsk: Fix xsk_poll()'s return type by Luc Van Oostenryck · 5 years ago
  31. c392bcc powerpc: Add const qual to local_read() parameter by Eric Dumazet · 5 years ago
  32. c98dfcd Merge branch 'bnxt_en-Updates' by Jakub Kicinski · 5 years ago
  33. d168f32 bnxt_en: Add support for flashing the device via devlink by Vasundhara Volam · 5 years ago
  34. c7e457f4 bnxt_en: Allow PHY settings on multi-function or NPAR PFs if allowed by FW. by Michael Chan · 5 years ago
  35. b1613e7 bnxt_en: Add async. event logic for PHY configuration changes. by Michael Chan · 5 years ago
  36. 8119e49 bnxt_en: Refactor the initialization of the ethtool link settings. by Michael Chan · 5 years ago
  37. 8a60efd bnxt_en: Skip disabling autoneg before PHY loopback when appropriate. by Michael Chan · 5 years ago
  38. 1acefc9 bnxt_en: Assign more RSS context resources to the VFs. by Michael Chan · 5 years ago
  39. 3be8136 bnxt_en: Initialize context memory to the value specified by firmware. by Michael Chan · 5 years ago
  40. f9b69d7 bnxt_en: Fix suspend/resume path on 57500 chips by Vasundhara Volam · 5 years ago
  41. f92335d bnxt_en: Send FUNC_RESOURCE_QCAPS command in bnxt_resume() by Vasundhara Volam · 5 years ago
  42. 2e88246 bnxt_en: Combine 2 functions calling the same HWRM_DRV_RGTR fw command. by Vasundhara Volam · 5 years ago
  43. bdb3860 bnxt_en: Do driver unregister cleanup in bnxt_init_one() failure path. by Vasundhara Volam · 5 years ago
  44. ef02af8 bnxt_en: Disable/enable Bus master during suspend/resume. by Michael Chan · 5 years ago
  45. fb4cd81 bnxt_en: Add chip IDs for 57452 and 57454 chips. by Michael Chan · 5 years ago
  46. ab44081 sfc: fix build without CONFIG_RFS_ACCEL by Jakub Kicinski · 5 years ago
  47. 6f3aeb1 hv_netvsc: make recording RSS hash depend on feature flag by Stephen Hemminger · 5 years ago
  48. fc5141c net: gro: use vlan API instead of accessing directly by Tonghao Zhang · 5 years ago
  49. 9520aea Merge tag 'mlx5-updates-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 5 years ago
  50. d46b7e4 net: phylink: rename mac_link_state() op to mac_pcs_get_state() by Russell King · 5 years ago
  51. ab81836 net: use rhashtable_lookup() instead of rhashtable_lookup_fast() by Taehee Yoo · 5 years ago
  52. 3a06ee3 Merge tag 'wireless-drivers-next-2019-11-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by Jakub Kicinski · 5 years ago
  53. 72a2707 Merge branch 'nfc-convert-from-txt-to-rst' by Jakub Kicinski · 5 years ago
  54. 4791d77 docs: networking: nfc: change to rst format by Robert Schwebel · 5 years ago
  55. bf0b251 docs: networking: nfc: fix code block syntax by Robert Schwebel · 5 years ago
  56. f67b7c0 docs: networking: nfc: fix bullet list syntax by Robert Schwebel · 5 years ago
  57. c0b96e8 docs: networking: nfc: change block diagram to sphinx syntax by Robert Schwebel · 5 years ago
  58. 66ac53a docs: networking: nfc: change headlines to sphinx syntax by Robert Schwebel · 5 years ago
  59. a5d66f8 net: phy: initialise phydev speed and duplex sanely by Russell King · 5 years ago
  60. e3cf8b36 net: phy: remove phy_ethtool_sset() by Russell King · 5 years ago
  61. 84bb46c Revert "bpf: Emit audit messages upon successful prog load and unload" by Jakub Kicinski · 5 years ago
  62. 8dcdc95 Merge branch 'sfc-ARFS-expiry-improvements' by Jakub Kicinski · 5 years ago
  63. 6fbc05e sfc: do ARFS expiry work occasionally even without NAPI poll by Edward Cree · 5 years ago
  64. ca70bd4 sfc: add statistics for ARFS by Edward Cree · 5 years ago
  65. 0aa6608 sfc: suppress MCDI errors from ARFS by Edward Cree · 5 years ago
  66. 8490e75 sfc: change ARFS expiry mechanism by Edward Cree · 5 years ago
  67. c4f2cbd Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by Jakub Kicinski · 5 years ago
  68. 30429fb net: inet_is_local_reserved_port() should return bool not int by Maciej Żenczykowski · 5 years ago
  69. 091189a Merge branch 'cxgb4-add-udp-segmentation-offload-support' by Jakub Kicinski · 5 years ago
  70. 8311f0b cxgb4: add stats for MQPRIO QoS offload Tx path by Rahul Lakkireddy · 5 years ago
  71. 1a2a14f cxgb4: add UDP segmentation offload support by Rahul Lakkireddy · 5 years ago
  72. 0ed96b4 cxgb4/chcr: update SGL DMA unmap for USO by Rahul Lakkireddy · 5 years ago
  73. a9f852e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 5 years ago
  74. 34c36f4 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  75. b485275 afs: Fix large file support by Marc Dionne · 5 years ago
  76. cd34070 afs: Fix possible assert with callbacks from yfs servers by Marc Dionne · 5 years ago
  77. ed960c1 ice: Update FW API minor version by Kevin Scott · 5 years ago
  78. 1748ce8 ice: remove pointless NULL check of port_info by Jacob Keller · 5 years ago
  79. 87324e7 ice: Implement ethtool ops for channels by Henry Tieman · 5 years ago
  80. 90ac245 net/mlx5e: Remove redundant pointer check by Eli Cohen · 5 years ago
  81. e689e99 net/mlx5e: TC, Stub out ipv6 tun create header function by Saeed Mahameed · 5 years ago
  82. b6d1223 net/mlx5: DR, Add support for Geneve packets SW steering by Yevgeny Kliteynik · 5 years ago
  83. a18fab4 net/mlx5: DR, Add HW bits and definitions for Geneve flex parser by Yevgeny Kliteynik · 5 years ago
  84. 6e9e286 net/mlx5: DR, Refactor VXLAN GPE flex parser tunnel code for SW steering by Yevgeny Kliteynik · 5 years ago
  85. ab118da net/mlx5: Don't write read-only fields in MODIFY_HCA_VPORT_CONTEXT command by Leon Romanovsky · 5 years ago
  86. 730fdea ice: implement VF stats NDO by Jesse Brandeburg · 5 years ago
  87. 4c66d22 ice: add helpers for virtchnl by Jesse Brandeburg · 5 years ago
  88. 4015d11 ice: Add ice_pf_to_dev(pf) macro by Brett Creeley · 5 years ago
  89. 9efe35d0 ice: Do not use devm* functions for local uses by Tony Nguyen · 5 years ago
  90. 1bc7a4a ice: Refactor removal of VLAN promiscuous rules by Brett Creeley · 5 years ago
  91. e25f915 ice: Fix setting coalesce to handle DCB configuration by Brett Creeley · 5 years ago
  92. 1f9639d ice: Only disable VF state when freeing each VF resources by Akeem G Abodunrin · 5 years ago
  93. 949375d ice: fix stack leakage by Jesse Brandeburg · 5 years ago
  94. 2f9ec24 ice: Don't modify stripping for add/del VLANs on VF by Brett Creeley · 5 years ago
  95. d4bc4e2 ice: Disallow VF VLAN opcodes if VLAN offloads disabled by Brett Creeley · 5 years ago
  96. 9164f76 ice: Correct capabilities reporting of max TCs by Bruce Allan · 5 years ago
  97. eae1bbb ice: Store number of functions for the device by Bruce Allan · 5 years ago
  98. 3243e04 net: dsa: ocelot: fix "should it be static?" warnings by Chen Wandun · 5 years ago
  99. 5b1d9c1 r8152: avoid to call napi_disable twice by Hayes Wang · 5 years ago
  100. cc07903 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 5 years ago