[PATCH 2/2] net: ethernet: octeon: use phy_ethtool_{get|set}_link_ksettings

2016-07-15 Thread Philippe Reynes
There are two generics functions phy_ethtool_{get|set}_link_ksettings, so we can use them instead of defining the same code in the driver. There was a check on CAP_NET_ADMIN in cvm_oct_set_settings, but this check is already done in dev_ethtool, so no need to repeat it before calling the generic f

[PATCH 1/2] net: ethernet: octeon: use phydev from struct net_device

2016-07-15 Thread Philippe Reynes
The private structure contain a pointer to phydev, but the structure net_device already contain such pointer. So we can remove the pointer phydev in the private structure, and update the driver to use the one contained in struct net_device. Signed-off-by: Philippe Reynes --- drivers/staging/octe

Re: [RFC] rfkill: Add new ACPI device for Realtek serial BT

2016-07-15 Thread Marcel Holtmann
Hi Larry, > The Realtek RTL8723BS chips, which are connected via SDIO, also contain > a serial Bluetooth device. In order for BT to work, the device must be > added to the acpi_device_id table. > > Signed-off-by: Larry Finger > --- > > I have no idea if this device should be added here, or if t

[RFC] rfkill: Add new ACPI device for Realtek serial BT

2016-07-15 Thread Larry Finger
The Realtek RTL8723BS chips, which are connected via SDIO, also contain a serial Bluetooth device. In order for BT to work, the device must be added to the acpi_device_id table. Signed-off-by: Larry Finger --- I have no idea if this device should be added here, or if the device could be added to

[PATCH v17 net-next 1/1] hv_sock: introduce Hyper-V Sockets

2016-07-15 Thread Dexuan Cui
Hyper-V Sockets (hv_sock) supplies a byte-stream based communication mechanism between the host and the guest. It's somewhat like TCP over VMBus, but the transportation layer (VMBus) is much simpler than IP. With Hyper-V Sockets, applications between the host and the guest can talk to each other d

[PATCH v17 net-next 0/1] introduce Hyper-V VM Sockets(hv_sock)

2016-07-15 Thread Dexuan Cui
Hyper-V Sockets (hv_sock) supplies a byte-stream based communication mechanism between the host and the guest. It's somewhat like TCP over VMBus, but the transportation layer (VMBus) is much simpler than IP. With Hyper-V Sockets, applications between the host and the guest can talk to each other d