summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_em.c
AgeCommit message (Expand)Author
2005-10-02spaces vs tabBrad Smith
2005-10-01remove return at the end of void function.Brad Smith
2005-09-10whitespace removal and KNFBrad Smith
2005-08-09do not set PCI_COMMAND_MASTER_ENABLE explicitly as it's already set in pcisub...Michael Shalayeff
2005-07-16move headers and remove some FreeBSD specific stuff.Brad Smith
2005-07-16fix support for interrupt mitigation.Brad Smith
2005-07-13remove white space and fix formatting for readability.Brad Smith
2005-07-07check ETHERMIN and stop calling em_init_locked() from SIOCSIFMTU ioctl.Brad Smith
2005-07-03include CRCBrad Smith
2005-07-03no need for HW VLAN tag removal so clean up some code.Brad Smith
2005-07-02clear IFF_RUNNING & IFF_OACTIVE in foo_stop() before de-allocating resources.Brad Smith
2005-07-02syncTheo de Raadt
2005-06-14at least allow the transmit checksum code to compileBrad Smith
2005-06-14fix prototypeBrad Smith
2005-06-14re-add part of rev 1.49...Brad Smith
2005-06-12Back out revs 1.48 and 1.49. Checksum offloading caused problems onTodd C. Miller
2005-06-01fix ordering of PCI devsBrad Smith
2005-05-29- better pcidevs entries for Intel Gig and add 82573 idsBrad Smith
2005-05-27allow reception of Jumbo frames by default without having to bumpBrad Smith
2005-05-23loose is not lose. ok deraadt tdeval and a few more typos from jfbTed Unangst
2005-05-07enable transmit checksum offload on all chips except 82542.Brad Smith
2005-05-07- enable transmit checksum offloadBrad Smith
2005-05-01update the maxium sendqueue size on ifconfig up; this should fix problemsMarkus Friedl
2005-04-25csum -> csum_flagsBrad Smith
2005-04-25Use ETHERTYPE_VLAN.Brad Smith
2005-04-10- Run em_local_timer() once per second instead of running it once per 2 seconds.Brad Smith
2005-04-01- remove unused function em_print_link_status() used by FreeBSDBrad Smith
2005-03-31enable receive checksum offloadBrad Smith
2005-03-27EB -> GBBrad Smith
2005-03-27remove FreeBSD ifdef bloat.Brad Smith
2005-03-26Use "struct em_softc *sc" consistently all over and uncover theBrad Smith
2005-03-16don't account packet's twice; from joel@; ok deraadt@, henning@Markus Friedl
2005-02-07em(4) doesn't use the mii layer, call if_link_state_change() directly.Ryan Thomas McBride
2005-01-17add id for Intel 82546GB dual port PCI-E adapter.Brad Smith
2005-01-15rev 1.56Brad Smith
2005-01-01my -> mayBrad Smith
2004-12-08powerhook: em_init on resumeMarkus Friedl
2004-12-08use ETHER_MAX_LENBrad Smith
2004-11-16- Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k.Brad Smith
2004-10-01Fix off-by-BAR in IO space finding.Alexander Yurchenko
2004-09-30when trying to locate the io register we must jump over memory BARs, whichJason Wright
2004-09-30magic constants... bad... this isn't linux.Jason Wright
2004-09-23don't need to set ifp->if_mtu or ifp->if_output in each driver,Brad Smith
2004-09-16Use a sane value for maxsegsz, fixes this card for alpha (PR 3920).Ryan Thomas McBride
2004-09-08typo, wrong type; cd@sentia.nlTheo de Raadt
2004-09-06add INTEL PRO_1000_GT; ok deraadtMarkus Friedl
2004-07-14allocate the full ring set, even if we are currently running with a reduced setTheo de Raadt
2004-06-18On architectures which have strict alignment, shift the entire mbuf chain byRyan Thomas McBride
2004-06-18Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(),Ryan Thomas McBride
2004-05-04Sort out the various Intel Pro/1000 IDs.Henric Jungheim