summaryrefslogtreecommitdiffstats
path: root/sys/dev/em
Commit message (Expand)AuthorAgeFilesLines
* Only advertize IFCAP_TSO4 capabilities. IPv6 is not yet supported.andre2006-09-291-4/+4
* Handle all error cases from bus_dmamap_load_mbuf_sg(). Those are:andre2006-09-291-5/+21
* Move the initialization of the hardware capabilities in em_init_locked()andre2006-09-211-8/+12
* Don't forget to add curly braces when doing more than one line of actionsandre2006-09-181-1/+2
* Move ethernet VLAN tags from mtags to its own mbuf packet header fieldandre2006-09-171-12/+7
* Fix issues found by Coverity (223392, 223393) due to TSO additionspdeuskar2006-09-111-2/+4
* Fix style(9) issues in the TSO specific changes.pdeuskar2006-09-101-154/+152
* Second attempt at fixing module buildpdeuskar2006-09-091-1/+1
* Fix build breakage while compiling em as a module.pdeuskar2006-09-091-0/+1
* Add support for TSO. Thanks to Andre for adding support in the stackpdeuskar2006-09-092-29/+203
* add a newbus method for obtaining the bus's bus_dma_tag_t... This isjmg2006-09-031-3/+3
* Comment tweaks.jhb2006-09-011-2/+2
* - Use pci_enable_busmaster() and pci_enable_io() to update the commandjhb2006-09-011-11/+5
* Add locking to the ifmedia callouts.jhb2006-09-011-2/+8
* Fix my error in rev. 1.109.glebius2006-09-011-2/+2
* Just foward declare 'struct adapter' instead of declaring an actualjhb2006-08-311-2/+3
* Compare the correct field against NULL when determining whether or not tojhb2006-08-311-1/+1
* It seems that em(4) misses Tx completion interrupts under certainyongari2006-08-221-0/+12
* Don't update Rx descriptor status in two different functions.yongari2006-08-161-9/+8
* Change hardcoded and incorrect number with correct define. This change is aglebius2006-08-141-1/+1
* Make em(4) handle too many fragmented frame with m_defrag(9).yongari2006-08-141-12/+33
* Overhaul Rx path to recover from mbuf cluster allocation failure.yongari2006-08-142-48/+69
* Apply alignment fixup only when programmed frame size is greater thanyongari2006-08-141-3/+3
* Merge in new driver from Intel, version 6.1.4. It adds support forglebius2006-08-113-49/+64
* 10/100 PHY shouldn't support gigabit media types.pdeuskar2006-08-091-3/+6
* Commit the results of the typo hunt by Darren Pilgrim.yar2006-08-041-1/+1
* Revert back changes to made in rev 1.109 of if_em.c which were unnecessary.pdeuskar2006-08-032-978/+978
* Merge in new driver from Intel, version 6.0.5. It adds support forglebius2006-08-036-803/+2792
* Prepending an mbuf after loading a DMA map results in unexpectedyongari2006-07-271-31/+28
* Nuke invalid use of BUS_DMA_ALLOCNOW.yongari2006-07-271-1/+1
* Make sure to use the same DMA map in DMA map load/unload operationsyongari2006-07-271-5/+8
* Since resetting hardware takes a very long time and results in linkyongari2006-07-202-9/+30
* Protect EEPROM access with the driver lock.yongari2006-07-201-1/+2
* Honor IFF_DRV_OACTIVE in em_start_locked().yongari2006-07-201-0/+3
* The procedure of raceless switching between polling mode andglebius2006-06-061-105/+102
* Fix static array overrun.glebius2006-05-171-1/+1
* Bring back arm-specific workaround from rev 1.15:cognet2006-04-131-0/+2
* Restore accidentially removed rev. 1.3glebius2006-04-071-0/+2
* Merge in new driver from Intel, version 5.1.5. Adds support for someglebius2006-04-065-331/+1478
* Back out 1.112,1.113. I don't have enough resources to fix breakagesglebius2006-02-221-1/+7
* Fix fallout from last commit - we need to program the MAC address in em_init().glebius2006-02-151-0/+1
* em_hardware_init() in em_init() is not needed, and leads to annoyingglebius2006-02-151-7/+0
* Set ifp->if_baudrate according to current speed.glebius2006-02-151-2/+2
* - Rename em_print_link_status() to em_update_link_status().glebius2006-02-151-42/+9
* - Second style(9) megacleanup.glebius2006-02-153-1773/+1628
* Move includes from if_em.h to if_em.c and sort them.glebius2006-02-142-40/+37
* Fix two important typos in watchdog handling:glebius2006-02-091-2/+2
* Since em(4) taskqueue is a new network context, we need to conditionallyglebius2006-02-071-1/+2
* Now that the em driver no longer needs to directly touch the scheduler, remov...scottl2006-02-041-3/+0
* This driver can do hardware VLAN tagging + checksum offloading.glebius2006-01-301-2/+3
OpenPOWER on IntegriCloud