1. 9ce3335 Merge branch 'sfp-quirks' by David S. Miller · 5 years ago
  2. b0eae33 net: sfp: add some quirks for GPON modules by Russell King · 5 years ago
  3. b34bb2c net: sfp: add support for module quirks by Russell King · 5 years ago
  4. 9bb59a2 tcp: warn if offset reach the maxlen limit when using snprintf by Hangbin Liu · 5 years ago
  5. c0d59da ip_gre: Make none-tun-dst gre tunnel store tunnel info as metadat_dst in recv by wenxu · 5 years ago
  6. ee5a489 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 5 years ago
  7. 196e8ca bpf: Switch bpf_map_{area_alloc,area_mmapable_alloc}() to u64 size by Daniel Borkmann · 5 years ago
  8. 91e6015b bpf: Emit audit messages upon successful prog load and unload by Daniel Borkmann · 5 years ago
  9. e2193c9 Merge branch 'r8169-smaller-improvements-to-firmware-handling' by David S. Miller · 5 years ago
  10. df0120f r8169: add check for PHY_MDIO_CHG to rtl_nic_fw_data_ok by Heiner Kallweit · 5 years ago
  11. cfccde8 r8169: use macro FIELD_SIZEOF in definition of FW_OPCODE_SIZE by Heiner Kallweit · 5 years ago
  12. e20c43d r8169: change mdelay to msleep in rtl_fw_write_firmware by Heiner Kallweit · 5 years ago
  13. e2ffe3f net: ipconfig: Wait for deferred device probes by Thomas Bogendoerfer · 5 years ago
  14. 2be8ca9 vsock/vmci: make vmci_vsock_cb_host_called static by Mao Wenan · 5 years ago
  15. e07e754 Merge branch 'page_pool-DMA-sync' by David S. Miller · 5 years ago
  16. 07e13ed net: mvneta: get rid of huge dma sync in mvneta_rx_refill by Lorenzo Bianconi · 5 years ago
  17. e68bc75 net: page_pool: add the possibility to sync DMA memory for device by Lorenzo Bianconi · 5 years ago
  18. f383b29 net: mvneta: rely on page_pool_recycle_direct in mvneta_run_xdp by Lorenzo Bianconi · 5 years ago
  19. cec2975 net: sched: pie: enable timestamp based delay calculation by Gautam Ramakrishnan · 5 years ago
  20. f01b437 isdn: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  21. 041ccdb nfc: Fix Kconfig indentation by Krzysztof Kozlowski · 5 years ago
  22. 07def46 Merge branch 'cxgb4-add-TC-MATCHALL-classifier-offload' by David S. Miller · 5 years ago
  23. 21c4c60 cxgb4: add TC-MATCHALL classifier ingress offload by Rahul Lakkireddy · 5 years ago
  24. 41ec03e cxgb4: check rule prio conflicts before offload by Rahul Lakkireddy · 5 years ago
  25. 4ec4762 cxgb4: add TC-MATCHALL classifier egress offload by Rahul Lakkireddy · 5 years ago
  26. 77c05d2 Merge branch 'page_pool-API-for-numa-node-change-handling' by David S. Miller · 5 years ago
  27. 6849c6d net/mlx5e: Rx, Update page pool numa node when changed by Saeed Mahameed · 5 years ago
  28. d539461 page_pool: Don't recycle non-reusable pages by Saeed Mahameed · 5 years ago
  29. bc83674 page_pool: Add API to update numa node by Saeed Mahameed · 5 years ago
  30. 1f12177 Merge branch 'cpsw-switchdev' by David S. Miller · 5 years ago
  31. 3727d25 arm: omap2plus_defconfig: enable new cpsw switchdev driver by Grygorii Strashko · 5 years ago
  32. 15b991ad ARM: dts: am571x-idk: enable for new cpsw switch dev driver by Grygorii Strashko · 5 years ago
  33. 39331a4 ARM: dts: dra7: add dt nodes for new cpsw switch dev driver by Grygorii Strashko · 5 years ago
  34. 14c815a Documentation: networking: add cpsw switchdev based driver documentation by Ilias Apalodimas · 5 years ago
  35. da84e50 phy: ti: phy-gmii-sel: dependency from ti cpsw-switchdev driver by Grygorii Strashko · 5 years ago
  36. 111cf1ab net: ethernet: ti: introduce cpsw switchdev based driver part 2 - switch by Ilias Apalodimas · 5 years ago
  37. ed3525e net: ethernet: ti: introduce cpsw switchdev based driver part 1 - dual-emac by Ilias Apalodimas · 5 years ago
  38. ef63fe7 dt-bindings: net: ti: add new cpsw switch driver bindings by Grygorii Strashko · 5 years ago
  39. c5013ac net: ethernet: ti: cpsw: move set of common functions in cpsw_priv by Grygorii Strashko · 5 years ago
  40. 51a9533 net: ethernet: ti: cpsw: resolve build deps of cpsw drivers by Grygorii Strashko · 5 years ago
  41. e85c143 net: ethernet: ti: ale: modify vlan/mdb api for switchdev by Ilias Apalodimas · 5 years ago
  42. 4b41d343 net: ethernet: ti: cpsw: allow untagged traffic on host port by Grygorii Strashko · 5 years ago
  43. 7fe579df net: ethernet: ti: ale: clean ale tbl on init and intf restart by Grygorii Strashko · 5 years ago
  44. b9242da Merge branch 'nf_tables_offload-vlan-matching-support' by David S. Miller · 5 years ago
  45. 89d8fd4 netfilter: nft_payload: add C-VLAN offload support by Pablo Neira Ayuso · 5 years ago
  46. a82055a netfilter: nft_payload: add VLAN offload support by Pablo Neira Ayuso · 5 years ago
  47. 8819efc netfilter: nf_tables_offload: allow ethernet interface type only by Pablo Neira Ayuso · 5 years ago
  48. 7cd9a58 netfilter: nf_tables: constify nft_reg_load{8, 16, 64}() by Pablo Neira Ayuso · 5 years ago
  49. 2f1d370 lwtunnel: add support for multiple geneve opts by Xin Long · 5 years ago
  50. b2e2f0e bpf: Make array_map_mmap static by YueHaibing · 5 years ago
  51. 24f6505 selftests/bpf: Enforce no-ALU32 for test_progs-no_alu32 by Andrii Nakryiko · 5 years ago
  52. 272630f cxgb4: remove unneeded semicolon for switch block by Rahul Lakkireddy · 5 years ago
  53. b8fc717 net: dsa: felix: Fix CPU port assignment when not last port by Vladimir Oltean · 5 years ago
  54. a0d7da2 libbpf: Fix call relocation offset calculation bug by Andrii Nakryiko · 5 years ago
  55. 3de88c9 net-af_xdp: Use correct number of channels from ethtool by Luigi Rizzo · 5 years ago
  56. 0424c5a Merge branch 'remove-jited-size-limits' by Alexei Starovoitov · 5 years ago
  57. d1242b1 s390/bpf: Remove JITed image size limitations by Ilya Leoshkevich · 5 years ago
  58. b25c57b s390/bpf: Use lg(f)rl when long displacement cannot be used by Ilya Leoshkevich · 5 years ago
  59. 451e448 s390/bpf: Use lgrl instead of lg where possible by Ilya Leoshkevich · 5 years ago
  60. c1aff56 s390/bpf: Load literal pool register using larl by Ilya Leoshkevich · 5 years ago
  61. e0491f6 s390/bpf: Align literal pool entries by Ilya Leoshkevich · 5 years ago
  62. 4e9b4a6 s390/bpf: Use relative long branches by Ilya Leoshkevich · 5 years ago
  63. a25ecd9 bpf: Fix memory leak on object 'data' by Colin Ian King · 5 years ago
  64. c21709e net: phy: dp83869: fix return of uninitialized variable ret by Colin Ian King · 5 years ago
  65. 3132174 lwtunnel: change to use nla_put_u8 for LWTUNNEL_IP_OPT_ERSPAN_VER by Xin Long · 5 years ago
  66. bec39a9 Merge branch 'bnxt_en-Updates' by David S. Miller · 5 years ago
  67. 642aebd bnxt_en: Abort waiting for firmware response if there is no heartbeat. by Pavan Chebbi · 5 years ago
  68. a2b31e2 bnxt_en: Add a warning message for driver initiated reset by Vasundhara Volam · 5 years ago
  69. 05069dd bnxt_en: Return proper error code for non-existent NVM variable by Vasundhara Volam · 5 years ago
  70. e4e3823 bnxt_en: Report health status update after reset is done by Vasundhara Volam · 5 years ago
  71. e633a32 bnxt_en: Set MASTER flag during driver registration. by Vasundhara Volam · 5 years ago
  72. 0a3f4e4 bnxt_en: Extend ETHTOOL_RESET to hot reset driver. by Vasundhara Volam · 5 years ago
  73. 5b306bd bnxt_en: Increase firmware response timeout for coredump commands. by Vasundhara Volam · 5 years ago
  74. 19b3751 bnxt_en: Improve RX buffer error handling. by Michael Chan · 5 years ago
  75. 41136ab bnxt_en: Update firmware interface spec to 1.10.1.12. by Michael Chan · 5 years ago
  76. c4154cf Merge branch 'selftests-Add-ethtool-and-scale-tests' by David S. Miller · 5 years ago
  77. 64916b5 selftests: forwarding: Add speed and auto-negotiation test by Amit Cohen · 5 years ago
  78. 8f72a9c selftests: forwarding: lib.sh: Add wait for dev with timeout by Amit Cohen · 5 years ago
  79. 646cf7e selftests: forwarding: Add ethtool_lib.sh by Amit Cohen · 5 years ago
  80. b22b0b0 selftests: mlxsw: Check devlink device before running test by Danielle Ratson · 5 years ago
  81. 0fed96f selftests: mlxsw: Add router scale test for Spectrum-2 by Danielle Ratson · 5 years ago
  82. 6960f7e Merge branch 'page_pool-followup-changes-to-restore-tracepoint-features' by David S. Miller · 5 years ago
  83. 832ccf6f8 page_pool: extend tracepoint to also include the page PFN by Jesper Dangaard Brouer · 5 years ago
  84. 7c9e694 page_pool: add destroy attempts counter and rename tracepoint by Jesper Dangaard Brouer · 5 years ago
  85. c491eae xdp: remove memory poison on free for struct xdp_mem_allocator by Jesper Dangaard Brouer · 5 years ago
  86. b95e86d net: phy: avoid matching all-ones clause 45 PHY IDs by Russell King · 5 years ago
  87. e64dbb1 Merge branch 'Add-support-for-SFPs-behind-PHYs' by David S. Miller · 5 years ago
  88. 36023da net: phy: marvell10g: add SFP+ support by Russell King · 5 years ago
  89. 298e54f net: phy: add core phylib sfp support by Russell King · 5 years ago
  90. fb3d8bc dt-bindings: net: add ethernet controller and phy sfp property by Russell King · 5 years ago
  91. 99638e9 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 5 years ago
  92. 2ea2612 selftests, bpf: Workaround an alu32 sub-register spilling issue by Yonghong Song · 5 years ago
  93. 3b054b7 selftests, bpf: Fix test_tc_tunnel hanging by Jiri Benc · 5 years ago
  94. 56bf877 selftests, bpf: xdping is not meant to be run standalone by Jiri Benc · 5 years ago
  95. b97e12e Merge branch 'bpf-array-mmap' by Daniel Borkmann · 5 years ago
  96. 5051b384 selftests/bpf: Add BPF_TYPE_MAP_ARRAY mmap() tests by Andrii Nakryiko · 5 years ago
  97. 7fe74b4 libbpf: Make global data internal arrays mmap()-able, if possible by Andrii Nakryiko · 5 years ago
  98. fc97022 bpf: Add mmap() support for BPF_MAP_TYPE_ARRAY by Andrii Nakryiko · 5 years ago
  99. 85192db bpf: Convert bpf_prog refcnt to atomic64_t by Andrii Nakryiko · 5 years ago
  100. 1e0bd5a bpf: Switch bpf_map ref counter to atomic64_t so bpf_map_inc() never fails by Andrii Nakryiko · 5 years ago