| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge of the source for igb and em into dev/e1000, this | Jack F Vogel | 2008-07-30 | 1 | -489/+0 |
| * | This delta has a few important items: | Jack F Vogel | 2008-04-25 | 1 | -32/+77 |
| * | This update primarily addresses the ability to have both the em | Jack F Vogel | 2008-04-02 | 1 | -3/+0 |
| * | Need to add define of FAST interrupts as default | Jack F Vogel | 2008-02-29 | 1 | -0/+3 |
| * | This change introduces a split to the Intel E1000 driver, now rather than | Jack F Vogel | 2008-02-29 | 1 | -28/+32 |
| * | A minor issue with lock names, WITNESS complains | Jack F Vogel | 2007-11-28 | 1 | -2/+2 |
| * | One nit, FAST handling is now in #ifdef's for compatibility | Jack F Vogel | 2007-11-20 | 1 | -1/+6 |
| * | Driver version 6.7.3 | Jack F Vogel | 2007-11-20 | 1 | -12/+24 |
| * | A number of small fixes: | Jack F Vogel | 2007-09-10 | 1 | -1/+0 |
| * | Couple of changes, back down on last TSO change, instead make old | Jack F Vogel | 2007-05-17 | 1 | -0/+2 |
| * | This delta adds two bug fixes: one that makes HW Offload logic in | Jack F Vogel | 2007-05-16 | 1 | -15/+3 |
| * | $FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() or | Robert Watson | 2007-05-04 | 1 | -1/+4 |
| * | Merge in the new driver (6.5.0) of Intel. This has a new | Jack F Vogel | 2007-05-04 | 1 | -80/+77 |
| * | Move magic PCIe workaround constant to header - add appropriate comment | Kip Macy | 2006-11-23 | 1 | -0/+6 |
| * | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | John Baldwin | 2006-11-15 | 1 | -0/+1 |
| * | Instead of using the legacy if_timer/if_watchdog interface create | Gleb Smirnoff | 2006-11-09 | 1 | -0/+1 |
| * | Rework the transmit register handling. In em_encap() store index of | Gleb Smirnoff | 2006-10-31 | 1 | -1/+2 |
| * | Merge new vendor release - 6.2.9. | Gleb Smirnoff | 2006-10-31 | 1 | -8/+19 |
| * | Backout bogus checkin to HEAD | Jack F Vogel | 2006-10-28 | 1 | -94/+76 |
| * | This is the merge of the Intel 6.2.9 driver. It provides all new shared code, | Jack F Vogel | 2006-10-28 | 1 | -76/+94 |
| * | Add support for TSO. Thanks to Andre for adding support in the stack | Prafulla Deuskar | 2006-09-09 | 1 | -0/+7 |
| * | Just foward declare 'struct adapter' instead of declaring an actual | John Baldwin | 2006-08-31 | 1 | -2/+3 |
| * | Overhaul Rx path to recover from mbuf cluster allocation failure. | Pyun YongHyeon | 2006-08-14 | 1 | -1/+1 |
| * | Revert back changes to made in rev 1.109 of if_em.c which were unnecessary. | Prafulla Deuskar | 2006-08-03 | 1 | -4/+4 |
| * | Merge in new driver from Intel, version 6.0.5. It adds support for | Gleb Smirnoff | 2006-08-03 | 1 | -2/+12 |
| * | Since resetting hardware takes a very long time and results in link | Pyun YongHyeon | 2006-07-20 | 1 | -0/+1 |
| * | - Second style(9) megacleanup. | Gleb Smirnoff | 2006-02-15 | 1 | -120/+119 |
| * | Move includes from if_em.h to if_em.c and sort them. | Gleb Smirnoff | 2006-02-14 | 1 | -40/+0 |
| * | Now that the em driver no longer needs to directly touch the scheduler, remov... | Scott Long | 2006-02-04 | 1 | -3/+0 |
| * | Significant performance improvements for the if_em driver: | Scott Long | 2006-01-11 | 1 | -1/+10 |
| * | busdma cleanup for em(4). | Pyun YongHyeon | 2005-11-21 | 1 | -3/+6 |
| * | - Backout last change, since it is memory overkill for a non busy host or | Gleb Smirnoff | 2005-11-17 | 1 | -4/+8 |
| * | Give a try to autoconfiguring the number of transmit and receive | Gleb Smirnoff | 2005-11-10 | 1 | -5/+7 |
| * | - Introduce two more stat counters, counting number of RX | Gleb Smirnoff | 2005-11-09 | 1 | -1/+2 |
| * | Make em(4) work on big-endian architectures. | Pyun YongHyeon | 2005-11-09 | 1 | -14/+10 |
| * | Some more minor cleanups of em(4) driver: | Gleb Smirnoff | 2005-10-20 | 1 | -3/+0 |
| * | Revamp interrupt handling in em(4) driver: | Gleb Smirnoff | 2005-10-20 | 1 | -8/+1 |
| * | Remove bridge(4) from the tree. if_bridge(4) is a full functional | Max Laier | 2005-09-27 | 1 | -1/+0 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -1/+1 |
| * | Changes to update driver with latest Intel driver version 2.1.7 | Tony Ackerman | 2005-05-26 | 1 | -6/+1 |
| * | Convert if_em to the new bus_dmamap_load_sg() interface. The old callback | Scott Long | 2005-01-15 | 1 | -6/+0 |
| * | Correct a bug in the if_em driver relating to the use of vlans with | Robert Watson | 2004-11-12 | 1 | -0/+1 |
| * | Unbreak the build. | Dag-Erling Smørgrav | 2004-11-11 | 1 | -0/+1 |
| * | Remove now-unused sysctl members. | Bruce M Simpson | 2004-11-11 | 1 | -4/+0 |
| * | Added support for Intel PRO/1000 GT Desktop Adapter(Device ID 8086 107C) | Prafulla Deuskar | 2004-09-01 | 1 | -4/+15 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | - Code cleanup | Prafulla Deuskar | 2003-11-14 | 1 | -0/+1 |
| * | locking fixups: | Sam Leffler | 2003-10-10 | 1 | -2/+6 |
| * | add locking | Sam Leffler | 2003-09-23 | 1 | -2/+6 |
| * | Add support for new devices. | Prafulla Deuskar | 2003-08-27 | 1 | -12/+39 |