Age | Commit message (Expand) | Author |
2009-09-04 | Bring back support for iCH10 based chips. This time support for fiber cards | Dariusz Swiderski |
2009-08-21 | Back-out support for iCH10 chips from em(4). | Dariusz Swiderski |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-12 | revert my change to m_cluncount which tries to prevent the system | David Gwynne |
2009-08-12 | if we get dangerously low on clusters during interrupts, we need | David Gwynne |
2009-08-10 | A few more simple cases of shutdown hooks which only call xxstop, when | Theo de Raadt |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-07-27 | Split comment from lint keyword. OK dms@ | Claudio Jeker |
2009-06-26 | Support the ICH10 variants of em(4). All the work done by Dariusz Swiderski | Claudio Jeker |
2009-06-23 | Add support for the 82574L chips and the bme1000 phy which is also used on | Claudio Jeker |
2009-06-05 | tidy up promiscuous mode and multicast handling; from Brad; ok sthen@ | Christian Weisgerber |
2009-06-04 | Match em(4) against all the newer chips (82575/6) and treat them all the | Claudio Jeker |
2009-06-03 | Add support for the newer 82575 and maybe 82576 chips. The cards work more | Claudio Jeker |
2009-05-31 | doubled error messages are silly | Theo de Raadt |
2009-05-25 | Add missing letoh in em(4) vlan handling, resulting in a problem on | Stuart Henderson |
2009-01-27 | make drivers tell the mclgeti allocator what their maximum ring size is | David Gwynne |
2008-12-23 | allow us to completely exhaust the rx ring now that we handle the RXO (rx | David Gwynne |
2008-12-21 | rework the programming of the multicast addresses onto the chip to use the | David Gwynne |
2008-12-21 | use the RXO (rx overflow) interrupt to try to refill the rx ring. this lets | David Gwynne |
2008-12-15 | revert 1.20 now that the new allocator is used to control the number of | Brad Smith |
2008-12-06 | uncount clusters taken off the rx ring immediately. if those clusters were | David Gwynne |
2008-12-04 | Add initial support for the ICH9 IGP M and ICH9 IGP M AMT chipsets. | 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 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-11-26 | rework the filling of the rx ring. this switches us to having the cluster | David Gwynne |
2008-11-24 | some whitespace fixes in em_rxeof | David Gwynne |
2008-11-09 | Introduce bpf_mtap_ether(), which for the benefit of bpf listeners | Christian Weisgerber |
2008-10-28 | Some tweaks for the usage of NVLAN > 0 checks in the code. | Brad Smith |
2008-10-19 | Re-add support TX VLAN tag insertion and RX VLAN tag stripping. | Brad Smith |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-10-05 | Always update published link state even if the internal link state doesn't | Mark Kettenis |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-30 | style nits. | Brad Smith |
2008-09-24 | remove dead stores and newly created unused variables. | Charles Longeau |
2008-08-29 | Disable the use of Jumbo frames on the first generation chips (82542). | Brad Smith |
2008-07-15 | Backout rev 1.162. This change made us muck with with pci config space at | Mark Kettenis |
2008-06-15 | Don't see rx_abs_int_delay if rx_int_delay is not set. Setting | Todd C. Miller |
2008-06-08 | don't declare foo_driver_version[] strings and turn them into defines, | Reyk Floeter |
2008-06-03 | put code to print periodic debug statistics in #ifdef EM_DEBUG, shrinks | Brad Smith |
2008-05-13 | Since Ethernet links can only be full duplex or half duplex the link | Brad Smith |
2008-04-09 | dma sync the tx ring and post new packets to the chip once per call to | David Gwynne |
2008-03-02 | At the moment em_flowstatus() does not deal with fiber interfaces and | Brad Smith |
2008-03-02 | If bus_dmamap_load_mbuf() fails in em_get_buf() use m_freem() intead of | Brad Smith |
2008-02-27 | Correct the watchdog timer by moving it out from under the condition check | Brad Smith |
2008-02-20 | Add support for the Intel ICH9 chipsets. | Brad Smith |
2008-02-04 | Add PCI ids for some 82571 based multi port adapters. | Brad Smith |
2008-02-02 | Move the current flow control status code out of em_media_status() | Brad Smith |
2007-10-21 | Allow for the adjustment of the number of RX descriptors | Brad Smith |
2007-10-01 | More easy bzero() -> M_ZERO. Use 'p = malloc(sizeof(*p) ...' where | Kenneth R Westerback |