1. a4ae2bc net: hns3: split function hns3_get_tx_timeo_queue_info() by Yufeng Mo · 3 years, 2 months ago
  2. e6fe5e16 net: hns3: refactor two hns3 debugfs functions by Jie Wang · 3 years, 2 months ago
  3. e74a726 net: hns3: refactor hns3_nic_reuse_page() by Hao Chen · 3 years, 2 months ago
  4. ed0e658 net: hns3: refactor reset_prepare_general retry statement by Jiaran Zhang · 3 years, 2 months ago
  5. aeeecb8 net: snmp: add statistics for tcp small queue check by Menglong Dong · 3 years, 2 months ago
  6. e9538f8 devlink: Remove misleading internal_flags from health reporter dump by Leon Romanovsky · 3 years, 2 months ago
  7. a4920d5 Merge branch 'seville-shared-mdio' by David S. Miller · 3 years, 2 months ago
  8. b996584 net: dsa: ocelot: felix: utilize shared mscc-miim driver for indirect MDIO access by Colin Foster · 3 years, 2 months ago
  9. 5186c4a net: dsa: ocelot: seville: utilize of_mdiobus_register by Colin Foster · 3 years, 2 months ago
  10. a27a7628 net: mdio: mscc-miim: convert to a regmap implementation by Colin Foster · 3 years, 2 months ago
  11. 77a3124 Merge branch 'lan966x-driver' by David S. Miller · 3 years, 2 months ago
  12. 813f38b net: lan966x: Update MAINTAINERS to include lan966x driver by Horatiu Vultur · 3 years, 2 months ago
  13. 12c2d0a net: lan966x: add ethtool configuration and statistics by Horatiu Vultur · 3 years, 2 months ago
  14. e18aba8 net: lan966x: add mactable support by Horatiu Vultur · 3 years, 2 months ago
  15. d28d6d2 net: lan966x: add port module support by Horatiu Vultur · 3 years, 2 months ago
  16. db8bcaa net: lan966x: add the basic lan966x driver by Horatiu Vultur · 3 years, 2 months ago
  17. 642fcf5 dt-bindings: net: lan966x: Add lan966x-switch bindings by Horatiu Vultur · 3 years, 2 months ago
  18. 35aefaa net: ixp4xx_hss: Convert to use DT probing by Linus Walleij · 3 years, 2 months ago
  19. 9c37b09 dt-bindings: net: Add bindings for IXP4xx V.35 WAN HSS by Linus Walleij · 3 years, 2 months ago
  20. ef13683 net: dsa: rtl8365mb: set RGMII RX delay in steps of 0.3 ns by Alvin Šipraga · 3 years, 2 months ago
  21. 1ecab93 net: dsa: rtl8365mb: fix garbled comment by Alvin Šipraga · 3 years, 2 months ago
  22. b014861 net: dsa: realtek-smi: don't log an error on EPROBE_DEFER by Alvin Šipraga · 3 years, 2 months ago
  23. 754d71b selftests: net: bridge: fix typo in vlan_filtering dependency test by Ivan Vecera · 3 years, 2 months ago
  24. fe42e88 Merge branch 'mpls-cleanups' by David S. Miller · 3 years, 2 months ago
  25. f05b0b9 net: mpls: Make for_nexthops iterator const by Benjamin Poirier · 3 years, 2 months ago
  26. 69d9c0d net: mpls: Remove duplicate variable from iterator macro by Benjamin Poirier · 3 years, 2 months ago
  27. 688e075 Merge branch 'qualcomm-bam-dmux' by David S. Miller · 3 years, 2 months ago
  28. 21a0ffd net: wwan: Add Qualcomm BAM-DMUX WWAN network driver by Stephan Gerhold · 3 years, 2 months ago
  29. f3aee7c dt-bindings: net: Add schema for Qualcomm BAM-DMUX by Stephan Gerhold · 3 years, 2 months ago
  30. fc1e5a3 Merge branch 'vxlan-port' by David S. Miller · 3 years, 2 months ago
  31. e54b708 net: hns3: use macro IANA_VXLAN_GPE_UDP_PORT to replace number 4790 by Hao Chen · 3 years, 2 months ago
  32. ed618bd8 net: vxlan: add macro definition for number of IANA VXLAN-GPE port by Hao Chen · 3 years, 2 months ago
  33. fd888e8 net: Write lock dev_base_lock without disabling bottom halves. by Sebastian Andrzej Siewior · 3 years, 2 months ago
  34. 07b8ca3 net/l2tp: convert tunnel rwlock_t to rcu by Tom Parkin · 3 years, 2 months ago
  35. 275f37e Merge branch 'mvneta-next' by David S. Miller · 3 years, 2 months ago
  36. 2551dc9 net: mvneta: Add TC traffic shaping offload by Maxime Chevallier · 3 years, 2 months ago
  37. e9f7099 net: mvneta: Allow having more than one queue per TC by Maxime Chevallier · 3 years, 2 months ago
  38. e7ca75f net: mvneta: Don't force-set the offloading flag by Maxime Chevallier · 3 years, 2 months ago
  39. 75fa71e net: mvneta: Use struct tc_mqprio_qopt_offload for MQPrio configuration by Maxime Chevallier · 3 years, 2 months ago
  40. 2f7ed29 net: mdio: ipq8064: replace ioremap() with devm_ioremap() by Yang Yingliang · 3 years, 2 months ago
  41. d40ce48 Merge branch 'af_unix-replace-unix_table_lock-with-per-hash-locks' by Jakub Kicinski · 3 years, 2 months ago
  42. 9acbc58 af_unix: Relax race in unix_autobind(). by Kuniyuki Iwashima · 3 years, 2 months ago
  43. afd20b9 af_unix: Replace the big lock with small locks. by Kuniyuki Iwashima · 3 years, 2 months ago
  44. e6b4b87 af_unix: Save hash in sk_hash. by Kuniyuki Iwashima · 3 years, 2 months ago
  45. f452be4 af_unix: Add helpers to calculate hashes. by Kuniyuki Iwashima · 3 years, 2 months ago
  46. 5ce7ab4 af_unix: Remove UNIX_ABSTRACT() macro and test sun_path[0] instead. by Kuniyuki Iwashima · 3 years, 2 months ago
  47. 12f21c4 af_unix: Allocate unix_address in unix_bind_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 2 months ago
  48. 5c32a3e af_unix: Remove unix_mkname(). by Kuniyuki Iwashima · 3 years, 2 months ago
  49. d2d8c9f af_unix: Copy unix_mkname() into unix_find_(bsd|abstract)(). by Kuniyuki Iwashima · 3 years, 2 months ago
  50. b8a58aa af_unix: Cut unix_validate_addr() out of unix_mkname(). by Kuniyuki Iwashima · 3 years, 2 months ago
  51. aed26f5 af_unix: Return an error as a pointer in unix_find_other(). by Kuniyuki Iwashima · 3 years, 2 months ago
  52. fa39ef0 af_unix: Factorise unix_find_other() based on address types. by Kuniyuki Iwashima · 3 years, 2 months ago
  53. f7ed31f af_unix: Pass struct sock to unix_autobind(). by Kuniyuki Iwashima · 3 years, 2 months ago
  54. 755662c af_unix: Use offsetof() instead of sizeof(). by Kuniyuki Iwashima · 3 years, 2 months ago
  55. 442b03c bridge: use __set_bit in __br_vlan_set_default_pvid by Xin Long · 3 years, 2 months ago
  56. bde3b0f net: ethtool: set a default driver name by Tonghao Zhang · 3 years, 2 months ago
  57. c2e0cf0 Merge branch 'selftests-net-bridge-vlan-multicast-tests' by Jakub Kicinski · 3 years, 2 months ago
  58. f5a9dd5 selftests: net: bridge: add test for vlan_filtering dependency by Nikolay Aleksandrov · 3 years, 2 months ago
  59. 2cd67a4 selftests: net: bridge: add vlan mcast_router tests by Nikolay Aleksandrov · 3 years, 2 months ago
  60. b4ce7b9 selftests: net: bridge: add vlan mcast query and query response interval tests by Nikolay Aleksandrov · 3 years, 2 months ago
  61. 4d8610e selftests: net: bridge: add vlan mcast_querier_interval tests by Nikolay Aleksandrov · 3 years, 2 months ago
  62. a45fe97 selftests: net: bridge: add vlan mcast_membership_interval test by Nikolay Aleksandrov · 3 years, 2 months ago
  63. bdf1b2c selftests: net: bridge: add vlan mcast_startup_query_count/interval tests by Nikolay Aleksandrov · 3 years, 2 months ago
  64. 3825f1f selftests: net: bridge: add vlan mcast_last_member_count/interval tests by Nikolay Aleksandrov · 3 years, 2 months ago
  65. 2b75e9d selftests: net: bridge: add vlan mcast igmp/mld version tests by Nikolay Aleksandrov · 3 years, 2 months ago
  66. dee2cdc selftests: net: bridge: add vlan mcast querier test by Nikolay Aleksandrov · 3 years, 2 months ago
  67. 71ae450 selftests: net: bridge: add vlan mcast snooping control test by Nikolay Aleksandrov · 3 years, 2 months ago
  68. 93d5404 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 3 years, 2 months ago
  69. c5c1754 Merge tag 'net-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 2 months ago
  70. b3612cc net: dsa: microchip: implement multi-bridge support by Oleksij Rempel · 3 years, 2 months ago
  71. 5367cf1 Merge tag 'acpi-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 2 months ago
  72. 0ce629b Merge tag 'pm-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 3 years, 2 months ago
  73. 925c943 Merge tag 'fuse-fixes-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse by Linus Torvalds · 3 years, 2 months ago
  74. 32c5449 Merge branch 'fix-broken-ptp-over-ip-on-ocelot-switches' by Jakub Kicinski · 3 years, 2 months ago
  75. c49a35e net: mscc: ocelot: correctly report the timestamping RX filters in ethtool by Vladimir Oltean · 3 years, 2 months ago
  76. 96ca08c net: mscc: ocelot: set up traps for PTP packets by Vladimir Oltean · 3 years, 2 months ago
  77. ec15bae net: ptp: add a definition for the UDP port for IEEE 1588 general messages by Vladimir Oltean · 3 years, 2 months ago
  78. 95706be net: mscc: ocelot: create a function that replaces an existing VCAP filter by Vladimir Oltean · 3 years, 2 months ago
  79. 8a07546 net: mscc: ocelot: don't downgrade timestamping RX filters in SIOCSHWTSTAMP by Vladimir Oltean · 3 years, 2 months ago
  80. b32e521 Merge branch 'net-hns3-add-some-fixes-for-net' by Jakub Kicinski · 3 years, 2 months ago
  81. 82229c4 net: hns3: fix incorrect components info of ethtool --reset command by Jie Wang · 3 years, 2 months ago
  82. 9c14791 net: hns3: fix one incorrect value of page pool info when queried by debugfs by Hao Chen · 3 years, 2 months ago
  83. b8af344 net: hns3: add check NULL address for page pool by Hao Chen · 3 years, 2 months ago
  84. 8d2ad99 net: hns3: fix VF RSS failed problem after PF enable multi-TCs by Guangbin Huang · 3 years, 2 months ago
  85. 0435a4d net: qed: fix the array may be out of bound by zhangyue · 3 years, 2 months ago
  86. 7e63545 Merge tag 'for-5.16-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linux by Linus Torvalds · 3 years, 2 months ago
  87. bacb6c1 net/smc: Don't call clcsock shutdown twice when smc shutdown by Tony Lu · 3 years, 2 months ago
  88. af22d05 nfc: fdp: Merge the same judgment by wengjianfeng · 3 years, 2 months ago
  89. 01d9cc2 net: vlan: fix underflow for the real_dev refcnt by Ziyang Xuan · 3 years, 2 months ago
  90. cbb91dc ptp: fix filter names in the documentation by Jakub Kicinski · 3 years, 2 months ago
  91. 0276af2 ethtool: ioctl: fix potential NULL deref in ethtool_set_coalesce() by Julian Wiedmann · 3 years, 2 months ago
  92. c26381f nfc: virtual_ncidev: change default device permissions by Thadeu Lima de Souza Cascardo · 3 years, 2 months ago
  93. de6d259 net/sched: sch_ets: don't peek at classes beyond 'nbands' by Davide Caratti · 3 years, 2 months ago
  94. 2e13e5a Merge branch 'acpi-properties' by Rafael J. Wysocki · 3 years, 2 months ago
  95. 7803516 Merge branch 'pm-sleep' by Rafael J. Wysocki · 3 years, 2 months ago
  96. b270bfe net: stmmac: Disable Tx queues when reconfiguring the interface by Yannick Vignon · 3 years, 2 months ago
  97. 1bff7d7 Merge tag 'char-misc-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 3 years, 2 months ago
  98. 7033744 Merge tag 'staging-5.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 3 years, 2 months ago
  99. ba2cacc Merge tag 'usb-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 3 years, 2 months ago
  100. d3e6479 Merge tag 'mmc-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmc by Linus Torvalds · 3 years, 2 months ago