1. 7ffaef8 s390/qeth: fix kernel doc comments by Heiko Carstens · 3 years, 3 months ago
  2. 79140e22 s390/qeth: add __printf format attribute to qeth_dbf_longtext by Heiko Carstens · 3 years, 3 months ago
  3. 22e2b5c s390/qeth: fix various format strings by Heiko Carstens · 3 years, 3 months ago
  4. dc15012 s390/qeth: don't keep track of Input Queue count by Julian Wiedmann · 3 years, 3 months ago
  5. fdd3c5f s390/qeth: clarify remaining dev_kfree_skb_any() users by Julian Wiedmann · 3 years, 3 months ago
  6. a18c28f s390/qeth: move qdio's QAOB cache into qeth by Julian Wiedmann · 3 years, 3 months ago
  7. 2decb0b s390/qeth: remove .do_ioctl() callback from driver discipline by Julian Wiedmann · 3 years, 3 months ago
  8. 0969bec s390/qeth: improve trace entries for MAC address (un)registration by Julian Wiedmann · 3 years, 3 months ago
  9. 57bb113 Merge branch 'dsa-rtnl' by David S. Miller · 3 years, 3 months ago
  10. eccd0a8 selftests: net: dsa: add a stress test for unlocked FDB operations by Vladimir Oltean · 3 years, 3 months ago
  11. d70b51f selftests: lib: forwarding: allow tests to not require mz and jq by Vladimir Oltean · 3 years, 3 months ago
  12. 0faf890 net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work by Vladimir Oltean · 3 years, 3 months ago
  13. 338a3a47 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  14. cf231b4 net: dsa: lantiq_gswip: serialize access to the PCE registers by Vladimir Oltean · 3 years, 3 months ago
  15. f7eb4a1 net: dsa: b53: serialize access to the ARL table by Vladimir Oltean · 3 years, 3 months ago
  16. 2468346 net: mscc: ocelot: serialize access to the MAC table by Vladimir Oltean · 3 years, 3 months ago
  17. eb016af net: dsa: sja1105: serialize access to the dynamic config interface by Vladimir Oltean · 3 years, 3 months ago
  18. df40591 net: dsa: sja1105: wait for dynamic config command completion on writes too by Vladimir Oltean · 3 years, 3 months ago
  19. 232deb3 net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error by Vladimir Oltean · 3 years, 3 months ago
  20. 2d7e73f Revert "Merge branch 'dsa-rtnl'" by David S. Miller · 3 years, 3 months ago
  21. 12f241f Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 3 years, 3 months ago
  22. b9b8218 can: xilinx_can: xcan_remove(): remove redundant netif_napi_del() by Dongliang Mu · 3 years, 3 months ago
  23. c926039 can: xilinx_can: remove repeated word from the kernel-doc by Michal Simek · 3 years, 4 months ago
  24. 28e0a70 can: peak_usb: CANFD: store 64-bits hw timestamps by Stephane Grosjean · 3 years, 4 months ago
  25. 1081946 can: gs_usb: use %u to print unsigned values by Marc Kleine-Budde · 3 years, 4 months ago
  26. 28616ed can: mscan: mpc5xxx_can: Make use of the helper function dev_err_probe() by Cai Huoqing · 3 years, 4 months ago
  27. 39aab46 can: rcar: drop unneeded ARM dependency by Geert Uytterhoeven · 3 years, 5 months ago
  28. 7bc9ab0 can: at91/janz-ican3: replace snprintf() in show functions with sysfs_emit() by Qing Wang · 3 years, 3 months ago
  29. fa759a9 can: dev: add can_tdc_get_relative_tdco() helper function by Vincent Mailhol · 3 years, 4 months ago
  30. e8060f0 can: netlink: add can_priv::do_get_auto_tdcv() to retrieve tdcv from device by Vincent Mailhol · 3 years, 4 months ago
  31. d99755f can: netlink: add interface for CAN-FD Transmitter Delay Compensation (TDC) by Vincent Mailhol · 3 years, 4 months ago
  32. da45a1e4 can: bittiming: change can_calc_tdco()'s prototype to not directly modify priv by Vincent Mailhol · 3 years, 4 months ago
  33. 39f66c9 can: bittiming: change unit of TDC parameters to clock periods by Vincent Mailhol · 3 years, 4 months ago
  34. 63dfe07 can: bittiming: allow TDC{V,O} to be zero and add can_tdc_const::tdc{v,o,f}_min by Vincent Mailhol · 3 years, 4 months ago
  35. e346290 can: bittiming: can_fixup_bittiming(): change type of tseg1 and alltseg to unsigned int by Marc Kleine-Budde · 3 years, 3 months ago
  36. 9b44a92 can: bcm: Use hrtimer_forward_now() by Thomas Gleixner · 3 years, 4 months ago
  37. 45f850c Merge branch 'dev_addr-dont-write' by David S. Miller · 3 years, 3 months ago
  38. d6b3daf net: atm: use address setting helpers by Jakub Kicinski · 3 years, 3 months ago
  39. 8bc7823 net: drivers: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  40. 5520fb4 net: caif: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  41. 39c19fb net: hsr: get ready for const netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  42. 6f23810 net: bonding: constify and use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  43. 86466cb net: phy: constify netdev->dev_addr references by Jakub Kicinski · 3 years, 3 months ago
  44. efd38f7 net: rtnetlink: use __dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  45. 5fd348a net: core: constify mac addrs in selftests by Jakub Kicinski · 3 years, 3 months ago
  46. 4973056 net: convert users of bitmap_foo() to linkmode_foo() by Sean Anderson · 3 years, 3 months ago
  47. 965e6b2 Merge branch 'dsa-rtnl' by David S. Miller · 3 years, 3 months ago
  48. edc90d1 selftests: net: dsa: add a stress test for unlocked FDB operations by Vladimir Oltean · 3 years, 3 months ago
  49. 0167489 selftests: lib: forwarding: allow tests to not require mz and jq by Vladimir Oltean · 3 years, 3 months ago
  50. 5cdfde4 net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_work by Vladimir Oltean · 3 years, 3 months ago
  51. d3bd892 net: dsa: introduce locking for the address lists on CPU and DSA ports by Vladimir Oltean · 3 years, 3 months ago
  52. 49753a7 net: dsa: lantiq_gswip: serialize access to the PCE table by Vladimir Oltean · 3 years, 3 months ago
  53. f239934 net: dsa: b53: serialize access to the ARL table by Vladimir Oltean · 3 years, 3 months ago
  54. f2c4bdf net: mscc: ocelot: serialize access to the MAC table by Vladimir Oltean · 3 years, 3 months ago
  55. 1681ae1 net: dsa: sja1105: serialize access to the dynamic config interface by Vladimir Oltean · 3 years, 3 months ago
  56. 643979c net: dsa: sja1105: wait for dynamic config command completion on writes too by Vladimir Oltean · 3 years, 3 months ago
  57. 4d98bb0 net: macb: Use mdio child node for MDIO bus if it exists by Sean Anderson · 3 years, 3 months ago
  58. 2579084 dt-bindings: net: macb: Add mdio bus child node by Sean Anderson · 3 years, 3 months ago
  59. 3cd92ea net: bcmgenet: Add support for 7712 16nm internal EPHY by Florian Fainelli · 3 years, 3 months ago
  60. f4b054d dt-bindings: net: bcmgenet: Document 7712 binding by Florian Fainelli · 3 years, 3 months ago
  61. 218f23e net: phy: bcm7xxx: Add EPHY entry for 7712 by Florian Fainelli · 3 years, 3 months ago
  62. 65aa371 net: Convert more users of mdiobus_* to mdiodev_* by Sean Anderson · 3 years, 3 months ago
  63. c8fb89a net: phylink: Convert some users of mdiobus_* to mdiodev_* by Sean Anderson · 3 years, 3 months ago
  64. 0ebecb2 net: mdio: Add helper functions for accessing MDIO devices by Sean Anderson · 3 years, 3 months ago
  65. db690ae octeontx2-af: Increase number of reserved entries in KPU by Kiran Kumar K · 3 years, 3 months ago
  66. 0998aee Merge branch 'delete-impossible-devlink-notifications' by Jakub Kicinski · 3 years, 3 months ago
  67. 7a690ad devlink: Clean not-executed param notifications by Leon Romanovsky · 3 years, 3 months ago
  68. 8bbeed4 devlink: Remove not-executed trap group notifications by Leon Romanovsky · 3 years, 3 months ago
  69. 22849b5 devlink: Remove not-executed trap policer notifications by Leon Romanovsky · 3 years, 3 months ago
  70. 99ad92e devlink: Delete obsolete parameters publish API by Leon Romanovsky · 3 years, 3 months ago
  71. 61e18ce gre/sit: Don't generate link-local addr if addr_gen_mode is IN6_ADDR_GEN_MODE_NONE by Stephen Suryaputra · 3 years, 3 months ago
  72. f3956e3 net: dsa: sja1105: Add of_node_put() before return by Wan Jiabing · 3 years, 3 months ago
  73. 47b0682 net: liquidio: Make use of the helper macro kthread_run() by Cai Huoqing · 3 years, 3 months ago
  74. d1a3f40 Merge tag 'wireless-drivers-next-2021-10-22' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by Jakub Kicinski · 3 years, 3 months ago
  75. 24f7cf9 Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by Jakub Kicinski · 3 years, 3 months ago
  76. 07591eb Merge branch 'net-don-t-write-directly-to-netdev-dev_addr' by Jakub Kicinski · 3 years, 3 months ago
  77. 65a4fbb net: hldc_fr: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  78. 5f07da8 net: sb1000,rionet: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  79. 7996acf net: plip: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  80. 978bb0a net: s390: constify and use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  81. 5ed5b19 net: hippi: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  82. ed08890 net: fjes: constify and use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  83. 2e0566a fddi: skfp: constify and use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  84. 1e9258c fddi: defxx,defza: use dev_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  85. 2674e7e net: usb: don't write directly to netdev->dev_addr by Jakub Kicinski · 3 years, 3 months ago
  86. 1886748 net: qmi_wwan: use dev_addr_mod() by Jakub Kicinski · 3 years, 3 months ago
  87. a7021af usb: smsc: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  88. 9377211 net: xen: use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  89. 016c894 mlx5: fix build after merge by Jakub Kicinski · 3 years, 3 months ago
  90. b89e7f2 ice: Nuild fix. by David S. Miller · 3 years, 3 months ago
  91. bdfa75a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 3 years, 3 months ago
  92. 6422251 Merge tag 'drm-fixes-2021-10-22' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 3 months ago
  93. 658aafc memblock: exclude MEMBLOCK_NOMAP regions from kmemleak by Mike Rapoport · 3 years, 3 months ago
  94. 6c9a545 Revert "memblock: exclude NOMAP regions from kmemleak" by Mike Rapoport · 3 years, 3 months ago
  95. 9d235ac Merge branch 'ucount-fixes-for-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 3 months ago
  96. 6c2c712 Merge tag 'net-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 3 years, 3 months ago
  97. 0a3221b Merge tag 'powerpc-5.15-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 3 months ago
  98. ab98bbe Merge branch 'ax88796c-spi-ethernet-adapter' by Jakub Kicinski · 3 years, 3 months ago
  99. a97c69b net: ax88796c: ASIX AX88796C SPI Ethernet Adapter Driver by Łukasz Stelmach · 3 years, 3 months ago
  100. b13c7a8 dt-bindings: net: Add bindings for AX88796C SPI Ethernet Adapter by Łukasz Stelmach · 3 years, 3 months ago