| Commit message (Expand) | Author | Age | Files | Lines |
| * | MFC if_re.c 1.73 to RELENG_6. | Pyun YongHyeon | 2006-09-21 | 1 | -0/+8 |
| * | MFC if_re.c, 1.72 to RELENG_6 | Pyun YongHyeon | 2006-08-07 | 1 | -6/+5 |
| * | MFC: fix padding of short checksum offload frames, fix TX DMA channel | Bill Paul | 2006-08-01 | 1 | -23/+52 |
| * | MFC: correct PCI ID for 8169SC/8110SC, remove spinlock, work around | Bill Paul | 2006-07-30 | 1 | -21/+32 |
| * | MFC: fix detection of 8168, detect 8111 separately | Bill Paul | 2006-06-28 | 1 | -1/+4 |
| * | MFC updates to the re(4) driver from -current | Bill Paul | 2006-06-26 | 1 | -136/+260 |
| * | MFC: | Gleb Smirnoff | 2006-03-17 | 1 | -4/+0 |
| * | MFC 1.65: | Gleb Smirnoff | 2006-03-10 | 1 | -6/+12 |
| * | - Restore VLAN_INPUT_TAG() macro to preserve API compatibility for | Gleb Smirnoff | 2006-01-13 | 1 | -1/+1 |
| * | MFC: | Gleb Smirnoff | 2006-01-13 | 1 | -2/+5 |
| * | MFC: in the re_shutdown() mark interface as down since otherwise we will panic | Maxim Sobolev | 2005-12-29 | 1 | -0/+7 |
| * | MFC 1.61: | Gleb Smirnoff | 2005-11-27 | 1 | -4/+6 |
| * | MFC: Only allow the sk(4) driver to attach to revision 2 of the LinkSys | John Baldwin | 2005-11-06 | 1 | -0/+13 |
| * | This line fell out of the merge, too. | Gleb Smirnoff | 2005-10-08 | 1 | -1/+0 |
| * | Outwit gcc. | Scott Long | 2005-10-08 | 1 | -1/+1 |
| * | Big overall MFC of polling(4) cleanup: | Gleb Smirnoff | 2005-10-07 | 1 | -38/+51 |
| * | MFC: Fixup locking in rl(4) and re(4). | John Baldwin | 2005-10-06 | 1 | -69/+56 |
| * | Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38 | Robert Watson | 2005-08-25 | 1 | -7/+7 |
| * | Merge if_ath.c:1.99 awi.c:1.39 if_bfe.c:1.26 if_bge.c:1.92 if_ed.c:1.255 | Robert Watson | 2005-08-24 | 1 | -0/+2 |
| * | MFC: Recognize D-Link DGE-528(T) Gigabit as an re(4) device. | Anton Berezin | 2005-08-15 | 1 | -0/+2 |
| * | Use correct pointer type. This should fix non-functional re(4) | Pyun YongHyeon | 2005-07-01 | 1 | -1/+1 |
| * | Move if_alloc() up so it's before mii_phy_probe(). | Brooks Davis | 2005-06-11 | 1 | -6/+7 |
| * | Stop embedding struct ifnet at the top of driver softcs. Instead the | Brooks Davis | 2005-06-10 | 1 | -14/+23 |
| * | Remove bus_{mem,p}io.h and related code for a micro-optimization on i386 | Yoshihiro Takahashi | 2005-05-29 | 1 | -2/+0 |
| * | Unbreak build with POLLING. I should really listen and test with NOTES | Max Laier | 2005-03-13 | 1 | -1/+1 |
| * | ALTQ support for re(4). | Max Laier | 2005-03-12 | 1 | -6/+14 |
| * | Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY in | Warner Losh | 2005-03-01 | 1 | -1/+1 |
| * | Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc from | Warner Losh | 2005-01-22 | 1 | -0/+3 |
| * | Start each of the license/copyright comments with /*-, minor shuffle of lines | Warner Losh | 2005-01-06 | 1 | -1/+1 |
| * | Disable checksum offloading by default. It seems to produce corrupted packets | Olivier Houchard | 2005-01-05 | 1 | -2/+2 |
| * | In re_detach(), remove an extra call to ether_ifdetach(). | Olivier Houchard | 2005-01-02 | 1 | -1/+0 |
| * | fix jumbo frames as much as they can be fixed for re. We now cap the MTU | John-Mark Gurney | 2004-09-28 | 1 | -16/+54 |
| * | trim trailing white space.. | John-Mark Gurney | 2004-09-20 | 1 | -2/+2 |
| * | spell RX correctly | John-Mark Gurney | 2004-09-19 | 1 | -16/+10 |
| * | pass in pointer to m_head to re_encap because m_defrag could free the | John-Mark Gurney | 2004-09-18 | 1 | -13/+13 |
| * | Fixed build with DEVICE_POLLING defined. | Ruslan Ermilov | 2004-09-04 | 1 | -2/+2 |
| * | merge in if_rl locking because if_re was originally based upon if_rl. | John-Mark Gurney | 2004-09-03 | 1 | -84/+135 |
| * | Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S) | MIHIRA Sanpei Yoshiro | 2004-08-28 | 1 | -0/+2 |
| * | Eliminate unneeded return keywords. | Bruce M Simpson | 2004-07-06 | 1 | -34/+1 |
| * | Whitespace pass | Bruce M Simpson | 2004-07-06 | 1 | -54/+54 |
| * | Remove code to slam the config space on transition to d0. | Warner Losh | 2004-06-28 | 1 | -56/+0 |
| * | Replace handrolled CRC calculation with ether_crc32_[lb]e(). | Christian Weisgerber | 2004-06-09 | 1 | -29/+2 |
| * | Add missing <sys/module.h> includes | Poul-Henning Kamp | 2004-05-30 | 1 | -0/+1 |
| * | Wrap the code to save/restore PCI config registers on suspend/resume in | John Baldwin | 2004-05-24 | 1 | -0/+8 |
| * | A handler for ioctl(SIOCSIFCAP) should not alter a bit in | Yaroslav Tykhiy | 2004-05-23 | 1 | -1/+3 |
| * | We don't need to initialize if_output, ether_ifattach() does it | Maxime Henrion | 2004-05-23 | 1 | -1/+0 |
| * | Implemented per-interface polling(4) control. | Ruslan Ermilov | 2004-04-11 | 1 | -1/+9 |
| * | Convert callers to the new bus_alloc_resource_any(9) API. | Nate Lawson | 2004-03-17 | 1 | -5/+5 |
| * | Announce ethernet MAC addresss in ether_ifattach(). | Matthew N. Dodd | 2004-03-14 | 1 | -5/+0 |
| * | Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones. | David E. O'Brien | 2003-12-08 | 1 | -6/+6 |