Age | Commit message (Expand) | Author |
2014-12-22 | unifdef INET | Ted Unangst |
2014-08-20 | brad said i had some whitespace screwups in my previous diff. this cleans | David Gwynne |
2014-08-20 | replace sks jumbo allocator with MCLGETI. the system provides jumbos in | David Gwynne |
2014-07-22 | Fewer <netinet/in_systm.h> | Martin Pieuchot |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2014-04-19 | kill checksum offloading in sk. | Henning Brauer |
2013-12-28 | Sync activate code sequnces to if_msk.c as much as possible, in case | Theo de Raadt |
2013-08-21 | get rid of the copy argument in m_devget that let you provide an | David Gwynne |
2013-08-07 | Most network drivers include netinet/in_var.h, but apparently they | Alexander Bluhm |
2013-03-07 | Rewrite the receive filter handling code and cleanup the ioctl bits. | Brad Smith |
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-02-24 | Correct the spelling of "transferred" and "transferring" | Philip Guenthe |
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-09-20 | Stop doing shutdown hooks in network drivers where possible. We already | Theo de Raadt |
2010-05-19 | BUS_DMA_ZERO instead of alloc, map, bzero. | Owain Ainsworth |
2009-10-17 | use sc->sk_bsize in the unmap call too; ok theo | Martynas Venckus |
2009-10-15 | Add detach support to a few more drivers, and in others do the neccessary | Theo de Raadt |
2009-10-04 | Merge over a bunch of detach logic from msk(4) so that this driver can | Theo de Raadt |
2009-08-13 | - consistify cfdriver for the ethernet drivers (0 -> NULL) | Jasper Lievisse Adriaanse |
2009-07-08 | revert MCLGETI for sk(4) for now. commit requested by deraadt@ | Stuart Henderson |
2009-03-30 | Switch sk(4) over to using MCLGETI when allocating mbufs for the RX ring. | 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-05-24 | Also recognize the Schneider & Koch SK-9821/SK-9843 adapters from | 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-01-17 | Add splnet around mii_tick() in sk_yukon_tick(). | Brad Smith |
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-07 | shrink code by not using __inline without static; ok kettenis | Theo de Raadt |
2007-02-12 | Fix prototype, from brad@, no binary change | Pedro Martelletto |
2007-02-10 | Move HASH_BITS constant to if_skreg.h as SK_HASH_BITS. Remove unused | Kenneth R Westerback |
2007-02-03 | Fix typo; clear tx FIFO underrun IRQ as intended instead of rx FIFO overrun | Mark Kettenis |
2007-01-18 | Don't reinitialize card at every media change. | Kenneth R Westerback |
2007-01-05 | For Yukon-based cards, pass MIIF_DOPAUSE to mii_attach(). | Mark Kettenis |
2007-01-03 | In sk_marv_miibus_writereg, wait for busy flag to clear instead of | Mark Kettenis |
2007-01-03 | Don't say 'Marvell' twice for each sk/msk device in dmesg. No functional | Kenneth R Westerback |
2006-12-06 | - Move TX ring full sanity check further up and check the number of DMA | Reyk Floeter |
2006-11-16 | remove the small amount of code for Yukon-2 chipsets now that there is msk(4). | Brad Smith |
2006-11-08 | Make XMAC work on on big-endian systems. | Mark Kettenis |
2006-10-16 | Fix some "is is"s. ok otto@. | Tom Cosgrove |
2006-09-27 | fix the use of LIST_INSERT_HEAD in [m]sk_alloc_jumbo_mem(). | Brad Smith |
2006-09-26 | Set sk_jumbo_buf to NULL if malloc() fails in the for loop within | Brad Smith |
2006-09-18 | g/c unused SK_{SET,CLR}BIT macros | Brad Smith |
2006-08-17 | cosmetic tweaks. | Brad Smith |
2006-08-17 | remove PCI ids which msk(4) will match against from sk(4). | Brad Smith |