1. bc64281 nfc: pn533: Constify pn533_phy_ops by Rikard Falkeborn · 3 years, 3 months ago
  2. be5f60d nfc: pn533: Constify serdev_device_ops by Rikard Falkeborn · 3 years, 3 months ago
  3. 078e0b5 net: phylink: use mdiobus_modify_changed() helper by Russell King (Oracle) · 3 years, 3 months ago
  4. 79365f3 net: mdio: add mdiobus_modify_changed() by Russell King (Oracle) · 3 years, 3 months ago
  5. 235dbbe mlxsw: Add support for transceiver module extended state by Ido Schimmel · 3 years, 3 months ago
  6. 0455dc5 mlxsw: Add ability to control transceiver modules' power mode by Ido Schimmel · 3 years, 3 months ago
  7. fc53f5f mlxsw: reg: Add Management Cable IO and Notifications register by Ido Schimmel · 3 years, 3 months ago
  8. f10ba08 mlxsw: reg: Add Port Module Memory Map Properties register by Ido Schimmel · 3 years, 3 months ago
  9. 9cbfc51 qed: Fix spelling mistake "ctx_bsaed" -> "ctx_based" by Colin Ian King · 3 years, 3 months ago
  10. 9b139a3 mlxsw: spectrum_buffers: silence uninitialized warning by Dan Carpenter · 3 years, 3 months ago
  11. 5b71131 gtp: use skb_dst_update_pmtu_no_confirm() instead of direct call by Gyeongun Kang · 3 years, 3 months ago
  12. fe5d8bd net: tg3: fix obsolete check of !err by Jean Sacren · 3 years, 3 months ago
  13. e674cfd net: dsa: rtl8366rb: Support setting STP state by Linus Walleij · 3 years, 3 months ago
  14. 1fbd19e net: dsa: rtl8366rb: Support fast aging by Linus Walleij · 3 years, 3 months ago
  15. 56d8bb7 net: dsa: rtl8366rb: Support disabling learning by Linus Walleij · 3 years, 3 months ago
  16. bcb2293 ethernet: fix up ps3_gelic_net.c for "ethernet: use eth_hw_addr_set()" by Stephen Rothwell · 3 years, 3 months ago
  17. fada2ce net: phy: at803x: add QCA9561 support by David Bauer · 3 years, 3 months ago
  18. d0f1c24 Merge tag 'for-net-next-2021-10-01' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by Jakub Kicinski · 3 years, 3 months ago
  19. 49ed8dd net: usb: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  20. a05e4c0 ethernet: use eth_hw_addr_set() for dev->addr_len cases by Jakub Kicinski · 3 years, 3 months ago
  21. ebb1fdb mlx4: constify args for const dev_addr by Jakub Kicinski · 3 years, 3 months ago
  22. e04ffd1 mlx4: remove custom dev_addr clearing by Jakub Kicinski · 3 years, 3 months ago
  23. 1bb96a0 mlx4: replace mlx4_u64_to_mac() with u64_to_ether_addr() by Jakub Kicinski · 3 years, 3 months ago
  24. ded6e16 mlx4: replace mlx4_mac_to_u64() with ether_addr_to_u64() by Jakub Kicinski · 3 years, 3 months ago
  25. 95bf387 Merge tag 'mlx5-updates-2021-10-04' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 3 months ago
  26. 45c9d96 net: bgmac: support MDIO described in DT by Rafał Miłecki · 3 years, 3 months ago
  27. b5375509 net: bgmac: improve handling PHY by Rafał Miłecki · 3 years, 3 months ago
  28. ceca777 ethernet: ehea: add missing cast by Jakub Kicinski · 3 years, 3 months ago
  29. f891b7c net/mlx5: Enable single IRQ for PCI Function by Shay Drory · 3 years, 5 months ago
  30. 3663ad3 net/mlx5: Shift control IRQ to the last index by Shay Drory · 3 years, 5 months ago
  31. 575baa92 net/mlx5: Bridge, pop VLAN on egress table miss by Vlad Buslov · 3 years, 4 months ago
  32. 5249001 net/mlx5: Bridge, mark reg_c1 when pushing VLAN by Vlad Buslov · 3 years, 4 months ago
  33. 64fc4b3 net/mlx5: Bridge, extract VLAN pop code to dedicated functions by Vlad Buslov · 3 years, 4 months ago
  34. a1a6e72 net/mlx5: Bridge, refactor eswitch instance usage by Vlad Buslov · 3 years, 4 months ago
  35. 6ba2e2b net/mlx5e: Support accept action by Vlad Buslov · 3 years, 4 months ago
  36. 2f8ec86 net/mlx5e: Specify out ifindex when looking up encap route by Chris Mi · 3 years, 3 months ago
  37. 3222efd net/mlx5e: Reserve a value from TC tunnel options mapping by Vlad Buslov · 3 years, 4 months ago
  38. d4f401d net/mlx5e: Move parse fdb check into actions_match_supported_fdb() by Roi Dayan · 3 years, 5 months ago
  39. 9c1d351 net/mlx5e: Split actions_match_supported() into a sub function by Roi Dayan · 3 years, 5 months ago
  40. d9581e2 net/mlx5e: Move mod hdr allocation to a single place by Roi Dayan · 3 years, 5 months ago
  41. 61c6f0d net/mlx5e: TC, Refactor sample offload error flow by Roi Dayan · 3 years, 4 months ago
  42. 80743c4 net/mlx5e: Add TX max rate support for MQPRIO channel mode by Tariq Toukan · 3 years, 3 months ago
  43. e0ee689 net/mlx5e: Specify SQ stats struct for mlx5e_open_txqsq() by Tariq Toukan · 3 years, 5 months ago
  44. 14ad41c net: ethernet: use phylink_set_10g_modes() by Russell King (Oracle) · 3 years, 3 months ago
  45. a2c27a6 net: phylink: add phylink_set_10g_modes() helper by Russell King (Oracle) · 3 years, 3 months ago
  46. 17696ca qed: fix ll2 establishment during load of RDMA driver by Manish Chopra · 3 years, 3 months ago
  47. a64aa0a qed: Update the TCP active termination 2 MSL timer ("TIME_WAIT") by Prabhakar Kushwaha · 3 years, 3 months ago
  48. 3a6f5d0 qed: Update TCP silly-window-syndrome timeout for iwarp, scsi by Nikolay Assa · 3 years, 3 months ago
  49. 6c95dd8 qed: Update debug related changes by Prabhakar Kushwaha · 3 years, 3 months ago
  50. e2dbc22 qed: Add '_GTT' suffix to the IRO RAM macros by Prabhakar Kushwaha · 3 years, 3 months ago
  51. b90cb53 qed: Update FW init functions to support FW 8.59.1.0 by Omkar Kulkarni · 3 years, 3 months ago
  52. 3091be0 qed: Use enum as per FW 8.59.1.0 in qed_iro_hsi.h by Prabhakar Kushwaha · 3 years, 3 months ago
  53. fe40a83 qed: Update qed_hsi.h for fw 8.59.1.0 by Prabhakar Kushwaha · 3 years, 3 months ago
  54. f2a7410 qed: Update qed_mfw_hsi.h for FW ver 8.59.1.0 by Prabhakar Kushwaha · 3 years, 3 months ago
  55. 484563e qed: Update common_hsi for FW ver 8.59.1.0 by Prabhakar Kushwaha · 3 years, 3 months ago
  56. ee824f4 qed: Split huge qed_hsi.h header file by Omkar Kulkarni · 3 years, 3 months ago
  57. fb09a1e qed: Remove e4_ and _e4 from FW HSI by Shai Malin · 3 years, 3 months ago
  58. 19198e4 qed: Fix kernel-doc warnings by Prabhakar Kushwaha · 3 years, 3 months ago
  59. 9ac9362 net/mlx4_en: avoid one cache line miss to ring doorbell by Eric Dumazet · 3 years, 3 months ago
  60. b8aa165 net: wwan: iosm: correct devlink extra params by M Chetan Kumar · 3 years, 3 months ago
  61. 16be9a1 ethernet: use eth_hw_addr_set() - casts by Jakub Kicinski · 3 years, 3 months ago
  62. 4d3d2c8 fddi: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  63. 1235568 ethernet: s2io: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  64. 47d71f4 ethernet: chelsio: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  65. af804e6 net: usb: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  66. f3956eb ethernet: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  67. e35b8d7 net: use eth_hw_addr_set() instead of ether_addr_copy() by Jakub Kicinski · 3 years, 3 months ago
  68. 1681371 net: usb: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  69. a96d317 ethernet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  70. 2f23e5c net: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  71. e8c0722 net: mscc: ocelot: write full VLAN TCI in the injection header by Vladimir Oltean · 3 years, 3 months ago
  72. de5bbb6 net: mscc: ocelot: support egress VLAN rewriting via VCAP ES0 by Vladimir Oltean · 3 years, 3 months ago
  73. 7dd22a8 ionic: add lif param to ionic_qcq_disable by Shannon Nelson · 3 years, 3 months ago
  74. 3a5e0fa ionic: have ionic_qcq_disable decide on sending to hardware by Shannon Nelson · 3 years, 3 months ago
  75. a095e47 ionic: add polling to adminq wait by Shannon Nelson · 3 years, 3 months ago
  76. 2624d95 ionic: widen queue_lock use around lif init and deinit by Shannon Nelson · 3 years, 3 months ago
  77. 26671ff ionic: move lif mutex setup and delete by Shannon Nelson · 3 years, 3 months ago
  78. 36b20b7 ionic: check for binary values in FW ver string by Shannon Nelson · 3 years, 3 months ago
  79. ebc792e ionic: remove debug stats by Shannon Nelson · 3 years, 3 months ago
  80. 16a2351 ravb: Initialize GbEthernet E-MAC by Biju Das · 3 years, 3 months ago
  81. 68aa076 ravb: Add half_duplex to struct ravb_hw_info by Biju Das · 3 years, 3 months ago
  82. ebd5df0 ravb: Add magic_pkt to struct ravb_hw_info by Biju Das · 3 years, 3 months ago
  83. 0b395f2 ravb: Add tsrq to struct ravb_hw_info by Biju Das · 3 years, 3 months ago
  84. 7e09a05 ravb: Exclude gPTP feature support for RZ/G2L by Biju Das · 3 years, 3 months ago
  85. 660e3d9 ravb: Initialize GbEthernet DMAC by Biju Das · 3 years, 3 months ago
  86. feab85c ravb: Add support for RZ/G2L SoC by Biju Das · 3 years, 3 months ago
  87. a92f4f0 ravb: Add nc_queue to struct ravb_hw_info by Biju Das · 3 years, 3 months ago
  88. 2b061b5 ravb: Rename "no_ptp_cfg_active" and "ptp_cfg_active" variables by Biju Das · 3 years, 3 months ago
  89. d9bc9ec ravb: Rename "ravb_set_features_rx_csum" function to "ravb_set_features_rcar" by Biju Das · 3 years, 3 months ago
  90. 6b7b0c3 Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by Jakub Kicinski · 3 years, 3 months ago
  91. 4539ca6 Bluetooth: Rename driver .prevent_wake to .wakeup by Luiz Augusto von Dentz · 3 years, 3 months ago
  92. 05f1e35 Merge tag 'mlx5-updates-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by Jakub Kicinski · 3 years, 3 months ago
  93. ea2dd33 Merge tag 'mlx5-fixes-2021-09-30' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linux by David S. Miller · 3 years, 3 months ago
  94. cd36742 Bluetooth: btrtl: Ask ic_info to drop firmware by Hilda Wu · 3 years, 3 months ago
  95. 4fd6d49 Bluetooth: btusb: Add support for TP-Link UB500 Adapter by Nicholas Flintham · 3 years, 3 months ago
  96. 51984c9 net/mlx5e: Use array_size() helper by Gustavo A. R. Silva · 3 years, 3 months ago
  97. ab9ace3 net/mlx5: Use struct_size() helper in kvzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
  98. 806bf34 net/mlx5: Use kvcalloc() instead of kvzalloc() by Gustavo A. R. Silva · 3 years, 3 months ago
  99. f62eb93 net/mlx5: Tolerate failures in debug features while driver load by Aya Levin · 3 years, 5 months ago
  100. 2b0247e net/mlx5: Warn for devlink reload when there are VFs alive by Lama Kayal · 3 years, 5 months ago