forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/gi…
…t/davem/net-next Resolve conflict between commit 264640f ("ipv6: distinguish frag queues by device for multicast and link-local packets") from the net tree and commit 029f7f3 ("netfilter: ipv6: nf_defrag: avoid/free clone operations") from the nf-next tree. Signed-off-by: Pablo Neira Ayuso <[email protected]> Conflicts: net/ipv6/netfilter/nf_conntrack_reasm.c
- Loading branch information
Showing
1,692 changed files
with
37,585 additions
and
18,054 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,6 +19,25 @@ Description: | |
Set to 0 to pad all frames. Set greater than tx_max to | ||
disable all padding. | ||
|
||
What: /sys/class/net/<iface>/cdc_ncm/ndp_to_end | ||
Date: Dec 2015 | ||
KernelVersion: 4.5 | ||
Contact: Bjørn Mork <[email protected]> | ||
Description: | ||
Boolean attribute showing the status of the "NDP to | ||
end" quirk. Defaults to 'N', except for devices | ||
already known to need it enabled. | ||
|
||
The "NDP to end" quirk makes the driver place the NDP | ||
(the packet index table) after the payload. The NCM | ||
specification does not mandate this, but some devices | ||
are known to be more restrictive. Write 'Y' to this | ||
attribute for temporary testing of a suspect device | ||
failing to work with the default driver settings. | ||
|
||
A device entry should be added to the driver if this | ||
quirk is found to be required. | ||
|
||
What: /sys/class/net/<iface>/cdc_ncm/rx_max | ||
Date: May 2014 | ||
KernelVersion: 3.16 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
What: /sys/class/net/<iface>/qmi/raw_ip | ||
Date: Dec 2015 | ||
KernelVersion: 4.4 | ||
Contact: Bjørn Mork <[email protected]> | ||
Description: | ||
Boolean. Default: 'N' | ||
|
||
Set this to 'Y' to change the network device link | ||
framing from '802.3' to 'raw-ip'. | ||
|
||
The netdev will change to reflect the link framing | ||
mode. The netdev is an ordinary ethernet device in | ||
'802.3' mode, and the driver expects to exchange | ||
frames with an ethernet header over the USB link. The | ||
netdev is a headerless p-t-p device in 'raw-ip' mode, | ||
and the driver expects to echange IPv4 or IPv6 packets | ||
without any L2 header over the USB link. | ||
|
||
Userspace is in full control of firmware configuration | ||
through the delegation of the QMI protocol. Userspace | ||
is responsible for coordination of driver and firmware | ||
link framing mode, changing this setting to 'Y' if the | ||
firmware is configured for 'raw-ip' mode. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -49,24 +49,6 @@ specified through DTS. Following are the DTS used:- | |
The device tree documentation for the keystone machines are located at | ||
Documentation/devicetree/bindings/arm/keystone/keystone.txt | ||
|
||
Known issues & workaround | ||
------------------------- | ||
|
||
Some of the device drivers used on keystone are re-used from that from | ||
DaVinci and other TI SoCs. These device drivers may use clock APIs directly. | ||
Some of the keystone specific drivers such as netcp uses run time power | ||
management API instead to enable clock. As this API has limitations on | ||
keystone, following workaround is needed to boot Linux. | ||
|
||
Add 'clk_ignore_unused' to the bootargs env variable in u-boot. Otherwise | ||
clock frameworks will try to disable clocks that are unused and disable | ||
the hardware. This is because netcp related power domain and clock | ||
domains are enabled in u-boot as run time power management API currently | ||
doesn't enable clocks for netcp due to a limitation. This workaround is | ||
expected to be removed in the future when proper API support becomes | ||
available. Until then, this work around is needed. | ||
|
||
|
||
Document Author | ||
--------------- | ||
Murali Karicheri <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 3 additions & 1 deletion
4
Documentation/devicetree/bindings/thermal/rockchip-thermal.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.