1. b4041278 Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 8 years ago
  2. 129858f net: ethernet: wiznet: avoid format string exposure by Kees Cook · 8 years ago
  3. df656bf qlge: avoid format string exposure in workqueue by Kees Cook · 8 years ago
  4. 2f78227 qed: Correct MSI-x for storage by Mintz, Yuval · 8 years ago
  5. d1db799 net: dsa: loop: Initialize err in dsa_loop_vlan_dump by Florian Fainelli · 8 years ago
  6. 5865ccc net: dsa: loop: Fix uninitialized pvid variable by Florian Fainelli · 8 years ago
  7. 75d04aa mlx4: trust shinfo->gso_segs by Eric Dumazet · 8 years ago
  8. 827d240 qed: fix missing break in OOO_LB_TC case by Colin Ian King · 8 years ago
  9. 053ee0a net/mlx5e: fix build error without CONFIG_SYSFS by Tobias Regnery · 8 years ago
  10. 10cbd64 ftgmac100: Rework NAPI & interrupts handling by Benjamin Herrenschmidt · 8 years ago
  11. 9b86785d ftgmac100: Remove useless tests in interrupt handler by Benjamin Herrenschmidt · 8 years ago
  12. 874b55b ftgmac100: Rework MAC reset and init by Benjamin Herrenschmidt · 8 years ago
  13. 855944c ftgmac100: Add a reset task and use it for link changes by Benjamin Herrenschmidt · 8 years ago
  14. da40d9d ftgmac100: Move the bulk of inits to a separate function by Benjamin Herrenschmidt · 8 years ago
  15. 81f1eca ftgmac100: Request the interrupt only after HW is reset by Benjamin Herrenschmidt · 8 years ago
  16. b8dbecf ftgmac100: Move napi_add/del to open/close by Benjamin Herrenschmidt · 8 years ago
  17. 87d1875 ftgmac100: Split ring alloc, init and rx buffer alloc by Benjamin Herrenschmidt · 8 years ago
  18. 5176477 ftgmac100: Cleanup speed/duplex tracking and fix duplex config by Benjamin Herrenschmidt · 8 years ago
  19. 8396e1c ftgmac100: Remove "enabled" flags by Benjamin Herrenschmidt · 8 years ago
  20. 831fb33 ftgmac100: Reorder struct fields and comment by Benjamin Herrenschmidt · 8 years ago
  21. 3f6af0e ftgmac100: Remove "banner" comments by Benjamin Herrenschmidt · 8 years ago
  22. 60b28a1 ftgmac100: Use netdev->irq instead of private copy by Benjamin Herrenschmidt · 8 years ago
  23. bb54be5 liquidio: fix Octeon core watchdog timeout false alarm by Felix Manlunas · 8 years ago
  24. b73b3cd net: usbnet: Remove unused driver_name variable by Florian Fainelli · 8 years ago
  25. 6f14f44 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 8 years ago
  26. 7d4fe0d fm10k: do not enqueue mailbox when host not ready by Ngai-Mint Kwan · 8 years ago
  27. 16b1889 fm10k: disable receive queue when configuring ring by Ngai-Mint Kwan · 8 years ago
  28. 0295770 fm10k: update function header comment for fm10k_get_stats64 by Jacob Keller · 8 years ago
  29. b4fd8ff fm10k: allow service task to reschedule itself by Jacob Keller · 8 years ago
  30. 4692955 fm10k: future-proof state bitmaps using DECLARE_BITMAP by Jacob Keller · 8 years ago
  31. 3ee7b3a fm10k: use a BITMAP for flags to avoid race conditions by Jacob Keller · 8 years ago
  32. 540fca3 fm10k: correctly check if interface is removed by Phil Turnbull · 8 years ago
  33. ea6b172 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 8 years ago
  34. c383bdd nfp: fix potential use after free on xdp prog by Jakub Kicinski · 8 years ago
  35. faeeb31 bonding: attempt to better support longer hw addresses by Jarod Wilson · 8 years ago
  36. 148cbab sfc: don't insert mc_list on low-latency firmware if it's too long by Edward Cree · 8 years ago
  37. 7c69873 nfp: add support for .set_link_ksettings() by Jakub Kicinski · 8 years ago
  38. 5a56083 nfp: NSP backend for link configuration operations by Jakub Kicinski · 8 years ago
  39. 85eb97dd2 nfp: add extended error messages by Jakub Kicinski · 8 years ago
  40. e890ae8 nfp: turn NSP port entry into a union by Jakub Kicinski · 8 years ago
  41. 30a0292 nfp: allow multi-stage NSP configuration by Jakub Kicinski · 8 years ago
  42. ce22f5a nfp: separate high level and low level NSP headers by Jakub Kicinski · 8 years ago
  43. 9f9e0da nfp: report port type in ethtool by Jakub Kicinski · 8 years ago
  44. 42b1e6a nfp: report auto-negotiation in ethtool by Jakub Kicinski · 8 years ago
  45. 21d529d nfp: report link speed from NSP by Jakub Kicinski · 8 years ago
  46. 172f638 nfp: add port state refresh by Jakub Kicinski · 8 years ago
  47. cee4295 nfp: track link state changes by Jakub Kicinski · 8 years ago
  48. d12537d nfp: add mutex protection for the port list by Jakub Kicinski · 8 years ago
  49. b9de007 nfp: don't spawn netdevs for reconfigured ports by Jakub Kicinski · 8 years ago
  50. 265aeb5 nfp: add support for .get_link_ksettings() by Jakub Kicinski · 8 years ago
  51. 18148f0 Merge tag 'linux-can-next-for-4.13-20170404' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next by David S. Miller · 8 years ago
  52. 5e35141 net: ibm: emac: remove unused sysrq handler for 'c' key by Eric Biggers · 8 years ago
  53. 3f3c278 bonding: fix active-backup transition by Mahesh Bandewar · 8 years ago
  54. c800460 qed: Add a missing error code by Dan Carpenter · 8 years ago
  55. 781159f liquidio: clear the correct memory by Dan Carpenter · 8 years ago
  56. 03cf65a net: stmmac: rx queue to dma channel mapping fix by Joao Pinto · 8 years ago
  57. 1f37b17 phy/ethtool: Add missing SPEED_<foo> strings by Joe Perches · 8 years ago
  58. 68a946b bnxt_en: Cap the msix vector with the max completion rings. by Michael Chan · 8 years ago
  59. 932dbf8 bnxt_en: Use short TX BDs for the XDP TX ring. by Michael Chan · 8 years ago
  60. 67fea46 bnxt_en: Add interrupt test to ethtool -t selftest. by Michael Chan · 8 years ago
  61. 91725d8 bnxt_en: Add PHY loopback to ethtool self-test. by Michael Chan · 8 years ago
  62. f7dc1ea bnxt_en: Add ethtool mac loopback self test. by Michael Chan · 8 years ago
  63. eb51365 bnxt_en: Add basic ethtool -t selftest support. by Michael Chan · 8 years ago
  64. f65a204 bnxt_en: Add suspend/resume callbacks. by Michael Chan · 8 years ago
  65. 5282db6 bnxt_en: Add ethtool set_wol method. by Michael Chan · 8 years ago
  66. 8e20236 bnxt_en: Add ethtool get_wol method. by Michael Chan · 8 years ago
  67. d196ece bnxt_en: Add pci shutdown method. by Michael Chan · 8 years ago
  68. c1ef146 bnxt_en: Add basic WoL infrastructure. by Michael Chan · 8 years ago
  69. 8eb992e bnxt_en: Update firmware interface spec to 1.7.6.2. by Michael Chan · 8 years ago
  70. 308ac75 Merge tag 'gpio-v4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 8 years ago
  71. e90be21 Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  72. 30c57f0 net: ethernet: ti: cpsw: fix race condition during open() by Sekhar Nori · 8 years ago
  73. 2f5e9f8 Merge tag 'wireless-drivers-for-davem-2017-04-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 8 years ago
  74. 1a589c0 Merge tag 'drm-fixes-for-v4.11-rc6' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 8 years ago
  75. a891966 bnx2x: fix spelling mistake in macros HW_INTERRUT_ASSERT_SET_* by Colin Ian King · 8 years ago
  76. 57e83fb can: hi311x: Add Holt HI-311x CAN driver by Akshay Bhat · 8 years ago
  77. dabf54d can: ti_hecc: Convert TI HECC driver to DT only driver by Yegor Yefremov · 8 years ago
  78. f9dc4d1 qed: Manage with less memory regions for RoCE by Ram Amrani · 8 years ago
  79. 5f8cb03 qed: RoCE doesn't need to use SRC by Mintz, Yuval · 8 years ago
  80. 70566b4 qed: Correct TM ILT lines in presence of VFs by Mintz, Yuval · 8 years ago
  81. 44531ba qed: Fix TM block ILT allocation by Michal Kalderon · 8 years ago
  82. b5a9ee7 qed: Revise QM cofiguration by Ariel Elior · 8 years ago
  83. c8b5d12 net: usbnet: support 64bit stats by Greg Ungerer · 8 years ago
  84. d39004a net/faraday: Add missing include of of.h by Andrew Lunn · 8 years ago
  85. f1fb08f vxlan: fix ND proxy when skb doesn't have transport header offset by Vincent Bernat · 8 years ago
  86. 130e35e Merge branch 'msm-fixes-4.11-rc6' of git://people.freedesktop.org/~robclark/linux into drm-fixes by Dave Airlie · 8 years ago
  87. b4957ab net: hns: Some checkpatch.pl script & warning fixes by Salil · 8 years ago
  88. 820c90c net: hns: Avoid Hip06 chip TX packet line bug by lipeng · 8 years ago
  89. 76b588b net: hns: Adjust the SBM module buffer threshold by Kejian Yan · 8 years ago
  90. a218558 net: hns: Simplify the exception sequence in hns_ppe_init() by Kejian Yan · 8 years ago
  91. d592a4a net: hns: Optimise the code in hns_mdio_wait_ready() by Kejian Yan · 8 years ago
  92. 6961acf net: hns: Clean redundant code from hns_mdio.c file by Kejian Yan · 8 years ago
  93. 9f1607b net: hns: Remove redundant mac table operations by Kejian Yan · 8 years ago
  94. 20f0d4f net: hns: Remove redundant mac_get_id() by Kejian Yan · 8 years ago
  95. 040a380 net: hns: Remove the redundant adding and deleting mac function by Kejian Yan · 8 years ago
  96. 64ec10d net: hns: Correct HNS RSS key set function by lipeng · 8 years ago
  97. f2aaed5 net: hns: Replace netif_tx_lock to ring spin lock by lipeng · 8 years ago
  98. b29bd41 net: hns: Fix to adjust buf_size of ring according to mtu by lipeng · 8 years ago
  99. 36eedfde1 net: hns: Optimize hns_nic_common_poll for better performance by lipeng · 8 years ago
  100. 4b7cdec net: hns: bug fix of ethtool show the speed by Daode Huang · 8 years ago