summaryrefslogtreecommitdiff
path: root/sys/dev/nge/if_nge.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC:Gleb Smirnoff2006-03-171-1/+0
* - Restore VLAN_INPUT_TAG() macro to preserve API compatibility forGleb Smirnoff2006-01-131-1/+1
* MFC:Gleb Smirnoff2006-01-131-1/+3
* MFC: Use device_printf() and if_printf(), use callout_*(), add M_ZERO toJohn Baldwin2005-11-051-67/+63
* Big overall MFC of polling(4) cleanup:Gleb Smirnoff2005-10-071-25/+41
* Merge linux_ioctl.c:1.128 svr4_sockio.c:1.17 altq_cbq.c:1.3 if_oltr.c:1.38Robert Watson2005-08-251-13/+13
* 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
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-15/+23
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-291-2/+0
* fix null ptr deref when nge_newbuf is called with an existing mbufSam Leffler2005-03-281-8/+6
* deref correct mbuf ptr to collect any vlan tagSam Leffler2005-03-261-1/+1
* Use BUS_PROBE_DEFAULT for pci probe return valueWarner Losh2005-03-051-1/+1
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Hide link up/down/media printfs behind bootverbosePoul-Henning Kamp2004-11-081-3/+4
* Fix a typo that affects !i386.Alan Cox2004-09-151-1/+1
* Add missing NGE_LOCK_DESTROY() to nge_detach().Bill Paul2004-09-141-0/+2
* Make two major changes to this code to address some stability/corruptionBill Paul2004-09-141-251/+172
* Since if_nge doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Remove the setting of the pci config variables on power state changes.Warner Losh2004-06-281-24/+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
* A handler for ioctl(SIOCSIFCAP) should not alter a bit inYaroslav Tykhiy2004-05-231-1/+2
* According to the design of checksum offloading framework,Yaroslav Tykhiy2004-05-231-2/+5
* 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/+12
* Fixed resetting of the watchdog timer and queue full flag.Ruslan Ermilov2004-04-111-7/+4
* Compare IFF_POLLING flag with ifp->if_flags rather than ifp->if_ipending,Robert Watson2004-04-111-3/+3
* The VLAN TCI field should be operated in network byte order.Ruslan Ermilov2004-03-301-2/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-3/+2
* 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-5/+5
* Remove duplicate FBSDID's, move others to their right place.David E. O'Brien2003-11-141-3/+0
* Try to create some sort of consistency in how the routings to find theDavid E. O'Brien2003-11-131-13/+10
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-2/+1
* Use __FBSDID().David E. O'Brien2003-08-241-0/+3
* Prefer new location of pci include files (which have only been in theWarner Losh2003-08-221-2/+2
* All current uses of pci_set_powerstate are bogus, at least in theory.Warner Losh2003-07-031-2/+2
* - Don't call pci_enable_io() in drivers (unless needed for resume).Matthew N. Dodd2003-04-161-18/+0
* - Express hard dependencies on bus (pci, isa, pccard) andMatthew N. Dodd2003-04-151-1/+3
* Use __FBSDID rather than rcsid[].David E. O'Brien2003-04-031-7/+3
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* When reading PHY regs over the i2c bus, the turnaround ACK bitMartin Blapp2003-01-101-1/+1
* Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/Jens Schweikhardt2002-12-301-1/+1
* network interface driver changes:Sam Leffler2002-11-141-27/+13
* Fix instances of macros with improperly parenthasized arguments.Alfred Perlstein2002-11-091-2/+2
* Add support for DEVICE_POLLING.Hidetoshi Shimokawa2002-11-061-0/+76
* Add support for SX cards using TBI such as Netgear GA621.Doug Ambrisko2002-08-081-62/+241
* Cleanup after my de-__P (remove leading whitespace before prototype args).Alfred Perlstein2002-07-061-84/+120