Age | Commit message (Expand) | Author |
2013-02-09 | Programme the VT6105M, VT6105 and RhineII-2 to permit frames of up to | Stuart Henderson |
2013-01-28 | Add TX interrupt mitigation for vr(4) chips, loosely based on FreeBSD, | Darren Tucker |
2013-01-16 | Add hardware VLAN tag/untag support for VT6105M chips. Help/feedback/ok | Darren Tucker |
2012-10-20 | Implement transmit DMA segments. The descriptor usage is from FreeBSD, | Chris Cappuccio |
2012-10-18 | Convert a number of old private copies of code which predates | Theo de Raadt |
2012-01-05 | suspend/resume support for vr(4); from brynet@gmail.com | Theo de Raadt |
2011-12-08 | add timeout to fill rx-ring in case of mbuf shortage while in vr_intr(); | Markus Friedl |
2011-03-13 | Wake On LAN support for vr(4). | Stefan Sperling |
2009-06-18 | MCLGETI support for vr(4) interfaces. This will make the newer soekris and | Claudio Jeker |
2009-05-12 | cleanup and simplify promiscuous/multicast setup (setmulti -> iff). | Stuart Henderson |
2009-05-11 | remove local copy of vendor id/device id, there's nothing wrong with | Stuart Henderson |
2009-05-10 | Remove config register gpio definitions for older chips, gpio mii | Stuart Henderson |
2009-05-10 | - change device matching to use a quirks table. | Stuart Henderson |
2009-04-28 | The TX engine can get stuck if the interface went through a link | Marco Pfatschbacher |
2008-07-18 | o Use mbufs, for the RX ring, instead of malloc()'ing an MCLBYTES sized buffer. | Thordur I. Bjornsson |
2007-10-04 | g/c ETHER_CRC_LEN. | Brad Smith |
2007-10-04 | Remove renaming of fields with #define. | Brad Smith |
2007-09-01 | Add VLAN reception support to vr(4). Diff from Brad. | Marcus Glocker |
2006-02-05 | call vr_setmulti() if adjusting PROMISC or ALLMULTI and do not do a full | Brad Smith |
2005-12-07 | this should fix the VT6103. | Brad Smith |
2005-07-06 | - Rewritten TX to use only two pointers to track producer/consumer. | Brad Smith |
2005-05-27 | kill another forgotten vtophys since bus_dma conversion | Peter Valchev |
2004-09-28 | Use ETHER_MAX_DIX_LEN/ETHER_MIN_LEN | Brad Smith |
2004-05-19 | remove duplication, use ETHER_ALIGN from if_ether.h | Brad Smith |
2003-10-12 | only one vtophys left (tx data)... both the rx and tx descriptors are | Jason Wright |
2003-10-12 | rework rx to use bus_dma and sprinkle with a small amount of htole32. | Jason Wright |
2003-10-10 | unsmoke drugs in vr_encap() (simplify it quite alot) | Jason Wright |
2003-10-10 | don't use vtophys on rx lists any more | Jason Wright |
2003-02-19 | Sync if_vr code with FreeBSD. This makes the driver much better when it comes | Miod Vallat |
2003-02-09 | Must set BCR0/BCR1 since they can override the RXCFG/TXCFG registers; from fr... | Jason Wright |
2001-05-16 | Bring chip out of suspend mode in case we're booting after a shutdown from | Aaron Campbell |
2001-02-20 | add mii support to if_vr (mostly from FreeBSD) | Jason Wright |
2001-02-17 | sync with freebsd up to switch to mii | Jason Wright |
1999-01-30 | update to latest freebsd code, fixes stalls during heavy traffic | Niklas Hallqvist |
1999-01-10 | VIA Rhine driver, ported from FreeBSD; written by wpaul@ctr.columbia.edu. | Jason Downs |