1. b206461 Merge tag 'driver-core-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  2. e30aee9 Merge tag 'char-misc-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  3. 3051bf3 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 7 years ago
  4. 252b95c Merge tag 'for-linus-4.11-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  5. 005c349 Revert "ath10k: Search SMBIOS for OEM board file extension" by Kalle Valo · 7 years ago
  6. 1faaa78 bnxt_en: use eth_hw_addr_random() by Tobias Klauser · 7 years ago
  7. d315880 net: mvpp2: enable building on 64-bit platforms by Thomas Petazzoni · 7 years ago
  8. 0e03728 net: mvpp2: switch to build_skb() in the RX path by Thomas Petazzoni · 7 years ago
  9. 8138aff net: mvpp2: simplify MVPP2_PRS_RI_* definitions by Thomas Petazzoni · 7 years ago
  10. 31d7677 net: mvpp2: fix indentation of MVPP2_EXT_GLOBAL_CTRL_DEFAULT by Thomas Petazzoni · 7 years ago
  11. a8c249a net: mvpp2: remove unused register definitions by Thomas Petazzoni · 7 years ago
  12. 3eb2d99 net: mvpp2: simplify mvpp2_bm_bufs_add() by Thomas Petazzoni · 7 years ago
  13. 7ef7e1d net: mvpp2: drop useless fields in mvpp2_bm_pool and related code by Thomas Petazzoni · 7 years ago
  14. 5dfa9e8 net: mvpp2: remove unused 'tx_skb' field of 'struct mvpp2_tx_queue' by Thomas Petazzoni · 7 years ago
  15. 36fb743 net: mvpp2: release reference to txq_cpu[] entry after unmapping by Thomas Petazzoni · 7 years ago
  16. ab42676 net: mvpp2: handle too large value in mvpp2_rx_time_coal_set() by Thomas Petazzoni · 7 years ago
  17. f8b0d5f net: mvpp2: handle too large value handling in mvpp2_rx_pkts_coal_set() by Thomas Petazzoni · 7 years ago
  18. d63f9e4 net: mvpp2: remove useless arguments in mvpp2_rx_{pkts, time}_coal_set by Thomas Petazzoni · 7 years ago
  19. 239a3b6 net: mvpp2: fix DMA address calculation in mvpp2_txq_inc_put() by Thomas Petazzoni · 7 years ago
  20. b3bdc3a macsec: fix validation failed in asynchronous operation. by Lee Ryder · 7 years ago
  21. f6b1020 virtio-net: switch to use build_skb() for small buffer by Jason Wang · 7 years ago
  22. 8dcd81a vxlan: remove unused variable saddr in neigh_reduce by Roopa Prabhu · 7 years ago
  23. 8bcdc4f vxlan: add changelink support by Roopa Prabhu · 7 years ago
  24. 017b29c virito-net: set queues after reset during xdp_set by Jason Wang · 7 years ago
  25. 1763413 dpaa_eth: implement ioctl() for PHY-related ops by Michael Walle · 7 years ago
  26. 2cf8a89 net: qualcomm: qca: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 7 years ago
  27. 1708639 bnxt_en: fix pci cleanup in bnxt_init_one() failure path by Sathya Perla · 7 years ago
  28. daf1f1e bnxt_en: Fix NULL pointer dereference in a failure path during open. by Michael Chan · 7 years ago
  29. 4e00338 bnxt_en: Reject driver probe against all bridge devices by Ray Jui · 7 years ago
  30. 65ed2ff qed*: Fix link indication race by Mintz, Yuval · 7 years ago
  31. 85750d7 qed: Don't allocate SBs using main PTT by Mintz, Yuval · 7 years ago
  32. afe981d qede: Prevent index problems in loopback test by Sudarsana Reddy Kalluru · 7 years ago
  33. 33b2fbd qed: Reflect PF link when initializing VF by Mintz, Yuval · 7 years ago
  34. 885185d qede: Free netdevice only after stoping slowpath by Mintz, Yuval · 7 years ago
  35. 0e0b80a qede: Initialize lock and slowpath workqueue early by Mintz, Yuval · 7 years ago
  36. c2dedf8 qed: Reserve doorbell BAR space for present CPUs by Ram Amrani · 7 years ago
  37. 300c0d7 qed: Don't free a QP more than once by Ram Amrani · 7 years ago
  38. c5212b9 qed: Read queue state before releasing buffer by Ram Amrani · 7 years ago
  39. 670dde5 qed: Release CQ resource under lock on failure by Ram Amrani · 7 years ago
  40. e399553 net: ethernet: aquantia: Copying tx buffers is not needed. by Pavel Belous · 7 years ago
  41. 89b6438 net: ethernet: aquantia: Fixed memory allocation if AQ_CFG_RX_FRAME_MAX > 1 page. by Pavel Belous · 7 years ago
  42. c0788f7 net: ethernet: aquantia: Fixed incorrect buff->len calculation. by Pavel Belous · 7 years ago
  43. 5562910 net: ethernet: aquantia: Call netdev_register after all initialized. by Pavel Belous · 7 years ago
  44. df9000e net: ethernet: aquantia: Null pointer check for aq_nic_ndev_alloc. by Pavel Belous · 7 years ago
  45. b350d7b net: ethernet: aquantia: Using NETDEV_TX_OK instead 0. by Pavel Belous · 7 years ago
  46. d5919ae net: ethernet: aquantia: Fixed missing rtnl_unlock. by Pavel Belous · 7 years ago
  47. 362f37b net: ethernet: aquantia: Superfluous initialization of "err". by Pavel Belous · 7 years ago
  48. 14861e9 net: ethernet: aquantia: Using module_pci_driver. by Pavel Belous · 7 years ago
  49. 5513e16 net: ethernet: aquantia: Fixes for aq_ndev_change_mtu by Pavel Belous · 7 years ago
  50. 15e32a5 net: ethernet: aquantia: Removed busy_count field. by Pavel Belous · 7 years ago
  51. 99e5582 net: ethernet: aquantia: Removed extra assignment for skb->dev. by Pavel Belous · 7 years ago
  52. 45ee244 net: qlogic: qlge: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 7 years ago
  53. 49cef10 net: qlogic: qlcnic: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 7 years ago
  54. 0bc3827 nfp: allow application firmware to limit number of SR-IOV VFs by Jakub Kicinski · 7 years ago
  55. 372d504 nfp: return nfp_rtsym_read_le() errors correctly by Jakub Kicinski · 7 years ago
  56. af62368 nfp: add very basic access to NSP logs by Jakub Kicinski · 7 years ago
  57. bd5ca06 nfp: report NSP ABI version in ethtool FW version by Jakub Kicinski · 7 years ago
  58. 368b1d1 nfp: store NSP ABI version in state structure by Jakub Kicinski · 7 years ago
  59. 64db09e nfp: report manufacturing info on load by Jakub Kicinski · 7 years ago
  60. a9c83f7 nfp: refactor NSP initialization and add error message by Jakub Kicinski · 7 years ago
  61. 766a957 qlcnic: Fix a memory leak in error handling path by Christophe Jaillet · 7 years ago
  62. 177c8d1 net: mvpp2: Fix a memory leak in error handling path by Christophe Jaillet · 7 years ago
  63. 3608b13 mlx4: reduce OOM risk on arches with large pages by Eric Dumazet · 7 years ago
  64. b9ef4ab Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 7 years ago
  65. d4e854c net: qlogic: qla3xxx: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 7 years ago
  66. f74f92b fsl/fman: fix spelling mistake in variable name en_tsu_err_exeption by Colin Ian King · 7 years ago
  67. eb36bed net: aquantia: remove function aq_ring_tx_deinit by Lino Sanfilippo · 7 years ago
  68. 90a6c99 net: ena: remove superfluous check in ena_remove() by Lino Sanfilippo · 7 years ago
  69. 25149ef net: phy: Check phydev->drv by Florian Fainelli · 7 years ago
  70. 7b9a88a net: phy: Fix PHY unbind crash by Florian Fainelli · 7 years ago
  71. d4ff816 net: ethernet: stmmac: dwmac-rk: Add RK3328 gmac support by david.wu · 7 years ago
  72. 61845d2 virtio-net: batch stats updating by Jason Wang · 7 years ago
  73. f5a5772 mlx4: fix potential divide by 0 in mlx4_en_auto_moderation() by Eric Dumazet · 7 years ago
  74. 249168a ibmvnic: Make CRQ interrupt tasklet wait for all capabilities crqs by Thomas Falcon · 7 years ago
  75. 901e040 ibmvnic: Use common counter for capabilities checks by Thomas Falcon · 7 years ago
  76. 6c267b3 ibmvnic: Handle processing of CRQ messages in a tasklet by Thomas Falcon · 7 years ago
  77. 1e128c8 qed: Add support for hardware offloaded FCoE. by Arun Easi · 7 years ago
  78. f787d1d Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  79. 83a0c6e i40e: Invoke softirqs after napi_reschedule by Benjamin Poirier · 8 years ago
  80. ee847d9 i40e: remove duplicate device id from PCI table by Carolyn Wyborny · 8 years ago
  81. b9c015d i40e: mark the value passed to csum_replace_by_diff as __wsum by Jacob Keller · 8 years ago
  82. ae13670 i40e: Error handling for link event by Harshitha Ramamurthy · 8 years ago
  83. 5cb2590 i40e: properly convert le16 value to CPU format by Jacob Keller · 8 years ago
  84. 2ae0bf5 i40e: convert to cpu from le16 to generate switch_id correctly by Jacob Keller · 8 years ago
  85. 773d402 i40e: refactor AQ CMD buffer debug printing by Alan Brady · 8 years ago
  86. 3c234c4 i40e: Fix Adaptive ITR enabling by Carolyn Wyborny · 8 years ago
  87. 51f3826 i40evf: add comment by Mitch Williams · 8 years ago
  88. 8a68bad i40evf: free rings in remove function by Mitch Williams · 8 years ago
  89. 03aa268 i40e: remove unnecessary call to i40e_update_link_info by Jacob Keller · 8 years ago
  90. 1d68005 i40e: enable mc magic pkt wakeup during power down by Joshua Hay · 8 years ago
  91. a410c82 i40e: fix disable overflow promiscuous mode by Alan Brady · 8 years ago
  92. 22f0708 vxlan: fix oops in dev_fill_metadata_dst by Paolo Abeni · 7 years ago
  93. 9c568fd sfc: do not device_attach if a reset is pending by Peter Dunning · 7 years ago
  94. 105eac6 sfc: forget filters from sw table if hw replies ENOENT on removing them by Bert Kenward · 7 years ago
  95. 0ccb998 sfc: fix filter_id misinterpretation in edge case by Jon Cooper · 7 years ago
  96. fbdf0e2 vmxnet3: prevent building with 64K pages by Arnd Bergmann · 7 years ago
  97. 74179d4 net/wan: add MODULE_LICENSE for fsl_ucc_hdlc by Valentin Longchamp · 7 years ago
  98. 3b47352 nfp: Use PCI_DEVICE_ID_NETRONOME_NFP* defines by Simon Horman · 7 years ago
  99. b512472 netvsc: fix typo on statistics by Simon Xiao · 7 years ago
  100. 99f18f1 net: qlogic: netxen: use new api ethtool_{get|set}_link_ksettings by Philippe Reynes · 7 years ago