aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/re
Commit message (Expand)AuthorAgeFilesLines
* 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
* fix jumbo frames as much as they can be fixed for re. We now cap the MTUJohn-Mark Gurney2004-09-281-16/+54
* trim trailing white space..John-Mark Gurney2004-09-201-2/+2
* spell RX correctlyJohn-Mark Gurney2004-09-191-16/+10
* pass in pointer to m_head to re_encap because m_defrag could free theJohn-Mark Gurney2004-09-181-13/+13
* Fixed build with DEVICE_POLLING defined.Ruslan Ermilov2004-09-041-2/+2
* merge in if_rl locking because if_re was originally based upon if_rl.John-Mark Gurney2004-09-031-84/+135
* Add support Corega CG-LAPCIGT Gigabit Ethernet(8169S)MIHIRA Sanpei Yoshiro2004-08-281-0/+2
* Eliminate unneeded return keywords.Bruce M Simpson2004-07-061-34/+1
* Whitespace passBruce M Simpson2004-07-061-54/+54
* Remove code to slam the config space on transition to d0.Warner Losh2004-06-281-56/+0
* Replace handrolled CRC calculation with ether_crc32_[lb]e().Christian Weisgerber2004-06-091-29/+2
* Add missing <sys/module.h> includesPoul-Henning Kamp2004-05-301-0/+1
* Wrap the code to save/restore PCI config registers on suspend/resume inJohn Baldwin2004-05-241-0/+8
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+3
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Implemented per-interface polling(4) control.Ruslan Ermilov2004-04-111-1/+9
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-5/+5
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-5/+0
* Don't use caddr_t in mchash(). Also use C99 spellings over BSD ones.David E. O'Brien2003-12-081-6/+6