1. a31edb2 net: improve the user pointer check in init_user_sockptr by Christoph Hellwig · 4 years, 8 months ago
  2. d3c4815 net: remove sockptr_advance by Christoph Hellwig · 4 years, 8 months ago
  3. 035bfd0 net: make sockptr_is_null strict aliasing safe by Christoph Hellwig · 4 years, 8 months ago
  4. a3ad434 netfilter: arp_tables: restore a SPDX identifier by Christoph Hellwig · 4 years, 8 months ago
  5. 21db923e Merge branch 'mlxsw-Add-support-for-QSFP-DD-transceiver-type' by David S. Miller · 4 years, 8 months ago
  6. f152b41 mlxsw: core: Add support for temperature thresholds reading for QSFP-DD transceivers by Vadim Pasternak · 4 years, 8 months ago
  7. 6af496a mlxsw: core: Add ethtool support for QSFP-DD transceivers by Vadim Pasternak · 4 years, 8 months ago
  8. 0082dd8 Merge tag 'mlx5-updates-2020-07-28' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 4 years, 8 months ago
  9. f21bbd6 farsync: use generic power management by Vaibhav Gupta · 4 years, 8 months ago
  10. 22f9d2f net/mlx5: drop unnecessary list_empty by Julia Lawall · 4 years, 8 months ago
  11. c8b838d net/mlx5: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 8 months ago
  12. ffdc8ec net/mlx5: DR, Reduce print level for matcher print by Alex Vesker · 4 years, 8 months ago
  13. 17347d5 net/mlx5e: Add support for PCI relaxed ordering by Aya Levin · 5 years ago
  14. 5d0b847 net/mlx5e: Use indirect call wrappers for RX post WQEs functions by Tariq Toukan · 4 years, 8 months ago
  15. b307f7f net/mlx5e: Move exposure of datapath function to txrx header by Tariq Toukan · 4 years, 11 months ago
  16. 5adf4c475 net/mlx5e: RX, Re-work initializaiton of RX function pointers by Tariq Toukan · 4 years, 11 months ago
  17. 123f0f5 net/mlx5e: Link non uplink representors to PCI device by Parav Pandit · 4 years, 9 months ago
  18. 8d6bd3c net/mlx5: E-switch, Use eswitch total_vports by Parav Pandit · 4 years, 8 months ago
  19. 0da3c12d net/mlx5: E-switch, Reuse total_vports and avoid duplicate nvports by Parav Pandit · 4 years, 8 months ago
  20. 8b95bda net/mlx5: E-switch, Consider maximum vf vports for steering init by Parav Pandit · 4 years, 8 months ago
  21. c1a0969 net/mlx5: Add function ID to reclaim pages debug log by Avihu Hagag · 4 years, 9 months ago
  22. d694524 net/mlx5: Hold pages RB tree per VF by Eran Ben Elisha · 4 years, 10 months ago
  23. 5e619d7 net/mlx4: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 8 months ago
  24. a02d26f Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 4 years, 8 months ago
  25. 3540669 qed: fix assignment of n_rq_elems to incorrect params field by Colin Ian King · 4 years, 8 months ago
  26. 86f968a Merge branch 'sfc-driver-for-EF100-family-NICs-part-1' by David S. Miller · 4 years, 8 months ago
  27. 1c74884 sfc_ef100: implement ndo_get_phys_port_{id,name} by Edward Cree · 4 years, 8 months ago
  28. 29ec1b2 sfc_ef100: read device MAC address at probe time by Edward Cree · 4 years, 8 months ago
  29. 99a23c1 sfc_ef100: probe the PHY and configure the MAC by Edward Cree · 4 years, 8 months ago
  30. 4e5675b sfc_ef100: actually perform resets by Edward Cree · 4 years, 8 months ago
  31. d802b0ae sfc_ef100: extend ef100_check_caps to cover datapath_caps3 by Edward Cree · 4 years, 8 months ago
  32. f657312 sfc_ef100: read datapath caps, implement check_caps by Edward Cree · 4 years, 8 months ago
  33. 5e4ef67 sfc_ef100: process events for MCDI completions by Edward Cree · 4 years, 8 months ago
  34. 965b549 sfc_ef100: implement ndo_open/close and EVQ probing by Edward Cree · 4 years, 8 months ago
  35. 2200e6d sfc_ef100: implement MCDI transport by Edward Cree · 4 years, 8 months ago
  36. 35a36af sfc_ef100: don't call efx_reset_down()/up() on EF100 by Edward Cree · 4 years, 8 months ago
  37. aa86a75 sfc_ef100: PHY probe stub by Edward Cree · 4 years, 8 months ago
  38. c027f2a sfc_ef100: reset-handling stub by Edward Cree · 4 years, 8 months ago
  39. 51b35a4 sfc: skeleton EF100 PF driver by Edward Cree · 4 years, 8 months ago
  40. 61060c5 sfc_ef100: register accesses on EF100 by Edward Cree · 4 years, 8 months ago
  41. adf72ee sfc_ef100: add EF100 register definitions by Edward Cree · 4 years, 8 months ago
  42. 0ccf267 sfc: remove efx_ethtool_nway_reset() by Edward Cree · 4 years, 8 months ago
  43. 65ccbbd Merge branch 'Add-PRP-driver' by David S. Miller · 4 years, 8 months ago
  44. 795ec4f net: prp: enhance debugfs to display PRP info by Murali Karicheri · 4 years, 8 months ago
  45. 451d812 net: prp: add packet handling support by Murali Karicheri · 4 years, 8 months ago
  46. fa4dc89 net: hsr: define and use proto_ops ptrs to handle hsr specific frames by Murali Karicheri · 4 years, 8 months ago
  47. c643ff0 net: prp: add supervision frame generation utility function by Murali Karicheri · 4 years, 8 months ago
  48. 28e458e net: hsr: introduce protocol specific function pointers by Murali Karicheri · 4 years, 8 months ago
  49. 121c33b net: hsr: introduce common code for skb initialization by Murali Karicheri · 4 years, 8 months ago
  50. 8f4c0e0 hsr: enhance netlink socket interface to support PRP by Murali Karicheri · 4 years, 8 months ago
  51. 1775da4 qed: fix the allocation of the chains with an external PBL by Alexander Lobakin · 4 years, 8 months ago
  52. 43e7a0e Merge branch 'bnxt_en-update' by David S. Miller · 4 years, 8 months ago
  53. b5d600b bnxt_en: Add support for 'ethtool -d' by Vasundhara Volam · 4 years, 8 months ago
  54. a0c3062 bnxt_en: Switch over to use the 64-bit software accumulated counters. by Michael Chan · 4 years, 8 months ago
  55. fea6b33 bnxt_en: Accumulate all counters. by Michael Chan · 4 years, 8 months ago
  56. 531d1d2 bnxt_en: Retrieve hardware masks for port counters. by Michael Chan · 4 years, 8 months ago
  57. d752d05 bnxt_en: Retrieve hardware counter masks from firmware if available. by Michael Chan · 4 years, 8 months ago
  58. a37120b bnxt_en: Allocate additional memory for all statistics blocks. by Michael Chan · 4 years, 8 months ago
  59. 177a6cd bnxt_en: Refactor statistics code and structures. by Michael Chan · 4 years, 8 months ago
  60. 24c9344 bnxt_en: Use macros to define port statistics size and offset. by Michael Chan · 4 years, 8 months ago
  61. bfc6e5f bnxt_en: Update firmware interface to 1.10.1.54. by Michael Chan · 4 years, 8 months ago
  62. dfe64de bnxt_en: Remove PCIe non-counters from ethtool statistics by Vasundhara Volam · 4 years, 8 months ago
  63. 350e7ab net: Removed the device type check to add mpls support for devices by Martin Varghese · 4 years, 8 months ago
  64. 73cb119 ipmr: Copy option to correct variable by Ido Schimmel · 4 years, 8 months ago
  65. a4e3ee7 Merge branch 'net-smc-show-unique-rsn-code-for-exceeded-max-dmb-count' by David S. Miller · 4 years, 8 months ago
  66. 72b7f6c net/smc: unique reason code for exceeded max dmb count by Karsten Graul · 4 years, 8 months ago
  67. 211e5b7 s390/ism: indicate correct error reason in ism_alloc_dmb() by Karsten Graul · 4 years, 8 months ago
  68. d21a06d sfc: drop unnecessary list_empty by Julia Lawall · 4 years, 8 months ago
  69. 360d749 igc: Fix static checker warning by Sasha Neftin · 4 years, 8 months ago
  70. db02bee igc: Clean up the hw_stats structure by Sasha Neftin · 4 years, 8 months ago
  71. 4a9e9b8 igc: Clean up the mac_info structure by Sasha Neftin · 4 years, 8 months ago
  72. 643e5c2 igc: Remove ledctl_ fields from the mac_info structure by Sasha Neftin · 4 years, 9 months ago
  73. 94a5181 igc: Fix registers definition by Sasha Neftin · 4 years, 9 months ago
  74. ed6ab19 igc: Remove unneeded ICTXQMTC register by Sasha Neftin · 4 years, 9 months ago
  75. 60f7bb8 igc: Add Receive Descriptor Minimum Threshold Count to clear HW counters by Sasha Neftin · 4 years, 9 months ago
  76. d9f0c8e igc: Remove unneeded variable by Sasha Neftin · 4 years, 9 months ago
  77. a57066b Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
  78. 04300d6 Merge tag 'riscv-for-linus-5.8-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux into master by Linus Torvalds · 4 years, 8 months ago
  79. fbe0d45 Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 8 months ago
  80. 78b1afe Merge tag 'perf-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 8 months ago
  81. a7b36c2 Merge tag 'timers-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 8 months ago
  82. 3077805 Merge tag 'sched-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 8 months ago
  83. 17baa44 Merge tag 'efi-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into master by Linus Torvalds · 4 years, 8 months ago
  84. 7cb3a5c Merge tag '5.8-rc6-cifs-fix' of git://git.samba.org/sfrench/cifs-2.6 into master by Linus Torvalds · 4 years, 8 months ago
  85. 1b64b2e Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into master by Linus Torvalds · 4 years, 8 months ago
  86. fa5a198 riscv: Parse all memory blocks to remove unusable memory by Atish Patra · 4 years, 8 months ago
  87. 4400231 RISC-V: Do not rely on initrd_start/end computed during early dt parsing by Atish Patra · 4 years, 8 months ago
  88. 8754e13 drivers/net/wan: lapb: Corrected the usage of skb_cow by Xie He · 4 years, 8 months ago
  89. dfecd3e Merge branch 'net-dsa-mv88e6xxx-port-mtu-support' by David S. Miller · 4 years, 8 months ago
  90. 1baf0fa net: dsa: mv88e6xxx: Use chip-wide max frame size for MTU by Chris Packham · 4 years, 8 months ago
  91. e8b34c6 net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190X by Chris Packham · 4 years, 8 months ago
  92. 0f3c66a3 net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration by Chris Packham · 4 years, 8 months ago
  93. 7df5cb75 dev: Defer free of skbs in flush_backlog by Subash Abhinov Kasiviswanathan · 4 years, 8 months ago
  94. d0d8aae RISC-V: Set maximum number of mapped pages correctly by Atish Patra · 4 years, 8 months ago
  95. 23ee3e4 Merge tag 'pci-v5.8-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci into master by Linus Torvalds · 4 years, 8 months ago
  96. af9f691 qrtr: orphan socket in qrtr_release() by Cong Wang · 4 years, 8 months ago
  97. 9b964f1 net: hix5hd2_gmac: Remove unneeded cast from memory allocation by Wang Hai · 4 years, 8 months ago
  98. 657237f Merge tag 'wireless-drivers-2020-07-24' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 4 years, 8 months ago
  99. a8cf7d0 Merge branch 'l2tp-avoid-multiple-assignment-remove-BUG_ON' by David S. Miller · 4 years, 8 months ago
  100. ab6934e l2tp: WARN_ON rather than BUG_ON in l2tp_session_free by Tom Parkin · 4 years, 8 months ago