aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/em/if_em.h
Commit message (Expand)AuthorAgeFilesLines
* Merge of the source for igb and em into dev/e1000, thisJack F Vogel2008-07-301-489/+0
* This delta has a few important items:Jack F Vogel2008-04-251-32/+77
* This update primarily addresses the ability to have both the emJack F Vogel2008-04-021-3/+0
* Need to add define of FAST interrupts as defaultJack F Vogel2008-02-291-0/+3
* This change introduces a split to the Intel E1000 driver, now rather thanJack F Vogel2008-02-291-28/+32
* A minor issue with lock names, WITNESS complainsJack F Vogel2007-11-281-2/+2
* One nit, FAST handling is now in #ifdef's for compatibilityJack F Vogel2007-11-201-1/+6
* Driver version 6.7.3Jack F Vogel2007-11-201-12/+24
* A number of small fixes:Jack F Vogel2007-09-101-1/+0
* Couple of changes, back down on last TSO change, instead make oldJack F Vogel2007-05-171-0/+2
* This delta adds two bug fixes: one that makes HW Offload logic inJack F Vogel2007-05-161-15/+3
* $FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() orRobert Watson2007-05-041-1/+4
* Merge in the new driver (6.5.0) of Intel. This has a newJack F Vogel2007-05-041-80/+77
* Move magic PCIe workaround constant to header - add appropriate commentKip Macy2006-11-231-0/+6
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportJohn Baldwin2006-11-151-0/+1
* Instead of using the legacy if_timer/if_watchdog interface createGleb Smirnoff2006-11-091-0/+1
* Rework the transmit register handling. In em_encap() store index ofGleb Smirnoff2006-10-311-1/+2
* Merge new vendor release - 6.2.9.Gleb Smirnoff2006-10-311-8/+19
* Backout bogus checkin to HEADJack F Vogel2006-10-281-94/+76
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,Jack F Vogel2006-10-281-76/+94
* Add support for TSO. Thanks to Andre for adding support in the stackPrafulla Deuskar2006-09-091-0/+7
* Just foward declare 'struct adapter' instead of declaring an actualJohn Baldwin2006-08-311-2/+3
* Overhaul Rx path to recover from mbuf cluster allocation failure.Pyun YongHyeon2006-08-141-1/+1
* Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.Prafulla Deuskar2006-08-031-4/+4
* Merge in new driver from Intel, version 6.0.5. It adds support forGleb Smirnoff2006-08-031-2/+12
* Since resetting hardware takes a very long time and results in linkPyun YongHyeon2006-07-201-0/+1
* - Second style(9) megacleanup.Gleb Smirnoff2006-02-151-120/+119
* Move includes from if_em.h to if_em.c and sort them.Gleb Smirnoff2006-02-141-40/+0
* Now that the em driver no longer needs to directly touch the scheduler, remov...Scott Long2006-02-041-3/+0
* Significant performance improvements for the if_em driver:Scott Long2006-01-111-1/+10
* busdma cleanup for em(4).Pyun YongHyeon2005-11-211-3/+6
* - Backout last change, since it is memory overkill for a non busy host orGleb Smirnoff2005-11-171-4/+8
* Give a try to autoconfiguring the number of transmit and receiveGleb Smirnoff2005-11-101-5/+7
* - Introduce two more stat counters, counting number of RXGleb Smirnoff2005-11-091-1/+2
* Make em(4) work on big-endian architectures.Pyun YongHyeon2005-11-091-14/+10
* Some more minor cleanups of em(4) driver:Gleb Smirnoff2005-10-201-3/+0
* Revamp interrupt handling in em(4) driver:Gleb Smirnoff2005-10-201-8/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalMax Laier2005-09-271-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+1
* Changes to update driver with latest Intel driver version 2.1.7Tony Ackerman2005-05-261-6/+1
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackScott Long2005-01-151-6/+0
* Correct a bug in the if_em driver relating to the use of vlans withRobert Watson2004-11-121-0/+1
* Unbreak the build.Dag-Erling Smørgrav2004-11-111-0/+1
* Remove now-unused sysctl members.Bruce M Simpson2004-11-111-4/+0
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)Prafulla Deuskar2004-09-011-4/+15
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* - Code cleanupPrafulla Deuskar2003-11-141-0/+1
* locking fixups:Sam Leffler2003-10-101-2/+6
* add lockingSam Leffler2003-09-231-2/+6
* Add support for new devices.Prafulla Deuskar2003-08-271-12/+39