Age | Commit message (Expand) | Author |
2009-12-02 | Zap trailing whitespace. From Brad. | Stuart Henderson |
2009-11-26 | Fix an issue where 82573L based em(4) devices had long latencies on the | Dariusz Swiderski |
2009-11-26 | em_stop() removes IFF_RUNNING flag, so we should rely on the IFF_UP being set | Dariusz Swiderski |
2009-11-26 | unbrak previous | Dariusz Swiderski |
2009-11-26 | handle DV_SUSPEND and DV_RESUME | Dariusz Swiderski |
2009-11-25 | Add support for em(4) interfaces found on intel EP80579 SoC. The MAC part is | Dariusz Swiderski |
2009-10-13 | Start doing the neccessary operations in the detach function in the right order. | Theo de Raadt |
2009-10-11 | remove duplicate ierrors increment (rx_overruns gets incremented) which was | Dariusz Swiderski |
2009-10-11 | add support for ICH9 M V chipset, from brad. | Dariusz Swiderski |
2009-10-10 | Again, in detatch... call whatever disconnects our interrupt, before we | Theo de Raadt |
2009-10-09 | Must also timeout_del twice in detach()... | Theo de Raadt |
2009-10-09 | A working detach function. Has no impact on anything else in the driver. | Theo de Raadt |
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 |