diff mbox

ethtool: bump version to 3.12.1

Message ID 1384178326-29222-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 6d93f061eccad3b81a27e8cf02cb8b29e9dba44e
Headers show

Commit Message

Thomas Petazzoni Nov. 11, 2013, 1:58 p.m. UTC
3.12 release notes:

	* Fix: Remove alternate method to check for VLAN tag offload on Linux
	  < 2.6.37 (-k/-K options)
	* Fix: Hide state of VLAN tag offload and LRO if the kernel is too old
	  for us to reliably detect them (-k option)
	* Feature: Add register dump support for Solarflare SFC9100 family
	  (-d option)

3.12.1 release notes:

This includes a couple of changes that should have gone into 3.12.

	* Fix: Memory corruption when applying external calibration to
	  SFF-8472 module diagnostics (-m option)
	* Feature: Add Intel 82599 and x540 DCB registers to dump
	  (-d option)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/ethtool/ethtool.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Nov. 11, 2013, 2:07 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

> 3.12 release notes:
> 	* Fix: Remove alternate method to check for VLAN tag offload on Linux
> 	  < 2.6.37 (-k/-K options)
> 	* Fix: Hide state of VLAN tag offload and LRO if the kernel is too old
> 	  for us to reliably detect them (-k option)
> 	* Feature: Add register dump support for Solarflare SFC9100 family
> 	  (-d option)

> 3.12.1 release notes:

> This includes a couple of changes that should have gone into 3.12.

> 	* Fix: Memory corruption when applying external calibration to
> 	  SFF-8472 module diagnostics (-m option)
> 	* Feature: Add Intel 82599 and x540 DCB registers to dump
> 	  (-d option)

Committed, thanks.
diff mbox

Patch

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index 7c22269..32b39e8 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@ 
 #
 ################################################################################
 
-ETHTOOL_VERSION = 3.11
+ETHTOOL_VERSION = 3.12.1
 ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 ETHTOOL_LICENSE = GPLv2