1. 0bbd7da tun: make tun_build_skb() thread safe by Eric Dumazet · 7 years ago
  2. ba5c4da net/mlx4: fix spelling mistake: "availible" -> "available" by Colin Ian King · 7 years ago
  3. 2dff196 nfp: process MTU updates from firmware flower app by Simon Horman · 7 years ago
  4. b985f87 nfp: process control messages in workqueue in flower app by Simon Horman · 7 years ago
  5. d369bcaf net: 3c509: constify pnp_device_id by Arvind Yadav · 7 years ago
  6. 251564f liquidio: update VF's netdev->max_mtu if there's a change in PF's MTU by Veerasenareddy Burru · 7 years ago
  7. 31975e2 mlx4: sizeof style usage by stephen hemminger · 7 years ago
  8. 9d2ee98 skge: add paren around sizeof arg by stephen hemminger · 7 years ago
  9. a4a7650 virtio: put paren around sizeof by stephen hemminger · 7 years ago
  10. 1203904 tun/tap: use paren's with sizeof by stephen hemminger · 7 years ago
  11. a82457f liquidio: added support for ethtool --set-channels feature by Intiyaz Basha · 7 years ago
  12. 14aec73 liquidio: moved octeon_setup_interrupt to lio_core.c by Intiyaz Basha · 7 years ago
  13. 5ef4ddb liquidio: moved liquidio_legacy_intr_handler to lio_core.c by Intiyaz Basha · 7 years ago
  14. 1ff3926 liquidio: moved liquidio_msix_intr_handler to lio_core.c by Intiyaz Basha · 7 years ago
  15. 463910e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by David S. Miller · 7 years ago
  16. 510c8a8 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 7 years ago
  17. 0e40523 PCI: fix oops when try to find Root Port for a PCI device by dingtianhong · 7 years ago
  18. 61deee9 sfc: don't try and read ef10 data on non-ef10 NIC by Bert Kenward · 7 years ago
  19. df9a21f mlxsw: spectrum_router: Use correct config option by Ido Schimmel · 7 years ago
  20. fe40079 ipv6: fib: Provide offload indication using nexthop flags by Ido Schimmel · 7 years ago
  21. 26d1594 mlx5: remove unnecessary pci_set_drvdata() by Zhu Yanjun · 7 years ago
  22. e084a8b mlx4: remove unnecessary pci_set_drvdata() by Zhu Yanjun · 7 years ago
  23. cb81619 s390/qeth: fix using of ref counter for rxip addresses by Kittipon Meesompop · 7 years ago
  24. ea4ae35 s390/qeth: fix trace-messages for deleting rxip addresses by Kittipon Meesompop · 7 years ago
  25. aa9bea0 s390/qeth: reject multicast rxip addresses by Kittipon Meesompop · 7 years ago
  26. d65626a s390/qeth: extract bridgeport cmd builder by Julian Wiedmann · 7 years ago
  27. cef6ff22 s390/net: reduce inlining by Julian Wiedmann · 7 years ago
  28. f8eb493 s390/qeth: make more use of skb API by Julian Wiedmann · 7 years ago
  29. cc309f8 s390/qeth: clean up fill_buffer() offset logic by Julian Wiedmann · 7 years ago
  30. 384d2ef s390/qeth: straighten out fill_buffer() interface by Julian Wiedmann · 7 years ago
  31. 5258830 s390/qeth: simplify fragment type selection by Julian Wiedmann · 7 years ago
  32. 699d3fe s390/qeth: remove extra L3 adapterparms query by Julian Wiedmann · 7 years ago
  33. 7b1115b s390/qeth: remove extra L2 adapterparms query by Julian Wiedmann · 7 years ago
  34. 886e197 s390/qeth: don't access skb after transmission by Julian Wiedmann · 7 years ago
  35. 0a6f041 Merge tag 'wireless-drivers-for-davem-2017-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers by David S. Miller · 7 years ago
  36. d396179 liquidio: fix issues with fw_type module parameter by Derek Chickles · 7 years ago
  37. e6f3b37 mlxsw: spectrum_router: Add support for nexthop group consolidation for IPv6 by Arkadi Sharshevsky · 7 years ago
  38. ba31d36 mlxsw: spectrum_router: Prepare nexthop group's hash table for IPv6 by Arkadi Sharshevsky · 7 years ago
  39. d18ca7d liquidio: added support for ethtool --set-ring feature by Intiyaz Basha · 7 years ago
  40. 8974de1 liquidio: moved liquidio_setup_io_queues to lio_core.c by Intiyaz Basha · 7 years ago
  41. d314ac2 liquidio: moved liquidio_napi_poll to lio_core.c by Intiyaz Basha · 7 years ago
  42. d1d97ee liquidio: moved liquidio_napi_drv_callback to lio_core.c by Intiyaz Basha · 7 years ago
  43. 21f0888 liquidio: moved liquidio_push_packet to lio_core.c by Intiyaz Basha · 7 years ago
  44. 69f9c60 liquidio: moved octeon_setup_droq to lio_core.c by Intiyaz Basha · 7 years ago
  45. 25d43f1 liquidio: moved update_txq_status to lio_core.c by Intiyaz Basha · 7 years ago
  46. e65a8cc liquidio: moved wait_for_pending_requests to octeon_network.h by Intiyaz Basha · 7 years ago
  47. b629276 net/cxgb4vf: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 7 years ago
  48. b0ba9d5 net/cxgb4: Use new PCI_DEV_FLAGS_NO_RELAXED_ORDERING flag by Casey Leedom · 7 years ago
  49. 077fa19 PCI: Disable Relaxed Ordering Attributes for AMD A1100 by dingtianhong · 7 years ago
  50. 87e09cd PCI: Disable Relaxed Ordering for some Intel processors by dingtianhong · 7 years ago
  51. a99b646 PCI: Disable PCIe Relaxed Ordering if unsupported by dingtianhong · 7 years ago
  52. fcd0735 Merge tag 'md/4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md by Linus Torvalds · 7 years ago
  53. 6b9d1c2 Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 by Linus Torvalds · 7 years ago
  54. a656d34 Change Kconfig description by Ohad Oz · 7 years ago
  55. 8122e08 Allow Mellanox switch devices to be configured if only I2C bus is set by Ohad Oz · 7 years ago
  56. 54161ed net: phy: Use tab for indentation in Kconfig by Michal Simek · 7 years ago
  57. fc922bb mlxsw: spectrum_router: Use one LPM tree for all virtual routers by Ido Schimmel · 7 years ago
  58. 0adb214 mlxsw: spectrum_router: Pass argument explicitly by Ido Schimmel · 7 years ago
  59. cc70267 mlxsw: spectrum_router: Return void from deletion functions by Ido Schimmel · 7 years ago
  60. 4db93fb qlge: fix duplicated code for different branches by Gustavo A. R. Silva · 7 years ago
  61. b5e7dc4 liquidio: fix duplicated code for different branches by Gustavo A. R. Silva · 7 years ago
  62. da1542b liquidio: update debug console logging mechanism by Rick Farrington · 7 years ago
  63. e9bf53a brcmfmac: feature check for multi-scheduled scan fails on bcm4343x devices by Arend Van Spriel · 7 years ago
  64. f5b5894 net: ti: cpsw:: constify platform_device_id by Arvind Yadav · 7 years ago
  65. ef00df8 net: sh_eth: constify platform_device_id by Arvind Yadav · 7 years ago
  66. bef0fed net: dpaa_eth: constify platform_device_id by Arvind Yadav · 7 years ago
  67. 7496bec can: constify platform_device_id by Arvind Yadav · 7 years ago
  68. d17eb73 tap: make struct tap_fops static by Colin Ian King · 7 years ago
  69. 7acd432 virtio-net: make array guest_offloads static by Colin Ian King · 7 years ago
  70. 5a7a834 of_mdio: merge branch tails in of_phy_register_fixed_link() by Sergei Shtylyov · 7 years ago
  71. 4f04256 net: vrf: Drop local rtable and rt6_info by David Ahern · 7 years ago
  72. 11e9d78 bonding: ratelimit failed speed/duplex update warning by Andreas Born · 7 years ago
  73. 653ef6a vxlan: change vxlan_[config_]validate() to use netlink_ext_ack for error reporting by Girish Moodalbail · 7 years ago
  74. 761876c tap: XDP support by Jason Wang · 7 years ago
  75. 66ccbc9 tap: use build_skb() for small packet by Jason Wang · 7 years ago
  76. c9dc281 Merge tag 'driver-core-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 7 years ago
  77. ce7ba95 Merge tag 'char-misc-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 7 years ago
  78. 438630e Merge tag 'tty-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 7 years ago
  79. dd95f18 Merge tag 'staging-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  80. 10cec91 Merge tag 'usb-4.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 7 years ago
  81. 89a5527 Merge tag 'for-linus-20170812' of git://git.infradead.org/linux-mtd by Linus Torvalds · 7 years ago
  82. 9a51544 mtd: blkdevs: Fix mtd block write failure by Abhishek Sahu · 7 years ago
  83. a99bcdc Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 7 years ago
  84. 043cd07 Merge tag 'for-linus-4.13b-rc5-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip by Linus Torvalds · 7 years ago
  85. afc1f55 MD: not clear ->safemode for external metadata array by Shaohua Li · 7 years ago
  86. aa69ff9 liquidio: moved ptp_enable to octeon_device structure by Intiyaz Basha · 7 years ago
  87. 159fe88 mlxsw: make mlxsw_config_profile const by Bhumika Goyal · 7 years ago
  88. 54a6a04 mISDN: Fix null pointer dereference at mISDN_FsmNew by Anton Vasilyev · 7 years ago
  89. 12acb13 nfp: send control message when MAC representors are created by Simon Horman · 7 years ago
  90. bb3afda nfp: do not update MTU from BH in flower app by Simon Horman · 7 years ago
  91. ba6ba68 wan: dscc4: convert to plain DMA API by Alexey Khoroshilov · 7 years ago
  92. 6aa2000 wan: dscc4: add checks for dma mapping errors by Alexey Khoroshilov · 7 years ago
  93. fbca164 net: stmmac: Use the right logging function in stmmac_mdio_register by Romain Perier · 7 years ago
  94. e37425c fsl/fman: implement several errata workarounds by Florinel Iordache · 7 years ago
  95. 720a847 hns3pf: Fix some harmless copy and paste bugs by Dan Carpenter · 7 years ago
  96. 9537e7c hns3pf: fix hns3_del_tunnel_port() by Dan Carpenter · 7 years ago
  97. 8bdf63b net: stmmac: dwmac-rk: Add integrated PHY supprot for rk3328 by David Wu · 7 years ago
  98. 6fa12c7 net: stmmac: dwmac-rk: Add integrated PHY support for rk3228 by David Wu · 7 years ago
  99. fecd4d7 net: stmmac: dwmac-rk: Add integrated PHY support by David Wu · 7 years ago
  100. e7aa4c0 net: stmmac: dwmac-rk: Remove unwanted code for rk3328_set_to_rmii() by David Wu · 7 years ago