-
- Downloads
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/net-queue
Jeff Kirsher says:
====================
Intel Wired LAN Driver Updates 2015-12-03
This series contains updates to ixgbe, i40e/i40evf, MAINTAINERS and e100.txt
Alex provides a fix for ixgbe where enabling SR-IOV and then bringing the
interface up was resulting in the PF MAC addresses getting into a bad state.
The workaround for this issue is to bring up the interface first and then
enable SR-IOV as this will trigger the reset in the existing code.
I clean up legacy license stuff in the e100.txt documentation and then
update the maintainers/reviewers list for our drivers.
Jesse fixes an issue with the i40e/i40evf drivers, where if the driver were
to happen to have a mutex held while the i40e_init_adminq() call was called,
the init_adminq might inadvertently call mutex_init on a lock that was held
which is a violation of the calling semantices.
====================
Signed-off-by:
David S. Miller <davem@davemloft.net>
No related branches found
No related tags found
Showing
- Documentation/networking/e100.txt 0 additions, 14 deletionsDocumentation/networking/e100.txt
- MAINTAINERS 1 addition, 1 deletionMAINTAINERS
- drivers/net/ethernet/intel/i40e/i40e_adminq.c 0 additions, 6 deletionsdrivers/net/ethernet/intel/i40e/i40e_adminq.c
- drivers/net/ethernet/intel/i40e/i40e_main.c 10 additions, 1 deletiondrivers/net/ethernet/intel/i40e/i40e_main.c
- drivers/net/ethernet/intel/i40evf/i40e_adminq.c 0 additions, 6 deletionsdrivers/net/ethernet/intel/i40evf/i40e_adminq.c
- drivers/net/ethernet/intel/i40evf/i40evf_main.c 10 additions, 0 deletionsdrivers/net/ethernet/intel/i40evf/i40evf_main.c
- drivers/net/ethernet/intel/ixgbe/ixgbe_main.c 3 additions, 0 deletionsdrivers/net/ethernet/intel/ixgbe/ixgbe_main.c
Loading
Please register or sign in to comment