summaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* Copy releng/6.4 to release/6.4.0 in preparation for 6.4-RELEASE.release/6.4.0_cvsKen Smith2008-11-261-1/+1
* Conditionally acquire Giant based on debug.mpsafenet around entry pointsRobert Watson2008-03-021-0/+6
* MFC if_re.c, rev 1.100 to RELENG_6Pyun YongHyeon2008-02-031-2/+6
* MFC if_re.c rev 1.99, if_rlreg.h rev 1.69 to RELENG_6.Pyun YongHyeon2008-02-031-3/+13
* MFC if_re.c, rev 1.98 to RELENG_6Pyun YongHyeon2007-12-061-2/+6
* MFC rev 1.96 if_re.cRemko Lodder2007-11-151-0/+2
* MFC if_re.c rev. 1.95 to RELENG_6.Pyun YongHyeon2007-10-041-0/+22
* MFC: if_re.c 1.77, 1.86, 1.94Marius Strobl2007-09-151-9/+24
* commit.logChristian S.J. Peron2007-07-141-1/+1
* MFC if_re.c rev. 1.91, if_rlreg.h rev. 1.66 to RELENG_6.Pyun YongHyeon2007-07-131-2/+2
* MFC if_re.c, 1.84 to RELENG_6Pyun YongHyeon2007-06-031-1/+6
* MFC if_re.c, 1.81 to RELENG_6Pyun YongHyeon2007-06-031-2/+19
* MFC if_re.c, rev. 1.89 if_rlreg.h, rev 1.65 to RELENG_6.Pyun YongHyeon2007-04-261-4/+12
* MFC if_re.c rev 1.88Remko Lodder2007-04-111-0/+2
* MFC if_re.c rev 1.76 to RELENG_6.Pyun YongHyeon2007-02-021-1/+1
* MFC if_re.c rev 1.83 to RELENG_6.Pyun YongHyeon2007-01-311-15/+17
* MFC: if_re.c 1.82, if_rlreg.h 1.64Marius Strobl2007-01-301-47/+43
* MFC: if_re.c 1.80, if_rlreg.h 1.63Marius Strobl2007-01-301-35/+23
* MFC: 1.70 (partial), 1.74Marius Strobl2007-01-301-20/+23
* MFC if_re.c 1.73 to RELENG_6.Pyun YongHyeon2006-09-211-0/+8
* MFC if_re.c, 1.72 to RELENG_6Pyun YongHyeon2006-08-071-6/+5
* MFC: fix padding of short checksum offload frames, fix TX DMA channelBill Paul2006-08-011-23/+52
* MFC: correct PCI ID for 8169SC/8110SC, remove spinlock, work aroundBill Paul2006-07-301-21/+32
* MFC: fix detection of 8168, detect 8111 separatelyBill Paul2006-06-281-1/+4
* MFC updates to the re(4) driver from -currentBill Paul2006-06-261-136/+260
* MFC:Gleb Smirnoff2006-03-171-4/+0
* MFC 1.65:Gleb Smirnoff2006-03-101-6/+12
* - Restore VLAN_INPUT_TAG() macro to preserve API compatibility forGleb Smirnoff2006-01-131-1/+1
* MFC:Gleb Smirnoff2006-01-131-2/+5
* MFC: in the re_shutdown() mark interface as down since otherwise we will panicMaxim Sobolev2005-12-291-0/+7
* MFC 1.61:Gleb Smirnoff2005-11-271-4/+6
* MFC: Only allow the sk(4) driver to attach to revision 2 of the LinkSysJohn Baldwin2005-11-061-0/+13
* This line fell out of the merge, too.Gleb Smirnoff2005-10-081-1/+0
* Outwit gcc.Scott Long2005-10-081-1/+1
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-071-38/+51
* MFC: Fixup locking in rl(4) and re(4).John Baldwin2005-10-061-69/+56
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-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.255Robert Watson2005-08-241-0/+2
* MFC: Recognize D-Link DGE-528(T) Gigabit as an re(4) device.Anton Berezin2005-08-151-0/+2
* Use correct pointer type. This should fix non-functional re(4)Pyun YongHyeon2005-07-011-1/+1
* Move if_alloc() up so it's before mii_phy_probe().Brooks Davis2005-06-111-6/+7
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-14/+23
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* Unbreak build with POLLING. I should really listen and test with NOTESMax Laier2005-03-131-1/+1
* ALTQ support for re(4).Max Laier2005-03-121-6/+14
* Use BUS_PROBE_DEFAULT in preference to 0 and BUS_PROBE_LOW_PRIORITY inWarner Losh2005-03-011-1/+1
* Bring in support for SUGOI LAN GIGA NIC made by System TALKS, Inc fromWarner Losh2005-01-221-0/+3
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Disable checksum offloading by default. It seems to produce corrupted packetsOlivier Houchard2005-01-051-2/+2
* In re_detach(), remove an extra call to ether_ifdetach().Olivier Houchard2005-01-021-1/+0