summaryrefslogtreecommitdiff
path: root/sys/dev/ex/if_ex.c
Commit message (Expand)AuthorAgeFilesLines
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Replace several instances of 'if (!a & b)' with 'if (!(a &b))' in orderEdward Tomasz Napierala2010-01-081-1/+1
* Use if_maddr_rlock()/if_maddr_runlock() rather than IF_ADDR_LOCK()/Robert Watson2009-06-261-4/+4
* Some PC Card variants of the 82365 don't seem to like setting the IRQWarner Losh2008-08-241-6/+12
* Make ex(4) MPSAFE:John Baldwin2008-06-131-47/+77
* Remove ifdef notyet SIOCGHWADDR vestige.Warner Losh2006-02-041-7/+0
* - Store pointer to the link-level address right in "struct ifnet"Ruslan Ermilov2005-11-111-2/+2
* Catch up with IFP2ENADDR() type change (array -> pointer).Ruslan Ermilov2005-11-111-1/+1
* Fix "struct ifnet" leaks when attach() fails in the middle.Ruslan Ermilov2005-09-161-1/+3
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andRobert Watson2005-08-091-9/+9
* Modify device drivers supporting multicast addresses to lock if_addr_mtxRobert Watson2005-08-031-1/+5
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-11/+18
* Start each of the license/copyright comments with /*-, minor shuffle of linesWarner Losh2005-01-061-1/+1
* Use cluster if data >= MINCLSIZE.Gleb Smirnoff2004-10-171-1/+1
* Since if_ex doesn't contain locking or run with INTR_MPSAFE, markRobert Watson2004-08-131-1/+2
* MFp4:Warner Losh2004-06-271-194/+162
* We don't need to initialize if_output, ether_ifattach() does itMaxime Henrion2004-05-231-1/+0
* Remove improper use of if_addrhead in device drivers to checkLuigi Rizzo2004-04-151-3/+0
* Convert callers to the new bus_alloc_resource_any(9) API.Nate Lawson2004-03-171-4/+4
* 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-9/+7
* Use __FBSDID().David E. O'Brien2003-08-241-1/+3
* - Declare ex_devclass in if_ex.cMatthew N. Dodd2003-03-291-0/+2
* - Move ex_pccard_detach() to if_ex.c and rename it to ex_detach().Matthew N. Dodd2003-03-291-0/+19
* Don't panic if we aren't plugged into a hub.Matthew N. Dodd2003-03-291-5/+18
* Multicast support, gleaned from NetBSD's if_iy driver.Matthew N. Dodd2003-03-281-5/+101
* 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-6/+3
* Remove __P.Alfred Perlstein2002-03-201-10/+10
* Mechanical change to use <sys/queue.h> macro API instead ofPoul-Henning Kamp2001-02-041-1/+1
* Warning police:John Baldwin2001-01-191-2/+0
* Remove unneeded #include <machine/clock.h>Poul-Henning Kamp2000-10-151-1/+0
* Add support for pccard attachments of the ex driver. It supports theWarner Losh2000-09-291-2/+2
* Make all Ethernet drivers attach using ether_ifattach() and detach usingArchie Cobbs2000-07-131-6/+1
* Unused include: #include "ex.h"Peter Wemm2000-06-101-2/+0
* Move code to handle BPF and bridging for incoming Ethernet packets outArchie Cobbs2000-05-141-17/+0
* Split out the ISA bus front end code into its own file. PCCARD attachmentMatthew N. Dodd2000-05-011-297/+71
* Remove ~25 unneeded #include <sys/conf.h>Poul-Henning Kamp2000-04-191-1/+0
* Add 'bootverbose' debug messages to assist with tracking down problemsMatthew N. Dodd2000-03-131-5/+27
* Initial ifmedia support. Once I figure out autoselection I'll put theMatthew N. Dodd2000-03-131-15/+65
* Pre 4.0 tidy up.Peter Wemm2000-01-141-1/+1
* Cosmetic cleanups.Matthew N. Dodd2000-01-131-34/+23
* Implement a DEVICE_IDENTIFY method. I want to revisit some of this laterMatthew N. Dodd2000-01-131-22/+59
* When I converted this driver to newbus I also cleaned up the codeMatthew N. Dodd2000-01-131-50/+51
* Fix bus_setup_intr(); I changed exintr() to take a pointer to ex_softcMatthew N. Dodd1999-11-031-1/+1
* - Convert this driver to newbus.Matthew N. Dodd1999-10-161-485/+723
* Remove NBPF conditionality of bpf calls in most of our network drivers.Poul-Henning Kamp1999-09-251-9/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Make these actually compile. I got a little delete happy pruning includesMatthew N. Dodd1999-08-181-3/+6