]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r292674
authorsbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 11 Feb 2016 16:16:10 +0000 (16:16 +0000)
committersbruno <sbruno@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Thu, 11 Feb 2016 16:16:10 +0000 (16:16 +0000)
commitec09da6755b52d9fb90d4f648b9599f7f8251c0d
tree694d2ee3865a0414e71188a2b6bf069828eb0021
parentd698ef22de8fb8da5b7e80b1a0390730140f2af4
MFC r292674
  Update ixgbe(4) to Intel FreeBSD Networking Group version 3.1.13-k.

MFC r292571 and r292697
  Add support for X552 and X550T.

MFC r293334
  Fix SFP module insertion post boot.

MFC r293338
  Fix VF handling of VLANs for Amazon Cloud.

Reviewed by: erj smh ngie jeffrey.e.pieper@intel.com
Approved by: re (marius)
Relnotes: Yes
Sponsored by: Intel Corporation and Limelight Networks
Differential Revision: https://reviews.freebsd.org/D5117

git-svn-id: svn://svn.freebsd.org/base/stable/10@295524 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
22 files changed:
sys/conf/files
sys/dev/ixgbe/if_ix.c
sys/dev/ixgbe/if_ixv.c
sys/dev/ixgbe/ix_txrx.c
sys/dev/ixgbe/ixgbe.h
sys/dev/ixgbe/ixgbe_82598.c
sys/dev/ixgbe/ixgbe_82599.c
sys/dev/ixgbe/ixgbe_api.c
sys/dev/ixgbe/ixgbe_api.h
sys/dev/ixgbe/ixgbe_common.c
sys/dev/ixgbe/ixgbe_dcb.c
sys/dev/ixgbe/ixgbe_osdep.c [moved from sys/dev/ixgbe/LICENSE with 55% similarity]
sys/dev/ixgbe/ixgbe_osdep.h
sys/dev/ixgbe/ixgbe_phy.c
sys/dev/ixgbe/ixgbe_phy.h
sys/dev/ixgbe/ixgbe_type.h
sys/dev/ixgbe/ixgbe_vf.c
sys/dev/ixgbe/ixgbe_x540.c
sys/dev/ixgbe/ixgbe_x550.c
sys/dev/ixgbe/ixgbe_x550.h
sys/modules/ix/Makefile
sys/modules/ixv/Makefile