]> 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)
commitf38a1b238f1cfbd4f5ade8e3b448a49f8a9f3f1a
treeaea353293cb6dd720813f0f7259ce7dd6f7eba07
parentaa468c7eadd2ae569fa58d42f1f2216efab3cbd8
parent5128222a24bede6a4baed6fdc3f0cb3be35092df
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>