aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ie
Commit message (Expand)AuthorAgeFilesLines
* Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin2016-08-206-2893/+0
* Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni2016-04-101-1/+1
* In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson2015-01-061-2/+1
* Convert most BPF_TAP users to BPF_MTAP.Alexander V. Chernikov2014-09-281-7/+2
* - Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-181-18/+14
* Bite the bullet and start removing the first compile time warningsBjoern A. Zeeb2013-12-251-101/+0
* - Provide necessary includes.Gleb Smirnoff2013-10-291-1/+3
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-041-3/+3
* Free result of device_get_children(9).Kevin Lo2012-09-301-0/+1
* Isolate v_caddr_t in the ie driver.Sergey Kandaurov2012-01-311-0/+3
* ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo2012-01-071-1/+0
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-2/+2
* Use the new bus device_shutdown hook for performing the shutdown actionJohn Baldwin2008-08-013-9/+19
* Rename the ie_EE16 module to just 'ie' so that at least one of the modulesJohn Baldwin2008-06-051-1/+7
* - Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead toJohn Baldwin2008-06-051-3/+3
* Make ie(4) MPSAFE:John Baldwin2008-06-023-81/+75
* Fix build with DEBUG defined.John Baldwin2008-05-301-4/+4
* Use if_printf() and if_xname and retire 'unit' from the softc.John Baldwin2008-05-292-48/+48
* o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati2007-02-231-3/+3
* Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp2006-05-161-1/+0
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-2/+2
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+2
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-10/+10
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-0/+2
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-103-45/+53
* Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi2005-05-292-2/+0
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Since if_ie doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-6/+6
* Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd2004-03-141-3/+0
* 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-242-4/+6
* Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans2003-08-061-1/+1
* Move inlined function ie_ack() up to before first use.Poul-Henning Kamp2003-07-221-8/+8
* - Move driver to newbus.Matthew N. Dodd2003-03-294-531/+1115
* Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsMatthew N. Dodd2003-03-291-0/+2
* Adjust shared memory allocation to work on cards with only 8 KB of RAM.Matthew N. Dodd2003-03-291-6/+6
* Text formatting changes.Matthew N. Dodd2003-03-292-65/+68
* - Clean up function calling conventions.Matthew N. Dodd2003-03-283-439/+523
* - Rely on ether_ifattach() to initialize part of our struct ifnetMatthew N. Dodd2003-03-271-23/+17
* Add missing COMPAT_ISA_DRIVER().Matthew N. Dodd2003-03-271-0/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-3/+3
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-3/+3
* network interface driver changes:Sam Leffler2002-11-141-39/+42
* Be consistent about "static" functions: if the function is markedPoul-Henning Kamp2002-09-281-14/+14
* Repo copy i82586.h to dev/ic/i82586.h.Warner Losh2001-07-021-1/+1
* Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp2001-02-061-1/+1