Age | Commit message (Expand) | Author |
2012-11-29 | Remove setting an initial assumed baudrate upon driver attach which is not | Brad Smith |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2012-03-28 | Take some additional steps needed to make the PHY on EC Ultra/8056 | Jonathan Gray |
2011-06-22 | kill a few more casts that aren't helpful. ok krw miod | Ted Unangst |
2011-04-03 | use nitems(); no binary change for drivers that are compiled on amd64. | Jasper Lievisse Adriaanse |
2010-11-17 | Add support for Marvell 88E8059, found in HP mini 5102. | Kevin Lo |
2010-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-09-12 | Add some missing bus_dmamap_sync(). Fix a small whitespace problem while | Mark Kettenis |
2010-08-31 | Add DVACT_QUIECE support. This is called before splhigh() and before | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2010-01-09 | Remove typo and magic numbers from #if 0'd block, from Brad. | Stuart Henderson |
2009-12-18 | More device id ordering, from Brad | Stuart Henderson |
2009-12-17 | Device id ordering, from Brad | Stuart Henderson |
2009-11-26 | Only re-initialise interfaces on suspend if they were IFF_RUNNING. | Mark Kettenis |
2009-11-24 | Thoroughly reset the chip upon suspend and give the PHY a chance to | Mark Kettenis |
2009-11-24 | for MCLGETI to work correctly drivers need to first dequeue all available | Claudio Jeker |
2009-11-24 | msk_newbuf() had an off by one when putting the packet onto the cluster | Claudio Jeker |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-10-04 | Correctly store the tag results from bus_dmamem_alloc() so that the | Theo de Raadt |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-08-09 | MCLGETI() will now allocate a mbuf header if it is not provided, thus | Theo de Raadt |
2009-03-29 | Bypass macsec on extreme/supreme based chips. | Jonathan Gray |
2009-03-29 | Remove holdover XMAC II writes/reads inherited from sk as | Jonathan Gray |
2009-03-27 | add definitions for more yukon 2 revisions found in linux driver | Jonathan Gray |
2009-03-23 | Switch msk(4) over to using MCLGETI when allocating mbufs for the RX ring. | Mark Kettenis |
2009-03-23 | Prevent null pointer dereference that could happen when we process an RX | Mark Kettenis |
2009-03-16 | 88E8057 is a Yukon 2 Ultra 2, and this might make it work on a little | Theo de Raadt |
2009-02-22 | Make Yukon-2 FE+ (88E8040, 88E8042) work. | Mark Kettenis |
2008-11-28 | Eliminate the redundant bits of code for MTU and multicast handling | Brad Smith |
2008-10-14 | Change m_devget()'s outdated and unused "offset" argument: It is | Christian Weisgerber |
2008-10-02 | First step towards cleaning up the Ethernet driver ioctl handling. | Brad Smith |
2008-09-10 | Convert timeout_add() calls using multiples of hz to timeout_add_sec() | Bret Lambert |
2008-06-21 | add Marvell Yukon PCI id for the 88E8040T chipset. | Brad Smith |
2008-05-23 | Simplify the combination use of pci_mapreg_type()/pci_mapreg_map() as | Brad Smith |
2008-03-02 | Change some spaces to tabs in the transmit functions. | Brad Smith |
2008-02-03 | - add Marvell Yukon PCI ids for a second 88E8055 chipset and the 88E8075 chip... | Brad Smith |
2007-11-25 | Make msk(4) detachable. | Mark Kettenis |
2007-11-14 | add the Marvell 88E8042 and 88E8072 PCI ids. | Brad Smith |
2007-10-02 | add initial support for the Marvell PCIe Yukon FE+ Fast Ethernet chipsets. | Brad Smith |
2007-09-17 | Remove an unused function msk_setfilt() which was copied from sk(4) and is | Brad Smith |
2007-06-27 | Shrink code by not using __inline without static; like we did for sk(4). | Mark Kettenis |
2007-06-01 | Only probe phy's at address 0; gets rid of bogus phy's on the | Mark Kettenis |
2007-05-26 | separate the attach information from the status information with a colon. | Reyk Floeter |
2007-05-22 | %z in printf(9) is not the same as %z in printf(3). Change to %lu | Ray Lai |
2007-05-14 | Properly wrap mii_tick() up in splnet(). | Jonathan Gray |
2007-05-12 | Take alignment restrictions into account when setting up RAM buffer addresses. | Mark Kettenis |
2007-02-26 | This fixes the function names printed in the panic strings so that | Todd T. Fries |
2007-02-13 | Fix typo. Spotted by brad@. | Mark Kettenis |
2007-02-12 | Avoid unnecessary resets. This should make fiber 88E8021/22 work completely. | Mark Kettenis |
2007-02-11 | Add support for fiber on 88E8021/22. | Mark Kettenis |