1. 59ca4e5 net: phy: micrel: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 1 month ago
  2. 84c8f77 net: phy: meson-gxl: remove the use of .ack_callback() by Ioana Ciornei · 4 years, 1 month ago
  3. 6719e2b net: phy: meson-gxl: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 1 month ago
  4. 12ae7ba net: phy: icplus: remove the use .ack_interrupt() by Ioana Ciornei · 4 years, 1 month ago
  5. 25497b7 net: phy: icplus: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 1 month ago
  6. 16c9709 net: phy: intel-xway: remove the use of .ack_interrupt() by Ioana Ciornei · 4 years, 1 month ago
  7. 1566db0 net: phy: intel-xway: implement generic .handle_interrupt() callback by Ioana Ciornei · 4 years, 1 month ago
  8. 470dfd8 lan743x: replace polling loop by wait_event_timeout() by Sven Van Asbroeck · 4 years, 1 month ago
  9. c31799b lan743x: clean up software_isr function by Sven Van Asbroeck · 4 years, 1 month ago
  10. 039fbc4 net: mvneta: alloc skb_shared_info on the mvneta_rx_swbm stack by Lorenzo Bianconi · 4 years, 1 month ago
  11. eb33f11 net: mvneta: move skb_shared_info in mvneta_xdp_put_buff caller by Lorenzo Bianconi · 4 years, 1 month ago
  12. 05c748f net: mvneta: avoid unnecessary xdp_buff initialization by Lorenzo Bianconi · 4 years, 1 month ago
  13. 9a71baf7 net: mvpp2: divide fifo for dts-active ports only by Stefan Chulski · 4 years, 1 month ago
  14. be419fca net: hns3: fix spelling mistake "memroy" -> "memory" by Colin Ian King · 4 years, 1 month ago
  15. 37b50e5 mlxsw: spectrum_trap: Add blackhole_nexthop trap by Ido Schimmel · 4 years, 1 month ago
  16. 68e92ad mlxsw: spectrum_router: Add support for blackhole nexthops by Ido Schimmel · 4 years, 1 month ago
  17. 18c4b79 mlxsw: spectrum_router: Resolve RIF from nexthop struct instead of neighbour by Ido Schimmel · 4 years, 1 month ago
  18. 919f6aa mlxsw: spectrum_router: Use loopback RIF for unresolved nexthops by Ido Schimmel · 4 years, 1 month ago
  19. 52d4557 mlxsw: spectrum_router: Use different trap identifier for unresolved nexthops by Ido Schimmel · 4 years, 1 month ago
  20. 07c7853 mlxsw: spectrum_router: Create loopback RIF during initialization by Ido Schimmel · 4 years, 1 month ago
  21. d5a05e6 net: stmmac: Use hrtimer for TX coalescing by Vincent Whitchurch · 4 years, 1 month ago
  22. cc69837 net: don't include ethtool.h from netdevice.h by Jakub Kicinski · 4 years, 1 month ago
  23. 7fd6372 net: pch_gbe: Use 'dma_free_coherent()' to undo 'dma_alloc_coherent()' by Christophe JAILLET · 4 years, 1 month ago
  24. 8ff3930 net: pch_gbe: Use dma_set_mask_and_coherent to simplify code by Christophe JAILLET · 4 years, 1 month ago
  25. ed5ef9f net: dsa: hellcreek: Don't print error message on defer by Kurt Kanzenbach · 4 years, 1 month ago
  26. 34890b3 ptp: ptp_ines: use new PTP_MSGTYPE_* define(s) by Christian Eggers · 4 years, 1 month ago
  27. 6b6817c dpaa2-eth: use new PTP_MSGTYPE_* define(s) by Christian Eggers · 4 years, 1 month ago
  28. 8e1e33f net/tun: Call type change netdev notifiers by Martin Schiller · 4 years, 1 month ago
  29. f9e425e octeontx2-af: Add support for RSS hashing based on Transport protocol field by George Cherian · 4 years, 1 month ago
  30. 5e08723 Merge tag 'linux-can-next-for-5.11-20201120' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by Jakub Kicinski · 4 years, 1 month ago
  31. c331ecf net: hns3: adds debugfs to dump more info of shaping parameters by Yonglong Liu · 4 years, 1 month ago
  32. e364ad3 net: hns3: add support to utilize the firmware calculated shaping parameters by Yonglong Liu · 4 years, 1 month ago
  33. 3a6863e net: hns3: add support for pf querying new interrupt resources by Yufeng Mo · 4 years, 1 month ago
  34. 30ae7f8 net: hns3: add support for mapping device memory by Huazhong Tan · 4 years, 1 month ago
  35. 9a5ef4a net: hns3: add support for 1280 queues by Yonglong Liu · 4 years, 1 month ago
  36. 41ed0a0 ibmvnic: Do not replenish RX buffers after every polling loop by Dwip N. Banerjee · 4 years, 1 month ago
  37. e552aa3 ibmvnic: Use netdev_alloc_skb instead of alloc_skb to replenish RX buffers by Dwip N. Banerjee · 4 years, 1 month ago
  38. ec20f36 ibmvnic: Correctly re-enable interrupts in NAPI polling routine by Dwip N. Banerjee · 4 years, 1 month ago
  39. 9a87c3f ibmvnic: Ensure that device queue memory is cache-line aligned by Dwip N. Banerjee · 4 years, 1 month ago
  40. 8ed589f ibmvnic: Remove send_subcrq function by Thomas Falcon · 4 years, 1 month ago
  41. c62aa37 ibmvnic: Clean up TX code and TX buffer data structure by Thomas Falcon · 4 years, 1 month ago
  42. 0d97338 ibmvnic: Introduce xmit_more support using batched subCRQ hcalls by Thomas Falcon · 4 years, 1 month ago
  43. 4f0b681 ibmvnic: Introduce batched RX buffer descriptor transmission by Thomas Falcon · 4 years, 1 month ago
  44. f019fb6 ibmvnic: Introduce indirect subordinate Command Response Queue buffer by Thomas Falcon · 4 years, 1 month ago
  45. ae1d72f net: ipa: add driver shutdown callback by Alex Elder · 4 years, 1 month ago
  46. 7c80e83 net: ipa: retry modem stop if busy by Alex Elder · 4 years, 1 month ago
  47. 1136145 net: ipa: support retries on generic GSI commands by Alex Elder · 4 years, 1 month ago
  48. f849afc net: ipa: ignore CHANNEL_NOT_RUNNING errors by Alex Elder · 4 years, 1 month ago
  49. 5d28913 net: ipa: don't reset an ALLOCATED channel by Alex Elder · 4 years, 1 month ago
  50. f8d3bdd net: ipa: print channel/event ring number on error by Alex Elder · 4 years, 1 month ago
  51. 91d02f9 net: ipa: use config data for clocking by Alex Elder · 4 years, 1 month ago
  52. f08c992 net: ipa: populate clock and interconnect data by Alex Elder · 4 years, 1 month ago
  53. dfccb8b net: ipa: define clock and interconnect data by Alex Elder · 4 years, 1 month ago
  54. 0a12ad5 mdio_bus: suppress err message for reset gpio EPROBE_DEFER by Grygorii Strashko · 4 years, 1 month ago
  55. bf7b0bf r8169: use dev_err_probe in rtl_get_ether_clk by Heiner Kallweit · 4 years, 1 month ago
  56. 94d8a98 r8169: reduce number of workaround doorbell rings by Heiner Kallweit · 4 years, 1 month ago
  57. cdd6cfc mlxsw: spectrum_router: Allow programming routes with nexthop objects by Ido Schimmel · 4 years, 1 month ago
  58. c25db3a mlxsw: spectrum_router: Enable resolution of nexthop groups from nexthop objects by Ido Schimmel · 4 years, 1 month ago
  59. 2a014b2 mlxsw: spectrum_router: Add support for nexthop objects by Ido Schimmel · 4 years, 1 month ago
  60. a7fc6db netdevsim: support ethtool ring and coalesce settings by Antonio Cardace · 4 years, 1 month ago
  61. 77f9591 netdevsim: move ethtool pause params in separate struct by Antonio Cardace · 4 years, 1 month ago
  62. 7648398 octeontx2-af: Fix access of iter->entry after iter object has been kfree'd by Colin Ian King · 4 years, 1 month ago
  63. dd6028a octeontx2-af: Fix return of uninitialized variable err by Colin Ian King · 4 years, 1 month ago
  64. 583b273 octeontx2-pf: Fix unintentional sign extension issue by Colin Ian King · 4 years, 1 month ago
  65. 76638a2 octeontx2-af: add debugfs entries for CPT block by Srujana Challa · 4 years, 1 month ago
  66. ae45408 octeontx2-af: add mailbox interface for CPT by Srujana Challa · 4 years, 1 month ago
  67. 956fb85 octeontx2-pf: move lmt flush to include/linux/soc by Srujana Challa · 4 years, 1 month ago
  68. 1a0058c net/mlx4_en: Remove unused performance counters by Tariq Toukan · 4 years, 1 month ago
  69. c3bc2ad net: netsec: add xdp tx return bulking support by Lorenzo Bianconi · 4 years, 2 months ago
  70. 275f601 can: mcp251xfd: remove useless code in mcp251xfd_chip_softreset by Kaixu Xia · 4 years, 2 months ago
  71. 887e5a9a can: kvaser_usb: Add new Kvaser hydra devices by Jimmy Assarsson · 4 years, 2 months ago
  72. 1f597d4 can: kvaser_usb: kvaser_usb_hydra: Add support for new device variant by Christer Beskow · 4 years, 2 months ago
  73. 8396604 can: kvaser_usb: Add new Kvaser Leaf v2 devices by Jimmy Assarsson · 4 years, 2 months ago
  74. e110c84 can: kvaser_usb: Add USB_{LEAF,HYDRA}_PRODUCT_ID_END defines by Jimmy Assarsson · 4 years, 2 months ago
  75. 6b6e986 can: flexcan: flexcan_close(): change order if commands to properly shut down the controller by Marc Kleine-Budde · 4 years, 1 month ago
  76. 648a34b can: flexcan: flexcan_open(): completely initialize controller before requesting IRQ by Marc Kleine-Budde · 4 years, 1 month ago
  77. f3f2a54 can: flexcan: flexcan_rx_offload_setup(): factor out mailbox and rx-offload setup into separate function by Marc Kleine-Budde · 4 years, 1 month ago
  78. 49dea04 can: flexcan: move enabling/disabling of interrupts from flexcan_chip_{start,stop}() to callers by Marc Kleine-Budde · 4 years, 1 month ago
  79. 1c5e6db can: flexcan: factor out enabling and disabling of interrupts into separate function by Marc Kleine-Budde · 4 years, 1 month ago
  80. 1457998 can: flexcan: rename macro FLEXCAN_QUIRK_SETUP_STOP_MODE -> FLEXCAN_QUIRK_SETUP_STOP_MODE_GPR by Joakim Zhang · 4 years, 2 months ago
  81. 396b3ce can: drivers: add len8_dlc support for esd_usb2 CAN adapter by Stefan Mätje · 4 years, 2 months ago
  82. 4c01fc8 can: drivers: add len8_dlc support for various CAN adapters by Oliver Hartkopp · 4 years, 2 months ago
  83. 3ab4ce0 can: rename CAN FD related can_len2dlc and can_dlc2len helpers by Oliver Hartkopp · 4 years, 2 months ago
  84. c7b7496 can: replace can_dlc as variable/element for payload length by Oliver Hartkopp · 4 years, 1 month ago
  85. cd1124e can: remove obsolete get_canfd_dlc() macro by Oliver Hartkopp · 4 years, 2 months ago
  86. 69d98969 can: rename get_can_dlc() macro with can_cc_dlc2len() by Oliver Hartkopp · 4 years, 2 months ago
  87. 0dfd294 enetc: Fix endianness issues for enetc_qos by Claudiu Manoil · 4 years, 1 month ago
  88. d548d39 enetc: Fix endianness issues for enetc_ethtool by Claudiu Manoil · 4 years, 1 month ago
  89. 52cc5f3 devlink: move flash end and begin to core devlink by Jacob Keller · 4 years, 1 month ago
  90. b44cfd4 devlink: move request_firmware out of driver by Jacob Keller · 4 years, 1 month ago
  91. 56495a2 Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Jakub Kicinski · 4 years, 1 month ago
  92. 4d02da9 Merge tag 'net-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 1 month ago
  93. 3be28e9 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma by Linus Torvalds · 4 years, 1 month ago
  94. 131ad0b Merge tag 'acpi-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  95. 4ca35b4 Merge tag 'pm-5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 1 month ago
  96. fee3c82 Merge tag 'spi-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi by Linus Torvalds · 4 years, 1 month ago
  97. d748287a Merge tag 'regulator-fix-v5.10-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/regulator by Linus Torvalds · 4 years, 1 month ago
  98. 841d6e9 Merge tag 'thermal-v5.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/thermal/linux by Linus Torvalds · 4 years, 1 month ago
  99. 657bc1d r8153_ecm: avoid to be prior to r8152 driver by Hayes Wang · 4 years, 1 month ago
  100. de15e20 Merge branch 'acpi-fan' by Rafael J. Wysocki · 4 years, 1 month ago