1. 619fcb4 net: usb: aqc111: Add implementation of read and write commands by Dmitry Bezrukov · 6 years ago
  2. 7cea2d4 net: usb: aqc111: Add bind and empty unbind callbacks by Dmitry Bezrukov · 6 years ago
  3. 17364b8 net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbE by Dmitry Bezrukov · 6 years ago
  4. 712ee16 add documents for snmp counters by yupeng · 6 years ago
  5. 5085380 Merge branch 'mlxsw-Prepare-for-VLAN-aware-bridge-w-VxLAN' by David S. Miller · 6 years ago
  6. c2e7490 mlxsw: spectrum: Flip driver to use emulated 802.1Q FIDs by Ido Schimmel · 6 years ago
  7. ba6da02 mlxsw: spectrum_router: Introduce emulated VLAN RIFs by Ido Schimmel · 6 years ago
  8. d62dd8a mlxsw: spectrum_fid: Introduce emulated 802.1Q FIDs by Ido Schimmel · 6 years ago
  9. 7c4a7292 mlxsw: spectrum_fid: Make flood index calculation more robust by Ido Schimmel · 6 years ago
  10. 6502be9f mlxsw: spectrum_switchdev: Do not set field when it is reserved by Ido Schimmel · 6 years ago
  11. 4e3c7c0 net: aquantia: return 'err' if set MPI_DEINIT state fails by YueHaibing · 6 years ago
  12. ff22378 Merge branch 'bridge-bools' by David S. Miller · 6 years ago
  13. 1ed1ccb net: bridge: export supported boolopts by Nikolay Aleksandrov · 6 years ago
  14. 70e4272 net: bridge: add no_linklocal_learn bool option by Nikolay Aleksandrov · 6 years ago
  15. a428afe net: bridge: add support for user-controlled bool options by Nikolay Aleksandrov · 6 years ago
  16. 02c72d5 Merge branch 'virtio-support-packed-ring' by David S. Miller · 6 years ago
  17. f959a12 virtio_ring: advertize packed ring layout by Tiwei Bie · 6 years ago
  18. 3a814fd virtio_ring: disable packed ring on unsupported transports by Tiwei Bie · 6 years ago
  19. f51f982 virtio_ring: leverage event idx in packed ring by Tiwei Bie · 6 years ago
  20. 1ce9e60 virtio_ring: introduce packed ring support by Tiwei Bie · 6 years ago
  21. fb3fba6 virtio_ring: cache whether we will use DMA API by Tiwei Bie · 6 years ago
  22. d79dca7 virtio_ring: extract split ring handling from ring creation by Tiwei Bie · 6 years ago
  23. cbeedb7 virtio_ring: allocate desc state for split ring separately by Tiwei Bie · 6 years ago
  24. 2f18c2d virtio_ring: introduce helper for indirect feature by Tiwei Bie · 6 years ago
  25. 4d6a105 virtio_ring: introduce debug helpers by Tiwei Bie · 6 years ago
  26. e593bf9 virtio_ring: put split ring fields in a sub struct by Tiwei Bie · 6 years ago
  27. e6f633e virtio_ring: put split ring functions together by Tiwei Bie · 6 years ago
  28. 138fd25 virtio_ring: add _split suffix for split ring functions by Tiwei Bie · 6 years ago
  29. 89a9157 virtio: add packed ring types and macros by Tiwei Bie · 6 years ago
  30. 4afe60a Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 6 years ago
  31. ffac28f bpf: align map type names formatting. by David Calavera · 6 years ago
  32. 311fe1a bpf: btf: fix spelling mistake "Memmber" -> "Member" by Colin Ian King · 6 years ago
  33. cf0dd41 bpf, tags: Fix DEFINE_PER_CPU expansion by Rustam Kovhaev · 6 years ago
  34. 4bffc66 net: remove unsafe skb_insert() by Eric Dumazet · 6 years ago
  35. 40b1c81 net: bridge: remove redundant checks for null p->dev and p->br by Colin Ian King · 6 years ago
  36. a1f2d60 Merge branch 'r8169-xmit_more' by David S. Miller · 6 years ago
  37. 2e6eedb r8169: make use of xmit_more and __netdev_sent_queue by Heiner Kallweit · 6 years ago
  38. 620344c net: core: add __netdev_sent_queue as variant of __netdev_tx_sent_queue by Heiner Kallweit · 6 years ago
  39. 358be65 selftests/net: add txring_overwrite by Willem de Bruijn · 6 years ago
  40. 3c18aa1 net: qualcomm: rmnet: move null check on dev before dereferecing it by Colin Ian King · 6 years ago
  41. 21ab664 cxgb4: remove set but not used variables 'multitrc, speed' by YueHaibing · 6 years ago
  42. 2183435 net: fixup type in netdev_start_xmit() by Alexey Dobriyan · 6 years ago
  43. b1bf78b Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 6 years ago
  44. d146194 Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 6 years ago
  45. 857fa62 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 6 years ago
  46. abe72ff Merge tag 'xfs-4.20-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux by Linus Torvalds · 6 years ago
  47. 07093b7 net: gemini: Fix copy/paste error by Andreas Fiedler · 6 years ago
  48. 3fa528b net: phy: mscc: fix deadlock in vsc85xx_default_config by Quentin Schulz · 6 years ago
  49. e7b9fb4 dt-bindings: dsa: Fix typo in "probed" by Fabio Estevam · 6 years ago
  50. ef2a7cf net: thunderx: set tso_hdrs pointer to NULL in nicvf_free_snd_queue by Lorenzo Bianconi · 6 years ago
  51. aea0a89 ptp: Fix pass zero to ERR_PTR() in ptp_clock_register by YueHaibing · 6 years ago
  52. 06d2129 Merge branch 'switchdev-blocking-notifiers' by David S. Miller · 6 years ago
  53. ab4a168 rocker, dsa, ethsw: Don't filter VLAN events on bridge itself by Petr Machata · 6 years ago
  54. d17d9f5 switchdev: Replace port obj add/del SDO with a notification by Petr Machata · 6 years ago
  55. 0e332c8 ocelot: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  56. 52a227b mlxsw: spectrum_switchdev: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  57. f30f060 switchdev: Add helpers to aid traversal through lower devices by Petr Machata · 6 years ago
  58. a39b888 staging: fsl-dpaa2: ethsw: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  59. bb89680 staging: fsl-dpaa2: ethsw: Introduce ethsw_port_dev_check() by Petr Machata · 6 years ago
  60. 2b239f6 net: dsa: slave: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  61. c6fa35b rocker: Handle SWITCHDEV_PORT_OBJ_ADD/_DEL by Petr Machata · 6 years ago
  62. aa4efe2 switchdev: Add SWITCHDEV_PORT_OBJ_ADD, SWITCHDEV_PORT_OBJ_DEL by Petr Machata · 6 years ago
  63. a93e3b1 switchdev: Add a blocking notifier chain by Petr Machata · 6 years ago
  64. ec394af switchdev: SWITCHDEV_OBJ_PORT_{VLAN, MDB}(): Sanitize by Petr Machata · 6 years ago
  65. 2eb487c Merge branch 'r8169-next' by David S. Miller · 6 years ago
  66. 76085c9 r8169: replace macro TX_FRAGS_READY_FOR with a function by Heiner Kallweit · 6 years ago
  67. 5317d5c r8169: use napi_consume_skb where possible by Heiner Kallweit · 6 years ago
  68. 45f1996 r8169: simplify detecting chip versions with same XID by Heiner Kallweit · 6 years ago
  69. b4cc2dc r8169: remove default chip versions by Heiner Kallweit · 6 years ago
  70. 734c140 r8169: remove ancient GCC bug workaround in a second place by Heiner Kallweit · 6 years ago
  71. fd0fb61 Merge branch 'hns3-debugfs' by David S. Miller · 6 years ago
  72. 7d9d7f8 net: hns3: Add "qos buffer" config info query function by liuzhongzhu · 6 years ago
  73. 6fc2244 net: hns3: Add "qos prio map" info query function by liuzhongzhu · 6 years ago
  74. d958919 net: hns3: Add "qos pause" config info query function by liuzhongzhu · 6 years ago
  75. 96227f4 net: hns3: Add "tm config" info query function by liuzhongzhu · 6 years ago
  76. 2849d4e net: hns3: Add "tc config" info query function by liuzhongzhu · 6 years ago
  77. 3c666b5 net: hns3: Add "FD flow table" info query function by liuzhongzhu · 6 years ago
  78. 57ceee2 net: hns3: Add "queue info" query function by liuzhongzhu · 6 years ago
  79. b229236 net: hns3: Add debugfs framework registration by liuzhongzhu · 6 years ago
  80. 53b44cb net: cavium: clean up return value check in cavium_ptp_probe by YueHaibing · 6 years ago
  81. 21f4946 net: phy: vitesse: remove duplicate support for VSC8574 by Quentin Schulz · 6 years ago
  82. c44c749 net: amd: add missing of_node_put() by Yangtao Li · 6 years ago
  83. 0cb98e84 Merge branch 'octeontx2-af-CGX-LMAC-link-bringup-and-cleanups' by David S. Miller · 6 years ago
  84. d3b2b9a octeontx2-af: Bringup CGX LMAC links by default by Linu Cherian · 6 years ago
  85. c929323 octeontx2-af: Unregister cgx event callbacks gracefully by Linu Cherian · 6 years ago
  86. 12e4c9a octeontx2-af: Handle non-contiguous CGX LMAC interfaces by Linu Cherian · 6 years ago
  87. 44990aa octeontx2-af: Misc cleanups in cgx driver by Linu Cherian · 6 years ago
  88. e159e59 net: hinic: fix null pointer dereference on pointer hwdev by Colin Ian King · 6 years ago
  89. b0c4b04 Merge branch 'smc-next' by David S. Miller · 6 years ago
  90. c7674c0 net/smc: unregister rkeys of unused buffer by Karsten Graul · 6 years ago
  91. 60e03c6 net/smc: add infrastructure to send delete rkey messages by Karsten Graul · 6 years ago
  92. 4600cfc net/smc: avoid a delay by waiting for nothing by Karsten Graul · 6 years ago
  93. 587e41d net/smc: cleanup listen worker mutex unlocking by Ursula Braun · 6 years ago
  94. 2b59f58 net/smc: short wait for late smc_clc_wait_msg by Ursula Braun · 6 years ago
  95. 90d8b29 net/smc: no link delete for a never active link by Ursula Braun · 6 years ago
  96. 9ed2855 net/smc: allow fallback after clc timeouts by Ursula Braun · 6 years ago
  97. 6ae36bf net/smc: remove sock_error detour in clc-functions by Ursula Braun · 6 years ago
  98. 3f3f0e3 net/smc: make smc_lgr_free() static by Ursula Braun · 6 years ago
  99. 263ffae net/smc: cleanup tcp_listen_worker initialization by Ursula Braun · 6 years ago
  100. 5ed9dc9 team: no need to do team_notify_peers or team_mcast_rejoin when disabling port by Hangbin Liu · 6 years ago