Age | Commit message (Expand) | Author |
2014-08-26 | Revert part of the if_rxr diff that incorrectly moves RX ring tail | Mike Belopuhov |
2014-07-13 | Some reallocarray() use; review Jean-Philippe Ouellet, patrick keshishian | Theo de Raadt |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-07-08 | cut things that relied on mclgeti for rx ring accounting/restriction over | David Gwynne |
2014-07-08 | bus_dmamap_sync the rx ring once per em_rxeof call, rather than for every | David Gwynne |
2014-07-08 | in em_rxeof, when the ifp stack var is declared its initted to the | David Gwynne |
2014-07-08 | em_rxeof is only called from em_intr, and only if IFF_RUNNING is | David Gwynne |
2014-07-07 | if em encounters a heavilty fragmented packet, it can (will) stall the | David Gwynne |
2014-06-11 | em(4) receives jumbos by chaining its MCLBYTES sized descriptors | David Gwynne |
2014-03-10 | match on 82580 quad fiber and add untested support for | Jonathan Gray |
2014-03-10 | match on more i217/i218 variants | Jonathan Gray |
2014-02-22 | basic i210/i211 support (improved after looking at gollo@ i210 diff on misc) | Chris Cappuccio |
2014-02-17 | Add initial support for i354 MAC and M88E1543 PHY. | Jonathan Gray |
2013-12-28 | The few network drivers that called their children's (ie. mii PHY | Theo de Raadt |
2013-12-06 | Add a DVACT_WAKEUP op to the *_activate() API. This is called after the | Theo de Raadt |
2013-11-27 | use a macro when testing for an ich8 family mac type | Jonathan Gray |
2013-11-21 | Initial support for the integrated Lynx Point and Lynx Point LP Ethernet | Jonathan Gray |
2013-11-15 | Nathan Wheeler has an em which lacks a prom. Rather than fail when no | Theo de Raadt |
2013-10-19 | Enable TX checksum offload; from brad@ with input from mikeb@. | Christian Weisgerber |
2013-01-27 | Correct the PBA size used for PCH adapters (26KB). | Brad Smith |
2012-11-28 | - Use IF_Gbps(1) instead of IF_Mbps(1000) | Brad Smith |
2012-08-16 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-08-16 | revert previous; wrong diff | Mike Belopuhov |
2012-08-15 | we're not going to loop in rxeof here as well so remove the leftovers | Mike Belopuhov |
2012-05-17 | Add support for i350 based devices, based in part on Intel code | Jonathan Gray |
2012-05-14 | trigger tx start routine when link goes up to prevent a lockup | Mike Belopuhov |
2012-02-15 | 82571/82572 do not properly set byte enables 2 and 3 on MSI | Jonathan Gray |
2011-10-05 | Add the remaining parts of support for 82580 based devices such as | Jonathan Gray |
2011-08-30 | Don't OR the VID, we want the whole TCI, this makes vlanprio (PCP/CF) | Christiano F. Haesbaert |
2011-07-05 | Stupid driver makes a copy of struct pci_attach_args. Make sure we clear | Mark Kettenis |
2011-06-16 | Enable MSI on newish PCIe hardware, essentially everything handled by the Linux | Mark Kettenis |
2011-06-03 | Fix em_write_pci_cfg() and em_read_pci_cfg() to avoid unaligned access, and | Mark Kettenis |
2011-04-22 | Add support for PCH2 (Sandy Bridge) MAC with 82579 PHY. | Jonathan Gray |
2011-04-14 | the mechanical part of 82580 support, more to come | Jonathan Gray |
2011-04-13 | modify the interrupt handler so it only processes the rings once, | David Gwynne |
2011-04-05 | We only use the io space in em_reset_hw() on a few MAC types | Jonathan Gray |
2011-04-05 | mechanic rename M_{TCP|UDP}V4_CSUM_OUT -> M_{TCP|UDP}_CSUM_OUT | Henning Brauer |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2011-03-09 | HW stats debugging via ifconfig emX debug instead of | Marco Pfatschbacher |
2011-02-13 | Do not compile statistics counters code if defined(SMALL_KERNEL). Makes i386 | Miod Vallat |
2010-09-19 | add support for 82583V. Confirmed to work on Portwell CAD-0205. | YASUOKA Masahiko |
2010-09-07 | remove the powerhook code. All architectures now use the ca_activate tree | Theo de Raadt |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-08-27 | Have the em powerhook call the activate function, which does a way better | Theo de Raadt |
2010-08-08 | Make sure hw.revision_id gets initialized before it's used by em_set_mac_type() | Mark Kettenis |
2010-08-04 | Correct a problem reported by Holger Mikolon that turns out to be | Jonathan Gray |
2010-08-03 | Disable hardware VLAN stripping/insertion on 8257[56] for now. While | Jonathan Gray |
2010-07-26 | Make sure we stop DMA before suspend instead of doing it as the first thing | Mark Kettenis |
2010-06-28 | Initial 82578 support from Mike Belopuhov. | Jonathan Gray |
2010-06-27 | More PCH/82577 bits from FreeBSD, this does not include | Jonathan Gray |