| 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 | 31 | -27261/+0 |
| * | Thanks to report from Neil Hoggarth I found a missing UNLOCK in | Jack F Vogel | 2008-05-21 | 1 | -2/+13 |
| * | This small change will allow this driver in HEAD to build | Jack F Vogel | 2008-05-19 | 1 | -1/+14 |
| * | This delta has a few important items: | Jack F Vogel | 2008-04-25 | 13 | -146/+758 |
| * | This update primarily addresses the ability to have both the em | Jack F Vogel | 2008-04-02 | 24 | -1819/+1878 |
| * | 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 | 31 | -2755/+1385 |
| * | Add COHERENT to descriptor mem allocation for the | Jack F Vogel | 2007-11-28 | 1 | -1/+1 |
| * | A minor issue with lock names, WITNESS complains | Jack F Vogel | 2007-11-28 | 1 | -2/+2 |
| * | Fix for a reported panic in certain circumstances. When | Jack F Vogel | 2007-11-26 | 1 | -2/+17 |
| * | Take out em_poll() prototype from under EM_FAST_IRQ control. | Ruslan Ermilov | 2007-11-21 | 1 | -3/+4 |
| * | One nit, FAST handling is now in #ifdef's for compatibility | Jack F Vogel | 2007-11-20 | 2 | -4/+6 |
| * | Driver version 6.7.3 | Jack F Vogel | 2007-11-20 | 30 | -2657/+3220 |
| * | A number of small fixes: | Jack F Vogel | 2007-09-10 | 2 | -6/+5 |
| * | Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, which | Robert Watson | 2007-08-06 | 1 | -2/+0 |
| * | Use coherent mapping for DMA on arm. This is propably suitable for the | Olivier Houchard | 2007-07-27 | 1 | -0/+5 |
| * | Couple of the fixes needed revising. The ICH8 autoneg was still broken, | Jack F Vogel | 2007-05-31 | 1 | -15/+14 |
| * | A few small but significant fixes: | Jack F Vogel | 2007-05-30 | 2 | -63/+54 |
| * | Fix for PR 112937, thanks to Ruslan Ermilov. I am still | Jack F Vogel | 2007-05-24 | 1 | -1/+0 |
| * | Two minor fixes, keep old 82542 from using jumbo frames, and add | Jack F Vogel | 2007-05-23 | 1 | -2/+3 |
| * | Couple of changes, back down on last TSO change, instead make old | Jack F Vogel | 2007-05-17 | 2 | -8/+31 |
| * | This delta adds two bug fixes: one that makes HW Offload logic in | Jack F Vogel | 2007-05-16 | 30 | -989/+863 |
| * | Mistake in the logic deciding what adapters need | Jack F Vogel | 2007-05-11 | 1 | -1/+2 |
| * | A couple bug fixes that I've had internally at Intel. First is a long | Jack F Vogel | 2007-05-09 | 1 | -21/+31 |
| * | $FreeBSD$ tags are not compilable C code; wrap in either __FBSDID() or | Robert Watson | 2007-05-04 | 30 | -30/+105 |
| * | Merge in the new driver (6.5.0) of Intel. This has a new | Jack F Vogel | 2007-05-04 | 35 | -13647/+23277 |
| * | Revert previous change and take back a pointy hat. | Ruslan Ermilov | 2007-02-28 | 1 | -1/+1 |
| * | Fix panic on boot caused by setting up a NULL interrupt handler. | Ruslan Ermilov | 2007-02-28 | 1 | -1/+1 |
| * | o break newbus api: add a new argument of type driver_filter_t to | Paolo Pisati | 2007-02-23 | 1 | -8/+9 |
| * | remove no longer correct comment above em_read_pcie_cap_reg | Kip Macy | 2006-11-23 | 1 | -4/+0 |
| * | Move magic PCIe workaround constant to header - add appropriate comment | Kip Macy | 2006-11-23 | 2 | -1/+7 |
| * | Fix TSO support on sun4v | Kip Macy | 2006-11-23 | 1 | -8/+25 |
| * | Implement new ETHER_BPF_MTAP macro. Roll back the various changes | Christian S.J. Peron | 2006-11-18 | 1 | -70/+3 |
| * | Add MSI support to em(4), bce(4), and mpt(4). For now, we only support | John Baldwin | 2006-11-15 | 2 | -2/+12 |
| * | Instead of using the legacy if_timer/if_watchdog interface create | Gleb Smirnoff | 2006-11-09 | 2 | -26/+30 |
| * | Fix compile botch in the last panic botch fix. :( | John Baldwin | 2006-11-01 | 1 | -1/+0 |
| * | Fix botch in last commit (I tested on 6.x which doesn't have TSO): | John Baldwin | 2006-11-01 | 1 | -5/+2 |
| * | Allocate receive and transmit data structures during attach() and free them | John Baldwin | 2006-10-31 | 1 | -47/+82 |
| * | - Use callout_init_mtx() to close various callout-related races. | John Baldwin | 2006-10-31 | 1 | -18/+13 |
| * | Rework the transmit register handling. In em_encap() store index of | Gleb Smirnoff | 2006-10-31 | 2 | -33/+79 |
| * | Merge new vendor release - 6.2.9. | Gleb Smirnoff | 2006-10-31 | 5 | -727/+746 |
| * | Backout bogus checkin to HEAD | Jack F Vogel | 2006-10-28 | 5 | -1489/+1693 |
| * | This is the merge of the Intel 6.2.9 driver. It provides all new shared code, | Jack F Vogel | 2006-10-28 | 5 | -1693/+1489 |
| * | Back out rev. 1.152 as it was breaking vlan tag insertion when vlan tag | Andre Oppermann | 2006-09-29 | 1 | -0/+39 |
| * | Small style and comment adjustments. | Andre Oppermann | 2006-09-29 | 1 | -4/+6 |
| * | Remove manual vlan header insertion in em_encap(). It is unnecessary as the | Andre Oppermann | 2006-09-29 | 1 | -36/+5 |
| * | Change em_transmit_checksum_setup() to deal with already inserted vlan headers, | Andre Oppermann | 2006-09-29 | 1 | -47/+107 |
| * | Change em_tso_setup() to deal with already inserted vlan headers, IP options | Andre Oppermann | 2006-09-29 | 1 | -36/+120 |
| * | Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported. | Andre Oppermann | 2006-09-29 | 1 | -4/+4 |
| * | Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are: | Andre Oppermann | 2006-09-29 | 1 | -5/+21 |