History log of /freebsd/sys/dev/e1000/if_em.c (Results 501 – 513 of 513)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# eb60d221 27-Apr-2009 Jack F Vogel <jfv@FreeBSD.org>

Correct fat finger mistake


# baf2572c 27-Apr-2009 Jack F Vogel <jfv@FreeBSD.org>

Thanks for Michael Tuexen for tracking down a path where
the watchdog timer was not being rearmed in txeof, and also
a missing case in the new code.

MFC after: 2 weeks


# 1af19022 23-Apr-2009 Kip Macy <kmacy@FreeBSD.org>

fix typo


# 4b4945b6 23-Apr-2009 Kip Macy <kmacy@FreeBSD.org>

fix panic when using msix

Pointed out by Nate Whitehorn


# 173ff3e2 23-Apr-2009 Kip Macy <kmacy@FreeBSD.org>

Make sure the ALTQ case is handle correctly by using drbr_dequeue


# db90f94b 17-Apr-2009 Kip Macy <kmacy@FreeBSD.org>

call base if_qflush routine to flush if_snd


# f2502470 14-Apr-2009 Kip Macy <kmacy@FreeBSD.org>

- define em_transmit and em_qflush
- make buF_ring usage conditional but enabled by default

Reviewed by: jfv


# 9c797940 13-Apr-2009 Oleksandr Tymoshenko <gonzo@FreeBSD.org>

- Merge from HEAD


# d035aa2d 10-Apr-2009 Jack F Vogel <jfv@FreeBSD.org>

This delta syncs the em and igb drivers with Intel,
adds header split and SCTP support into the igb driver.
Various small improvements and fixes.

MFC after: 2 weeks


Revision tags: release/7.1.0_cvs, release/7.1.0
# c84f4dc8 07-Dec-2008 Andrew Thompson <thompsa@FreeBSD.org>

Restore opt_inet.h include which was lost in the last commit.


# daf9197c 27-Nov-2008 Jack F Vogel <jfv@FreeBSD.org>

This delta is primarily a fix for es2lan devices that
will sometimes fail to initialize problem due to a lock
contention with management hardware. However, in order to
deliver that fix it was necessa

This delta is primarily a fix for es2lan devices that
will sometimes fail to initialize problem due to a lock
contention with management hardware. However, in order to
deliver that fix it was necessary to take a shared code
update as a whole, and this required scattered changes in
the core code to be compatible.

The em driver now has VLAN HW support added as the igb
driver had previously.

MFC after: ASAP - in time for 7.1 RELEASE

show more ...


Revision tags: release/6.4.0_cvs, release/6.4.0
# edb04458 06-Nov-2008 Bjoern A. Zeeb <bz@FreeBSD.org>

Hide AF_INET specific ioctl handling under #ifdef INET.

MFC after: 2 months


# 8cfa0ad2 30-Jul-2008 Jack F Vogel <jfv@FreeBSD.org>

Merge of the source for igb and em into dev/e1000, this
proved to be necessary to make the static drivers work
in EITHER/OR or BOTH configurations. Modules will still
build in sys/modules/igb or em a

Merge of the source for igb and em into dev/e1000, this
proved to be necessary to make the static drivers work
in EITHER/OR or BOTH configurations. Modules will still
build in sys/modules/igb or em as before.

This also updates the igb driver for support for the 82576
adapter, adds shared code fixes, and etc....

MFC after: ASAP

show more ...


1...<<21