[ethtool] branch master updated (cf0045b -> 9419925)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Mon Oct 17 04:09:55 UTC 2016


This is an automated email from the git hooks/post-receive script.

benh pushed a change to branch master
in repository ethtool.

      from  cf0045b   Prepare to release ethtool (1:4.6-1).
       new  c431e76   ethtool-copy.h:sync with net
       new  7a4c422   ethtool:Reorganizing SFF-8024 fields for SFP/QSFP
       new  a5e73bb   ethtool:QSFP Plus/QSFP28 Diagnostics Information Support
       new  ac2f96d   ethtool: Enhancing link mode bits to support 25G/50G/100G
       new  215d157   ethtool: Document new ethtool advertise speeds
       new  bb361e7   ethtool-copy.h:sync with net
       new  59a0467   ethtool: add support for 1000BaseX and missing 10G link mode
       new  6a5df83   ethtool: Document ethtool advertised speeds for 1G/10G
       new  d70e1eb   ethtool: avoid NULL pointer dereference in do_permaddr
       new  69fd6d4   ethtool: avoid resource leak of strings in do_gprivflags
       new  210ffb1   ethtool: plug resource leaks of defs and features in do_gfeatures
       new  aab2c23   ethtool: fix leakage of defs resources in do_sfeatures
       new  f237896   ethtool: fix leakage of efeatures resources in do_sfeatures
       new  ecbd5ea   ethtool: fix leakage of strings resources in do_sprivflags
       new  9674a82   ethtool: fix leakage of strings resources in get_feature_defs
       new  766a1ea   Release version 4.8.
       new  59b4bd7   Merge tag 'v4.8' into debian
       new  d2630c6   Note new upstream version in changelog
       new  5d3787b   debian/watch: Change to use HTTP-S URL
       new  9419925   Prepare to release ethtool (1:4.8-1).

The 20 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Makefile.am      |   3 +-
 NEWS             |   7 +
 configure.ac     |   2 +-
 debian/changelog |   7 +
 debian/watch     |   2 +-
 ethtool-copy.h   |  25 +-
 ethtool.8.in     |  18 +-
 ethtool.c        | 142 ++++++++--
 internal.h       |   3 +
 qsfp.c           | 788 +++++++++++++++++++++++++++++++++++++++++++++++++++++++
 qsfp.h           | 595 +++++++++++++++++++++++++++++++++++++++++
 sff-common.c     | 304 +++++++++++++++++++++
 sff-common.h     | 189 +++++++++++++
 sfpdiag.c        | 105 +-------
 sfpid.c          | 103 +-------
 15 files changed, 2069 insertions(+), 224 deletions(-)
 create mode 100644 qsfp.c
 create mode 100644 qsfp.h
 create mode 100644 sff-common.c
 create mode 100644 sff-common.h

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/ethtool.git



More information about the Kernel-svn-changes mailing list