]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'sfc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc
authorDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 02:19:42 +0000 (21:19 -0500)
committerDavid S. Miller <davem@davemloft.net>
Wed, 11 Dec 2013 02:19:42 +0000 (21:19 -0500)
commit2ec45988938b5a4a6ebcd9c0b995a7d6bbc8afa8
treeaea353293cb6dd720813f0f7259ce7dd6f7eba07
parent2bbcd28348f348c60c10ce55e6db5957bebf1bc6
parente0a72b7ad61b33430a19887e568bab4990791e11
Merge branch 'sfc-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc

Ben Hutchings says:

====================
Several fixes for the PTP hardware support added in 3.7:
1. Fix filtering of PTP packets on the TX path to be robust against bad
header lengths.
2. Limit logging on the RX path in case of a PTP packet flood, partly
from Laurence Evans.
3. Disable PTP hardware when the interface is down so that we don't
receive RX timestamp events, from Alexandre Rames.
4. Maintain clock frequency adjustment when a time offset is applied.

Also fixes for the SFC9100 family support added in 3.12:
5. Take the RX prefix length into account when applying NET_IP_ALIGN,
from Andrew Rybchenko.
6. Work around a bug that breaks communication between the driver and
firmware, from Robert Stonehouse.

Please also queue these up for the appropriate stable branches.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>