Age | Commit message (Expand) | Author |
2005-05-23 | loose is not lose. ok deraadt tdeval and a few more typos from jfb | Ted Unangst |
2005-05-07 | enable transmit checksum offload on all chips except 82542. | Brad Smith |
2005-05-07 | - enable transmit checksum offload | Brad Smith |
2005-05-01 | update the maxium sendqueue size on ifconfig up; this should fix problems | Markus Friedl |
2005-04-25 | csum -> csum_flags | Brad Smith |
2005-04-25 | Use 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 FreeBSD | Brad Smith |
2005-03-31 | enable receive checksum offload | Brad Smith |
2005-03-27 | EB -> GB | Brad Smith |
2005-03-27 | remove FreeBSD ifdef bloat. | Brad Smith |
2005-03-26 | Use "struct em_softc *sc" consistently all over and uncover the | Brad Smith |
2005-03-16 | don't account packet's twice; from joel@; ok deraadt@, henning@ | Markus Friedl |
2005-02-07 | em(4) doesn't use the mii layer, call if_link_state_change() directly. | Ryan Thomas McBride |
2005-01-17 | add id for Intel 82546GB dual port PCI-E adapter. | Brad Smith |
2005-01-15 | rev 1.56 | Brad Smith |
2005-01-01 | my -> may | Brad Smith |
2004-12-08 | powerhook: em_init on resume | Markus Friedl |
2004-12-08 | use ETHER_MAX_LEN | Brad Smith |
2004-11-16 | - Added fix for 82547 which corrects an issue with Jumbo frames larger than 10k. | Brad Smith |
2004-10-01 | Fix off-by-BAR in IO space finding. | Alexander Yurchenko |
2004-09-30 | when trying to locate the io register we must jump over memory BARs, which | Jason Wright |
2004-09-30 | magic constants... bad... this isn't linux. | Jason Wright |
2004-09-23 | don't need to set ifp->if_mtu or ifp->if_output in each driver, | Brad Smith |
2004-09-16 | Use a sane value for maxsegsz, fixes this card for alpha (PR 3920). | Ryan Thomas McBride |
2004-09-08 | typo, wrong type; cd@sentia.nl | Theo de Raadt |
2004-09-06 | add INTEL PRO_1000_GT; ok deraadt | Markus Friedl |
2004-07-14 | allocate the full ring set, even if we are currently running with a reduced set | Theo de Raadt |
2004-06-18 | On architectures which have strict alignment, shift the entire mbuf chain by | Ryan Thomas McBride |
2004-06-18 | Pass MAX_JUMBO_FRAME_SIZE as the size argument of bus_dmamap_create(), | Ryan Thomas McBride |
2004-05-04 | Sort out the various Intel Pro/1000 IDs. | Henric Jungheim |
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 |
2004-04-03 | Add \n to some error messages to make dmesg looks better; ok deraadt@ | Alexander Yurchenko |
2004-02-12 | don't reset the PHY when IPs are configured; from freebsd revision 1.16 | Markus Friedl |
2003-12-09 | match a couple more models | Henning Brauer |
2003-12-04 | match new ones, ok theo | Henning Brauer |
2003-12-04 | add code to actually enable multicast reception; go-ahead from deraadt@ | Christian Weisgerber |
2003-10-13 | rx checksum offload support (based on the freebsd implementation) | Jason Wright |
2003-10-05 | Stop the chip from stripping VLAN headers (the driver | Henric Jungheim |
2003-08-23 | switch to ether_input_mbuf; krw@ testing and ok. | Federico G. Schwindt |
2003-06-29 | change a %ju (which we dont have yet) to a %lu with an argument cast | Anil Madhavapeddy |
2003-06-13 | Sync with FreeBSD's "em". | Henric Jungheim |
2003-06-13 | Add/fix some PCI ids for Intel gig hardware. pcidevs diff from henric@. | Brad Smith |
2003-02-27 | print out the ethernet address in the dmesg. | Nathan Binkert |
2002-12-18 | fix memory leak when downing an interface. | Nathan Binkert |
2002-11-26 | 1000baseTX -> 1000baseT | Nathan Binkert |
2002-11-26 | use pci_matchbyid | Nathan Binkert |
2002-11-22 | nate, why is it that for every single ethernet driver you merge into the | Theo de Raadt |
2002-09-25 | #if NVLAN > 0 around vlan portions of code | Nathan Binkert |