summaryrefslogtreecommitdiff
path: root/sys/dev/ie
AgeCommit message (Expand)Author
2016-08-20Remove the ie(4) driver for Intel 82586 ISA Ethernet adapters.John Baldwin
2016-04-10Cleanup unnecessary semicolons from the kernel.Pedro F. Giffuni
2015-01-06In order to reduce use of M_EXT outside of the mbuf allocator andRobert Watson
2014-09-28Convert most BPF_TAP users to BPF_MTAP.Alexander V. Chernikov
2014-09-18- Mechanically convert to if_inc_counter().Gleb Smirnoff
2013-12-25Bite the bullet and start removing the first compile time warningsBjoern A. Zeeb
2013-10-29- Provide necessary includes.Gleb Smirnoff
2013-10-26The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff
2012-12-04Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff
2012-09-30Free result of device_get_children(9).Kevin Lo
2012-01-31Isolate v_caddr_t in the ie driver.Sergey Kandaurov
2012-01-07ether_ifattach() sets if_mtu to ETHERMTU, don't bother set it againKevin Lo
2010-05-03Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev
2009-06-26Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson
2008-08-01Use the new bus device_shutdown hook for performing the shutdown actionJohn Baldwin
2008-06-05Rename the ie_EE16 module to just 'ie' so that at least one of the modulesJohn Baldwin
2008-06-05- Fix two calls to ieinit() in ieioctl() to call ieinit_locked() instead toJohn Baldwin
2008-06-02Make ie(4) MPSAFE:John Baldwin
2008-05-30Fix build with DEBUG defined.John Baldwin
2008-05-29Use if_printf() and if_xname and retire 'unit' from the softc.John Baldwin
2007-02-23o break newbus api: add a new argument of type driver_filter_t toPaolo Pisati
2006-05-16Since DELAY() was moved, most <machine/clock.h> #includes have beenPoul-Henning Kamp
2005-12-05Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov
2005-11-11- Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov
2005-09-16Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov
2005-08-09Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson
2005-08-03Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson
2005-06-10Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis
2005-05-29Remove bus_{mem,p}io.h and related code for a micro-optimization on i386Yoshihiro Takahashi
2005-01-06Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh
2004-08-13Since if_ie doesn't contain locking or run with INTR_MPSAFE, markRobert Watson
2004-03-17Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson
2004-03-14Announce ethernet MAC addresss in ether_ifattach().Matthew N. Dodd
2003-10-31Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis
2003-08-24Use __FBSDID().David E. O'Brien
2003-08-06Don't use pessimal (u_short) types for i/o ports. This is mainly forBruce Evans
2003-07-22Move inlined function ie_ack() up to before first use.Poul-Henning Kamp
2003-03-29- Move driver to newbus.Matthew N. Dodd
2003-03-29Clear the IFF_OACTIVE flag at the end of ieinit(). This preventsMatthew N. Dodd
2003-03-29Adjust shared memory allocation to work on cards with only 8 KB of RAM.Matthew N. Dodd
2003-03-29Text formatting changes.Matthew N. Dodd
2003-03-28- Clean up function calling conventions.Matthew N. Dodd
2003-03-27- Rely on ether_ifattach() to initialize part of our struct ifnetMatthew N. Dodd
2003-03-27Add missing COMPAT_ISA_DRIVER().Matthew N. Dodd
2003-02-19Back out M_* changes, per decision of the TRB.Warner Losh
2003-01-21Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein
2002-11-14network interface driver changes:Sam Leffler
2002-09-28Be consistent about "static" functions: if the function is markedPoul-Henning Kamp
2001-07-02Repo copy i82586.h to dev/ic/i82586.h.Warner Losh
2001-02-06Convert if_multiaddrs from LIST to TAILQ so that it can be traversedPoul-Henning Kamp