Age | Commit message (Expand) | Author |
2015-10-29 | fix newlines on an error message | Jonathan Gray |
2015-10-25 | arp_ifinit() is no longer needed. | Martin Pieuchot |
2015-10-08 | Call em_start() when we detect a link state change such that packets start | Mark Kettenis |
2015-10-06 | Make sure that tx_buffer->next_eop is properly set before we bump the number | Mark Kettenis |
2015-09-30 | Run the tx completion path without the kernel held. This makes the | Mark Kettenis |
2015-09-19 | Avoid using a mutex in the rx completion path. Instead rely on | Mark Kettenis |
2015-09-11 | Make room for media types of the future. Extend the ifmedia word to 64 bits. | Stefan Sperling |
2015-09-01 | Use the correct free(9) size for the RX ring. | Martin Pieuchot |
2015-09-01 | sizes for free(), mostly related to firmwares. | Theo de Raadt |
2015-08-26 | Get rid if em_align. This approach used to make sense, but now that the | Mark Kettenis |
2015-08-21 | Run the part of the interrupt handler that does rx completion without holding | Mark Kettenis |
2015-06-24 | Increment if_ipackets in if_input(). | Martin Pieuchot |
2015-06-04 | Add support for em(4) on Teak 3020, a Tolopai (EP80579) | Dariusz Swiderski |
2015-05-12 | Make sure the rx ring lwm is set to at least 4. As far as we know, all | Mark Kettenis |
2015-05-12 | The i211 does not support an external EEPROM only a OTP | Jonathan Gray |
2015-02-11 | Disable the L1 ASPM link state to workaround errata with the | Brad Smith |
2015-02-11 | Disable the L0S and L1 ASPM link states to workaround errata with the | Brad Smith |
2015-02-09 | tweak the new if_input function so it takes an mbuf_list instead | David Gwynne |
2015-02-08 | Convert to if_input(). | Martin Pieuchot |
2015-01-28 | - Add PCH2 and PCH LPT to the list of chips capable of only 9K jumbos. | Brad Smith |
2014-12-22 | unifdef INET | Ted Unangst |
2014-11-19 | Copy over some recent commits from ix(4).. | Brad Smith |
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 |