summaryrefslogtreecommitdiffstats
path: root/sys/dev/em/if_em.h
Commit message (Expand)AuthorAgeFilesLines
* Move magic PCIe workaround constant to header - add appropriate commentkmacy2006-11-231-0/+6
* Add MSI support to em(4), bce(4), and mpt(4). For now, we only supportjhb2006-11-151-0/+1
* Instead of using the legacy if_timer/if_watchdog interface createglebius2006-11-091-0/+1
* Rework the transmit register handling. In em_encap() store index ofglebius2006-10-311-1/+2
* Merge new vendor release - 6.2.9.glebius2006-10-311-8/+19
* Backout bogus checkin to HEADjfv2006-10-281-94/+76
* This is the merge of the Intel 6.2.9 driver. It provides all new shared code,jfv2006-10-281-76/+94
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-091-0/+7
* Just foward declare 'struct adapter' instead of declaring an actualjhb2006-08-311-2/+3
* Overhaul Rx path to recover from mbuf cluster allocation failure.yongari2006-08-141-1/+1
* Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.pdeuskar2006-08-031-4/+4
* Merge in new driver from Intel, version 6.0.5. It adds support forglebius2006-08-031-2/+12
* Since resetting hardware takes a very long time and results in linkyongari2006-07-201-0/+1
* - Second style(9) megacleanup.glebius2006-02-151-120/+119
* Move includes from if_em.h to if_em.c and sort them.glebius2006-02-141-40/+0
* Now that the em driver no longer needs to directly touch the scheduler, remov...scottl2006-02-041-3/+0
* Significant performance improvements for the if_em driver:scottl2006-01-111-1/+10
* busdma cleanup for em(4).yongari2005-11-211-3/+6
* - Backout last change, since it is memory overkill for a non busy host orglebius2005-11-171-4/+8
* Give a try to autoconfiguring the number of transmit and receiveglebius2005-11-101-5/+7
* - Introduce two more stat counters, counting number of RXglebius2005-11-091-1/+2
* Make em(4) work on big-endian architectures.yongari2005-11-091-14/+10
* Some more minor cleanups of em(4) driver:glebius2005-10-201-3/+0
* Revamp interrupt handling in em(4) driver:glebius2005-10-201-8/+1
* Remove bridge(4) from the tree. if_bridge(4) is a full functionalmlaier2005-09-271-1/+0
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-1/+1
* Changes to update driver with latest Intel driver version 2.1.7tackerman2005-05-261-6/+1
* Convert if_em to the new bus_dmamap_load_sg() interface. The old callbackscottl2005-01-151-6/+0
* Correct a bug in the if_em driver relating to the use of vlans withrwatson2004-11-121-0/+1
* Unbreak the build.des2004-11-111-0/+1
* Remove now-unused sysctl members.bms2004-11-111-4/+0
* Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C)pdeuskar2004-09-011-4/+15
* Add missing <sys/module.h> includesphk2004-05-301-0/+1
* - Code cleanuppdeuskar2003-11-141-0/+1
* locking fixups:sam2003-10-101-2/+6
* add lockingsam2003-09-231-2/+6
* Add support for new devices.pdeuskar2003-08-271-12/+39
* Prefer new location of pci include files (which have only been in theimp2003-08-221-2/+2
* Add facilities for tuning the "em" driver's interrupt delays withoutjdp2003-08-011-4/+11
* Correct comments to indicate that the EM_RADV and EM_TADV parametersjdp2003-07-171-2/+2
* The em(4) driver has been converted to busdma and doesn't usemux2003-07-041-5/+0
* Add support for Quad port adapterpdeuskar2003-06-051-5/+10
* - Fix breakage on PAE enabled kernelpdeuskar2003-05-031-1/+1
* - Bus DMA'fy the driverpdeuskar2003-05-021-1/+30
* Added support for 82541 and 82547 based adapters.pdeuskar2003-03-211-30/+13
* - Move to array based indexing for TX/RX descriptor/buffer managementpdeuskar2002-12-231-48/+76
* network interface driver changes:sam2002-11-141-0/+2
* - Set RS (Report Status) bit on all descriptors of a packet instead of just t...pdeuskar2002-11-081-19/+122
* Corrected license in the source files. It should say "MUST" instead of "MAY".pdeuskar2002-09-241-20/+18
* Back out TX/RX descriptor/buffer management changes from earier commit.pdeuskar2002-08-261-30/+30
OpenPOWER on IntegriCloud