Age | Commit message (Expand) | Author |
2013-04-16 | spelling errors; Diego Casati | Theo de Raadt |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-04-20 | remove proc.h include from uvm_map.h. This has far reaching effects, as | Ted Unangst |
2009-11-25 | Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is | Dariusz Swiderski |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-06-05 | tidy up promiscuous mode and multicast handling; from Brad; ok sthen@ | Christian Weisgerber |
2008-12-15 | revert 1.20 now that the new allocator is used to control the number of | Brad Smith |
2008-12-05 | Garbage collect now unused field in the softc struct again. | Brad Smith |
2008-12-03 | recommit the use of the new mbuf cluster allocator. | David Gwynne |
2008-11-29 | revert 1.197 if_em.c, 1.38/1.39 if_em.h, requested by dlg, until a bug | Stuart Henderson |
2008-11-28 | Garbage collect now unused field in the softc struct. | Brad Smith |
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne |
2008-07-22 | more negotation -> negotiation; ok sthen@ | Martynas Venckus |
2007-10-21 | Allow for the adjustment of the number of RX descriptors | Brad Smith |
2007-05-30 | Move the knob for the interrupt throttling register next to the knobs for | Chris Kuethe |
2006-11-18 | fix comments | Brad Smith |
2006-11-17 | Add a lower TX threshold value and use this when checking the number of | Brad Smith |
2006-11-14 | Rework the transmit register handling. In em_encap() store the index of | Brad Smith |
2006-11-10 | Pre-allocate the TX DMA maps intead of creating and destroying a DMA map | Brad Smith |
2006-11-06 | Sync up to Intel's latest FreeBSD em driver (6.2.9). Adds support | Brad Smith |
2006-09-17 | Overhaul RX path to recover from mbuf cluster allocation failure. | Brad Smith |
2006-09-17 | revert revision 1.131, the code in question was later found to not ensure | Brad Smith |
2006-08-04 | - merge em/ixgb_disable_promisc() into em/ixgb_set_promisc(). | Brad Smith |
2006-07-07 | Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds support | Brad Smith |
2006-07-05 | revert back to the older driver as this causes some breakage. | Brad Smith |
2006-07-03 | Sync up to Intel's latest FreeBSD em driver (6.0.5). Adds support | Brad Smith |
2006-03-05 | Sprinkle some tabs and a little cleaning. | Brad Smith |
2006-02-22 | For 82544 and newer chips increase the number of TX descriptors to 512. | Brad Smith |
2005-12-10 | add a shutdown function and register it with shutdownhook_establish(). | Brad Smith |
2005-12-10 | remove a bit of unused code. | Brad Smith |
2005-11-18 | PCIX -> PCI-X in a few comments | Brad Smith |
2005-11-13 | - Introduce two more stat counters, counting number of RX | Brad Smith |
2005-10-24 | Revamp interrupt handling in em(4) driver: | Brad Smith |
2005-10-21 | Remove unused global adapter linked list. | Brad Smith |
2005-10-15 | - put spl's right in the code and remove the macros | Brad Smith |
2005-07-16 | move headers and remove some FreeBSD specific stuff. | Brad Smith |
2005-07-16 | fix support for interrupt mitigation. | Brad Smith |
2005-07-02 | sync | Theo de Raadt |
2005-05-04 | remove #ifdef __OpenBSD__ | Brad Smith |
2005-03-27 | remove FreeBSD ifdef bloat. | Brad Smith |
2004-12-08 | powerhook: em_init on resume | Markus Friedl |
2004-11-16 | - Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k. | Brad Smith |
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2004-04-26 | oh we need to model check and not crank > 256 for older cards... do that later | Theo de Raadt |
2004-04-26 | this driver had 256 clusters for receive buffers. move to 512, to increase | Theo de Raadt |
2004-04-18 | Sync with FreeBSD's "em". | Henric Jungheim |
2003-06-13 | Sync with FreeBSD's "em". | Henric Jungheim |
2002-09-24 | Driver for Intel PRO/1000 gigabit ethernet adapters. | Nathan Binkert |