1. 4dababa cxgb4: add action to steer flows to specific Rxq by Vishal Kulkarni · 4 years, 9 months ago
  2. 27ee299 cxgb4: add support to fetch ethtool n-tuple filters by Vishal Kulkarni · 4 years, 9 months ago
  3. db43b30 cxgb4: add ethtool n-tuple filter deletion by Vishal Kulkarni · 4 years, 9 months ago
  4. c8729ca cxgb4: add ethtool n-tuple filter insertion by Vishal Kulkarni · 4 years, 9 months ago
  5. d915c29 cxgb4: add skeleton for ethtool n-tuple filters by Vishal Kulkarni · 4 years, 9 months ago
  6. 4b61d3e net: qos offload add flow status with dropped count by Po Liu · 4 years, 9 months ago
  7. 7cc373d Merge branch 'cxgb4-add-support-to-read-write-flash' by David S. Miller · 4 years, 9 months ago
  8. 17b332f cxgb4: add support to read serial flash by Vishal Kulkarni · 4 years, 9 months ago
  9. d5002c9 cxgb4: add support to flash boot cfg image by Vishal Kulkarni · 4 years, 9 months ago
  10. 5508835 cxgb4: add support to flash boot image by Vishal Kulkarni · 4 years, 9 months ago
  11. 4ee339e cxgb4: add support to flash PHY image by Vishal Kulkarni · 4 years, 9 months ago
  12. 3893c90 cxgb4: update set_flash to flash different images by Vishal Kulkarni · 4 years, 9 months ago
  13. 0fb9fba Merge branch 'net-tso-expand-to-UDP-support' by David S. Miller · 4 years, 9 months ago
  14. 3d5b459 net: tso: add UDP segmentation support by Eric Dumazet · 4 years, 9 months ago
  15. 761b331 net: tso: cache transport header length by Eric Dumazet · 4 years, 9 months ago
  16. 504b912 net: tso: constify tso_count_descs() and friends by Eric Dumazet · 4 years, 9 months ago
  17. 185c3e5 net: tso: shrink struct tso_t by Eric Dumazet · 4 years, 9 months ago
  18. 9c77b80 net: tso: double TSO_HEADER_SIZE value by Eric Dumazet · 4 years, 9 months ago
  19. 3934152 octeontx2-af: change (struct qmem)->entry_sz from u8 to u16 by Eric Dumazet · 4 years, 9 months ago
  20. 1b05540 Merge branch 'hns3-next' by David S. Miller · 4 years, 9 months ago
  21. c2a2e12 net: hns3: streaming dma buffer sync between cpu and device by Barry Song · 4 years, 9 months ago
  22. e99a308 net: hns3: replace disable_irq by IRQ_NOAUTOEN flag by Barry Song · 4 years, 9 months ago
  23. 4d2cad3 net: hns3: rename buffer-related functions by Barry Song · 4 years, 9 months ago
  24. cb0e3e6 net: hns3: pointer type of buffer should be void by Barry Song · 4 years, 9 months ago
  25. 674a135 net: hns3: remove unnecessary devm_kfree by Barry Song · 4 years, 9 months ago
  26. 9f66a45 mISDN: hfcsusb: Use struct_size() helper by Gustavo A. R. Silva · 4 years, 9 months ago
  27. c90834c lan743x: allow mac address to come from dt by Tim Harvey · 4 years, 9 months ago
  28. d8d8b23 Merge branch 'r8169-smaller-improvements-again' by David S. Miller · 4 years, 9 months ago
  29. 51f6291 r8169: allow setting irq coalescing if link is down by Heiner Kallweit · 4 years, 9 months ago
  30. 9f0b54c r8169: move switching optional clock on/off to pll power functions by Heiner Kallweit · 4 years, 9 months ago
  31. a2ee847 r8169: move updating counters to rtl8169_down by Heiner Kallweit · 4 years, 9 months ago
  32. 0c28a63 r8169: move napi_disable call and rename rtl8169_hw_reset by Heiner Kallweit · 4 years, 9 months ago
  33. 7190aee r8169: replace synchronize_rcu with synchronize_net by Heiner Kallweit · 4 years, 9 months ago
  34. e988220 r8169: improve setting WoL on runtime-resume by Heiner Kallweit · 4 years, 9 months ago
  35. 27248d5 r8169: remove unused constant RsvdMask by Heiner Kallweit · 4 years, 9 months ago
  36. a38b7fb r8169: add info for DASH being enabled by Heiner Kallweit · 4 years, 9 months ago
  37. 1260e77 enetc: Use struct_size() helper in kzalloc() by Gustavo A. R. Silva · 4 years, 9 months ago
  38. 427d583 net: napi: remove useless stack trace by Eric Dumazet · 4 years, 9 months ago
  39. 4e63802 net: stmmac: selftests: Use struct_size() helper in kzalloc() by Gustavo A. R. Silva · 4 years, 9 months ago
  40. 3dd1499 ethtool: ioctl: Use array_size() in copy_to_user() by Gustavo A. R. Silva · 4 years, 9 months ago
  41. 682591f liquidio: Replace vmalloc_node + memset with vzalloc_node and use array_size by Gustavo A. R. Silva · 4 years, 9 months ago
  42. cad2929 tipc: update a binding service via broadcast by Hoang Huu Le · 4 years, 9 months ago
  43. 6911967 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
  44. 26c20ffc Merge tag 'afs-fixes-20200616' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs by Linus Torvalds · 4 years, 9 months ago
  45. f17957f Documentation: remove SH-5 index entries by Randy Dunlap · 4 years, 9 months ago
  46. ffbc937 Merge tag 'flex-array-conversions-5.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gustavoars/linux by Linus Torvalds · 4 years, 9 months ago
  47. ff58155 x86/purgatory: Add -fno-stack-protector by Arvind Sankar · 4 years, 9 months ago
  48. c9f66b4 Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue by David S. Miller · 4 years, 9 months ago
  49. 880e626 e1000e: fix unused-function warning by Arnd Bergmann · 4 years, 10 months ago
  50. eb6779d e1000: use generic power management by Vaibhav Gupta · 4 years, 10 months ago
  51. 6bf6be1 e1000e: Do not wake up the system via WOL if device wakeup is disabled by Chen Yu · 4 years, 10 months ago
  52. ea12fe9 lan743x: add MODULE_DEVICE_TABLE for module loading alias by Tim Harvey · 4 years, 9 months ago
  53. b6489a4 afs: Fix silly rename by David Howells · 4 years, 9 months ago
  54. 60833d5 mlxsw: spectrum: Adjust headroom buffers for 8x ports by Ido Schimmel · 4 years, 9 months ago
  55. b15bb88 bareudp: Fixed configuration to avoid having garbage values by Martin · 4 years, 9 months ago
  56. 807eaf9 mvpp2: remove module bugfix by Sven Auhagen · 4 years, 9 months ago
  57. 6620512 tcp: grow window for OOO packets only for SACK flows by Eric Dumazet · 4 years, 9 months ago
  58. 651220e2 Merge tag 'mfd-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd by Linus Torvalds · 4 years, 9 months ago
  59. 7c295ee afs: afs_vnode_commit_status() doesn't need to check the RPC error by David Howells · 4 years, 9 months ago
  60. 728279a afs: Fix use of afs_check_for_remote_deletion() by David Howells · 4 years, 9 months ago
  61. 44767c3 afs: Remove afs_operation::abort_code by David Howells · 4 years, 9 months ago
  62. 9bd87ec afs: Fix yfs_fs_fetch_status() to honour vnode selector by David Howells · 4 years, 9 months ago
  63. 6c85cac afs: Remove yfs_fs_fetch_file_status() as it's not used by David Howells · 4 years, 9 months ago
  64. bf6b694 mfd: mt6360: Fix register driver NULL pointer by adding driver name by Gene Chen · 4 years, 9 months ago
  65. 76fafbfff w1: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  66. 7fac96f tracing/probe: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  67. 9f162d9 soc: ti: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  68. 5cab163 tifm: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  69. 0084b22 dmaengine: tegra-apb: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  70. e356350 stm class: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  71. b2b32e3 Squashfs: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  72. ceaf719 ASoC: SOF: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  73. eb492c6 ima: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  74. af6bb61 sctp: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  75. 50f894d phy: samsung: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  76. 18bdc20 RxRPC: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  77. a611d13 rapidio: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  78. 5342e9b media: pwc: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  79. b912f89 firmware: pcdp: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  80. 0a418cd oprofile: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  81. 8a631c2 block: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  82. a5290fe tools/testing/nvdimm: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  83. 9c5fbf0 libata: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  84. 67a862a kprobes: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  85. ad8cb16 keys: encrypted-type: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  86. 50b6951 kexec: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  87. 764e515f KVM: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  88. 6112bad jffs2: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  89. 8192e60 ibft: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  90. f2baaff samples: mei: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  91. 1907774 ia64: kernel: unwind_i.h: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  92. 67cd462 FS-Cache: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  93. c38e7e2 firewire: ohci: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  94. 6b5679d cb710: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  95. ec4ac36 drm/edid: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  96. 1060bfc drbd: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  97. 6c48764 crypto: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  98. d6562f1 can: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  99. 1203345 can: peak_canfd: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago
  100. 466f966 dmaengine: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 10 months ago