1. db6d6af fjes: Check for error irq by Jiasheng Jiang · 3 years, 1 month ago
  2. ed08890 net: fjes: constify and use eth_hw_addr_set() by Jakub Kicinski · 3 years, 3 months ago
  3. 757fa80 Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 3 years, 7 months ago
  4. 78c14b3 treewide: Add missing semicolons to __assign_str uses by Joe Perches · 3 years, 7 months ago
  5. f18c118 fjes: check return value after calling platform_get_resource() by Yang Yingliang · 3 years, 7 months ago
  6. d153ef5 fjes: Use DEFINE_RES_MEM() and DEFINE_RES_IRQ() to simplify code by Zhen Lei · 3 years, 8 months ago
  7. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  8. bd2463a Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 5 years ago
  9. c0e809e Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  10. 4bdc0d6 remove ioremap_nocache and devm_ioremap_nocache by Christoph Hellwig · 5 years ago
  11. 46f5cfc Merge branch 'core/kprobes' into perf/core, to pick up a completed branch by Ingo Molnar · 5 years ago
  12. ac80010 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 5 years ago
  13. 78bac77 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 5 years ago
  14. 0290bd2 netdev: pass the stuck queue to the timeout handler by Michael S. Tsirkin · 5 years ago
  15. a288f10 fjes: fix missed check in fjes_acpi_add by Chuhong Yuan · 5 years ago
  16. c593642 treewide: Use sizeof_field() macro by Pankaj Bharadiya · 5 years ago
  17. 04ae87a ftrace: Rework event_create_dir() by Peter Zijlstra · 5 years ago
  18. 85ac30f fjes: Handle workqueue allocation failure by Will Deacon · 5 years ago
  19. de467c1 fjes: no need to check return value of debugfs_create functions by Greg Kroah-Hartman · 6 years ago
  20. dcc4086 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 308 by Thomas Gleixner · 6 years ago
  21. a93f5b56 fjes: convert to DEFINE_SHOW_ATTRIBUTE by Yangtao Li · 6 years ago
  22. b67030b fjes: use currently unused variable my_epid and max_epid by Colin Ian King · 7 years ago
  23. 59ae1d1 networking: introduce and use skb_put_data() by Johannes Berg · 8 years ago
  24. fb34a36 fjes: remove duplicate set of flag IFF_BROADCAST by Zhang Shengju · 8 years ago
  25. 16ae1f2 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 2b396d3 fjes: Do not load fjes driver if extended socket device is not power on. by Yasuaki Ishimatsu · 8 years ago
  27. ac23d3ca fjes: Do not load fjes driver if system does not have extended socket device. by Yasuaki Ishimatsu · 8 years ago
  28. fe8daf5 fjes: Fix wrong netdevice feature flags by Taku Izumi · 8 years ago
  29. 031e514 net: fjes: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 8 years ago
  30. 6ad2016 drivers: net: generalize napi_complete_done() by Eric Dumazet · 8 years ago
  31. bc1f447 net: make ndo_get_stats64 a void function by stephen hemminger · 8 years ago
  32. b3e3893 net: use core MTU range checking in misc drivers by Jarod Wilson · 8 years ago
  33. ea93900 fjes: fix format string for trace output by Arnd Bergmann · 8 years ago
  34. 8f87d77 fjes: Update fjes driver version : 1.2 by Taku Izumi · 8 years ago
  35. c753119 fjes: Add debugfs entry for EP status information in fjes driver by Taku Izumi · 8 years ago
  36. b6ba737 fjes: ethtool -w and -W support for fjes driver by Taku Izumi · 8 years ago
  37. 82f6aea fjes: Add tracepoints in fjes driver by Taku Izumi · 8 years ago
  38. 21b7efb fjes: Enhance ethtool -S for fjes driver by Taku Izumi · 8 years ago
  39. 462d8074 fjes: ethtool -d support for fjes driver by Taku Izumi · 8 years ago
  40. 54be3d9 fjes: Delete owner assignment by Markus Elfring · 8 years ago
  41. f2edc4e net: fjes: fjes_main: Remove create_workqueue by Bhaktipriya Shridhar · 9 years ago
  42. 27c0f73 fjes: Fix unnecessary spinlock_irqsave by Taku Izumi · 9 years ago
  43. 860e953 treewide: replace dev->trans_start update with helper by Florian Westphal · 9 years ago
  44. 4d0e965 drivers: replace dev->trans_start accesses with dev_trans_start by Florian Westphal · 9 years ago
  45. 8f180fa fjes: Update fjes driver version : 1.1 by Taku Izumi · 9 years ago
  46. bd5a256 fjes: Introduce spinlock for rx_status by Taku Izumi · 9 years ago
  47. 16bbec3 fjes: Enhance changing MTU related work by Taku Izumi · 9 years ago
  48. 19a0a7f fjes: fix bitwise check bug in fjes_raise_intr_rxdata_task by Taku Izumi · 9 years ago
  49. 3c3bd4a fjes: fix incorrect statistics information in fjes_xmit_frame() by Taku Izumi · 9 years ago
  50. da5a238 fjes: optimize timeout value by Taku Izumi · 9 years ago
  51. e0897ae net: fjes: Use resource_size by Vaishali Thakkar · 9 years ago
  52. 9001d94 fjes: fix inconsistent indenting by Colin Ian King · 9 years ago
  53. f7b5964d4 fjes: Delete an unnecessary check before the function call "vfree" by Markus Elfring · 9 years ago
  54. 47ea032 drivers/net: get rid of unnecessary initializations in .get_drvinfo() by Ivan Vecera · 9 years ago
  55. adb094e fjes: fix off-by-one error at fjes_hw_update_zone_task() by Taku Izumi · 9 years ago
  56. 786eec2 fjes: ethtool support by Taku Izumi · 9 years ago
  57. cb79eaa fjes: handle receive cancellation request interrupt by Taku Izumi · 9 years ago
  58. b5a9152 fjes: epstop_task by Taku Izumi · 9 years ago
  59. 785f28e fjes: update_zone_task by Taku Izumi · 9 years ago
  60. 8fc4cad fjes: unshare_watch_task by Taku Izumi · 9 years ago
  61. ff5b421 fjes: force_close_task by Taku Izumi · 9 years ago
  62. 8edb62a fjes: interrupt_watch_task by Taku Izumi · 9 years ago
  63. 3e3fedd fjes: net_device_ops.ndo_vlan_rx_add/kill_vid by Taku Izumi · 9 years ago
  64. 4393e76 fjes: net_device_ops.ndo_tx_timeout by Taku Izumi · 9 years ago
  65. b9e23a6 fjes: net_device_ops.ndo_change_mtu by Taku Izumi · 9 years ago
  66. 879bc9a fjes: net_device_ops.ndo_get_stats64 by Taku Izumi · 9 years ago
  67. 26585930 fjes: NAPI polling function by Taku Izumi · 9 years ago
  68. ac63b94 fjes: tx_stall_task by Taku Izumi · 9 years ago
  69. b772b9d fjes: raise_intr_rxdata_task by Taku Izumi · 9 years ago
  70. 9acf51c fjes: net_device_ops.ndo_start_xmit by Taku Izumi · 9 years ago
  71. e5d486d fjes: net_device_ops.ndo_open and .ndo_stop by Taku Izumi · 9 years ago
  72. 7950e6c fjes: buffer address regist/unregistration routine by Taku Izumi · 9 years ago
  73. 3bb025d fjes: ES information acquisition routine by Taku Izumi · 9 years ago
  74. 2fcbca6 fjes: platform_driver's .probe and .remove routine by Taku Izumi · 9 years ago
  75. a18aaec fjes: Hardware cleanup routine by Taku Izumi · 9 years ago
  76. 8cdc3f6 fjes: Hardware initialization routine by Taku Izumi · 9 years ago
  77. 658d439 fjes: Introduce FUJITSU Extended Socket Network Device driver by Taku Izumi · 9 years ago